Block a user
Crash on startup with Android 7
Provide indication when sources update failed
Sorry for not replying here, looks like the e-mail notifications are broken again. Anyway, the upstream issue is https://github.com/fossar/selfoss/issues/1377.
Add support for item author
Support editing tags
The first three are done by editing a source with the following endpoint: https://app.swaggerhub.com/apis/jtojnar/selfoss/4.0.0#/Sources/post_source__itemId_
Login not working
#20 was gonna be my next task, but I may use the
/login
method.
Selfoss does not currently support basic auth. It supports POST /login
with application/x-www-form-urlencoded
for body,…
Login not working
Thanks, I will try to test it when I found time. Also, it would be nice to use POST method for login as pointed out in https://github.com/fossar/selfoss/issues/1356. It is [supported since…