summaryrefslogtreecommitdiffstats
path: root/api/preference.go
Commit message (Expand)AuthorAgeFilesLines
* 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