summaryrefslogtreecommitdiffstats
path: root/model
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update channel permissions for v4 endpoints (#5829)Joram Wilander2017-03-221-0/+9
| | | | | | | | | | | | | | | | * 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 Wilander2017-03-212-0/+11
| |
* | Implement GET /audits endpoint for APIv4 (#5779)Joram Wilander2017-03-211-2/+15
| | | | | | | | | | | | * Implement GET /audits endpoint for APIv4 * Fix log unit test
* | implement PUT /hooks/outgoing/{hook_id} - update outgoing hook (#5793)Carlos Tadeu Panato Junior2017-03-211-0/+10
| |
* | [APIV4] POST /hooks/outgoing/{hook_id}/regen_token - regentoken endpoint ↵Carlos Tadeu Panato Junior2017-03-201-0/+14
| | | | | | | | for apiV4 (#5783)
* | Endpoint for APIv4 POST /channels/{channel_id}/members (#5775)Saturnino Abril2017-03-201-0/+11
| |
* | Add updateConfig endpoint for apiV4 (#5706)Carlos Tadeu Panato Junior2017-03-202-1/+12
| |
* | Merge branch 'release-3.7' into master.George Goldberg2017-03-175-57/+144
|\|
| * PLT-5800 Cleaned up duplicated code for adding slack attachments to posts ↵Harrison Healey2017-03-101-1/+2
| | | | | | | | (#5711)
| * Added additional validation for slack attachment format on server (#5680)Harrison Healey2017-03-085-57/+143
| |
* | Implement GET /logs endpoint for APIv4 (#5778)Joram Wilander2017-03-161-0/+13
| |
* | Implement some channel endpoints for APIv4 (#5767)Joram Wilander2017-03-163-0/+66
| |
* | Implement update IncomingHook for apiV4 (#5762)Carlos Tadeu Panato Junior2017-03-151-0/+11
| |
* | [APIV4] POST /caches/invalidate - endpoint for apiV4 (#5756)Carlos Tadeu Panato Junior2017-03-141-0/+13
| |
* | Implement brand image endpoints for APIv4 (#5733)Joram Wilander2017-03-141-0/+50
| | | | | | | | | | | | * Implement brand image endpoints for APIv4 * Fix unit test
* | Add implementation for POST /config/reload apiV4 - Reload Configuration (#5713)Carlos Tadeu Panato Junior2017-03-141-0/+10
| |
* | Implement admin LDAP endpoints for APIv4 (#5720)Joram Wilander2017-03-141-0/+27
| |
* | APIv4 DELETE channels/{channel_id} (#5723)Saturnino Abril2017-03-141-0/+10
| |
* | APIv4: GET /files/{file_id}/info (#5591)Saturnino Abril2017-03-131-0/+10
| |
* | APIv4: GET /files/{file_id}/preview (#5568)Saturnino Abril2017-03-131-0/+11
| | | | | | patch 1
* | Implement GET /cluster/status endpoint for APIv4 (#5732)Joram Wilander2017-03-131-0/+16
| |
* | Add implementation for POST /database/recycle apiV4 - Recycle database ↵Carlos Tadeu Panato Junior2017-03-131-0/+13
| | | | | | | | connection (#5717)
* | Add implementation for POST /email/test apiV4 - Send Test Email (#5716)Carlos Tadeu Panato Junior2017-03-131-0/+13
| |
* | Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645)Joram Wilander2017-03-131-0/+47
| |
* | Implement compliance endpoints for APIv4 (#5683)Joram Wilander2017-03-131-0/+65
| | | | | | | | | | | | * Implement compliance endpoints for APIv4 * Add paging to get reports endpoint
* | Implement some team endpoints for APIv4 (#5745)Joram Wilander2017-03-134-8/+75
| | | | | | | | | | | | | | | | | | | | * 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 Junior2017-03-131-0/+10
| |
* | Move command logic into app layer (#5617)Joram Wilander2017-03-131-4/+11
| |
* | Implement PUT /users/{user_id}/mfa endpoint for APIv4 (#5743)Joram Wilander2017-03-131-0/+16
| |
* | Implement GET /users/autocomplete endpoint for APIv4 (#5742)Joram Wilander2017-03-132-0/+58
| |
* | [APIV4] GET /config - getConfig endpoint for apiV4 (#5701)Carlos Tadeu Panato Junior2017-03-131-0/+14
| |
* | Endpoint for APIv4: GET /team/{team_id}/channels (#5681)Saturnino Abril2017-03-131-0/+15
| |
* | Implement SAML endpoints for APIv4 (#5671)Joram Wilander2017-03-133-5/+168
| | | | | | | | | | | | | | | | * Implement SAML endpoints for APIv4 * Fix unit test * Only disable encryption when removing puplic/private certs
* | Add pinned posts (#4217)Gabin Aureche2017-03-132-0/+31
| |
* | Adding functionality to get & delete incoming webhooks (#5648)Poornima2017-03-111-0/+24
| |
* | Endpoint for APIv4: /files/{file_id}/link (#5607)Saturnino Abril2017-03-111-0/+9
| | | | | | | | | | | | * APIv4: /files/{file_id}/link * updated public link
* | add team exists endpoint for APIv4 (#5517)Carlos Tadeu Panato Junior2017-03-072-0/+31
|/
* Update schema for version 3.7. (#5674)George Goldberg2017-03-071-0/+1
|
* Add system console switch for enabling link previews (#5663)Joram Wilander2017-03-061-0/+6
|
* Usernames must start with a letter (#5581)Joram Wilander2017-03-032-2/+11
|
* Make config.go defaults the same as config.json. (#5605)George Goldberg2017-03-031-4/+4
|
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-025-1/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* Fixing parsing of device Ids (#5580)Corey Hulen2017-03-012-4/+80
|
* reduced channel name min length to 2 (#5570)Ruzette Tanyag2017-03-011-1/+1
|
* Fixing removing push tokens and logging error messages (#5551)Corey Hulen2017-02-281-0/+57
|
* Implementation endpoint of APIv4: GET /files/{file_id}/thumbnail (#5553)Saturnino Abril2017-02-281-0/+11
| | | | | | * APIv4: GET /files/{file_id}/thumbnail * added delay time
* Reload license from DB for all cluster app servers (#5525)Joram Wilander2017-02-281-0/+5
| | | | | | * Reload license from DB for all cluster app servers * Increase test timeout
* ApiV4: GET /users/{user_id}/teams/unread (#5539)Andrei Stanciu2017-02-281-0/+18
|
* Implementation of APIv4: POST users/{user_id}/image (#5537)Saturnino Abril2017-02-281-0/+34
| | | | | | * APIv4: POST users/{user_id}/image * removed 'return' and rebased to master
* ApiV4: PUT /posts/{post_id} (#5521)Andrei Stanciu2017-02-281-0/+10
|