summaryrefslogtreecommitdiffstats
path: root/store/sql_user_store.go
Commit message (Expand)AuthorAgeFilesLines
* Add store unit tests and add make target for testing store with postgres (#5925)Joram Wilander2017-04-031-53/+0
* PLT-6162: Search for users not in a given team. (#5943)George Goldberg2017-04-031-0/+26
* PLT-2713 Added ability for admins to list users not in any team (#5844)Harrison Healey2017-03-291-0/+48
* PLT-6083: API to get users not in a specific team. (#5888)George Goldberg2017-03-291-0/+73
* Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-231-0/+30
* Merge 3.7 changes into master (#5679)Joram Wilander2017-03-071-1/+7
* Updating user attributes on oauth login (#5324)Poornima2017-02-261-2/+3
* PLT-5070: Server side component of Telemetry. (#5514)George Goldberg2017-02-241-0/+39
* Bumping base cache numbers for master (#5451)Corey Hulen2017-02-171-2/+2
* Implement GET /users endpoint for APIv4 (#5277)Joram Wilander2017-02-031-21/+39
* Implement POST /users/ids endpoint for APIv4 (#5274)Joram Wilander2017-02-031-7/+5
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-2/+4
* Adding active users statistics to system console (#5141)Christopher Speller2017-01-201-0/+25
* PLT-4935 Fix searching for full email (#4947)Joram Wilander2017-01-031-9/+37
* Adding metrics to cache for profile by ids api (#4925)Christopher Speller2017-01-031-0/+8
* Adding metrics for caching mechanisms (#4828)Christopher Speller2016-12-191-0/+13
* PLT-4332 Position field for Users (#4632)George Goldberg2016-12-141-0/+1
* PLT-4982 Adding caching to user profiles (#4782)Corey Hulen2016-12-141-4/+34
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-1/+5
* PLT-4853 Adding cache purging to the server (server) (#4735)Corey Hulen2016-12-081-0/+4
* Ignore double quotes in user search (#4725)Joram Wilander2016-12-071-0/+1
* PLT-4710 User search now obeys privacy settings (#4673)Joram Wilander2016-12-021-8/+18
* PLT-4403 Add server-based channel autocomplete, search and paging (#4585)Joram Wilander2016-11-241-2/+2
* Fix user search when using an asterisk (#4586)Joram Wilander2016-11-211-1/+14
* PLT-4716 fixes cache invalidation issue (#4518)Corey Hulen2016-11-101-0/+13
* Don't count inactive users on statistic pages (#4482)Joram Wilander2016-11-081-3/+4
* Update user search to match against username, full name, nickname and email (...Joram Wilander2016-11-031-7/+7
* PLT-4535/PLT-4503 Fix inactive users in searches and add option functionality...Joram Wilander2016-11-021-29/+50
* Fix user autocomplete with special characters (#4373)Joram Wilander2016-10-311-2/+23
* Add database indexes to timestamp columns (#4314)enahum2016-10-241-0/+3
* Filter out non-team members from invite to channel modal (#4312)Joram Wilander2016-10-241-0/+2
* Fix the multiple column full text search index for Postgres (#4282)Joram Wilander2016-10-201-0/+1
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-38/+321
* Fix leaking goroutines in store calls (#3993). (#4021)Kyo Nguyen2016-09-191-30/+30
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-1/+1
* Making LDAP FirstName and LastName fields optional. (#3919)Christopher Speller2016-09-011-2/+0
* PLT-3462 Add the ability to clear push notifications after channel is viewed ...Joram Wilander2016-08-311-0/+19
* PLT-3695 refactoring to use sql_upgrader (#3788)Corey Hulen2016-08-241-73/+0
* Fixed calculation of mention count for direct channels (#3831)Harrison Healey2016-08-181-1/+1
* PLT-2899 adding clustering of app servers (#3682)Corey Hulen2016-08-041-1/+1
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-82/+4
* Cleaning up old export code (#3601)Christopher Speller2016-07-151-28/+0
* Fix porting theme to preferences so that it works for users who never set the...Harrison Healey2016-07-141-1/+3
* PLT-2992 Added the ability to use different themes for each team (#3411)Harrison Healey2016-07-141-15/+55
* PLT-3547 fixing caching issue with direct profiles (#3567)Corey Hulen2016-07-141-6/+10
* Added check for code theme (#3367)David Lu2016-06-201-0/+21
* Update error message when trying to switch account with a duplicate email (#3...Joram Wilander2016-06-151-1/+5
* Fix bad condition on hiding email addresses and update user etag to include p...Joram Wilander2016-06-141-6/+7
* Adding LDAP Syncronization (#3219)Christopher Speller2016-06-031-0/+21
* Fixing LDAP issue with Postgres (#3033)Corey Hulen2016-05-171-4/+4