Commit Graph

11 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
cbf1d5088b UI: Fix handling of servers with Prefix
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 18:08:42 +02:00
Peter Bieringer
ab71a1249b Merge pull request #2109 from maxberger/trimowner
UI: Trim owner length for incoming shares
2026-04-26 09:06:04 +02:00
Max Berger
2387eb1e55 UI: Trim owner length for incoming shares 2026-04-25 22:59:31 +02:00
Max Berger
6eaf058433 UI: allow uppercase characters in href 2026-04-25 22:51:09 +02:00
Max Berger
f1af26a798 UI: Add support for usernames with @ symbol 2026-04-25 21:26:43 +02:00
Max Berger
045ab573db UI: Unify URL handling, show full URL everywhere 2026-03-29 23:13:22 +02: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
99e9b7ec56 Add CSP to local web UI forbidding JavaScript eval() 2026-03-18 21:05:01 +01:00
Peter Bieringer
ba7baab79f webui/cosmetics: round collection size to %.2f 2026-03-14 07:24:24 +01:00
Max Berger
0065fa811c Move JavaScript files into subdirectories 2026-03-08 22:46:40 +01:00