summaryrefslogtreecommitdiffstats
path: root/model/preference.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-2992 Added the ability to use different themes for each team (#3411)Harrison Healey2016-07-141-2/+42
| | | | | | | | | | | | | | | | | | | | | | * Cleaned up user_settings_theme.jsx and import_theme_modal.jsx * Made ImportThemeModal use a callback to return the theme to the user settings modal instead of saving it directly * Moved user theme from model to preferences * Added serverside API to delete preferences TODO update package with client stuff * Changed constants.jsx so that Preferences and ActionTypes can be imported on their own * Updated ThemeProps migration code to properly rename solarized code themes * Fixed warnings thrown by AppDispatcher * Added clientside UI to support team-specific themes * Removed debugging code from test * Fixed setting a user's theme when they haven't set their theme before
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-061-0/+3
| | | | | | | | | | * Added user setting to auto collapse image previews * Added slash commands for collapsing/expanding image previews * Added translation strings for collapse setting * Add default props for preview collapse setting
* PLT-7: Refactoring models to use translations (chunk 6)Elias Nahum2016-01-251-4/+4
| | | | - Add spanish translations
* PLT-1485 Adding last view channel sticky=Corey Hulen2016-01-051-0/+3
|
* Fixed issue with Team Settings modal saving items instead of cancelling; ↵Reed Garmsen2015-12-101-1/+1
| | | | changed remaining copyrights
* 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