summaryrefslogtreecommitdiffstats
path: root/model
Commit message (Expand)AuthorAgeFilesLines
* Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-103-0/+91
* APIv4 PUT /commands/{command_id} (#5999)Saturnino Abril2017-04-071-0/+14
* implement GET /emoji for apiV4 (#6007)Carlos Tadeu Panato Junior2017-04-071-0/+10
* implement POST /emoji for apiV4 (#5868)Carlos Tadeu Panato Junior2017-04-061-0/+49
* APIv4 GET /users/{user_id}/posts/flagged (#5984)Saturnino Abril2017-04-051-0/+41
* Increment server version numberChristopher Speller2017-04-051-0/+1
* Fixing race conditions in the code base (#5966)Corey Hulen2017-04-043-7/+63
* PLT-6196: Websocket message when added to a team. (#5968)George Goldberg2017-04-041-0/+1
* implement GET /teams/{team_id}/commands/autocomplete (#5951)Carlos Tadeu Panato Junior2017-04-031-0/+14
* Implement POST /teams/{team_id}/invite/email for apiV4 (#5944)Carlos Tadeu Panato Junior2017-04-031-0/+10
* PLT-6169: Batch add users to teams. (#5953)George Goldberg2017-04-031-0/+16
* Add more OAuth unit tests (#5946)enahum2017-04-034-5/+125
* APIv4 DELETE /teams/{team_id} (#5937)Saturnino Abril2017-04-031-0/+10
* APIv4 post /teams/search (#5931)Saturnino Abril2017-04-033-0/+64
* PLT-6139 (Server): Private Channel member managing (#5941)George Goldberg2017-04-032-21/+26
* PLT-6162: Search for users not in a given team. (#5943)George Goldberg2017-04-031-0/+1
* [APIV4] Implement PUT /users/{user_id}/status for apiV4 (#5928)Carlos Tadeu Panato Junior2017-04-031-0/+11
* [APIV4] POST /teams/{team_id}/import for apiv4 (#5920)Carlos Tadeu Panato Junior2017-04-031-0/+55
* implement GET /commands (#5865)Carlos Tadeu Panato Junior2017-04-031-0/+11
* PLT-5750 Add sequence number to websocket connections and events (#5907)Joram Wilander2017-04-011-37/+8
* APIv4 POST /posts/{post_id/pin & unpin (#5906)Saturnino Abril2017-03-311-0/+20
* Implement PUT /channels/{channel_id}/members/{user_id}/notify_props for APIv4...Joram Wilander2017-03-311-0/+10
* PLT-6090 adding ability to read license file from disk (#5895)Corey Hulen2017-03-311-0/+5
* Implement POST /users/status/ids for apiv4 (#5894)Carlos Tadeu Panato Junior2017-03-303-2/+78
* PLT-2713 Added ability for admins to list users not in any team (#5844)Harrison Healey2017-03-292-0/+18
* PLT-6083: API to get users not in a specific team. (#5888)George Goldberg2017-03-291-0/+11
* APIv4 get /channels/{channel_id}/pinned (#5893)Saturnino Abril2017-03-291-0/+10
* PLT-6057: Fix empty search results with in/from. (#5892)George Goldberg2017-03-291-1/+1
* APIv4 put /posts/{post_id}/patch (#5883)Saturnino Abril2017-03-292-0/+60
* Remove API endpoints being deprecated in 3.8 (#5880)Joram Wilander2017-03-281-43/+0
* Move WebSocket API to it's own package and add websocket v4 endpoint (#5881)Joram Wilander2017-03-281-2/+29
* Implement some MFA endpoints for APIv4 (#5864)Joram Wilander2017-03-273-0/+83
* Implement client config/license endpoints for APIv4 (#5867)Joram Wilander2017-03-271-0/+27
* Implement PUT /users/sessions/device endpoint for APIv4 (#5866)Joram Wilander2017-03-271-0/+11
* PLT-5904 (Server): Config flag for SMTP Cert Check. (#5857)George Goldberg2017-03-271-21/+27
* APIv4 post /channels/ids (#5845)Saturnino Abril2017-03-271-3/+13
* PLT-6063: AddUserToTeam permission depends on policy. (#5869)George Goldberg2017-03-261-1/+1
* Implement some team endpoints for APIv4 (#5870)Joram Wilander2017-03-251-0/+20
* Add query parameters to get posts v4 endpoint (#5858)Joram Wilander2017-03-241-0/+33
* Implement some channel endpoints for APIv4 (#5846)Joram Wilander2017-03-243-1/+109
* Implement POST /users/email/verify/send endpoint for APIv4 (#5825)Joram Wilander2017-03-241-3/+16
* [APIV4] GET /users/{user_id}/status - user status endpoint for apiV4 (#5824)Carlos Tadeu Panato Junior2017-03-242-1/+17
* APIv4 put /teams/{team_id}/patch (#5860)Saturnino Abril2017-03-242-0/+60
* Endpoint for APIv4 POST /teams/{team_id}/members (#5804)Saturnino Abril2017-03-241-0/+22
* implement POST /commands for apiv4 (#5849)Carlos Tadeu Panato Junior2017-03-231-0/+16
* Merge branch 'release-3.7'George Goldberg2017-03-232-2/+3
|\
| * PLT-5943 Reduce minimum username length (#5798)Joram Wilander2017-03-172-2/+3
* | add implementation for endpoint DELETE outgoing webhook for apiv4 (#5828)Carlos Tadeu Panato Junior2017-03-231-0/+10
* | add implementation to get outgoing webhook for apiv4 (#5827)Carlos Tadeu Panato Junior2017-03-231-0/+10
* | Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-232-0/+11