summaryrefslogtreecommitdiffstats
path: root/store/sql_preference_store_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-516/+0
| | | | | | | | | | * move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp
* PLT-7619: Cleanup flags in data retention. (#7501)George Goldberg2017-09-221-0/+41
|
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* Stage 1 of caching layer. Framework (#6693)Christopher Speller2017-06-271-4/+5
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* More app code migration (#5170)Joram Wilander2017-01-251-0/+45
| | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830)
* PLT-2992 Added the ability to use different themes for each team (#3411)Harrison Healey2016-07-141-1/+26
| | | | | | | | | | | | | | | | | | | | | | * 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
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-22/+21
|
* PLT-7 adding loc for db calls audits and prefs=Corey Hulen2016-01-201-21/+22
|
* Fixed issue with Team Settings modal saving items instead of cancelling; ↵Reed Garmsen2015-12-101-1/+1
| | | | changed remaining copyrights
* add missing unit testFlorian Orben2015-11-271-0/+72
|
* add unit testsFlorian Orben2015-11-271-0/+63
|
* Adding perm delete to cmd line=Corey Hulen2015-11-161-1/+1
|
* PLT-975 adding perm deletes=Corey Hulen2015-11-161-0/+40
|
* Added an initial call to get all user preferences on page loadhmhealey2015-10-151-0/+48
|
* Made further changes based on feedbackhmhealey2015-10-131-3/+15
|
* Removed Preference.AltIdhmhealey2015-10-131-26/+49
|
* Made structural changes to server-side Preference code based on feedbackhmhealey2015-10-131-184/+86
|
* Moved saving multiple user preferences into a database transactionhmhealey2015-10-131-10/+49
|
* Renamed show_hide preference to showhmhealey2015-10-131-7/+7
|
* Added Preferences table to store user preferenceshmhealey2015-10-131-0/+170