Releases: james-pre/axium
Releases · james-pre/axium
storage@0.20.2
Changed to streaming for GET /raw/storage/:id.
storage@0.20.1
Fixed RangeError [ERR_FS_FILE_TOO_LARGE]: File size (...) is greater than 2 GiB in POST /raw/storage/chunk by using copyFileSync.
storage@0.20.0
- Changed storage to use bigints for file sizes [breaking]
- Removed URL option from
Add - Fixed image and video sizing in
Preview - Fixed
Content-Dispositionencoding - Updated to core v0.22.0 and client v0.19.1
storage@0.19.2
Listcan now be sorted by clicking on the header columns- Added a constraint to make file names unique per folder
storage@0.19.1
- Added
closeOnBackGesturetoPreview - Fixed path top margin for
/files/:id - Added HTML class for
Addcomponent - Updated client to v0.19
storage@0.19.0
- Added a mobile-only usage tab to the sidebar
- Updated usage page to sort using API option
- Adding
StorageItemSortingandUserStorageOptions - Added options to
getUserStorage - Added a limit to
/api/users/:id/storage - Added options to
GET /api/users/:id/storageto allow for sorting
server@0.39.4
- Added
closeOnBackGestureto dialogs - Updated client to v0.19
server@0.39.3
- Remove unneeded wrapper div in template
- Updated
parseSearchto useJSON.parseon values - Changed default minimum audit severity to notice
core@0.22.2
Fixed another issue with formatBytes.
core@0.22.1
This patch fixes the ordering of bigint to number conversion in formatBytes.