summaryrefslogtreecommitdiffstats
path: root/api4/system.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | * Implement GET /audits endpoint for APIv4 * Fix log unit test
* 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 ↵Carlos Tadeu Panato Junior2017-03-131-0/+13
| | | | connection (#5717)
* 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