Aleksei Shpakovskii
Aleksei Shpakovskii
thanks! Regarding query parameters - I don't mind either way. It's just that currently admin can limit what thumb sizes can be requested, generated and stored. While with extra parameters...
@ganigeorgiev : if there's not much interest from other users, feel free to decrease priority on this! :-) I managed to build pocketbase myself (it's *very* easy!), and even to...
@ganigeorgiev : Please forgive me if I'm wrong, but I'm not sure you're talking about the same thing. I believe you're talking about _database_ schema, but @pranjaldugar is talking about...
oh, missed your general comment previously. Yes, I agree that progress bar would be better, and I also was thinking about "Cancel" button to cancel each upload (since XHR can...
PR updated! I think all suggestions are addressed, please let me know if I missed some (I actually don't know what these letters `S:`, `R:`, `T:` stand for). Also, let...
on the other side, I wonder if, instead of finding all places where `decodeURI` must be used, - maybe it's better to simply `decodeURI` filenames in server response to `PROPFIND`...
Hi again and sorry for the delayed response! Thanks for suggestion regarding testcase! I now found them in `tests/functional` subdir, wonder if I can run them manually step-by-step. I tried...
Note to self: also, "Download" links should %-encode square brackets `[` in filenames. Otherwise, _clicking_ the "Download" button works, but right_click-copy_link doesn't: it copies square brackets as-is, which later failed...
It's an issue with markdown, and there's not much bashblog can do (apart from creating its own markdown). `apt install markdown` installs this package: https://packages.debian.org/buster/markdown - which uses this implementation:...