• Joined on 2022-09-12
jtojnar opened issue Louvorg/ReaderForSelfoss-multiplatform#137 2023-04-11 22:59:11 +00:00
Crash on startup with Android 7
jtojnar commented on issue Louvorg/ReaderForSelfoss-multiplatform#76 2022-10-16 16:23:48 +00:00
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.

jtojnar opened issue Louvorg/ReaderForSelfoss-multiplatform#77 2022-10-09 19:36:11 +00:00
Add support for item author
jtojnar commented on issue Louvorg/ReaderForSelfoss-multiplatform#56 2022-09-13 14:53:13 +00:00
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_

jtojnar commented on issue Louvorg/ReaderForSelfoss-multiplatform#52 2022-09-13 09:46:30 +00:00
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,…

jtojnar commented on issue Louvorg/ReaderForSelfoss-multiplatform#52 2022-09-13 07:52:33 +00:00
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…