v1.5.0
This new release brings two new API features.
Edit bookmarks
The /api/bookmarks/
endpoint was only able to list existing bookmarks. This release adds edit capabilities by introducing the put (for adding a bookmark) and delete endpoint /api/bookmarks/{class}/{handle}
.
Admin access to tree quotas
So far, in a multi-tree deployment, the server admin was able to create trees and modify their quotas, but not view them. This release adds rights for the server admin to view the following tree details: ID, name, people quota and usage, media quota and usage. This data is typically necessary for an administrator to manage the server.