Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PLT-5864] Move teammate name display setting to the System Console (#6681) | Saturnino Abril | 2017-06-30 | 1 | -1/+2 |
| | | | | | | | | | | * move teammate name display setting to the system console * update all the likes of TeammateNameDisplay names * fix gofmt error * rebase and fix conflict | ||||
* | [PLT-5639] Show a message when invited addresses are blocked (#6691) | Pieter Lexis | 2017-06-29 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | * Show a message when invited addresses are blocked When using the "Send Email Invite" functionality. Emails were sent to domains that were not on the `RestrictCreationToDomains` list. This would lead to users getting a message that they can't create an account if they follow the link in the email. This commit will check the email addresses before the mails are sent and warn the user typing them in which ones are blocked. * Add unit test for domain restrictions on invite * Invite Member: Clear serverError on toggle | ||||
* | Fixed error information being obscured when joining teams with API v4 (#6751) | Harrison Healey | 2017-06-28 | 1 | -5/+2 |
| | |||||
* | PLT-6815 Do not disconnect websocket when joining a team (#6746) | Joram Wilander | 2017-06-26 | 1 | -6/+6 |
| | | | | | | * Do not disconnect websocket when joining a team * Fix eslint error | ||||
* | Move remaining actions over to use redux and v4 endpoints (#6720) | Joram Wilander | 2017-06-26 | 1 | -21/+21 |
| | |||||
* | Add GET /teams/invite/{invite_id} endpoint for v4 (#6685) | Joram Wilander | 2017-06-20 | 1 | -0/+21 |
| | |||||
* | Add APIv4 endpoint to permanently delete teams (#6604) | Zeger-Jan van de Weg | 2017-06-15 | 1 | -0/+33 |
| | | | | | Tests are added, however, it only tests the property if its soft deleted. In the background it will be hard deleted, but that is untestable through a integration test. | ||||
* | Creating common token store and moving email invites and verification to it ↵ | Christopher Speller | 2017-04-27 | 1 | -3/+3 |
| | | | | (#6213) | ||||
* | alsways get the last message from inbucket (#6251) | Carlos Tadeu Panato Junior | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | Implement POST /teams/{team_id}/invite/email for apiV4 (#5944) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+48 |
| | |||||
* | PLT-6169: Batch add users to teams. (#5953) | George Goldberg | 2017-04-03 | 1 | -0/+131 |
| | |||||
* | APIv4 DELETE /teams/{team_id} (#5937) | Saturnino Abril | 2017-04-03 | 1 | -0/+42 |
| | |||||
* | APIv4 post /teams/search (#5931) | Saturnino Abril | 2017-04-03 | 1 | -0/+76 |
| | |||||
* | [APIV4] POST /teams/{team_id}/import for apiv4 (#5920) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+76 |
| | |||||
* | Use 201 status code where appropriate for APIv4 (#5903) | Joram Wilander | 2017-03-31 | 1 | -0/+2 |
| | |||||
* | PLT-6063: AddUserToTeam permission depends on policy. (#5869) | George Goldberg | 2017-03-26 | 1 | -4/+86 |
| | | | Uses same policy setting as InviteUserToTeam. | ||||
* | Implement some team endpoints for APIv4 (#5870) | Joram Wilander | 2017-03-25 | 1 | -0/+69 |
| | | | | | | * Implement GET /users/{user_id}/teams/members endpoint for APIv4 * Implement DELETE /teams/{team_id}/members/{user_id} endpoint for APIv4 | ||||
* | APIv4 put /teams/{team_id}/patch (#5860) | Saturnino Abril | 2017-03-24 | 1 | -0/+69 |
| | |||||
* | Endpoint for APIv4 POST /teams/{team_id}/members (#5804) | Saturnino Abril | 2017-03-24 | 1 | -0/+135 |
| | |||||
* | Implement some team endpoints for APIv4 (#5745) | Joram Wilander | 2017-03-13 | 1 | -0/+170 |
| | | | | | | | | | | * Implement PUT /teams/{team_id} endpoint for APIv4 * Implement GET /users/{user_id}/teams/{team_id}/unread endpoint for APIv4 * Implement POST /teams/{team_id}/members/ids endpoint for APIv4 * Remove debug statement | ||||
* | Implement GET /users/autocomplete endpoint for APIv4 (#5742) | Joram Wilander | 2017-03-13 | 1 | -1/+2 |
| | |||||
* | add team exists endpoint for APIv4 (#5517) | Carlos Tadeu Panato Junior | 2017-03-07 | 1 | -5/+30 |
| | |||||
* | ApiV4: GET /users/{user_id}/teams/unread (#5539) | Andrei Stanciu | 2017-02-28 | 1 | -0/+31 |
| | |||||
* | Get all teams api4 (#5542) | Andrei Stanciu | 2017-02-28 | 1 | -0/+48 |
| | |||||
* | APIv4: GET /teams/{team_id}/members (#5460) | Saturnino Abril | 2017-02-22 | 1 | -0/+54 |
| | | | | | | | | | | * APIv4: GET /teams/{team_id}/members * removed unecessary comment * changed route to session required, and logout test to unauthorized Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com> | ||||
* | Implement endpoint for APIv4: PUT /teams/{team_id}/members/{user_id}/roles ↵ | Saturnino Abril | 2017-02-21 | 1 | -0/+78 |
| | | | | (#5471) | ||||
* | Various APIv4 fixes (#5474) | Joram Wilander | 2017-02-20 | 1 | -0/+4 |
| | |||||
* | Implementation endpoint for APIv4: GET /teams/name/{name} (#5473) | Saturnino Abril | 2017-02-20 | 1 | -0/+36 |
| | | | | | | | | | | * APIv4: GET /teams/name/{name} Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com> * reorganized test with SystemAdminClient Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com> | ||||
* | Implement GET teams/{team_id}/stats - apiv4 (#5453) | Saturnino Abril | 2017-02-17 | 1 | -0/+51 |
| | | | | | | | | * api4 GET teams/{team_id}/stats * api4 GET teams/{team_id}/stats * moved TeamStats router to team.go | ||||
* | Implement a few team endpoints for APIv4 (#5296) | Joram Wilander | 2017-02-07 | 1 | -0/+118 |
| | | | | | | | | * Implement GET /teams/{team_id} endpoint for APIv4 * Implement GET /users/{user_id}/teams endpoint for APIv4 * Implement GET /teams/{team_id}/members/{user_id} endpoint for APIv4 | ||||
* | Add tear down to APIv4 tests (#5250) | Joram Wilander | 2017-02-02 | 1 | -0/+1 |
| | | | | | | * Add tear down to APIv4 tests * Defer tear downs | ||||
* | Improve APIv4 test lib (#5237) | Joram Wilander | 2017-01-31 | 1 | -3/+3 |
| | |||||
* | Implement POST /teams endpoint (#5220) | Joram Wilander | 2017-01-31 | 1 | -0/+75 |