Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Translations : Working demo example of translation extension | ArthurHoaro | 2017-10-22 | 3 | -1/+48 |
| | |||||
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 15 | -52/+140 |
| | | | | | | | | | * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency. | ||||
* | migrated Github wiki links to readthedocs | Willi Eggeling | 2017-08-26 | 1 | -1/+1 |
| | |||||
* | Add a whitelist of protocols for URLs | ArthurHoaro | 2017-05-25 | 1 | -4/+33 |
| | | | | | | | - for Shaare - for markdown description links and images Not whitelisted protocols will be replaced by `http://` | ||||
* | Remove readityourself plugin | ArthurHoaro | 2017-04-01 | 4 | -54/+0 |
| | | | | Fixes #818 | ||||
* | Remove inline JS and add LibreJS headers in JS files | ArthurHoaro | 2017-03-12 | 3 | -0/+84 |
| | | | | | Fixes #33 (wow!) Relates to #395 | ||||
* | Fix #773: set Piwik URL protocol | ArthurHoaro | 2017-03-11 | 2 | -16/+22 |
| | |||||
* | Add markdown_escape setting | ArthurHoaro | 2017-02-28 | 2 | -18/+38 |
| | | | | | | | | | | | | | This setting allows to escape HTML in markdown rendering or not. The goal behind it is to avoid XSS issue in shared instances. More info: * the setting is set to true by default * it is set to false for anyone who already have the plugin enabled (avoid breaking existing entries) * improve the HTML sanitization when the setting is set to false - but don't consider it XSS proof * mention the setting in the plugin README | ||||
* | Fix markdown plugin color overriding | ArthurHoaro | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | Remove CSS call for addlink toolbar plugin | ArthurHoaro | 2017-01-15 | 1 | -16/+0 |
| | | | | Fixes #724 | ||||
* | Cleanup: explicit method visibility | VirtualTam | 2017-01-05 | 1 | -1/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Move PubSubHubbub code as a default plugin | ArthurHoaro | 2016-12-20 | 5 | -0/+125 |
| | |||||
* | Fix typo in markdown plugin meta description | ArthurHoaro | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #697 from ArthurHoaro/feature/ids-bis | Arthur | 2016-12-12 | 1 | -2/+2 |
|\ | | | | | Link ID refactoring | ||||
| * | Add a persistent 'shorturl' key to all links | ArthurHoaro | 2016-12-12 | 1 | -3/+1 |
| | | | | | | | | | | | | | | All existing link will keep their permalinks. New links will have smallhash generated with date+id. The purpose of this is to avoid collision between links due to their creation date. | ||||
| * | Apply the new ID system accros the whole codebase | ArthurHoaro | 2016-12-12 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #679 from ArthurHoaro/plugins/header | Arthur | 2016-12-12 | 7 | -24/+105 |
|\ \ | |/ |/| | Improve theme dependent plugin placeholders: | ||||
| * | Improve theme dependent plugin placeholders: | ArthurHoaro | 2016-12-01 | 7 | -24/+105 |
| | | | | | | | | | | | | | | | | | | - buttons_toolbar: now expect links represented by an array instead of HTML content - fields_toolbar: now expect a form represented by an array instead of HTML content - action_plugin: now expect links represented by an array instead of HTML content Default templates updated accordingly mprove theme dependent plugin placeholders: | ||||
* | | Merge pull request #701 from ArthurHoaro/plugins/md-html-doc | Arthur | 2016-12-03 | 2 | -1/+21 |
|\ \ | | | | | | | Describe markdown HTML rendering and display a warning | ||||
| * | | Describe markdown HTML rendering and display a warning | ArthurHoaro | 2016-12-01 | 2 | -1/+21 |
| | | | | | | | | | | | | Fixes #688 | ||||
* | | | Markdown: fixes feed rendering with nomarkdown tag | ArthurHoaro | 2016-11-22 | 2 | -14/+34 |
|/ / | | | | | | | | | | | | | | | | | | | | | * make sure we match exactly `nomarkdown` tag * pass the whole link data to stripNoMarkdownTag() to: * strip the noMD tag in taglist (array) * strip the tag in tags (string) Fixes #689 tmp | ||||
* / | Plugins W3C compliance | ArthurHoaro | 2016-11-05 | 4 | -4/+4 |
|/ | | | | Add an alt attribute to images | ||||
* | Add Piwik Plugin | Adrien Oliva | 2016-11-02 | 2 | -0/+75 |
| | | | | | | [PullRequest #677] Change after Review Fix logic, my bad! | ||||
* | Fix an issue with links not being reversed in code blocks | ArthurHoaro | 2016-10-22 | 1 | -5/+6 |
| | | | | | | Fixes #672 + Markdown to HTML unit test | ||||
* | Use Composer to import Parsedown library | ArthurHoaro | 2016-10-22 | 2 | -1530/+0 |
| | | | | Reference #613 | ||||
* | Isso comments plugin | ArthurHoaro | 2016-10-17 | 4 | -0/+74 |
| | | | | Use Isso client to let visitors comments on permalinks | ||||
* | New init function for plugins, supports errors reporting | ArthurHoaro | 2016-10-14 | 3 | -8/+47 |
| | | | | | | | | All plugins can optionally add an init function named `pluginname_init()` which is called when the plugin is loaded. This function is aware of the config, and can return initialization errors, which are displayed in the header template. Note that the previous error system hack no longer work. | ||||
* | Archive.org plugin: do not propose archival of private notes | Teromene | 2016-10-13 | 1 | -0/+3 |
| | | | | Fixes #637 | ||||
* | Merge pull request #619 from ArthurHoaro/plugins/param-desc | VirtualTam | 2016-08-13 | 1 | -1/+3 |
|\ | | | | | Add a description to plugin parameters | ||||
| * | Add a description to wallabag plugin parameters | ArthurHoaro | 2016-08-02 | 1 | -1/+3 |
| | | |||||
* | | Fix: add missing final newlines, untabify text | VirtualTam | 2016-08-13 | 3 | -14/+14 |
|/ | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Merge pull request #558 from ArthurHoaro/hashtag4 | Arthur | 2016-07-09 | 1 | -2/+39 |
|\ | | | | | Hashtag system | ||||
| * | Hashtag system | ArthurHoaro | 2016-06-06 | 1 | -2/+39 |
| | | | | | | | | | | | | * Hashtag are auto-linked with a filter search * Supports unicode * Compatible with markdown (excluded in code blocks) | ||||
* | | Merge pull request #570 from ArthurHoaro/config-manager | Arthur | 2016-07-09 | 5 | -51/+31 |
|\ \ | |/ |/| | Introduce a configuration manager | ||||
| * | PluginManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 5 | -36/+20 |
| | | |||||
| * | Use the configuration manager for wallabag and readityourself plugin | ArthurHoaro | 2016-06-11 | 2 | -19/+15 |
| | | |||||
* | | The tag is no longer private | ArthurHoaro | 2016-05-30 | 1 | -3/+16 |
|/ | | | | A private tag is never loaded for visitor, making this feature useless. | ||||
* | Markdown: inline code background color | ArthurHoaro | 2016-05-13 | 1 | -0/+7 |
| | |||||
* | Process feeds content with Markdown | ArthurHoaro | 2016-03-26 | 1 | -0/+19 |
| | |||||
* | Merge pull request #520 from ArthurHoaro/plugins/nomarkdown | Arthur | 2016-03-26 | 2 | -11/+53 |
|\ | | | | | Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare fro… | ||||
| * | Update markdown plugin README documentation | ArthurHoaro | 2016-03-26 | 1 | -11/+23 |
| | | | | | | | | | | * Add the `.nomarkdown` section. * Update misleading statements. | ||||
| * | Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being ↵ | ArthurHoaro | 2016-03-21 | 1 | -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. | ArthurHoaro | 2016-03-18 | 1 | -1/+26 |
|/ | | | | Create an example of the new hook in the demo plugin. | ||||
* | Avoids populating a markdown empty container if there's no description. | kalvn | 2016-02-28 | 1 | -1/+4 |
| | |||||
* | Fixes #411: remove hardcoded plugin icon size | ArthurHoaro | 2016-02-28 | 4 | -4/+4 |
| | |||||
* | Merge pull request #491 from ArthurHoaro/markdown-escape2 | Arthur | 2016-02-25 | 1 | -8/+29 |
|\ | | | | | Markdown: don't escape content + sanitize sensible tags | ||||
| * | Markdown: don't escape content + sanitize sensible tags | ArthurHoaro | 2016-02-19 | 1 | -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 tags | Nicolas Danelon | 2016-02-19 | 1 | -0/+29 |
|/ | |||||
* | Wallabag plugin: add version parameter in the meta file | ArthurHoaro | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Fixes forced git changes | ArthurHoaro | 2016-01-31 | 3 | -57/+57 |
| | | | | Probably related to the introduction of .gitattribute with forced line ending. |