summaryrefslogtreecommitdiffstats
path: root/store/sql_emoji_store.go
Commit message (Collapse)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* Add paging to the GET /emojis endpoint (#6802)Joram Wilander2017-07-031-3/+4
|
* PLT-6909 Remove deleted emojis from cache (#6757)Harrison Healey2017-06-291-1/+5
| | | | | | * PLT-6909 Remove deleted emojis from cache * Fixed unit tests
* Stage 1 of caching layer. Framework (#6693)Christopher Speller2017-06-271-2/+2
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Bumping base cache numbers for master (#5451)Corey Hulen2017-02-171-1/+1
|
* Fixing emoji bug (#5438)Corey Hulen2017-02-151-1/+1
|
* Adding emoji caching (#5433)Corey Hulen2017-02-151-1/+35
|
* Add database indexes to timestamp columns (#4314)enahum2016-10-241-0/+3
| | | | | | * Add database indexes to timestamp columns * add indexes to session table
* Fix leaking goroutines in store calls (#3993). (#4021)Kyo Nguyen2016-09-191-5/+5
|
* PLT-3695 refactoring to use sql_upgrader (#3788)Corey Hulen2016-08-241-3/+0
| | | | | | | | | | | | | | | | | | | | * PLT-3695 unitying upgrade support * PLT-3695 refactoring to use sql_upgrader * Fixing unit test * Adding 3.3 to 3.4 * Fixing upgrading * Seperating DB schema from version.go * Fixing upgrade cmd * Moving to const for exit codes * remving old unused code
* PLT-3143 Added serverside code for custom Emoji (#3311)Harrison Healey2016-06-141-0/+169
* Added model objects for emoji * Added database tables for emoji * Added settings for custom emoji * Added serverside APIs and unit tests for custom emoji * Added additional validation to catch duplicate emoji names earlier on * Added additional validation to prevent users from adding emoji as another user