Felix Stupp
Felix Stupp
@Smile4ever As I see it, CORS itself cannot be disabled by the addon but the server responsing could allow that. The proxy above is ignoring the CORS directives and responding...
Another implementation idea could be like for this [feed example](https://www.brainyquote.com/link/quotebr.rss), where the title is the author and the description is the quote itself. To prevent double quoting, quotation marks need...
No problem for asking. But I need to say that I currently cannot work further on #232. The feature itself is fully implemented but because of CORS it might not...
This could be also made possible if #768 would be implemented while letting the users to choose any other configuration.
I looked today into implementing this, however this might be more complicated than I hoped. As I understand it, each filter generates a SQL request string, which then concatenated to...
Because you mentioned it, I noticed that it is not exactly mirrored anymore. However I still get way more reminders/notifications than configured. I used [NotificationLog](https://f-droid.org/packages/de.jl.notificationlog/) to verify when & how...
This seems to be a regression, because this option is already called "None" on my device:  I use app version "11" served by LineageOS 18.1, see [source](https://github.com/LineageOS/android_packages_apps_Etar/tree/lineage-18.1)
might be related to #1107
Looked into the module and how Ansible solved that. The relatively simple patch below fixed it in my case. When I have the time, I can run the tests of...
@fuero Good idea, this would allow Gitea to "support" any authentication scheme available. To extend this approach: - make it possible to create or reconfigure a user using this scheme...