bewcloud/lib
Bruno Bernardino 7fac7febcf
Public File Sharing (#72)
* Public File Sharing

This implements public file sharing (read-only) with and without passwords (#57).

It also fixes a problem with filenames including special characters like `#` not working properly (#71).

You can share a directory or a single file, by using the new share icon on the right of the directories/files, and click on it to manage an existing file share (setting a new password, or deleting the file share).

There is some other minor cleanup and other copy updates in the README.

Closes #57
Fixes #71

* Hide UI elements when sharing isn't allowed
2025-06-20 12:04:16 +01:00
..
interfaces Implement (optional) SSO via OIDC (OpenID Connect) (#64) 2025-06-05 18:10:40 +01:00
models Public File Sharing (#72) 2025-06-20 12:04:16 +01:00
utils Enable Email as a MFA method/option (#68) 2025-06-11 15:53:39 +01:00
auth.ts Public File Sharing (#72) 2025-06-20 12:04:16 +01:00
config.ts Public File Sharing (#72) 2025-06-20 12:04:16 +01:00
feed.ts Update Deno to 2.1 LTS! 2024-11-30 08:13:22 +00:00
form-utils.tsx Allow updating events 2024-03-21 16:24:59 +00:00
types.ts Public File Sharing (#72) 2025-06-20 12:04:16 +01:00