summaryrefslogtreecommitdiffstats
path: root/store/sql_store.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-0/+8
| | | | | | | | | | * Refactored statuses into a more real-time system * Updated package.json with correct commit and fixed minor bug * Minor updates to statuses based on feedback * When setting status online, update only LastActivityAt if status already exists
* PLT-3143 Added serverside code for custom Emoji (#3311)Harrison Healey2016-06-141-0/+8
| | | | | | | | | | | | | | * Added model objects for emoji * Added database tables for emoji * Added settings for custom emoji * Added serverside APIs and unit tests for custom emoji * Added additional validation to catch duplicate emoji names earlier on * Added additional validation to prevent users from adding emoji as another user
* fixed type speical -> special (#3052)rompic2016-05-251-2/+2
|
* Fixing LDAP issue with Postgres (#3033)Corey Hulen2016-05-171-2/+9
|
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-33/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding TeamMember to system * Fixing all unit tests on the backend * Fixing merge conflicts * Fixing merge conflict * Adding javascript unit tests * Adding TeamMember to system * Fixing all unit tests on the backend * Fixing merge conflicts * Fixing merge conflict * Adding javascript unit tests * Adding client side unit test * Cleaning up the clint side tests * Fixing msg * Adding more client side unit tests * Adding more using tests * Adding last bit of client side unit tests and adding make cmd * Fixing bad merge * Fixing libraries * Updating to new client side API * Fixing borken unit test * Fixing unit tests * ugg...trying to beat gofmt * ugg...trying to beat gofmt * Cleaning up remainder of the server side routes * Adding inital load api * Increased coverage of webhook unit tests (#2660) * Adding loading ... to root html * Fixing bad merge * Removing explicit content type so superagent will guess corectly (#2685) * Fixing merge and unit tests * Adding create team UI * Fixing signup flows * Adding LDAP unit tests and enterprise unit test helper (#2702) * Add the ability to reset MFA from the commandline (#2706) * Fixing compliance unit tests * Fixing client side tests * Adding open server to system console * Moving websocket connection * Fixing unit test * Fixing unit tests * Fixing unit tests * Adding nickname and more LDAP unit tests (#2717) * Adding join open teams * Cleaning up all TODOs in the code * Fixing web sockets * Removing unused webockets file * PLT-2533 Add the ability to reset a user's MFA from the system console (#2715) * Add the ability to reset a user's MFA from the system console * Add client side unit test for adminResetMfa * Reorganizing authentication to fix LDAP error message (#2723) * Fixing failing unit test * Initial upgrade db code * Adding upgrade script * Fixing upgrade script after running on core * Update OAuth and Claim routes to work with user model changes (#2739) * Fixing perminant deletion. Adding ability to delete all user and the entire database (#2740) * Fixing team invite ldap login call (#2741) * Fixing bluebar and some img stuff * Fix all the different file upload web utils (#2743) * Fixing invalid session redirect (#2744) * Redirect on bad channel name (#2746) * Fixing a bunch of issue and removing dead code * Patch to fix error message on leave channel (#2747) * Setting EnableOpenServer to false by default * Fixing config * Fixing upgrade * Fixing reported bugs * Bug fixes for PLT-2057 * PLT-2563 Redo password recovery to use a database table (#2745) * Redo password recovery to use a database table * Update reset password audits * Split out admin and user reset password APIs to be separate * Delete password recovery when user is permanently deleted * Consolidate password resetting into a single function * Removed private channels as an option for outgoing webhooks (#2752) * PLT-2577/PLT-2552 Fixes for backstage (#2753) * Added URL to incoming webhook list * Fixed client functions for adding/removing integrations * Disallowed slash commands without trigger words * Fixed clientside handling of errors on AddCommand page * Minor auth cleanup (#2758) * Changed EditPostModal to just close if you save without making any changes (#2759) * Renamed client -> Client in async_client.jsx and fixed eslint warnings (#2756) * Fixed url in channel info modal (#2755) * Fixing reported issues * Moving to version 3 of the apis * Fixing command unit tests (#2760) * Adding team admins * Fixing DM issue * Fixing eslint error * Properly set EditPostModal's originalText state in all cases (#2762) * Update client config check to assume features is defined if server is licensed (#2772) * Fixing url link * Fixing issue with websocket crashing when sending messages to different teams
* PLT-2115 Adding compliance=Corey Hulen2016-03-151-0/+8
|
* Fixing postgres=Corey Hulen2016-02-221-2/+2
|
* Fixing device id column for droid=Corey Hulen2016-02-221-13/+97
|
* Move license storage to databaseJoramWilander2016-02-041-0/+8
|
* Fixing merge=Corey Hulen2016-02-011-75/+56
|\
| * PLT-1765 allowing support of 2 previous versions=Corey Hulen2016-01-281-21/+2
| |
| * PLT-7: Refactoring stores to use translations (chunk 7)Elias Nahum2016-01-251-54/+54
| | | | | | | | - Add spanish translations
| * Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-6/+6
| |
| * PLT-7 adding loc db calls for system table=Corey Hulen2016-01-201-4/+4
| |
| * PLT-7 adding loc for db calls audits and prefs=Corey Hulen2016-01-201-2/+2
| |
* | Merge branch 'master' into PLT-1429=Corey Hulen2016-01-141-1/+1
|\|
| * Upgrade logging package=Corey Hulen2016-01-111-1/+1
| |
* | PLT-1429 adding sql storage for slash commands=Corey Hulen2016-01-061-0/+8
|/
* allow to toggle features in backendFlorian Orben2015-11-271-0/+2
|
* fix logging statement not to post nonsenseFlorian Orben2015-11-061-2/+2
|
* postgres needs another query to get table information...Florian Orben2015-11-051-15/+6
|
* PLT-857: Support for Incoming Webhooks - Try #2Florian Orben2015-11-051-0/+35
|
* Log errors in table creationAntti Ahti2015-10-301-1/+4
| | | | This is really helpful if you somehow mess up the schema definitions.
* Renamed Channel.Description to Channel.Header on the serverhmhealey2015-10-271-18/+17
|
* PLT-828 fixing db upgrade code=Corey Hulen2015-10-261-4/+9
|
* PLT-797 Update System Table with latest versionJean-Yves LEBLEU2015-10-231-2/+2
| | | | | Update database system table with last version if coming from a 7.X version
* Merge branch 'release-1.1.0'Christopher Speller2015-10-201-1/+15
|\
| * Hotfix to allow .7 to be upgraded to 1.1=Corey Hulen2015-10-201-1/+15
| |
* | Refactor to hit database less often.JoramWilander2015-10-191-8/+1
| |
* | Implement outgoing webhooks.JoramWilander2015-10-191-5/+17
| |
* | Marking when user ran the unit tests=Corey Hulen2015-10-151-5/+17
| |
* | Made structural changes to server-side Preference code based on feedbackhmhealey2015-10-131-8/+0
| |
* | Rewrote PreferenceStore.SaveOrUpdate to work on Postgres within a transactionhmhealey2015-10-131-0/+2
| |
* | Moved saving multiple user preferences into a database transactionhmhealey2015-10-131-0/+6
| |
* | Added Preferences table to store user preferenceshmhealey2015-10-131-11/+19
|/
* Fixing db upgrade for 1.1=Corey Hulen2015-10-081-7/+0
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* PLT-404 adding basic error checking to config file.=Corey Hulen2015-09-291-11/+11
|
* Fixing merge conflict=Corey Hulen2015-09-221-0/+8
|\
| * Implement incoming webhooks.JoramWilander2015-09-211-0/+8
| |
* | Adding team settings to admin console=Corey Hulen2015-09-221-17/+12
| |
* | Adding SQL settings to admin console=Corey Hulen2015-09-221-3/+10
|/
* GIT-721 Removing sql ping log=Corey Hulen2015-09-191-2/+2
|
* Merge pull request #699 from mattermost/PLT-92Joram Wilander2015-09-181-2/+91
|\ | | | | PLT-92 Adding server side versioning to the binary
| * Making changes to versioning=Corey Hulen2015-09-171-7/+7
| |
| * Fixing postgres issue and bumping version number=Corey Hulen2015-09-161-2/+49
| |
| * Adding database schema version=Corey Hulen2015-09-161-2/+37
| |
| * PLT-92 Adding server side versioning to the binary=Corey Hulen2015-09-161-0/+7
| |
* | Return false when checking if column exists, if the table does not exist ↵JoramWilander2015-09-181-0/+4
|/ | | | with postgres.
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-7/+20
|