What's Changed
New Features:
- Resizable sidebar (#1896)
- OIDC Authentication: Change Button Text via
frontend.oidcLoginButtonText(#1708) - improved favicon processing (#1899)
- supports more formats
- supports larger images
- automatcially generates multiple favicon sizes on startup for non-svg images. Custom svg favicons need a companion *.png to exist broad compatibilty
- Enhanced media playback: Ability to control the queue from your device's lock screen and notification panel - Will also show
metadata of the current playing media if available (#1917)
Notes:
- Better text file content detection (#1726)
- More url encoding changes for API which should make things more consistent. Open issues if you see path/source not found errors.
- adjustments to the startup behavior for sqlite index for reusing the previous database on startup
- CTRL + B disables sticky sidebar forever (#1869)
- added context menu back to duplicate finder
- Sharing a link for uploads - folder/file access and UX polishing (#1902)
- improved listing view and scrolling performance
- improved image viewer which will utilize recent thumbnails as a placeholder when loading the full image.
- Small reorganization of "Share" settings to make the popup clear (#1826)
BugFixes:
- Added docker default
FILEBROWSER_CONFIG="/home/filebrowser/data/config.yaml"back -- mistakenly removed. see https://filebrowserquantum.com/en/docs/getting-started/config/#3-default-locations. (#1891) - Fix brand text in login screen (#1898)
- Sidebar links cointains urls with 2x repeated source name (#1847)
- 2 factor auth getting overwritten if you edit the auth from admin (#1819)
- New created user's files are listing error, Probably related with language setting. (#1565)
- thumbnail generation cpu/memory and concurrency bug.
- added 75MB filesize limit for image previews
- optimized concurrency for large vs small images
Full Changelog: v1.2.1-beta...v1.2.2-beta
What's Changed
- Bump lodash from 4.17.21 to 4.17.23 in /frontend in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1882
- more bugfixes for 1.2.2 by @gtsteffaniak in #1892
- tweak indexing behavior for existing sqlite index by @gtsteffaniak in #1895
- Fix brand text in login screen by @Kurami32 in #1898
- Make sidebar resizable by @Kurami32 in #1896
- Fix otp issues by @gtsteffaniak in #1904
- Add context menu duplicates by @gtsteffaniak in #1905
- Progressive web app favicon conversions by @gtsteffaniak in #1906
- normalized user languages by @gtsteffaniak in #1907
- better image processing concurrency rules by @gtsteffaniak in #1912
- updated with virtual scrolling by @gtsteffaniak in #1913
- Share link UI changes by @gtsteffaniak in #1915
- consolidated share state by @gtsteffaniak in #1916
- removed virtual scrolling v1.2.2 by @gtsteffaniak in #1920
- Implement media session for plyr by @Kurami32 in #1917
- updated imaging semaphore more strict by @gtsteffaniak in #1921
- Image viewer preload with thumbnail if available by @gtsteffaniak in #1923
- added baseurl to static assets by @gtsteffaniak in #1924
- updated with better image preloading by @gtsteffaniak in #1926
- last minute changes by @gtsteffaniak in #1927
Full Changelog: v1.2.1-beta...v1.2.2-beta