Commit Graph

24 Commits

Author SHA1 Message Date
Max Berger
1f1e94340d Fix new JS verification errors and force specific TSC version
The new TSC compiler does stricter checking on the JS documentation
strings. All documentation strings have been updated to pass with
the current version (7.0.2)

In addition, the version of the TSC compiler used during the github
action will be fixed to 7.0.2, so that we don't get these type of
sudden errors again in the future. Unfortunately this means we need
to periodically update this manually.
2026-07-12 09:31:54 +02:00
Max Berger
1d8d734dca ui: Allow action configs for bday conversion 2026-06-07 14:21:43 +02:00
Max Berger
67aa15b32d UI: Change sort order to show own before incoming shares 2026-05-02 23:02:31 +02:00
Max Berger
cdf9e62e0b expose server version via PROPFIND on root collection and display in the UI for authenticated users 2026-04-29 23:13:36 +02:00
Max Berger
f1af26a798 UI: Add support for usernames with @ symbol 2026-04-25 21:26:43 +02:00
Max Berger
52111c02cf UI: Retrieve permissions when loading collections 2026-04-04 17:28:24 +02:00
Max Berger
fe4ca56962 UI: Replace bday sharing with new Conversion based sharing 2026-03-28 00:24:30 +01:00
Max Berger
b6ad0a8140 Remove obsolete Hidden/Owner 2026-03-27 23:16:23 +01:00
Max Berger
fb6a7abb9a Basic Authorization: User proper encoding for password 2026-03-27 18:52:08 +01:00
Max Berger
bde188ff55 Add new test for non-sharing, fix non-sharing use case 2026-03-26 21:20:02 +01:00
Max Berger
951cfde278 Address null-safety identified by TSC compiler v6
There are no actual functional changes. This just adds many additional
annotations and function which ensure type safety and null safety.
2026-03-25 23:34:44 +01:00
Max Berger
e0017c9bf0 WebUI: Use Authentication header instead of URL 2026-03-22 16:16:45 +01:00
Max Berger
07685c292f Support X-Remote-User in web UI 2026-03-22 16:16:45 +01:00
Max Berger
49eeccd72e Improve error messaging when server is not reachable 2026-03-19 23:24:17 +01:00
Max Berger
e3242fcc2c Add support for Bday sharing 2026-03-18 23:30:03 +01:00
Max Berger
f4dd3c5d50 Support Displayname property override 2026-03-18 21:18:59 +01:00
Max Berger
2a24dc524c Unified data cache into single utility class 2026-03-15 22:24:00 +01:00
Max Berger
be7d6d4a61 Initial support for configuring incoming shares 2026-03-15 00:33:22 +01:00
Max Berger
434de50281 handle enabled/hidden separately 2026-03-11 21:36:05 +01:00
Max Berger
d99631e47d Add edit functionality to shares 2026-03-10 23:28:59 +01:00
Max Berger
011efdcc86 Extracted sharing API into own file 2026-03-10 22:44:51 +01:00
Max Berger
d513efeaac Implemented proper property overrides 2026-03-10 22:35:26 +01:00
Max Berger
e4775e45a5 Add ErrorHandler to share behavior 2026-03-10 21:29:49 +01:00
Max Berger
0065fa811c Move JavaScript files into subdirectories 2026-03-08 22:46:40 +01:00