You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/plugins/wallabag.koplugin
James Brechtel 3bf4db9960 [fix] Wallabag - Use JSON.encode to encode auth JSON (#4449)
Previously the plugin was creating JSON by hand for authentication requests.
This would cause invalid JSON to be sent when the password contained characters
that need to be escaped (e.g. "). Using JSON.encode will result in values being
properly escaped when necessary.
6 years ago
..
_meta.lua Wallabag plugin (#4271) 6 years ago
main.lua [fix] Wallabag - Use JSON.encode to encode auth JSON (#4449) 6 years ago