Trihexagram
Trihexagram
`pg_dumpall` is the most reliable choice I think. That also effectively recreates the database, so that cleans out indexes.
Yeah, no, you're not going to get this working on szurubooru with that authentication scheme. As Eskuero says; the `Authorization` header is overlapping. If you want to protect unauthorized access,...
Okay sorry for all the extra commits; the backend stuff is now pretty much tested on my end. I'll write some formal tests later. Next up is the frontend. I'm...
And that should be most of the frontend code (wound up lifting the majority of it wholesale from #403). I'll write some unit tests later, and then it should be...
You need to use a backslash in your search if its a reserved character as an escape. in this case, `eyebrows_visible_through_hair\,` would give you the results you want.
Personally I would recommend the second one. Feels the neatest and cleanest if we're gonna do the upload choices not on one/two rows anymore. Ideal version would probably just be...
My personal preference is the fifth version out of all of these. Flex wrap reeks a little bit too much of "this is chosen because its pretty easy". That said,...
I like this in concept, seems very useful to comply with the DMCA and similar copyright laws for public boorus. That said, it seems to be missing a few endpoints:...
I'd like to point out that bruteforcing the secret doesn't uh... inherently get you access to the password? It just gives you access to the secret, which seems to just...
1st: `server/config.yaml` needs to be mounted inside the container, it's keys are based on what is loaded in `server/config.yaml.dist`; just copy over the keys you want to change. For the...