summaryrefslogtreecommitdiffstats
path: root/api/general.go
Commit message (Collapse)AuthorAgeFilesLines
* remove global refs from api/api4 (#7496)Chris2017-09-221-4/+4
|
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* Various patchesJoramWilander2017-09-061-1/+9
|
* 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
* Move WebSocket API to it's own package and add websocket v4 endpoint (#5881)Joram Wilander2017-03-281-13/+0
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-1/+2
| | | | | | | | | | * Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge
* PLT-2899 adding clustering of app servers (#3682)Corey Hulen2016-08-041-1/+0
| | | | | | | | | | | | | | | | | | * PLT-2899 adding clustering of app servers * PLT-2899 base framework * PLT-2899 HA backend * PLT-2899 Fixing config file * PLT-2899 adding config syncing * PLT-2899 set System console to readonly when clustering enabled. * PLT-2899 Fixing publish API * PLT-2899 fixing strings
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-3/+8
| | | | | | | | | | * Refactored statuses into a more real-time system * Updated package.json with correct commit and fixed minor bug * Minor updates to statuses based on feedback * When setting status online, update only LastActivityAt if status already exists
* Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-121-0/+6
|
* PLT-3440 (#3440)Corey Hulen2016-06-291-1/+18
|
* Adding APIs to reload config, recycle db connections and ping server (#3096)Corey Hulen2016-05-241-0/+56
* Adding APIs to reload config, recycle db connections and ping server * Fixing unit test * Adding unit tests