summaryrefslogtreecommitdiffstats
path: root/store/sql_preference_store.go
Commit message (Expand)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-2/+2
* Update IsUniqueConstraint to check error codes instead of message text (#7385)Joram Wilander2017-09-061-1/+1
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-2/+2
* Stage 1 of caching layer. Framework (#6693)Christopher Speller2017-06-271-2/+2
* PLT-6341/PLT-6342 Update gorp to mattermost fork and add connection timeout s...Joram Wilander2017-05-291-1/+1
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* More app code migration (#5170)Joram Wilander2017-01-251-0/+22
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-0/+22
* Fix leaking goroutines in store calls (#3993). (#4021)Kyo Nguyen2016-09-191-7/+7
* PLT-3695 refactoring to use sql_upgrader (#3788)Corey Hulen2016-08-241-3/+0
* PLT-2992 Added the ability to use different themes for each team (#3411)Harrison Healey2016-07-141-1/+26
* Fixing LDAP issue with Postgres (#3033)Corey Hulen2016-05-171-1/+1
* PLT-7: Refactoring stores to use translations (chunk 7)Elias Nahum2016-01-251-15/+15
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-14/+13
* PLT-7 adding loc for db calls audits and prefs=Corey Hulen2016-01-201-13/+14
* Upgrade logging package=Corey Hulen2016-01-111-1/+1
* Fixed issue with Team Settings modal saving items instead of cancelling; chan...Reed Garmsen2015-12-101-1/+1
* rename 'featureToggle' to 'isFeatureEnable' and move definition of available ...Florian Orben2015-11-271-2/+2
* add unit testsFlorian Orben2015-11-271-2/+2
* allow to toggle features in backendFlorian Orben2015-11-271-0/+47
* Adding perm delete to cmd line=Corey Hulen2015-11-161-1/+1
* PLT-975 adding perm deletes=Corey Hulen2015-11-161-0/+18
* Fix spelling of encounteredPat Lathem2015-10-301-3/+3
* Merge pull request #1079 from hmhealey/initprefsChristopher Speller2015-10-161-0/+27
|\
| * Added an initial call to get all user preferences on page loadhmhealey2015-10-151-0/+27
* | Changed preference saving to use the master databasehmhealey2015-10-151-1/+1
|/
* Made further changes based on feedbackhmhealey2015-10-131-4/+4
* Removed Preference.AltIdhmhealey2015-10-131-13/+38
* Made structural changes to server-side Preference code based on feedbackhmhealey2015-10-131-99/+62
* Rewrote PreferenceStore.SaveOrUpdate to work on Postgres within a transactionhmhealey2015-10-131-8/+55
* Moved saving multiple user preferences into a database transactionhmhealey2015-10-131-29/+83
* Added Preferences table to store user preferenceshmhealey2015-10-131-0/+125