summaryrefslogtreecommitdiffstats
path: root/store/sql_emoji_store_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-175/+0
| | | | | | | | | | * move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* app type transition (#7167)Chris2017-09-061-1/+2
|
* Add paging to the GET /emojis endpoint (#6802)Joram Wilander2017-07-031-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
* Fixing emoji bug (#5438)Corey Hulen2017-02-151-0/+6
|
* Adding emoji caching (#5433)Corey Hulen2017-02-151-1/+7
|
* PLT-3143 Added serverside code for custom Emoji (#3311)Harrison Healey2016-06-141-0/+162
* 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