Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement PUT /users/{user_id}/mfa endpoint for APIv4 (#5743) | Joram Wilander | 2017-03-13 | 1 | -0/+43 |
| | |||||
* | Implement GET /users/autocomplete endpoint for APIv4 (#5742) | Joram Wilander | 2017-03-13 | 1 | -0/+121 |
| | |||||
* | improvements for inbucket email test and re-enable Email mention test (#5647) | Carlos Tadeu Panato Junior | 2017-03-11 | 1 | -8/+20 |
| | | | | Now if we dont get the mailbox to check the email we try 5 times, if still no message we disable the email verification. | ||||
* | Usernames must start with a letter (#5581) | Joram Wilander | 2017-03-03 | 1 | -0/+6 |
| | |||||
* | Implementation of APIv4: POST users/{user_id}/image (#5537) | Saturnino Abril | 2017-02-28 | 1 | -3/+47 |
| | | | | | | * 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 | -0/+33 |
| | |||||
* | add implementation for verify email for apiv4 (#5502) | Carlos Tadeu Panato Junior | 2017-02-24 | 1 | -0/+26 |
| | |||||
* | Implement endpoint for APIv4: GET /users/{user_id}/audits (#5472) | Saturnino Abril | 2017-02-21 | 1 | -1/+26 |
| | |||||
* | Implement user sessions endpoints for APIv4 (#5449) | Ruzette Tanyag | 2017-02-17 | 1 | -0/+97 |
| | | | | | | | | | | | | | | * 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/+67 |
| | |||||
* | Implement GET channels endpoints for APIv4 (#5363) | Ruzette Tanyag | 2017-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | | * implement get channels endpoints and updated drivers and unittests * removed channel deletion on tear down, removed manage permission on get channels endpoints, and updated utils to add constant channel length * added constants for user, team and channel length, updated context to use the model functions * make sure team name length should be less than the minimum length and revert underscore to team name validity * changed post test condition from notfound to unauthorized | ||||
* | Implement GET `/users/username/{username}` endpoint for APIv4 (#5310) | Ruzette Tanyag | 2017-02-08 | 1 | -0/+64 |
| | | | | | | | | | | | | * 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 | -0/+90 |
| | |||||
* | Implement PUT /users/{user_id}/password endpoint for APIv4 (#5243) | Joram Wilander | 2017-02-07 | 1 | -3/+74 |
| | |||||
* | Implement GET `/users/email/{email}` endpoint for APIv4 (#5309) | Ruzette Tanyag | 2017-02-07 | 1 | -0/+65 |
| | | | | | | | | | | * 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/+31 |
| | | | | | | | | * 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/+172 |
| | |||||
* | Implement POST /users/ids endpoint for APIv4 (#5274) | Joram Wilander | 2017-02-03 | 1 | -0/+32 |
| | |||||
* | Add tear down to APIv4 tests (#5250) | Joram Wilander | 2017-02-02 | 1 | -1/+5 |
| | | | | | | * Add tear down to APIv4 tests * Defer tear downs | ||||
* | Implement PUT /users/{user_id}/roles endpoint for APIv4 (#5238) | Joram Wilander | 2017-02-01 | 1 | -0/+24 |
| | |||||
* | Improve APIv4 test lib (#5237) | Joram Wilander | 2017-01-31 | 1 | -7/+5 |
| | |||||
* | Implement APIv4 infrastructure (#5191) | Joram Wilander | 2017-01-30 | 1 | -0/+186 |
* Implement APIv4 infrastructure * Update parameter requirement functions per feedback |