>>24290
>I don't know if you're open to feedback
Definitely.
>- I wish you talked about (and checked for, ideally) granular permissions; you use "permits everything" on the API and IMO you should always try using as little as you can
Good idea. I need to look into this sometime.
>- I wish I could use `system:` tags, or at least limit the number of results fetched
There's no good UI for it, but you can do `system:limit is 100` or `system:filetype is image/vnd.adobe.photoshop` in the meantime.
>- I wish you handled pages of pages more gracefully; at the moment the app is flattening the pages into a single line (it definitely works though)
I didn't realize this was a feature of hydrus network until recently. Supporting this should be easy, but I definitely need to clean up some ugly hacks first.
>Likely a typo, but there's also an https link to localhost in your doc on the getting started page -> Accessing the Client API where ""use https" is disabled on the screenshot right above
I want to redo all of those screenshots, both because of this issue, and also just because they kind of look like ass.
Originally I was going to recommend http for simplicity, but once I deployed Hydrui to a real domain it turned out that dealing with mixed http/https content errors was actually much harder and less consistent than just adding the TLS exception for a self-signed certificate. I couldn't find a way to do the former without globally disabling useful security features in Librewolf, so I gave up on it... but I didn't fix the screenshots to reflect that.
Message too long. Click
here
to view full text.