summaryrefslogtreecommitdiffstats
path: root/model/preference.go
Commit message (Expand)AuthorAgeFilesLines
* PLT-7: Refactoring models to use translations (chunk 6)Elias Nahum2016-01-251-4/+4
* PLT-1485 Adding last view channel sticky=Corey Hulen2016-01-051-0/+3
* Fixed issue with Team Settings modal saving items instead of cancelling; chan...Reed Garmsen2015-12-101-1/+1
* add unit testsFlorian Orben2015-11-271-0/+1
* Add tutorial pref for new users by defaultJoramWilander2015-11-061-0/+1
* Fixed string length checks for fields that can contain unicode charactershmhealey2015-11-051-1/+2
* Made further changes based on feedbackhmhealey2015-10-131-13/+2
* Removed Preference.AltIdhmhealey2015-10-131-12/+7
* Made structural changes to server-side Preference code based on feedbackhmhealey2015-10-131-20/+0
* Renamed show_hide preference to showhmhealey2015-10-131-2/+2
* Added api to get and set preferenceshmhealey2015-10-131-0/+20
* Added Preferences table to store user preferenceshmhealey2015-10-131-2/+4
* Added model class for user preferences objecthmhealey2015-10-131-0/+74