Ryan
67054bb61a
release(v3.1.1): OIDC env overrides + configurable resumable chunk size + clearer startup logs ( closes #86 , closes #87 , closes #90 )
...
- config: allow env overrides for OIDC knobs (auto-create, group claim, admin group, Pro group prefix)
- uploads: add configurable Resumable.js chunk size (Admin + siteConfig) and honor it in upload.js
- uploads: improve relative-path folder uploads and remote staging/cleanup for non-local sources
- admin: add settings search + smoother section open/close animations
- admin: restrict Pro license actions to the registered/primary admin user
- remote storage: add FR_REMOTE_DIR_MARKER to preserve empty dirs; skip Trash on Google Drive sources
- UX: clearer “FileRise startup complete” log line + better long-running delete/restore/loading feedback
Closes #86
Closes #87
Closes #90
2026-01-17 23:13:02 -05:00
Ryan
783622f8d7
release(v3.1.0): default language + portal i18n + ffmpeg path config ( closes #88 , closes #89 )
...
- Admin: add “Default language” setting (used when a user has not chosen a language yet)
- Admin: add optional FFmpeg binary path setting (env FR_FFMPEG_PATH overrides / locks)
- Thumbnails: resolve ffmpeg path from env first, then admin config, then PATH
- Portals: add language selector + apply defaultLanguage from siteConfig on first run
- Portals: fix button styling (accent-aware) + refresh button color (fixes #88 )
- i18n: split locales into separate files and add Polish/Russian/Japanese; refresh German strings (fixes #89 )
- UI: replace hardcoded upload/login alerts/toasts with i18n keys for better translation coverage
Closes #88
Closes #89
2026-01-16 03:26:46 -05:00
Ryan
b0fde45a36
release(v3.0.0): storage adapter seam + source-aware core (Sources-ready)
...
- Display file size for items thumbnail view (closes #85 )
- add StorageAdapterInterface + LocalFsAdapter and StorageFactory/StorageRegistry
- introduce SourceContext (active source, per-source upload/meta/trash roots, read-only gating)
- make core file/folder ops source-aware (uploads, downloads, shares, trash, portals, OnlyOffice)
- add cross-source copy/move for files + folders with guardrails and audit logging
- add source selector UI + visible-sources API and propagate sourceId through UI flows
- add minimizable transfer progress UI and toast severity styling
- add Pro API-level gating + bundle installer refactor + one-click Pro bundle download/install
2026-01-11 22:22:59 -05:00
Ryan
5ea34e4a30
release(v2.13.0): inline rename + video preview limits + folder tree perf (see #79 )
2025-12-30 02:55:24 -05:00
Ryan
43c92e1bc4
release(v2.12.0): dual-pane mode + keyboard shortcuts
...
Closes #76 , closes #80
2025-12-28 01:08:48 -05:00
Ryan
c9c0201914
release(v2.10.0): encryption at rest + firewall/proxy settings + subpath/base-path support ( closes #73 )
2025-12-18 20:39:32 -05:00
Ryan
a2d2b8c6d0
release(v2.9.3): fix recycle bin button binding, polish trash UI, and improve card dock animations
2025-12-17 07:13:20 -05:00
Ryan
cdb538bbc0
release(v2.9.0): add Pro Search Everywhere, ACL inheritance, and UI polish
2025-12-16 03:56:47 -05:00
Ryan
3f3c380f6b
release(v2.6.2): no-access UI hardening + API coalescing + shared-link security
2025-12-13 04:43:27 -05:00
Ryan
d3ffe6fd43
release(v2.6.1): fix(folderManager): replace Math.random SVG IDs with crypto-based UID helper
2025-12-13 00:57:49 -05:00
Ryan
fe0b6e5e16
release(v2.6.0): Harden downloads and refresh recycle bin + toolbar UX
2025-12-12 23:48:38 -05:00
Ryan
ed196728b6
release(v2.3.7): hover snippets, inline folder drag, OnlyOffice & CSP polish
2025-12-07 01:19:01 -05:00
Ryan
b417217552
release(v2.3.1): polish file list actions & hover preview peak
2025-12-03 00:29:08 -05:00
Ryan
3f0d1780a1
release(v2.1.0): add header zoom controls, preview tags & modal/dock polish
2025-11-27 02:04:29 -05:00
Ryan
0b065111b0
release(v2.0.0): feat(pro): client portals + portal login flow
2025-11-23 04:15:49 -05:00
Ryan
1b4a93b060
release(v1.9.14): inline folder rows, synced folder icons, and compact theme polish
2025-11-21 02:12:17 -05:00
Ryan
3b636f69d8
release(v1.9.7): harden client path guard and refine header/folder strip CSS
2025-11-14 20:11:19 -05:00
Ryan
402f590163
release(v1.9.6): hardened resumable uploads, menu/tag UI polish and hidden temp folders ( closes #67 )
2025-11-14 04:59:58 -05:00
Ryan
8cdff954d5
release(v1.9.5): harden folder tree DOM, add a11y to “Load more”, and guard folder paths
2025-11-13 05:32:33 -05:00
Ryan
f5e42a2e81
release(v1.9.4): lazy folder tree, cursor pagination, ACL-safe chevrons, and “Load more”
...
- Lazy folder tree via /api/folder/listChildren.php with cursor pagination
- ACL-safe chevrons using hasSubfolders from server; no file-count leaks
- BFS smart initial folder selection + respect lastOpenedFolder
- Locked nodes are expandable but not selectable
- “Load more” UX (light & dark) for huge directories
Closes #66
2025-11-13 05:06:24 -05:00
Ryan
dbdf760d4d
release(v1.9.3): unify folder icons across tree & strip, add “paper” lines, live color sync, and vendor-aware release
2025-11-11 00:09:15 -05:00
Ryan
bd7ff4d9cd
release(v1.9.1): customizable folder colors + live preview; improved tree persistence; accent button; manual sync script
2025-11-09 19:55:07 -05:00
Ryan
abd3dad5a5
release(v1.9.0): folder tree UX overhaul, fast ACL-aware counts, and .htaccess hardening
2025-11-09 01:45:39 -05:00
Ryan
b1de8679e0
release(v1.7.0): asset cache-busting pipeline, public siteConfig cache, JS core split, and caching/security polish
2025-10-29 16:07:22 -04:00
Ryan
2739925f0b
release(v1.6.7): Folder Move feature, stable DnD persistence, safer uploads, and ACL/UI polish
2025-10-25 02:16:01 -04:00
Ryan
ee717af750
feat(acl): granular per-folder permissions + stricter gates; WebDAV & UI aligned
2025-10-22 21:36:04 -04:00
Ryan
b6d86b7896
chore(release): v1.5.0 - ACL hardening, Folder Access & WebDAV permissions ( closes #31 , closes #55 )
2025-10-17 03:14:00 -04:00
Ryan
16ccb66d55
Add folder-strip context menu & combined Create File/Folder dropdown
2025-05-23 08:55:09 -04:00
Ryan
3fc526df7f
Add folder strip and “Create File” functionality ( closes #36 )
2025-05-19 00:39:10 -04:00
Ryan
939aa032f0
ui: polish header and user panel with dropdown + profile pic support & file list adjustments
2025-05-14 05:20:22 -04:00
Ryan
b5a7d8d559
continue breadcrumb update
2025-04-23 23:17:23 -04:00
Ryan
58f8485b02
fix(breadcrumb): prevent XSS in title breadcrumbs – closes #24
2025-04-23 22:45:25 -04:00
Ryan
06b3f28df0
New fetchWithCsrf with fallback for session change. start.sh session directory added.
2025-04-23 09:53:21 -04:00
Ryan
61357af203
Fetch URL fixes, Extended “Remember Me” cookie behavior, submitLogin() overhaul
2025-04-19 17:53:01 -04:00
Ryan
75d3bf5a9b
Refactor fixes and adjustments
2025-04-16 17:15:59 -04:00
Ryan
ec5c3fc452
Refactor API endpoints and modularize controllers and models
2025-04-16 11:40:17 -04:00