Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-04 | API: Fix return type of empty values in file/delete | Florian Pritz | 1 | -1/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-07-04 | API: Fix return type of empty values in file/history | Florian Pritz | 1 | -2/+3 | |
If the array is not casted to a object, json_encode will encode it as [] if empty, but {} if it contains data. Always return an object by casting the array to an object if it is empty. Fixes #15 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | doc/api/user.md: Document introduction of user/delete_apikey | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc/api/file.md: Fix heading level and add TOC | Florian Pritz | 1 | -5/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc/api/user.md: Fix heading level and add TOC | Florian Pritz | 1 | -3/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc: Fix some tables rendering incorrectly on github | Florian Pritz | 1 | -4/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc: Import documentation from wiki | Florian Pritz | 2 | -0/+397 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |