aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add Piwik PluginAdrien Oliva2016-11-022-0/+75
* Fix an issue with links not being reversed in code blocksArthurHoaro2016-10-221-5/+6
* Use Composer to import Parsedown libraryArthurHoaro2016-10-222-1530/+0
* Isso comments pluginArthurHoaro2016-10-174-0/+74
* New init function for plugins, supports errors reportingArthurHoaro2016-10-143-8/+47
* Archive.org plugin: do not propose archival of private notesTeromene2016-10-131-0/+3
* Merge pull request #619 from ArthurHoaro/plugins/param-descVirtualTam2016-08-131-1/+3
|\
| * Add a description to wallabag plugin parametersArthurHoaro2016-08-021-1/+3
* | Fix: add missing final newlines, untabify textVirtualTam2016-08-133-14/+14
|/
* Merge pull request #558 from ArthurHoaro/hashtag4Arthur2016-07-091-2/+39
|\
| * Hashtag systemArthurHoaro2016-06-061-2/+39
* | Merge pull request #570 from ArthurHoaro/config-managerArthur2016-07-095-51/+31
|\ \ | |/ |/|
| * PluginManager no longer uses singleton patternArthurHoaro2016-06-115-36/+20
| * Use the configuration manager for wallabag and readityourself pluginArthurHoaro2016-06-112-19/+15
* | The tag is no longer privateArthurHoaro2016-05-301-3/+16
|/
* Markdown: inline code background colorArthurHoaro2016-05-131-0/+7
* Process feeds content with MarkdownArthurHoaro2016-03-261-0/+19
* Merge pull request #520 from ArthurHoaro/plugins/nomarkdownArthur2016-03-262-11/+53
|\
| * Update markdown plugin README documentationArthurHoaro2016-03-261-11/+23
| * Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being ...ArthurHoaro2016-03-211-0/+30
* | Plugin: add render_feed hook and call it while generating ATOM and RSS feed.ArthurHoaro2016-03-181-1/+26
|/
* Avoids populating a markdown empty container if there's no description.kalvn2016-02-281-1/+4
* Fixes #411: remove hardcoded plugin icon sizeArthurHoaro2016-02-284-4/+4
* Merge pull request #491 from ArthurHoaro/markdown-escape2Arthur2016-02-251-8/+29
|\
| * Markdown: don't escape content + sanitize sensible tagsArthurHoaro2016-02-191-8/+29
* | adding styles for code & pre tagsNicolas Danelon2016-02-191-0/+29
|/
* Wallabag plugin: add version parameter in the meta fileArthurHoaro2016-02-101-1/+1
* Fixes forced git changesArthurHoaro2016-01-313-57/+57
* Merge pull request #388 from ArthurHoaro/pluginadminArthur2016-01-319-2/+11
|\
| * Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-319-2/+11
* | Merge pull request #379 from ArthurHoaro/plugin-markdownArthur2016-01-316-0/+1880
|\ \ | |/ |/|
| * PLUGIN MarkdownArthurHoaro2016-01-036-0/+1880
* | tests: add a make target to check file permissionsVirtualTam2016-01-171-0/+0
* | Git *wants* to rewrite this file in the exact same way...ArthurHoaro2016-01-061-71/+71
* | Merge pull request #417 from ArthurHoaro/wallabag-improveVirtualTam2016-01-025-10/+108
|\ \
| * | Wallabag plugin improvementArthurHoaro2015-12-275-10/+108
| |/
* | Merge pull request #418 from ArthurHoaro/qrcode-bugVirtualTam2015-12-231-1/+5
|\ \
| * | QRCode plugin: use url instead of real_urlArthurHoaro2015-12-221-1/+5
| |/
* / Fixes QRCode styleArthurHoaro2015-12-214-5/+52
|/
* Merge pull request #406 from ArthurHoaro/qrcode-styleVirtualTam2015-12-091-5/+3
|\
| * Fixes #403 : Remove QRCode in core CSS and fix plugin layoutArthurHoaro2015-12-071-5/+3
* | Merge pull request #408 from ArthurHoaro/gototopVirtualTam2015-12-092-0/+12
|\ \
| * | Adding a new placeholder in render_footer hook.ArthurHoaro2015-12-082-0/+12
| |/
* / Fixes #403: build the daily page through renderPage()ArthurHoaro2015-12-081-0/+2
|/
* [doc] add apache2 CSP confignodiscc2015-11-301-1/+9
* remove obsolete docnodiscc2015-11-301-8/+8
* URL encode links when a redirector is set.ArthurHoaro2015-11-261-1/+1
* Bugfix: do not store plugin errors in data.phpArthurHoaro2015-11-222-2/+2
* cleanup: remove the executable bit from source scriptsVirtualTam2015-11-117-0/+0
* Handle errors raised by plugins in template. fixes #370ArthurHoaro2015-11-081-3/+3