summaryrefslogtreecommitdiffstats
path: root/api4/system.go
Commit message (Expand)AuthorAgeFilesLines
* MM-10987 Turn on ExperimentalLimitClientConfig by default and remove setting ...Harrison Healey2018-10-241-1/+1
* if EnableLinkPreviews not enabled, do not call url (#9461)Jesse Haka2018-10-021-3/+7
* Move file backend to its own service (#9435)Jesús Espino2018-09-201-3/+3
* MM-11786: Adds API endpoint to retrieve redirect locations. (#9284)Martin Kraft2018-08-241-0/+32
* Migrate all the api4 to handle errors in idiomatic way (#9143)Jesús Espino2018-08-011-7/+8
* MM-8701 Limit the number of client config fields sent before user logs in (#8...Harrison Healey2018-06-181-1/+8
* Structured logging (#8673)Christopher Speller2018-04-271-3/+4
* MM-9849 Added tracking of which settings are set through environment variable...Harrison Healey2018-04-091-0/+13
* Relax 4k post message limit (#8478)Jesse Hallam2018-03-261-1/+1
* Timezone feature (#8185)Chris Duarte2018-03-221-0/+14
* remove s3 region to be mandatory and fix when user call test s3 when the conf...Carlos Tadeu Panato Junior2018-03-141-0/+4
* MM-8604: emit config/license websocket events (#8371)Jesse Hallam2018-03-051-9/+1
* [PLT-8186] add support for ec2 instance profile authentication (#8243)Carlos Tadeu Panato Junior2018-02-281-0/+31
* ABC-176 Prevent changing PluginSettings.EnableUploads through the API (#8249)Joram Wilander2018-02-131-0/+3
* Remove license globals entirely (#8229)Chris2018-02-091-3/+3
* Remove utils.ClientCfg and utils.ClientCfgHash (#8041)Chris2018-01-051-1/+1
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-221-2/+0
* PLT-6896 per-paging for logs (#7903)Yusuke Nemoto2017-12-131-1/+1
* several one-line panic, race, and logic fixes (#7766)Chris2017-11-031-1/+1
* Performance improvements for 40M posts (#7708)Christopher Speller2017-10-251-14/+13
* Update v4 POST log endpoint to match v3 permissions (#7653)Joram Wilander2017-10-201-5/+13
* Reduce utils.Cfg references (#7650)Chris2017-10-181-6/+6
* remove global refs from api/api4 (#7496)Chris2017-09-221-17/+17
* remove einterface gets (#7455)Chris2017-09-191-5/+5
* PLT-7622 Improvements to server handling of webapp plugins (#7445)Joram Wilander2017-09-151-1/+0
* Renaming repoChristopher Speller2017-09-061-3/+3
* app type transition (#7167)Chris2017-09-061-9/+9
* Implement experimental REST API endpoints for plugins (#7279)Joram Wilander2017-09-011-0/+1
* Manage version configurations client versions (#7220)Chris Duarte2017-08-281-1/+12
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-1/+1
* Add GET /analytics/old endpoint for v4 (#6666)Joram Wilander2017-06-191-0/+29
* Add POST and DELETE /license endpoints for v4 (#6665)Joram Wilander2017-06-191-0/+76
* PLT-6080 moving clustering to memberlist (#6499)Corey Hulen2017-06-191-1/+1
* PLT-6657 Move system console to use v4 endpoints and redux (#6572)Joram Wilander2017-06-141-1/+5
* [PLT-5465/APIV4] GET /system/health - Improve ping health check to have limit...Carlos Tadeu Panato Junior2017-05-301-1/+15
* PLT-6268 Clear blue bar correctly when removing expiring license (#6247)Joram Wilander2017-04-271-1/+9
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-251-1/+9
* implement POST /logs for apiV4 (#6143)Carlos Tadeu Panato Junior2017-04-211-0/+29
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* Implement client config/license endpoints for APIv4 (#5867)Joram Wilander2017-03-271-1/+43
* Implement GET /audits endpoint for APIv4 (#5779)Joram Wilander2017-03-211-0/+17
* Add updateConfig endpoint for apiV4 (#5706)Carlos Tadeu Panato Junior2017-03-201-0/+27
* Implement GET /logs endpoint for APIv4 (#5778)Joram Wilander2017-03-161-0/+17
* [APIV4] POST /caches/invalidate - endpoint for apiV4 (#5756)Carlos Tadeu Panato Junior2017-03-141-0/+17
* Add implementation for POST /config/reload apiV4 - Reload Configuration (#5713)Carlos Tadeu Panato Junior2017-03-141-0/+13
* Add implementation for POST /database/recycle apiV4 - Recycle database connec...Carlos Tadeu Panato Junior2017-03-131-0/+13
* Add implementation for POST /email/test apiV4 - Send Test Email (#5716)Carlos Tadeu Panato Junior2017-03-131-0/+17
* [APIV4] GET /config - getConfig endpoint for apiV4 (#5701)Carlos Tadeu Panato Junior2017-03-131-0/+15
* Add APIv4 /system/ping endpoint (#5443)Robin Naundorf2017-02-171-0/+21