Releases: hheg/jitstatic
Releases · hheg/jitstatic
v0.40.1
v0.40.0
- If a branch doesn't exist it will now return a 400 BAD Request instead of a 404 not found.
- If a user doesn't exist or have bad credentials for the domain and the domain allowes anonymous access the error code will be 403 instead of the expected 401, since anonymous access is allowed (This isn't new, just clarified).
- If a user doesn't have the appropriate role (not authorized) you will get a 403 Forbidden
- The users field in a metadata file are now ignored, user access is done with the specified roles in the metadata file.
- The users field in metadata could be null but also empty. But if it contains users it will throw an error. The reason to keep the users field in the metadata file is for compability with older clients.
- HEAD requests will now adhere to the correct If-none-match header instead of If-match
- Added a CLI for user management. In alpha.