Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some basic sorting support for GET /users endpoint (#6801) | Joram Wilander | 2017-06-30 | 1 | -7/+25 |
| | |||||
* | Make sure to log errors when failing to send emails (#6754) | Joram Wilander | 2017-06-28 | 1 | -2/+2 |
| | |||||
* | PLT-6657 Move system console to use v4 endpoints and redux (#6572) | Joram Wilander | 2017-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | | * Move system console to use v4 endpoints and redux * Rename logs dir to get past gitignore * Fix test email * Update brand unit test * Updates per feedback | ||||
* | Fix MFA enforcement on login and page load (#6356) | Joram Wilander | 2017-05-09 | 1 | -2/+2 |
| | |||||
* | Fix user autocomplete for DMs and GMs (#6265) | Joram Wilander | 2017-04-28 | 1 | -17/+15 |
| | |||||
* | Creating common token store and moving email invites and verification to it ↵ | Christopher Speller | 2017-04-27 | 1 | -32/+23 |
| | | | | (#6213) | ||||
* | Start moving webapp to Redux (#6140) | Joram Wilander | 2017-04-25 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start moving webapp to Redux * Fix localforage import * Updates per feedback * Feedback udpates and a few fixes * Minor updates * Fix statuses, config not loading properly, getMe sanitizing too much * Fix preferences * Fix user autocomplete * Fix sessions and audits * Fix error handling for all redux actions * Use new directory structure for components and containers * Refresh immediately on logout instead of after timeout * Add fetch polyfill | ||||
* | PLT-4457 Added API to get multiple users by their usernames (#6218) | Harrison Healey | 2017-04-25 | 1 | -0/+19 |
| | | | | | | | | | | * Allow getting profiles by username without a team * Changed UserStore.GetProfilesByUsernames to return an array * PLT-4457 Added API to get multiple users by their usernames * Changed users/names route to users/usernames | ||||
* | APIv4 PUT /users/{user_id}/active (#6118) | Saturnino Abril | 2017-04-17 | 1 | -0/+32 |
| | |||||
* | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 1 | -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 Wilander | 2017-04-10 | 1 | -0/+38 |
| | | | | | | * Refactor switching login type code into app layer and add v4 endpoint * Fix unit test | ||||
* | PLT-5900 Removed automatic configuration of SiteURL (#5952) | Harrison Healey | 2017-04-04 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | PLT-6162: Search for users not in a given team. (#5943) | George Goldberg | 2017-04-03 | 1 | -0/+5 |
| | |||||
* | PLT-2713 Added ability for admins to list users not in any team (#5844) | Harrison Healey | 2017-03-29 | 1 | -1/+10 |
| | | | | | | * PLT-2713 Added ability for admins to list users not in any team * Updated style of unit test | ||||
* | PLT-6083: API to get users not in a specific team. (#5888) | George Goldberg | 2017-03-29 | 1 | -0/+13 |
| | |||||
* | PLT 6125 Allow system admins to create users on closed servers (#5908) | prixone | 2017-03-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | * Update user.go Added method to create user accounts using a privileged system_admin account * Update user.go Added respective method to handle the the APIv4 call to create users with privileged account(system_admin) by passing server restrictions of EnableUserCreation and/or EnableOpenServer set to false. * Update user_test.go Added test case | ||||
* | Implement some MFA endpoints for APIv4 (#5864) | Joram Wilander | 2017-03-27 | 1 | -1/+51 |
| | |||||
* | Implement PUT /users/sessions/device endpoint for APIv4 (#5866) | Joram Wilander | 2017-03-27 | 1 | -0/+49 |
| | |||||
* | Implement POST /users/email/verify/send endpoint for APIv4 (#5825) | Joram Wilander | 2017-03-24 | 1 | -7/+33 |
| | |||||
* | Implement POST /users/search endpoint for APIv4 (#5822) | Joram Wilander | 2017-03-23 | 1 | -0/+57 |
| | | | | | | | | | | * 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) | ||||
* | Implement GET /audits endpoint for APIv4 (#5779) | Joram Wilander | 2017-03-21 | 1 | -2/+2 |
| | | | | | | * Implement GET /audits endpoint for APIv4 * Fix log unit test | ||||
* | Merge branch 'release-3.7' into master. | George Goldberg | 2017-03-17 | 1 | -1/+1 |
|\ | |||||
| * | PLT-5765 Passed SiteURL to SendNotifications (#5705) | Harrison Healey | 2017-03-10 | 1 | -1/+1 |
| | | |||||
* | | Implement PUT /users/{user_id}/mfa endpoint for APIv4 (#5743) | Joram Wilander | 2017-03-13 | 1 | -0/+40 |
| | | |||||
* | | Implement GET /users/autocomplete endpoint for APIv4 (#5742) | Joram Wilander | 2017-03-13 | 1 | -0/+52 |
|/ | |||||
* | Implementation of APIv4: POST users/{user_id}/image (#5537) | Saturnino Abril | 2017-02-28 | 1 | -0/+55 |
| | | | | | | * APIv4: POST users/{user_id}/image * removed 'return' and rebased to master | ||||
* | APIv4: GET /users/{user_id}/image (#5526) | Saturnino Abril | 2017-02-27 | 1 | -1/+42 |
| | |||||
* | add implementation for verify email for apiv4 (#5502) | Carlos Tadeu Panato Junior | 2017-02-24 | 1 | -0/+32 |
| | |||||
* | Implement endpoint for APIv4: GET /users/{user_id}/audits (#5472) | Saturnino Abril | 2017-02-21 | 1 | -45/+66 |
| | |||||
* | Implement user sessions endpoints for APIv4 (#5449) | Ruzette Tanyag | 2017-02-17 | 1 | -0/+53 |
| | | | | | | | | | | | | | | * added get session and revoke session endpoints, unittests and drivers * removed BasicUser2 and added teardown * added badrequest unit test case for sessions * added session loop to check if user id and session user id matches * fixed indentation issues for user_test * match indentation from spaces to tabs | ||||
* | Implement PUT /users/{user_id}/patch endpoint for APIv4 (#5418) | Joram Wilander | 2017-02-16 | 1 | -0/+27 |
| | |||||
* | Implement GET `/users/username/{username}` endpoint for APIv4 (#5310) | Ruzette Tanyag | 2017-02-08 | 1 | -0/+29 |
| | | | | | | | | | | | | * added get user by username endpoint * added get user by username unit test and driver * changed username length to 22 characters max * changed Params to UserName to Username * reorganized get user by username and get user by email formatting in model/client4 | ||||
* | Implement password reset endpoints for APIv4 (#5256) | Joram Wilander | 2017-02-07 | 1 | -3/+48 |
| | |||||
* | Implement PUT /users/{user_id}/password endpoint for APIv4 (#5243) | Joram Wilander | 2017-02-07 | 1 | -0/+38 |
| | |||||
* | Implement GET `/users/email/{email}` endpoint for APIv4 (#5309) | Ruzette Tanyag | 2017-02-07 | 1 | -3/+31 |
| | | | | | | | | | | * added get user by email endpoint for APIv4 * added get user by email endpoint unit test and driver * removed the appended return of user ids on logout * Added RequireEmail to validate user email. Also updated the get user by email endpoint and unit test | ||||
* | Implement DELETE /users/{user_id endpoint for APIv4 - rebase cleanup (#5307) | Ruzette Tanyag | 2017-02-05 | 1 | -0/+30 |
| | | | | | | | | * added delete user endpoint * added unit test for delete user endpoint * added delete user driver | ||||
* | Implement GET /users endpoint for APIv4 (#5277) | Joram Wilander | 2017-02-03 | 1 | -0/+62 |
| | |||||
* | Implement POST /users/ids endpoint for APIv4 (#5274) | Joram Wilander | 2017-02-03 | 1 | -0/+20 |
| | |||||
* | Implement PUT /users/{user_id}/roles endpoint for APIv4 (#5238) | Joram Wilander | 2017-02-01 | 1 | -0/+30 |
| | |||||
* | Implement APIv4 infrastructure (#5191) | Joram Wilander | 2017-01-30 | 1 | -0/+169 |
* Implement APIv4 infrastructure * Update parameter requirement functions per feedback |