aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/wallabag
Commit message (Collapse)AuthorAgeFilesLines
* Wallabag plugin improvementArthurHoaro2015-12-275-10/+108
| | | | | | | | * Fixes a bug where URL weren't properly encoded. * Adds Wallabag V2 support. * Adds a URL function to handle trailing slash. * UT. * README updated.
* Bugfix: do not store plugin errors in data.phpArthurHoaro2015-11-221-1/+1
| | | | | | Before this, calling writeConfig() would have write error messages in data.php, because it uses 'plugins' array which is used for plugin configuration. Causing the message error appear everytime.
* unit tests for the wallabag pluginArthurHoaro2015-11-081-7/+15
| | | | | + removed exit error if the config is not found + coding style
* PLUGIN wallabagArthurHoaro2015-11-075-0/+64
Add a Wallabag icon in linklist for each link.