summaryrefslogtreecommitdiffstats
path: root/store/sql_preference_store.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue with Team Settings modal saving items instead of cancelling; ↵Reed Garmsen2015-12-101-1/+1
| | | | changed remaining copyrights
* rename 'featureToggle' to 'isFeatureEnable' and move definition of available ↵Florian Orben2015-11-271-2/+2
| | | | prerelease-features to constants.jsx
* 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 load
| * 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