summaryrefslogtreecommitdiffstats
path: root/api/user.go
Commit message (Expand)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-5/+5
* app type transition (#7167)Chris2017-09-061-55/+55
* Api: NewLocAppError -> NewAppError (#7280)George Goldberg2017-09-011-22/+12
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-1/+1
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-2/+2
* If login is using mobile respond with JSON object (#7030)enahum2017-08-031-5/+11
* Minor fixJoramWilander2017-07-061-1/+1
* Creating common token store and moving email invites and verification to it (...Christopher Speller2017-04-271-8/+9
* Refactor OAuth 2.0 code into app layer (#6037)Joram Wilander2017-04-121-49/+1
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-101-155/+13
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-20/+20
* Move WebSocket API to it's own package and add websocket v4 endpoint (#5881)Joram Wilander2017-03-281-25/+0
* Implement some MFA endpoints for APIv4 (#5864)Joram Wilander2017-03-271-20/+2
* Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-231-13/+3
* Merge branch 'release-3.7' into master.George Goldberg2017-03-171-3/+3
|\
| * PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-101-3/+3
* | Implement GET /users/autocomplete endpoint for APIv4 (#5742)Joram Wilander2017-03-131-26/+6
|/
* enable saml for RN app (#5635)enahum2017-03-061-1/+6
* Updating user attributes on oauth login (#5324)Poornima2017-02-261-0/+6
* Adding device Id for version 2 of native apps (#5505)Corey Hulen2017-02-231-5/+0
* Adding caching to profile images to master (#5428)Corey Hulen2017-02-151-3/+10
* APIv3 append offset and limit to getProfiles etag (#5421)enahum2017-02-151-1/+1
* Implement GET /users endpoint for APIv4 (#5277)Joram Wilander2017-02-031-24/+5
* Implement POST /users/ids endpoint for APIv4 (#5274)Joram Wilander2017-02-031-4/+4
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-201/+28
* More app code migration (#5170)Joram Wilander2017-01-251-205/+34
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-30/+35
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-637/+178
* Fix preferences not loading correctly (#5084)Joram Wilander2017-01-161-1/+5
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-534/+148
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-160/+111
* PLT-4317: Fix Desktop App platform in sessions list. (#5048)George Goldberg2017-01-131-0/+4
* Removing old signup team API (#4950)Christopher Speller2017-01-041-1/+1
* Adding Etag to user profile pictures. (#4926)Christopher Speller2017-01-031-0/+7
* Add API call to get a user by their email address (#4884)Carlos Tadeu Panato Junior2016-12-281-0/+19
* Don't autocomplete users by email (#4896)Joram Wilander2016-12-261-1/+11
* Fixing image profiles (#4863)Corey Hulen2016-12-211-4/+8
* Adding metrics for caching mechanisms (#4828)Christopher Speller2016-12-191-6/+6
* PLT-4982 Adding caching to user profiles (#4782)Corey Hulen2016-12-141-1/+1
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-4/+55
* PLT-4853 Adding cache purging to the server (server) (#4735)Corey Hulen2016-12-081-7/+2
* Improving command line interface (#4689)Christopher Speller2016-12-061-14/+9
* Fixing crash when attempting to login (#4704)Corey Hulen2016-12-051-1/+1
* PLT-4710 User search now obeys privacy settings (#4673)Joram Wilander2016-12-021-2/+31
* PLT-4697 Update channel switcher to autocomplete all users on the system (#4624)Joram Wilander2016-11-291-0/+22
* PLT-4403 Add server-based channel autocomplete, search and paging (#4585)Joram Wilander2016-11-241-3/+6
* PLT-4357 adding performance monitoring (#4622)Corey Hulen2016-11-221-0/+12
* PLT-3762 - Add API call to get a user by their username (#4611)Carlos Tadeu Panato Junior2016-11-211-0/+19
* PLT-4524 Update password reset page (#4522)Carlos Tadeu Panato Junior2016-11-171-1/+1