summaryrefslogtreecommitdiffstats
path: root/api4/system.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | * Implement experimental REST API endpoints for plugins * Updates per feedback and rebase * Update tests * Further updates * Update extraction of plugins * Use OS temp dir for plugins instead of search path * Fail extraction on paths that attempt to traverse upward * Update pluginenv ActivePlugins()
* Manage version configurations client versions (#7220)Chris Duarte2017-08-281-1/+12
| | | | | | | | | | | | * Add config values for client versions. Return client versions in ping response. * Manage client version through System Console. * Added client versions to diagnostics * Added translations messages en.json file. * Hide Client Versions on System Console.
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-1/+1
| | | | | | | | | | * PLT-6226 Fixing races with licensing * Fixing build issue * Fixing licensing issue * removing commented code
* 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
| | | | | | * Add POST and DELETE /license endpoints for v4 * Fix comment text
* PLT-6080 moving clustering to memberlist (#6499)Corey Hulen2017-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6080 adding cluster discovery service * Adding memberlist lib * Adding memberlist lib * WIP * WIP * WIP * WIP * Rolling back config changes * Fixing make file * Fixing config for cluster * WIP * Fixing system console for clustering * Fixing default config * Fixing config * Fixing system console for clustering * Tweaking hub setting * Bumping up time * merging vendor dir * Updating vendor dir * Fixing unit test * Fixing bad merge * Remove some testing code * Moving comment * PLT-6868 adding db ping retry * Removing unused loc strings * Adding defer to cancel
* PLT-6657 Move system console to use v4 endpoints and redux (#6572)Joram Wilander2017-06-141-1/+5
| | | | | | | | | | | | * Move system console to use v4 endpoints and redux * Rename logs dir to get past gitignore * Fix test email * Update brand unit test * Updates per feedback
* [PLT-5465/APIV4] GET /system/health - Improve ping health check to have ↵Carlos Tadeu Panato Junior2017-05-301-1/+15
| | | | | | | | | | limits (#6331) * implement PLT-5465 - Improve ping health check to have limits * update /ping and delete /health * remove permission check
* PLT-6268 Clear blue bar correctly when removing expiring license (#6247)Joram Wilander2017-04-271-1/+9
| | | | | | | | * Don't sanitize license for system admin * Clear blue bar error whe removing expiring license * Fix unit test
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-251-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start moving webapp to Redux * Fix localforage import * Updates per feedback * Feedback udpates and a few fixes * Minor updates * Fix statuses, config not loading properly, getMe sanitizing too much * Fix preferences * Fix user autocomplete * Fix sessions and audits * Fix error handling for all redux actions * Use new directory structure for components and containers * Refresh immediately on logout instead of after timeout * Add fetch polyfill
* 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
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* 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