Commit Graph

14 Commits

Author SHA1 Message Date
Joram Wilander
5a60ea0d75 PLT-6268 Clear blue bar correctly when removing expiring license (#6247)
* Don't sanitize license for system admin

* Clear blue bar error whe removing expiring license

* Fix unit test
2017-04-27 07:57:58 -07:00
Joram Wilander
6c4c706313 Start moving webapp to Redux (#6140)
* 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
2017-04-25 11:46:02 -04:00
Carlos Tadeu Panato Junior
b57b5abce8 implement POST /logs for apiV4 (#6143) 2017-04-21 10:16:35 +01:00
Harrison Healey
fb6f2a123c PLT-5860 Updated copyright date (#6058)
* 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
2017-04-12 08:27:57 -04:00
Joram Wilander
a0d5c01dfd Implement client config/license endpoints for APIv4 (#5867) 2017-03-27 09:19:53 -04:00
Joram Wilander
fd6e2f3f73 Implement GET /audits endpoint for APIv4 (#5779)
* Implement GET /audits endpoint for APIv4

* Fix log unit test
2017-03-21 09:06:08 -04:00
Carlos Tadeu Panato Junior
ac8282cda1 Add updateConfig endpoint for apiV4 (#5706) 2017-03-20 12:37:34 +00:00
Joram Wilander
0bc3e46082 Implement GET /logs endpoint for APIv4 (#5778) 2017-03-16 11:59:44 -07:00
Carlos Tadeu Panato Junior
fa47132b8f [APIV4] POST /caches/invalidate - endpoint for apiV4 (#5756) 2017-03-14 16:06:07 +00:00
Carlos Tadeu Panato Junior
d03367c560 Add implementation for POST /config/reload apiV4 - Reload Configuration (#5713) 2017-03-14 08:52:27 -04:00
Carlos Tadeu Panato Junior
27d2c1f6fe Add implementation for POST /database/recycle apiV4 - Recycle database connection (#5717) 2017-03-13 15:47:33 +00:00
Carlos Tadeu Panato Junior
38958d9ac4 Add implementation for POST /email/test apiV4 - Send Test Email (#5716) 2017-03-13 15:09:00 +00:00
Carlos Tadeu Panato Junior
c372ceebf8 [APIV4] GET /config - getConfig endpoint for apiV4 (#5701) 2017-03-13 12:27:27 +00:00
Robin Naundorf
48b785aded Add APIv4 /system/ping endpoint (#5443) 2017-02-17 10:57:19 +00:00