aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/wallabag/wallabag.php
Commit message (Collapse)AuthorAgeFilesLines
* PluginManager no longer uses singleton patternArthurHoaro2016-06-111-6/+4
|
* Use the configuration manager for wallabag and readityourself pluginArthurHoaro2016-06-111-11/+8
|
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-1/+1
|
* Wallabag plugin improvementArthurHoaro2015-12-271-2/+15
| | | | | | | | * 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-071-0/+31
Add a Wallabag icon in linklist for each link.