Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ABC-176 Prevent changing PluginSettings.EnableUploads through the API (#8249) | Joram Wilander | 2018-02-13 | 1 | -2/+20 |
| | | | | | | * Prevent changing PluginSettings.EnableUploads through the API * Contain api4 test case in it's own test | ||||
* | PLT-6896 per-paging for logs (#7903) | Yusuke Nemoto | 2017-12-13 | 1 | -8/+8 |
| | | | | | | | | | | * PLT-6896 Read logs from last * Getting rid of file.Stats * remove deprecated value * Make non-reassigned value constant | ||||
* | simplify things (#7735) | Chris | 2017-10-30 | 1 | -4/+4 |
| | |||||
* | Update v4 POST log endpoint to match v3 permissions (#7653) | Joram Wilander | 2017-10-20 | 1 | -0/+16 |
| | |||||
* | Reduce utils.Cfg references (#7650) | Chris | 2017-10-18 | 1 | -19/+18 |
| | | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp | ||||
* | Fix races / finally remove global app for good (#7570) | Chris | 2017-10-04 | 1 | -5/+0 |
| | | | | | | | | | | | | * finally remove global app for good * test compilation fixes * fix races * fix deadlock * wake up write pump so it doesn't take forever to clean up | ||||
* | Don't use global app for api / api4 tests (#7528) | Chris | 2017-10-02 | 1 | -15/+20 |
| | | | | | | | | | | | | | | * don't use global app for api / api4 tests * put sleep back. we're gonna have to do some goroutine wrangling * fix oauth test config assumptions * jobs package, i'm comin' for you next * app test fix * try increasing sleep a little | ||||
* | remove einterface gets (#7455) | Chris | 2017-09-19 | 1 | -2/+1 |
| | |||||
* | Renaming repo | Christopher Speller | 2017-09-06 | 1 | -3/+3 |
| | |||||
* | App: NewLocAppError -> NewAppError (#7327) | George Goldberg | 2017-09-01 | 1 | -1/+1 |
| | | | | | | * App: NewLocAppError -> NewAppError * Remove statuscode that got missed. | ||||
* | set to default value with config is missing (#7320) | Saturnino Abril | 2017-08-30 | 1 | -2/+2 |
| | |||||
* | Setting per-paging for logs to load 10K initially like the old apis (#6697) | Corey Hulen | 2017-06-20 | 1 | -8/+8 |
| | | | | | | * Setting per-paging for logs to load 10K initially like the old apis * Fixing unit test | ||||
* | Add GET /analytics/old endpoint for v4 (#6666) | Joram Wilander | 2017-06-19 | 1 | -0/+42 |
| | |||||
* | Add POST and DELETE /license endpoints for v4 (#6665) | Joram Wilander | 2017-06-19 | 1 | -0/+36 |
| | | | | | | * Add POST and DELETE /license endpoints for v4 * Fix comment text | ||||
* | [PLT-5465/APIV4] GET /system/health - Improve ping health check to have ↵ | Carlos Tadeu Panato Junior | 2017-05-30 | 1 | -5/+17 |
| | | | | | | | | | | limits (#6331) * implement PLT-5465 - Improve ping health check to have limits * update /ping and delete /health * remove permission check | ||||
* | Removing password reset salt (#6334) | Christopher Speller | 2017-05-04 | 1 | -3/+0 |
| | |||||
* | PLT-6355: Use separate Read Replicas for Search. (#6216) | George Goldberg | 2017-05-01 | 1 | -0/+3 |
| | |||||
* | PLT-6268 Clear blue bar correctly when removing expiring license (#6247) | Joram Wilander | 2017-04-27 | 1 | -0/+7 |
| | | | | | | | | * Don't sanitize license for system admin * Clear blue bar error whe removing expiring license * Fix unit test | ||||
* | implement POST /logs for apiV4 (#6143) | Carlos Tadeu Panato Junior | 2017-04-21 | 1 | -0/+20 |
| | |||||
* | Implement client config/license endpoints for APIv4 (#5867) | Joram Wilander | 2017-03-27 | 1 | -0/+53 |
| | |||||
* | Implement GET /audits endpoint for APIv4 (#5779) | Joram Wilander | 2017-03-21 | 1 | -1/+37 |
| | | | | | | * Implement GET /audits endpoint for APIv4 * Fix log unit test | ||||
* | Add updateConfig endpoint for apiV4 (#5706) | Carlos Tadeu Panato Junior | 2017-03-20 | 1 | -0/+42 |
| | |||||
* | Implement GET /logs endpoint for APIv4 (#5778) | Joram Wilander | 2017-03-16 | 1 | -0/+41 |
| | |||||
* | [APIV4] POST /caches/invalidate - endpoint for apiV4 (#5756) | Carlos Tadeu Panato Junior | 2017-03-14 | 1 | -0/+17 |
| | |||||
* | Add implementation for POST /config/reload apiV4 - Reload Configuration (#5713) | Carlos Tadeu Panato Junior | 2017-03-14 | 1 | -0/+21 |
| | |||||
* | Add implementation for POST /database/recycle apiV4 - Recycle database ↵ | Carlos Tadeu Panato Junior | 2017-03-13 | 1 | -0/+13 |
| | | | | connection (#5717) | ||||
* | Add implementation for POST /email/test apiV4 - Send Test Email (#5716) | Carlos Tadeu Panato Junior | 2017-03-13 | 1 | -0/+30 |
| | |||||
* | [APIV4] GET /config - getConfig endpoint for apiV4 (#5701) | Carlos Tadeu Panato Junior | 2017-03-13 | 1 | -1/+49 |
| | |||||
* | Add APIv4 /system/ping endpoint (#5443) | Robin Naundorf | 2017-02-17 | 1 | -0/+18 |