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