aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* | The tag is no longer privateArthurHoaro2016-05-301-3/+16
|/ | | | A private tag is never loaded for visitor, making this feature useless.
* 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
|\ | | | | Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare fro…
| * Update markdown plugin README documentationArthurHoaro2016-03-261-11/+23
| | | | | | | | | | * Add the `.nomarkdown` section. * Update misleading statements.
| * Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being ↵ArthurHoaro2016-03-211-0/+30
| | | | | | | | | | | | parsed with markdown Also add the tag in tag list in edit_link, so it will appear on autocompletion.
* | Plugin: add render_feed hook and call it while generating ATOM and RSS feed.ArthurHoaro2016-03-181-1/+26
|/ | | | Create an example of the new hook in the demo plugin.
* 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 tags
| * Markdown: don't escape content + sanitize sensible tagsArthurHoaro2016-02-191-8/+29
| | | | | | | | Instead of trying to fix broken content for Markdown parsing, parse it unescaped, then sanatize sensible tags such as scripts, etc.
* | 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
| | | | Probably related to the introduction of .gitattribute with forced line ending.
* Merge pull request #388 from ArthurHoaro/pluginadminArthur2016-01-319-2/+11
|\ | | | | Fixes #378 - Plugin administration UI.
| * Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-319-2/+11
| |
* | Merge pull request #379 from ArthurHoaro/plugin-markdownArthur2016-01-316-0/+1880
|\ \ | |/ |/| PLUGIN Markdown
| * PLUGIN MarkdownArthurHoaro2016-01-036-0/+1880
| | | | | | | | | | | | | | | | | | | | Parse link description in Markdown (HTML) before rendering. * hard remove of Shaarli's HTML before parsing. * Using Parsedown <https://github.com/erusev/parsedown> PHP lib. * Includes basic markdown CSS. * Style: removed 400px height max limit for shaares. * Unit tests.
* | tests: add a make target to check file permissionsVirtualTam2016-01-171-0/+0
| | | | | | | | | | | | | | | | Additions: - [makefile] check versioned files are not executable - [travis] call the new make target Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | Git *wants* to rewrite this file in the exact same way...ArthurHoaro2016-01-061-71/+71
| | | | | | | | Probably a line ending issue...
* | Merge pull request #417 from ArthurHoaro/wallabag-improveVirtualTam2016-01-025-10/+108
|\ \ | | | | | | Wallabag plugin improvement
| * | 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.
* | Merge pull request #418 from ArthurHoaro/qrcode-bugVirtualTam2015-12-231-1/+5
|\ \ | | | | | | QRCode plugin: use url instead of real_url
| * | QRCode plugin: use url instead of real_urlArthurHoaro2015-12-221-1/+5
| |/ | | | | | | | | | | Fixes #414 and avoid usage of redirector in QRCode. Also fixed a bug with URL encoding.
* / Fixes QRCode styleArthurHoaro2015-12-214-5/+52
|/ | | | | * fixes a regression misplacing QRCode popup. * adds a 'show' class in JS to handle CSS transition.
* Merge pull request #406 from ArthurHoaro/qrcode-styleVirtualTam2015-12-091-5/+3
|\ | | | | Fixes #403 : Remove QRCode in core CSS and fix plugin layout
| * 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.
| * | Adding a new placeholder in render_footer hook.ArthurHoaro2015-12-082-0/+12
| |/ | | | | | | Allow free elements at the end of the page.
* / Fixes #403: build the daily page through renderPage()ArthurHoaro2015-12-081-0/+2
|/ | | | | * new entry in the Router for daily page. * add an always displayed button in demo_plugin
* [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
| | | | | | | | | | | | | | | | | Fixes #328 - URL encode links when a redirector is set * WARNING - template edit - new variable available : "real_url" Contains the final real url (redirected or any other change on original URL) * Don't redirect shaares link in RSS/Atom. * Affects links shaared in description. * Move text2clickable and keepMultipleSpaces to Utils.php + unit test UPDATE: * keepMultipleSpaces renamed to space2nbsp * space2nbsp improved to handle single space at line beginning * links in text description aren't 'nofollow' anymore
* Bugfix: do not store plugin errors in data.phpArthurHoaro2015-11-222-2/+2
| | | | | | 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.
* cleanup: remove the executable bit from source scriptsVirtualTam2015-11-117-0/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Handle errors raised by plugins in template. fixes #370ArthurHoaro2015-11-081-3/+3
|
* Merge pull request #286 from ArthurHoaro/plugin-demo_pluginArthur2015-11-084-0/+327
|\ | | | | PLUGIN demo_plugin
| * PLUGIN demo_pluginArthurHoaro2015-11-084-0/+327
| | | | | | | | | | This plugin try to cover Shaarli's plugin API entirely. Can be used by plugin developper to make their own.
* | Merge pull request #281 from ArthurHoaro/plugin-wallabagArthur2015-11-085-0/+72
|\ \ | | | | | | PLUGIN wallabag
| * | 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.
* | Merge pull request #280 from ArthurHoaro/plugin-readityourselfArthur2015-11-084-0/+47
|\ \ | | | | | | PLUGIN readityourself
| * | unit tests for readityourself plugin + remove hard errorArthurHoaro2015-11-081-7/+15
| | |
| * | PLUGIN readityourselfArthurHoaro2015-11-084-0/+39
| |/ | | | | | | Add an icon for each link (linklist) for ReadItYourself
* | Merge pull request #279 from ArthurHoaro/plugin-addlink_toolbarArthur2015-11-083-0/+48
|\ \ | | | | | | PLUGIN: addlink_toolbar
| * | unit test for addlink_toolbar + coding styleArthurHoaro2015-11-081-2/+11
| | |
| * | PLUGIN: addlink_toolbarArthurHoaro2015-11-083-0/+39
| |/ | | | | | | | | | | Add a field in linklist page to paste a new link. Displayed in fields toolbar.
* | Merge pull request #284 from ArthurHoaro/plugin-playvideosArthur2015-11-076-0/+10658
|\ \ | | | | | | PLUGIN playvideos
| * | Add unit tests for Playvideos pluginArthurHoaro2015-11-071-2/+12
| | | | | | | | | | | | + coding style
| * | PLUGIN playvideosArthurHoaro2015-11-076-0/+10648
| |/ | | | | | | Display a button in buttons toolbar which allows to play all videos found.