Jonas L.
Jonas L.
Ubuntu ships the following dependencies that LibreTime does not support: - Php 8.1 (LibreTime expect Php >=7.2, = 1.1.1, < 2.0 0) - there might be other dependencies that aren't...
A branch we should keep an eye on, for Propel: https://github.com/tworzenieweb/Propel/tree/feature/php8.0
And I feel some fields could use a new name as it might not always be really clear.
I'll do this
In my opinion, to make development and contributions easier, a code formatter should be used anyway. And I am also leaning towards Black, it really works great. I will open...
Regarding pre-commit, do we agree on the idea of having such tool ? Whether someone wants to use it, is totally up to him. I am unsure of where to...
Bump. EDIT: Whoups, sorry for the spam.
Yes, maybe not shared the session store is cleaner. Have you considered adding some internal endpoints to legacy, and rather than redirecting the user, we make a few calls from...
Let's keep JWT away for now, we can always add it later on for external clients. I think the cookie session is our best option for browser clients. The discussion...
With this change I think we can introduce the new Vue based UI, and replace the entire login page. So we don't loose too much time working with the legacy...