Vincent Petry
Vincent Petry
hmm, so it seems the timezone is [set by the browser and not configurable, and not validated](https://github.com/nextcloud/user_saml/blob/master/lib/Controller/TimezoneController.php#L64), so depending what is sent there could be garbage there. and also set...
so maybe this is now slowly transforming into a core issue where we should: 1) not accept invalid timezones at login and fall back to UTC 2) not accept invalid...
yeah, lazy loading / moving to pagination is going to be a bigger challenge in multiple fronts anyway...
adding "help wanted" / junior job as the fix should be a matter of quick rewiring
the PR for the token is here: https://github.com/nextcloud/serverinfo/pull/269
so we might need to update nextcloud-vue to get the latest version, and if something is missing, fix it there
this came up in a review done on 25.0.0beta3, so if you're able to verify that it's already there after nextcloud-vue update we can simply close
alt text could simply be `Content of 'Filename.jpg'`
supporting anything else than vtt files will require to have an endpoint to is able to extract subtitles from the video and expose them as a conversion to vtt. there...