summaryrefslogtreecommitdiffstats
path: root/api4/channel_test.go
Commit message (Expand)AuthorAgeFilesLines
* update permission of converting a channel from public to private to allow tea...Saturnino Abril2018-05-051-4/+8
* add api to convert a channel from public to private and restrict that to syst...Saturnino Abril2018-04-231-0/+40
* Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-1Martin Kraft2018-03-271-0/+73
|\
| * Adding go client support and basic unit tests for channel autocomplete. (#8510)Christopher Speller2018-03-261-0/+73
* | Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-03-131-2/+1
|\|
| * MM-9664 Add invalidation metrics for store caches (#8340)Joram Wilander2018-03-051-4/+3
| * Eliminate utils.SetLicense calls (#8217)Chris2018-02-071-135/+13
* | MM-9618: Don't change default role permissions for policy. (#8303)George Goldberg2018-02-191-4/+4
* | Fix tests. (#8244)George Goldberg2018-02-121-8/+0
* | XYZ-37: Advanced Permissions Phase 1 Backend. (#8159)George Goldberg2018-02-061-407/+44
|/
* [PLT-8430] Auto lowercase team and channel names in API requests (#7992)Carlos Tadeu Panato Junior2018-01-121-0/+4
* Role refactor (#7867)Chris2017-11-211-24/+24
* [PLT-7362] Add post' root ID to APIv4 addChannelMember to render added user (...Saturnino Abril2017-10-311-0/+18
* Reduce utils.Cfg references (#7650)Chris2017-10-181-36/+76
* PLT-7718 Patch for files (#7564)Joram Wilander2017-10-041-1/+1
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-43/+43
* PLT-7404 Return viewed at times in view channel API response (#7428)Joram Wilander2017-09-291-3/+9
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-4/+4
* fix plugin test (#7436)Chris2017-09-121-1/+2
* Renaming repoChristopher Speller2017-09-061-3/+3
* app type transition (#7167)Chris2017-09-061-35/+34
* PLT-3893: Structured Logging Continues (#7252)Jonathan2017-08-311-5/+3
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-72/+72
* PLT-7206: Remove the "Delete Channel" option for private channels if you're t...Jonathan2017-08-091-4/+2
* [PLT-6838] Restrict channel delete option per permission policy even for last...Saturnino Abril2017-07-051-3/+11
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-2/+2
* PLT-6019: Add APIv4 Endpoint for restoring Channels (#6263)Robin Naundorf2017-05-151-0/+26
* Merge branch 'release-3.9' into merge-3.9JoramWilander2017-05-121-0/+10
|\
| * PLT-6556 Fixed last member of a channel not being able to delete channel with...Harrison Healey2017-05-111-0/+10
* | Removing channel list alias from apiv4 client (#6383)Christopher Speller2017-05-101-19/+19
* | Add API Endpoint for deleted Channels (#5889)Robin Naundorf2017-05-091-0/+49
|/
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-281-1/+1
* APIv4 POST /channels/group (#6166)Saturnino Abril2017-04-201-0/+73
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-4858: Unit tests to cover this bug. (#5990)George Goldberg2017-04-051-0/+24
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-1/+1
* PLT-6139 (Server): Private Channel member managing (#5941)George Goldberg2017-04-031-0/+248
* Use 201 status code where appropriate for APIv4 (#5903)Joram Wilander2017-03-311-0/+2
* Implement PUT /channels/{channel_id}/members/{user_id}/notify_props for APIv4...Joram Wilander2017-03-311-0/+50
* APIv4 get /channels/{channel_id}/pinned (#5893)Saturnino Abril2017-03-291-0/+39
* APIv4 post /channels/ids (#5845)Saturnino Abril2017-03-271-0/+63
* Implement some channel endpoints for APIv4 (#5846)Joram Wilander2017-03-241-0/+159
* Fix delete channel test (#5863)Joram Wilander2017-03-231-0/+12
* Merge branch 'release-3.7'George Goldberg2017-03-231-1/+14
|\
| * Fxing some unit testsChristopher Speller2017-03-221-1/+1
| * Fix policy application in team edition. (#5771)George Goldberg2017-03-151-1/+14
* | Update channel permissions for v4 endpoints (#5829)Joram Wilander2017-03-221-3/+50
* | Fxing some unit tests (#5817)Christopher Speller2017-03-201-1/+1
* | Endpoint for APIv4 POST /channels/{channel_id}/members (#5775)Saturnino Abril2017-03-201-0/+88
* | Merge branch 'release-3.7' into master.George Goldberg2017-03-171-1/+1
|\|