bewcloud/routes/api/files
Bruno Bernardino b8866cdb39
Upload Directories via Web
This implements the option to choose directories when uploading files via the Web UI (The most important part of #52).

When you choose a directory, its file and sub-directory structure will be maintained.

Tested with the latest Safari, Firefox, and Chrome.

Additionally, the Deno version was updated, which required some accessibility improvements as well.
2025-05-13 16:07:27 +01:00
..
create-directory.tsx Files UI complete with search, sharing via symlink. 2024-04-04 17:55:47 +01:00
delete-directory.tsx Files UI complete with search, sharing via symlink. 2024-04-04 17:55:47 +01:00
delete.tsx Files UI complete with search, sharing via symlink. 2024-04-04 17:55:47 +01:00
get-directories.tsx Files CRUD. 2024-04-03 14:02:04 +01:00
get.tsx Add new API endpoint to get a list of files for a given directory. 2024-04-12 06:59:51 +01:00
move-directory.tsx Files UI complete with search, sharing via symlink. 2024-04-04 17:55:47 +01:00
move.tsx Files UI complete with search, sharing via symlink. 2024-04-04 17:55:47 +01:00
rename-directory.tsx Files UI complete with search, sharing via symlink. 2024-04-04 17:55:47 +01:00
rename.tsx Files UI complete with search, sharing via symlink. 2024-04-04 17:55:47 +01:00
search.tsx Files UI complete with search, sharing via symlink. 2024-04-04 17:55:47 +01:00
upload.tsx Upload Directories via Web 2025-05-13 16:07:27 +01:00