eikek

Results 566 comments of eikek

Hi @GenesisAdam , I'm afraid this is not working with env vars at the moment. You'd need to use a config file. Unfortunately, the docs show this bad example, though...

hi @imthosea yeah, permanent public shares are not really supported. And there is a bug when providing too large numbers, parsing teh JSON fails - thanks for reporting! If you...

Hi @22521661-ship-it thanks for the report. I think I can't follow, though. The configured providers are ways you could possibly login to sharry. It's for having multiple buttons "login via...

> The OAuth flow begins with the admin-only provider, even though the user shouldn't have access to it I don't understand the problem. The "admin only" provider takes care to...

Thank you @kqfflo . That is strange to me, I don't remember changing any SQL code 🤔 I need to take a look later 👍🏼 Edit: I just forgot, there...

Thanks! Hm, I can't see anything obviously wrong from that query. It is the same MariaDB version, right?

Ah I think it is the order of `OFFSET` and `LIMIT` :-( MariaDB wants `LIMIT` to appear before `OFFSET` or no `OFFSET 0` at all.

For anyone wanting to start, here are some pointers: https://docspell.org/docs/dev/translation/

Thank you @jjkrone! I was quite surprised that I didn't add a pool size option from the beginning! 😅 It would be nice if it is also supported in the...

on another note: you can run `sbt fix` to fix the source code formatting