Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | PLT-5943 Reduce minimum username length (#5798) | Joram Wilander | 2017-03-17 | 1 | -3/+0 | |
| | | ||||||
| * | Fix policy application in team edition. (#5771) | George Goldberg | 2017-03-15 | 2 | -2/+15 | |
| | | ||||||
* | | add implementation for endpoint DELETE outgoing webhook for apiv4 (#5828) | Carlos Tadeu Panato Junior | 2017-03-23 | 2 | -2/+100 | |
| | | ||||||
* | | add implementation to get outgoing webhook for apiv4 (#5827) | Carlos Tadeu Panato Junior | 2017-03-23 | 2 | -0/+69 | |
| | | ||||||
* | | Implement POST /users/search endpoint for APIv4 (#5822) | Joram Wilander | 2017-03-23 | 2 | -0/+207 | |
| | | | | | | | | | | | | | | | | | | | | * 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) | |||||
* | | Update channel permissions for v4 endpoints (#5829) | Joram Wilander | 2017-03-22 | 3 | -32/+109 | |
| | | | | | | | | | | | | | | | | * Fix join channel permission for v4 endpoint * Allow regular users to get public channels they are not in * Fix unit test | |||||
* | | Add ability to use 'me' in place of user id for APIv4 (#5826) | Joram Wilander | 2017-03-21 | 2 | -0/+21 | |
| | | ||||||
* | | Implement GET /audits endpoint for APIv4 (#5779) | Joram Wilander | 2017-03-21 | 5 | -10/+63 | |
| | | | | | | | | | | | | * Implement GET /audits endpoint for APIv4 * Fix log unit test | |||||
* | | implement PUT /hooks/outgoing/{hook_id} - update outgoing hook (#5793) | Carlos Tadeu Panato Junior | 2017-03-21 | 2 | -0/+211 | |
| | | ||||||
* | | Fxing some unit tests (#5817) | Christopher Speller | 2017-03-20 | 2 | -5/+5 | |
| | | ||||||
* | | Fix compile error on master (#5813) | Joram Wilander | 2017-03-20 | 1 | -1/+1 | |
| | | ||||||
* | | [APIV4] POST /hooks/outgoing/{hook_id}/regen_token - regentoken endpoint ↵ | Carlos Tadeu Panato Junior | 2017-03-20 | 2 | -0/+75 | |
| | | | | | | | | for apiV4 (#5783) | |||||
* | | Endpoint for APIv4 POST /channels/{channel_id}/members (#5775) | Saturnino Abril | 2017-03-20 | 3 | -2/+136 | |
| | | ||||||
* | | Add updateConfig endpoint for apiV4 (#5706) | Carlos Tadeu Panato Junior | 2017-03-20 | 2 | -0/+69 | |
| | | ||||||
* | | Merge branch 'release-3.7' into master. | George Goldberg | 2017-03-17 | 6 | -9/+8 | |
|\| | ||||||
| * | PLT-5765 Passed SiteURL to SendNotifications (#5705) | Harrison Healey | 2017-03-10 | 5 | -6/+5 | |
| | | ||||||
* | | Fxing code coverage numbers + APIv4 tests with EE (#5789) | Christopher Speller | 2017-03-16 | 1 | -3/+2 | |
| | | ||||||
* | | Implement GET /logs endpoint for APIv4 (#5778) | Joram Wilander | 2017-03-16 | 2 | -0/+58 | |
| | | ||||||
* | | Implement some channel endpoints for APIv4 (#5767) | Joram Wilander | 2017-03-16 | 3 | -1/+205 | |
| | | ||||||
* | | Implement update IncomingHook for apiV4 (#5762) | Carlos Tadeu Panato Junior | 2017-03-15 | 2 | -0/+227 | |
| | | ||||||
* | | [APIV4] POST /caches/invalidate - endpoint for apiV4 (#5756) | Carlos Tadeu Panato Junior | 2017-03-14 | 2 | -0/+34 | |
| | | ||||||
* | | Implement brand image endpoints for APIv4 (#5733) | Joram Wilander | 2017-03-14 | 3 | -0/+143 | |
| | | | | | | | | | | | | * Implement brand image endpoints for APIv4 * Fix unit test | |||||
* | | Add implementation for POST /config/reload apiV4 - Reload Configuration (#5713) | Carlos Tadeu Panato Junior | 2017-03-14 | 2 | -0/+34 | |
| | | ||||||
* | | Implement admin LDAP endpoints for APIv4 (#5720) | Joram Wilander | 2017-03-14 | 3 | -0/+79 | |
| | | ||||||
* | | APIv4 DELETE channels/{channel_id} (#5723) | Saturnino Abril | 2017-03-14 | 3 | -0/+320 | |
| | | ||||||
* | | APIv4: GET /files/{file_id}/public (#5665) | Saturnino Abril | 2017-03-13 | 3 | -0/+120 | |
| | | ||||||
* | | APIv4: GET /files/{file_id}/info (#5591) | Saturnino Abril | 2017-03-13 | 2 | -0/+89 | |
| | | ||||||
* | | APIv4: GET /files/{file_id}/preview (#5568) | Saturnino Abril | 2017-03-13 | 2 | -0/+85 | |
| | | | | | | patch 1 | |||||
* | | Implement GET /cluster/status endpoint for APIv4 (#5732) | Joram Wilander | 2017-03-13 | 3 | -6/+57 | |
| | | ||||||
* | | Add implementation for POST /database/recycle apiV4 - Recycle database ↵ | Carlos Tadeu Panato Junior | 2017-03-13 | 2 | -0/+26 | |
| | | | | | | | | connection (#5717) | |||||
* | | Add implementation for POST /email/test apiV4 - Send Test Email (#5716) | Carlos Tadeu Panato Junior | 2017-03-13 | 3 | -0/+62 | |
| | | ||||||
* | | Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645) | Joram Wilander | 2017-03-13 | 2 | -2/+232 | |
| | | ||||||
* | | Implement compliance endpoints for APIv4 (#5683) | Joram Wilander | 2017-03-13 | 4 | -0/+147 | |
| | | | | | | | | | | | | * Implement compliance endpoints for APIv4 * Add paging to get reports endpoint | |||||
* | | Implement some team endpoints for APIv4 (#5745) | Joram Wilander | 2017-03-13 | 3 | -1/+259 | |
| | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | | add update channel endpoint for APIv4 (#5624) | Carlos Tadeu Panato Junior | 2017-03-13 | 2 | -0/+161 | |
| | | ||||||
* | | Implement PUT /users/{user_id}/mfa endpoint for APIv4 (#5743) | Joram Wilander | 2017-03-13 | 2 | -0/+83 | |
| | | ||||||
* | | Implement GET /users/autocomplete endpoint for APIv4 (#5742) | Joram Wilander | 2017-03-13 | 4 | -2/+176 | |
| | | ||||||
* | | [APIV4] GET /config - getConfig endpoint for apiV4 (#5701) | Carlos Tadeu Panato Junior | 2017-03-13 | 2 | -1/+64 | |
| | | ||||||
* | | Endpoint for APIv4: GET /team/{team_id}/channels (#5681) | Saturnino Abril | 2017-03-13 | 2 | -0/+102 | |
| | | ||||||
* | | Implement SAML endpoints for APIv4 (#5671) | Joram Wilander | 2017-03-13 | 4 | -0/+225 | |
| | | | | | | | | | | | | | | | | * Implement SAML endpoints for APIv4 * Fix unit test * Only disable encryption when removing puplic/private certs | |||||
* | | Adding functionality to get & delete incoming webhooks (#5648) | Poornima | 2017-03-11 | 5 | -0/+234 | |
| | | ||||||
* | | 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. | |||||
* | | Endpoint for APIv4: /files/{file_id}/link (#5607) | Saturnino Abril | 2017-03-11 | 2 | -0/+112 | |
| | | | | | | | | | | | | * APIv4: /files/{file_id}/link * updated public link | |||||
* | | add team exists endpoint for APIv4 (#5517) | Carlos Tadeu Panato Junior | 2017-03-07 | 2 | -5/+54 | |
|/ | ||||||
* | Fix JS error when receiving reply during channel switch (#5582) | Joram Wilander | 2017-03-03 | 1 | -0/+11 | |
| | ||||||
* | Usernames must start with a letter (#5581) | Joram Wilander | 2017-03-03 | 1 | -0/+6 | |
| | ||||||
* | Implementation endpoint of APIv4: GET /files/{file_id}/thumbnail (#5553) | Saturnino Abril | 2017-02-28 | 2 | -0/+85 | |
| | | | | | | * APIv4: GET /files/{file_id}/thumbnail * added delay time | |||||
* | ApiV4: GET /users/{user_id}/teams/unread (#5539) | Andrei Stanciu | 2017-02-28 | 2 | -0/+55 | |
| | ||||||
* | Implementation of APIv4: POST users/{user_id}/image (#5537) | Saturnino Abril | 2017-02-28 | 2 | -3/+102 | |
| | | | | | | * APIv4: POST users/{user_id}/image * removed 'return' and rebased to master | |||||
* | ApiV4: PUT /posts/{post_id} (#5521) | Andrei Stanciu | 2017-02-28 | 2 | -0/+96 | |
| |