github error311/FileRise v1.3.5
FileRise v1.3.5

latest releases: v1.3.9, v1.3.8, v1.3.7...
3 months ago

Full Changelog: v1.3.4...v1.3.5

Changes 5/19/2025

Added Folder strip & Create File

  • Folder strip in file list

    • loadFileList now fetches sub-folders in parallel from /api/folder/getFolderList.php.
    • Filters to only direct children of the current folder, hiding profile_pics and trash.
    • Injects a new .folder-strip-container just below the Files In above (summary + slider).
    • Clicking a folder in the strip updates:
      • the breadcrumb (via updateBreadcrumbTitle)
      • the tree selection highlight
      • reloads loadFileList for the chosen folder.
  • Create File feature

    • New “Create New File” button added to the file-actions toolbar and context menu.
    • New endpoint public/api/file/createFile.php (handled by FileController/FileModel):
      • Creates an empty file if it doesn’t already exist.
      • Appends an entry to <folder>_metadata.json with uploaded timestamp and uploader.
    • fileActions.js:
      • Implemented handleCreateFile() to show a modal, POST to the new endpoint, and refresh the list.
      • Added translations for create_new_file and newfile_placeholder.

Don't miss a new FileRise release

NewReleases is sending notifications on new releases.