Releases: ArtifactDB/gobbler
Releases · ArtifactDB/gobbler
Latest builds
Release containing the latest versions of all builds.
0.3.9
0.3.8
Remove all existing (potentially obsolete) ..links files during reind…
0.3.7
Protect against missing permissions field.
0.3.6
Use the special '*' ID to allow any user to upload. This is not too bad in the gobbler context given that anyone who has access to the shared filesystem is already somewhat trusted; it's not like we're giving upload access to the entire internet, and admins can always hunt down abusers.
0.3.5
Fixed the syntax highlighting in the README.
0.3.4
Support relative links to other files in the same (new) version durin…
0.3.3
Actually log any failures from the HTTP listener.
0.3.2
Prevent replay attacks on old request files from other users. This uses a lock across all handlers to ensure that the same request file isn't being used multiple times at any given period - we then delete the request file afterwards to guarantee that it can't be used again.
0.3.1
Added fetch/list endpoints for remote access to the registry. This supports read access for applications outside of the shared FS.