summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Revert "Usernames must start with a letter (#5581)"Christopher Speller2017-04-182-9/+9
* Adding hub deadlock detection into master (#6100)Corey Hulen2017-04-181-13/+79
* APIv4 POST /reactions (#6092)Saturnino Abril2017-04-181-0/+34
* Merge branch 'release-3.8'Christopher Speller2017-04-171-1/+1
|\
| * PLT-5977: Only reload clients when client config changes. (#5989)George Goldberg2017-04-051-1/+1
* | PLT-6317 disable file watcher while running from makefile (#6103)Corey Hulen2017-04-171-1/+1
* | implement DELETE /emoji/{emoji_id} fro apiV4 (#6021)Carlos Tadeu Panato Junior2017-04-171-0/+42
* | Implement GET /webrtc/token endpoint for APIv4 (#6046)Joram Wilander2017-04-161-0/+87
* | PLT-6113 Added initial unit tests for cmd package (#6086)Harrison Healey2017-04-152-1/+11
* | Fixed copyright dates (#6109)Harrison Healey2017-04-131-1/+1
* | Refactor OAuth 2.0 code into app layer (#6037)Joram Wilander2017-04-122-1/+507
* | Fixing error messages (#5995)Corey Hulen2017-04-121-2/+2
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-1269-78/+77
* | APIv4 GET /posts/{post_id}/reactions (#6047)Saturnino Abril2017-04-111-0/+16
* | Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-103-15/+256
* | APIv4 PUT /commands/{command_id} (#5999)Saturnino Abril2017-04-071-0/+1
* | implement GET /emoji for apiV4 (#6007)Carlos Tadeu Panato Junior2017-04-071-0/+8
* | implement POST /emoji for apiV4 (#5868)Carlos Tadeu Panato Junior2017-04-061-0/+156
* | APIv4 GET /users/{user_id}/posts/flagged (#5984)Saturnino Abril2017-04-051-0/+8
|/
* Fix blanking out of FileIds and backwards compatability issue with v3 (#5950)Joram Wilander2017-04-041-18/+15
* Fixing race conditions in the code base (#5966)Corey Hulen2017-04-042-12/+6
* PLT-6198: Use added to channel system message on default channels. (#5969)George Goldberg2017-04-047-22/+43
* PLT-6115 adding unit tests for licensing (#5916)Corey Hulen2017-04-041-0/+37
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-0418-133/+131
* PLT-6196: Websocket message when added to a team. (#5968)George Goldberg2017-04-041-3/+15
* Fixing config file watch and config reload on license save (#5954)Corey Hulen2017-04-042-0/+5
* PLT-6169: Batch add users to teams. (#5953)George Goldberg2017-04-031-0/+18
* Add more OAuth unit tests (#5946)enahum2017-04-031-0/+44
* APIv4 DELETE /teams/{team_id} (#5937)Saturnino Abril2017-04-031-0/+14
* APIv4 post /teams/search (#5931)Saturnino Abril2017-04-031-0/+16
* PLT-6162: Search for users not in a given team. (#5943)George Goldberg2017-04-031-0/+16
* implement GET /commands (#5865)Carlos Tadeu Panato Junior2017-04-031-1/+32
* Creating unit tests for diagnostics (#5932)Christopher Speller2017-04-032-2/+155
* PLT-5750 Add sequence number to websocket connections and events (#5907)Joram Wilander2017-04-013-6/+13
* PLT-5483 Fix bug where flagged posts endpoint returned posts on other teams (...Joram Wilander2017-03-311-0/+8
* PLT-6090 adding ability to read license file from disk (#5895)Corey Hulen2017-03-311-11/+31
* fix typo and missing messages (#5902)Yusuke Nemoto2017-03-301-1/+1
* Implement POST /users/status/ids for apiv4 (#5894)Carlos Tadeu Panato Junior2017-03-301-0/+1
* PLT-2713 Added ability for admins to list users not in any team (#5844)Harrison Healey2017-03-291-0/+21
* PLT-6083: API to get users not in a specific team. (#5888)George Goldberg2017-03-291-0/+25
* PLT 6125 Allow system admins to create users on closed servers (#5908)prixone2017-03-291-0/+13
* APIv4 get /channels/{channel_id}/pinned (#5893)Saturnino Abril2017-03-291-0/+8
* APIv4 put /posts/{post_id}/patch (#5883)Saturnino Abril2017-03-291-4/+31
* Implement some MFA endpoints for APIv4 (#5864)Joram Wilander2017-03-271-0/+22
* APIv4 post /channels/ids (#5845)Saturnino Abril2017-03-271-0/+8
* Add query parameters to get posts v4 endpoint (#5858)Joram Wilander2017-03-241-0/+16
* Implement some channel endpoints for APIv4 (#5846)Joram Wilander2017-03-241-0/+5
* [APIV4] GET /users/{user_id}/status - user status endpoint for apiV4 (#5824)Carlos Tadeu Panato Junior2017-03-241-0/+53
* APIv4 put /teams/{team_id}/patch (#5860)Saturnino Abril2017-03-241-3/+27
* Endpoint for APIv4 POST /teams/{team_id}/members (#5804)Saturnino Abril2017-03-241-0/+42