06c886b9 | 15-Sep-2024 |
Andreas Gohr <andi@splitbrain.org> |
Check security token for media restore. fix #4323
The whole media management is a mess, but this should fix the issue for now.
I think the severity is low since, this will only restore previously u
Check security token for media restore. fix #4323
The whole media management is a mess, but this should fix the issue for now.
I think the severity is low since, this will only restore previously uploaded media files, so permissions need to be high enogh for upload anyway.
show more ...
|
d3856637 | 05-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
API: clean up error codes
Error codes are now extracted from API core and printed on the OpenAPI overview page. This makes it easier to see what is in use.
Error messages have been cleaned up, some
API: clean up error codes
Error codes are now extracted from API core and printed on the OpenAPI overview page. This makes it easier to see what is in use.
Error messages have been cleaned up, some new codes have been assigned.
Some errors have been removed. Eg. it is fine to iterate a media namespace you don't have read access to. The result will either be empty or contain files from lower namespaces that you *do* have access to.
show more ...
|