Commit 21b7861
committed
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2026-02-20)
### Bug Fixes
* **build:** correct build-front directory creation and copying ([51ba605](51ba605))
* **file-manager:** correct path navigation in file manager ([d06c1fc](d06c1fc))
* **file-manager:** handle localStorage access ([4bacdb4](4bacdb4))
* **file-manager:** prevent caching issues by adding cache-busting and no-store ([2c5c0bb](2c5c0bb))
### Features
* add "use client" directive to offline page ([9b21b8c](9b21b8c))
* **auth:** implement cookie-based authentication and api middleware ([174ae00](174ae00))
* **auth:** implement session-based password management ([64e8fb2](64e8fb2))
* **auth:** persist login state using localStorage ([d406937](d406937))
* **auth:** persist server url in localStorage and restore session ([97204dc](97204dc))
* **demo:** restrict operations and permissions in demo mode ([66ca84f](66ca84f))
* **file-list:** add thumbnail support and improve file display ([c215c1b](c215c1b))
* **file-manager:** add create folder functionality and update app name ([21d892c](21d892c))
* **file-manager:** add direct file proxy with cache and download options ([7b1d00b](7b1d00b))
* **file-manager:** add grid view and rename functionality ([f180a36](f180a36))
* **file-manager:** persist view mode preference in localStorage ([d0461e1](d0461e1))
* **file-upload:** improve upload reliability with listing verification ([84f3cdf](84f3cdf))
* implement automated semantic releases via GitHub Actions, including configuration and Makefile adjustments for standalone builds. ([af51979](af51979))
* implement file manager UI with authentication and upload functionality ([17e0e70](17e0e70))
* improve mobile responsiveness and add demo mode ([eb5134e](eb5134e))
* increase middleware client max body size limit ([48d1242](48d1242))
* **login-form:** update authentication to use basic auth ([0d5361c](0d5361c))
* **pwa:** add progressive web app support ([3b4f493](3b4f493))
* restructure app with landing page and auth flow ([83a1cf6](83a1cf6))
* update landing page title to reflect new frontend ([2462347](2462347))1 parent 3991688 commit 21b7861
1 file changed
+33
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments