Yves Müller
Yves Müller
After adding badge groups an options request to the post_pool of an badgeable will return data indicating that a POST request is possible, even if there is nothing that can...
If adhPermissions bind scope is used with `{ importOptions: false }` it will update the the scope twice. Once with "normal" options (`{ POST: true, PUT: false .... }`) and...
Because the frontend uses the `@` to check if email address or username has been given to the unified login dialog, the creation of users using `@` as name should...
In euth there is the process idea_collection, which contains proposals with an optional ImageReference sheet: If I query the latest version I have the following result: ``` $ curl http://localhost:6541/opin/idea_collection/proposal_0000002/VERSION_0000000/...
Hi, after the user has registered we already know which language she can understand, because we either detect it from the browser or it was forced by the platform. Why...
When accessing this [mercator proposal](https://advocate-europe.eu/en/idea-space#!/r/mercator/Localization_ofthebestEuropeanMOOCsforUkrainians483/comments/comment_0000210/VERSION_0000001/) I have some wierd effects. On Firefox (Linux / Version 41 ) and Chromium ( Version 45 ) it consumes a lot of cpu while...
Due to security concerns (#2299) we should consider switching our authentication scheme to cookies. **Requirements:** 1. User needs to know when and as whom it is logged in 2. User...
Image delete handlers are now attached to every image file by adhocracy4. So all the explicit handlers (eg. in `euth/users/signals.py` can go).
Currently there are different ways to limit pagination and also different markup and styling for the `project_list`, `organisation_list` and `idea_list` views. They should probably be all the same.
Static variables can be read and written by other applets as well (according to java card runtime environment 2.2.2 spec section 6.1.6), and hence they might replace non-final static references...