summaryrefslogtreecommitdiffstats
path: root/api4/scheme.go
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all the api4 to handle errors in idiomatic way (#9143)Jesús Espino2018-08-011-21/+26
|
* MM-10606: License feature flag for custom schemes. (#8804)George Goldberg2018-05-171-3/+3
| | | | | | * MM-10606: Add new field to license for custom schemes. * Add feature flag to license check for Schemes.
* MM-10140: API Implementation for Schemes related Endpoints (#8615)George Goldberg2018-05-031-0/+211
* Implement basic scheme CRUD endpoints. * Get All Schemes (Paged) Endpoint and store plumbing. * Add get teams/channels for schemes. * Fix unit tests. * Review fixes. * More review fixes.