rrrnld
rrrnld
This is because the app finishes the boot process after we have verified our credentials (or made sure there aren't any. The relevant code is here: https://github.com/heyarne/airsonic-ui/blob/727d4548718a96867d5eb9ecc9daff752518b6c4/src/cljs/airsonic_ui/subs.cljs#L5-L12 As soon as...
This is probably best managed in subscriptions, using https://github.com/ptaoussanis/tempura. Also it would of course be nice to be able to reuse all the work that's been done already: https://github.com/airsonic/airsonic/tree/master/airsonic-main/src/main/resources/org/airsonic/player/i18n
It might be helpful to know that in my specific case I was able to work around this error like so: 1. Create the product using `productCreate` 2. Create _a...
Another thing I noticed: The GraphQL API is running on a different domain than my storefront. The webhook URL uses the storefront's domain instead. As a quick fix this by...
I would like to add that with current Firefox (68.0) notifications stopped working as well. Same reason - no https, no notification permissions. I'm using the standard heroku certificate now...
@MonkeyDo That's fantastic!
> This feature is still valid - Happy to have someone implement +1 Just did that! :) See #3369
I'd love to have an application for dog's ears – basically it should collect my notes and highlights and be able to take me to the respective pages when I...
@4oo4 The subsonic API is quite bad and it's really barely RESTful. It's basically a protocol invented on top of HTTP GET / 200 OK requests. That being said, there...
I have thought about this a bit and I have come up with a way that would allow us to store passwords more securely (i.e. hashed) and still keep API...