summaryrefslogtreecommitdiffstats
path: root/model/preference.go
Commit message (Expand)AuthorAgeFilesLines
* Added the changes requested for MM-8860: Bulk import email intervals (#8498) ...Simone Salsi2018-10-081-0/+5
* MM-11700 Clean up handling of user display names for notifications (#9343)Harrison Healey2018-09-181-0/+4
* MM-11424 Extend bulk import to support themes across teams(#9305) (#9419)FurmanovD2018-09-171-0/+1
* unnamed return (#8170)Chris2018-01-301-14/+5
* Model: NewLocAppError -> NewAppError (#7450)George Goldberg2017-09-151-5/+6
* PLT-7177: Change the default email frequency to 15 minutes if batching is ena...Jonathan2017-07-311-1/+3
* PLT-7123: Add tutorial, flags and favorites to bulk importer. (#7000)George Goldberg2017-07-211-0/+1
* [PLT-5864] Move teammate name display setting to the System Console (#6681)Saturnino Abril2017-06-301-7/+2
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-0/+1
* PLT-3647 Email Batching (#3718)Harrison Healey2016-08-161-2/+11
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-041-0/+1
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-031-0/+3
* PLT-2992 Added the ability to use different themes for each team (#3411)Harrison Healey2016-07-141-2/+42
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-061-0/+3
* 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