Julian Baumann
Julian Baumann
We are currently using django-recurrence for picking dates while copying an event. This has several issues: - the JS code violates the CSP on every click because the library uses...
This looks bad at the moment with all the buttons and small shift boxes floating around.
When running djhtml on Windows 11 for my project, it fails with `Error: 'charmap' codec can't decode byte 0x8f in position 622: character maps to `. According to various sources...
closes #504 - [x] add CRUD views - [x] discuss file type restrictions (check with python-magic?) - [x] update deployment docs - [x] adapt our own deployment
Accessing any view without a value for the notification id (`/?fromNotification`) or with an invalid value (`?fromNotification=42EXTERN`) leads to an internal server error
``` Traceback (most recent call last): File "/home/staghios/.local/lib/python3.11/site-packages/django/utils/datastructures.py", line 84, in __getitem__ list_ = super().__getitem__(key) ^^^^^^^^^^^^^^^^^^^^^^^^ During handling of the above exception ('referrer'), another exception occurred: File "/home/staghios/.local/lib/python3.11/site-packages/ephios/plugins/federation/views/api.py", line 80,...
closes #195 closes #958 - Implemented with Vue, similar to the signup block editor. - Regarding the upcoming improvements in #958, the vue code is prepared to also pick times...
We are currently using Vue components that are built in the browser. This does not allow to re-use custom components in other Vue compontents. Also, JS and HTML are separated...
## Summary of changes parse TZID param for RDATE Closes #872 ### Pull Request Checklist - [x] Changes have tests - [x] Authors have been added to [AUTHORS.md](https://github.com/dateutil/dateutil/blob/master/AUTHORS.md) - [x]...