summaryrefslogtreecommitdiffstats
path: root/api/user.go
Commit message (Collapse)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
| | | | | | | | | | * PLT-6226 Fixing races with licensing * Fixing build issue * Fixing licensing issue * removing commented code
* 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
| | | | (#6213)
* 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
| | | | | | | | | | | | * 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
* Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-101-155/+13
| | | | | | * Refactor switching login type code into app layer and add v4 endpoint * Fix unit test
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-20/+20
| | | | | | | | | | | | | | | | * Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)" This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47. * Removed automatic configuration of SiteURL * Reverted unintentional config changes * Updated help text * Added link to docs in Site URL warning * Fixed merge conflict
* 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
| | | | | | | | | | * Implement POST /users/search endpoint for APIv4 * PLT-2713 Added store functions for searching users that don't have a team * PLT-2713 Added 'without_team' option when searching users * PLT-2713 Added 'without_team' option when searching users (v4)
* 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
| | | | | | * enable saml for RN app * remove unnecessary user sanitize
* Updating user attributes on oauth login (#5324)Poornima2017-02-261-0/+6
| | | | Moving update function to app package Fixing duplicate userID on create user test
* Adding device Id for version 2 of native apps (#5505)Corey Hulen2017-02-231-5/+0
| | | | | | * Adding device Id for version 2 * Changing ids
* Adding caching to profile images to master (#5428)Corey Hulen2017-02-151-3/+10
| | | | | | | | | | | | * Adding caching to profile images * Fixing break * Adding back in failed read * Fixing build break * Fixing break
* APIv3 append offset and limit to getProfiles etag (#5421)enahum2017-02-151-1/+1
| | | | | | * APIv3 append offset and limit to getProfiles etag * add separator between offset and limit
* 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
| | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback
* More app code migration (#5170)Joram Wilander2017-01-251-205/+34
| | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-30/+35
| | | | | | * Move permissions code into app package * Revert getPosts permission
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-637/+178
| | | | | | | | | | | | | | | | | | * Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback
* 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
| | | | | | | | | | * Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge
* PLT-4317: Fix Desktop App platform in sessions list. (#5048)George Goldberg2017-01-131-0/+4
| | | | Incidentally fixes displaying the Linux icon next to sessions on Linux at the same time.
* 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
| | | | | | * Add API call to get a user by their email address * update per review
* Don't autocomplete users by email (#4896)Joram Wilander2016-12-261-1/+11
|
* Fixing image profiles (#4863)Corey Hulen2016-12-211-4/+8
| | | | | | * Fixing image profiles * Fixing break
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create MFA setup page and remove MFA setup from account settings modal * Add enforce MFA to system console and force redirect * Lockdown mfa required API routes, add localization, other changes * Minor fixes * Fix typo * Fix some unit tests * Fix more unit tests * Minor fix * Updating UI for MFA screen (#4670) * Updating UI for MFA screen * Updating styles for MFA page * Add the ability to switch between email/sso with MFA enabled * Added mfa change email * Minor UI updates for MFA enforcement * Fix unit test * Fix client unit test * Allow switching email to ldap and back when MFA is enabled * Fix unit test * Revert config.json
* PLT-4853 Adding cache purging to the server (server) (#4735)Corey Hulen2016-12-081-7/+2
| | | | | | * PLT-4853 Adding caching invalidation to HA * PLT-4853 Adding cach purging to the server
* 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
| | | | | | * Consider privacy settings in user search * Add sysadmin as exception to privacy settings for user search
* PLT-4697 Update channel switcher to autocomplete all users on the system (#4624)Joram Wilander2016-11-291-0/+22
| | | | | | * Add autocomplete API for system-wide users * Update channel switcher to autocomplete all users on the system
* PLT-4403 Add server-based channel autocomplete, search and paging (#4585)Joram Wilander2016-11-241-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add more channel paging API * Add channel paging support to client * Add DB channel search functions * Add API for searching more channels * Add more channel search functionality to client * Add API for autocompleting channels * Add channel autocomplete functionality to the client * Move to be deprecated APIs to their own file * Final clean-up * Fixes related to feedback * Localization changes * Add unit as suffix to timeout constants
* PLT-4357 adding performance monitoring (#4622)Corey Hulen2016-11-221-0/+12
| | | | | | | | | | | | | | | | | | * WIP * WIP * Adding metrics collection * updating vendor packages * Adding metrics to config * Adding admin console page for perf monitoring * Updating glide * switching to tylerb/graceful
* PLT-3762 - Add API call to get a user by their username (#4611)Carlos Tadeu Panato Junior2016-11-211-0/+19
| | | | | | | | | | | | | | * PLT-3762 - Add API call to get a user by their username * fix lint * update rote * update per code review * update per code review * remove first/last name is not used in this test
* PLT-4524 Update password reset page (#4522)Carlos Tadeu Panato Junior2016-11-171-1/+1
| | | | | | | | | | | | | | | | * Implement PLT-4524 Update password reset page * fix lints * changes based on review * update per request/review * update tests * add css for alert-success * change per request