bewcloud/routes/api/files
Bruno Bernardino d86e65475c
Improve App Selection
This allows not enabling Dashboard and Files. It also sorts the apps in the menu according to the order in the `config.core.enabledApps` array.

Since this will require a major version upgrade (`v3.0.0`), I also took the opportunity to upgrade PostgreSQL. You can [follow this guide on how to upgrade PostgreSQL on Docker containers](https://news.onbrn.com/step-by-step-guide-upgrading-postgresql-docker-containers/).

Finally, this has some minor security improvements (confirming API endpoints won't work if their app is disabled in the config).

Closes #114
Closes #108
2025-12-01 12:25:21 +00:00
..
create-directory.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
create-share.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
delete-directory.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
delete-share.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
delete.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
download-directory.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
get-directories.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
get-share.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
get.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
move-directory.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
move.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
rename-directory.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
rename.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
search.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
update-share.tsx Improve App Selection 2025-12-01 12:25:21 +00:00
upload.tsx Improve App Selection 2025-12-01 12:25:21 +00:00