summaryrefslogtreecommitdiffstats
path: root/app/team.go
Commit message (Expand)AuthorAgeFilesLines
...
* Added websocket event and webapp handler for updating user roles (#6953)Nick Frazier2017-07-271-0/+9
* [PLT-5864] Move teammate name display setting to the System Console (#6681)Saturnino Abril2017-06-301-1/+2
* [PLT-5639] Show a message when invited addresses are blocked (#6691)Pieter Lexis2017-06-291-7/+26
* Fixed error information being obscured when joining teams with API v4 (#6751)Harrison Healey2017-06-281-2/+2
* Merge release-3.10 into master (#6654)Joram Wilander2017-06-151-1/+1
* Add APIv4 endpoint to permanently delete teams (#6604)Zeger-Jan van de Weg2017-06-151-0/+9
* PLT-6488: Reduce database queries in user bulk import. (#6371)George Goldberg2017-05-101-4/+4
* PLT-6380 Fired websocket event when user joins a team (#6266)Harrison Healey2017-05-031-2/+5
* Creating common token store and moving email invites and verification to it (...Christopher Speller2017-04-271-2/+2
* Refactor OAuth 2.0 code into app layer (#6037)Joram Wilander2017-04-121-0/+31
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-6198: Use added to channel system message on default channels. (#5969)George Goldberg2017-04-041-11/+11
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-22/+22
* PLT-6196: Websocket message when added to a team. (#5968)George Goldberg2017-04-041-3/+15
* PLT-6169: Batch add users to teams. (#5953)George Goldberg2017-04-031-0/+18
* APIv4 DELETE /teams/{team_id} (#5937)Saturnino Abril2017-04-031-0/+14
* APIv4 post /teams/search (#5931)Saturnino Abril2017-04-031-0/+16
* 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
* Merge branch 'release-3.7' into master.George Goldberg2017-03-171-12/+12
|\
| * PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-101-12/+12
* | Implement some team endpoints for APIv4 (#5745)Joram Wilander2017-03-131-3/+27
|/
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-1/+1
* Get all teams api4 (#5542)Andrei Stanciu2017-02-281-0/+16
* Revert "Adding caching to get channel member (#5518)"Christopher Speller2017-02-271-1/+0
* Adding caching to get channel member (#5518)Christopher Speller2017-02-241-0/+1
* Implementation endpoint for APIv4: GET /teams/name/{name} (#5473)Saturnino Abril2017-02-201-0/+1
* Add tear down to APIv4 tests (#5250)Joram Wilander2017-02-021-1/+6
* PLT-5407: Bulk importing of User memberships. (#5273)George Goldberg2017-02-021-8/+22
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-271-1/+1
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-13/+138
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-2/+350
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-0/+8
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+82