Julian Baumann

Results 59 issues of 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...

[C] enhancement
[P] major
[C] design/ui

This looks bad at the moment with all the buttons and small shift boxes floating around.

[C] enhancement
[P] minor
[C] design/ui

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

[C] bug
[P] minor

``` 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,...

[C] bug
[P] minor

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...

[P] nice to have
[C] refactoring

## 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]...