Releases: james-pre/axium
Releases · james-pre/axium
client@0.13.1
This release adds progress bars to Upload files and adds styles for <progress> elements.
storage@0.15.0
- Added item previews to
StorageList- Supports 3rd party preview components
- Built-in support for
image/*,audio/*,video/*,text/*,application/pdf
- Added support for HTTP range requests to
GET /raw/storage/:id - Fixed the sidebar usage text overflowing due to the compact new sidebar introduced in v0.13.4
- Fixed
_uploadresult not being parsed - Renamed
Addonaddprop toonAdd
server@0.34.3
This patch fixes the the behavior of listRouteLinks/axium link, which was incorrectly treating an empty filter as filtering for no plugin.
server@0.34.2
This patch fixes the database connection being used after disposal by the internal dbInitTables function.
core@0.19.1
This release replaces the internal locatePackage utility function with node:module's built-in findPackageJSON.
server@0.34.1
- Fixed audit log behavior with
config.audit.min_severity - Cleaned up a schema utility
tasks@0.4.2
- Updated
AccessControlDialogusage - Updated to core v0.19.0, client v0.13.0, and server v0.34.0
storage@0.14.2
Fixed getLimits incorrectly modifying config values.
storage@0.14.1
This patch changes getLimits to return the maximum usable system storage when the user storage is unlimited.
storage@0.14.0
- Updated
AccessControlDialogusage - Many API routes that return item metadata arrays now include ACLs
- Added optional
aclproperty toStorageItemMetadata - Changed
/files/sharedto use `StorageList - Updated to core v0.19.0, client v0.13.0, and server v0.34.0