Bernhard Posselt
Bernhard Posselt
Judging from the source code there are much more APIs (e.g. getting all time entries of a user) however only the project API is documented
Hi, We at ownCloud News used SimplePie before and switched to picoFeed because of the following issues: - SimplePie is not maintained anymore as far as we've experienced it. Fixes...
- What version of the library are you using? 3.0.0 For a single class 3.0.0 generates 3 classes: the original class, one with the Req and one with the Res...
Similar to https://github.com/SergioBenitez/Rocket/issues/25 there should be an easy way to configure a CSP. CSP is a way to make XSS almost impossible and is easy and straight forward to configure....
If there is a model with 2 translated fields, but only one field has an actual translation, the second field will not fall back to the fallback language but simply...
I want to manage translations for certain model attributes in Transifex (some are user managed, some are managed by us so I need a selective approach). Ideally I could do...
Hi, I'm importing translations from an XML file and certain translations are marked up like this: ``` xml Hi ``` The tag can occur multiple times. So when I import...
The frontend is outdated in various ways and is therefore way harder to maintain then needed: * Building the js bundle should be done with a few lines of webpack...
Currently both compact and full mode are placed in one file and controlled with various if statements which kinda works but really breaks down with more than 2 views, see...
When using a CSP which disallows inline JavaScript the RecaptchaField breaks. Disallowing inline JavaScript is IMHO the most important thing that you want to disable with CSP. Would it be...