summaryrefslogtreecommitdiffstats
path: root/api/preference.go
Commit message (Expand)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-2/+2
* app type transition (#7167)Chris2017-09-061-7/+7
* Api: NewLocAppError -> NewAppError (#7280)George Goldberg2017-09-011-4/+2
* PLT-1384 Added websocket event when preferences are updated/deleted (#6107)Harrison Healey2017-04-201-26/+5
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-5/+6
* PLT-2992 Added the ability to use different themes for each team (#3411)Harrison Healey2016-07-141-0/+28
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-7/+6
* Refactoring api to use translations (chunk 2)Elias Nahum2016-01-221-3/+6
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-4/+4
* PLT-7 adding loc for db calls audits and prefs=Corey Hulen2016-01-201-4/+4
* Upgrade logging package=Corey Hulen2016-01-111-1/+1
* Fixed issue with Team Settings modal saving items instead of cancelling; chan...Reed Garmsen2015-12-101-1/+1
* Added an initial call to get all user preferences on page loadhmhealey2015-10-151-0/+11
* Removed preference migration codehmhealey2015-10-151-51/+0
* Made further changes based on feedbackhmhealey2015-10-131-9/+13
* Removed Preference.AltIdhmhealey2015-10-131-11/+22
* Made structural changes to server-side Preference code based on feedbackhmhealey2015-10-131-20/+17
* Removed setting direct channels for a new user at creation timehmhealey2015-10-131-1/+42
* Moved saving multiple user preferences into a database transactionhmhealey2015-10-131-9/+5
* Added default direct channels for previously existing usershmhealey2015-10-131-1/+10
* Added api to get and set preferenceshmhealey2015-10-131-0/+63