Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | RSS/ATOM feeds: process through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 5 | -649/+0 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | Fix some typos and remove a few unnecessary comments in demo plugin | Paul van den Burg | 2019-10-26 | 1 | -14/+9 |
| | |||||
* | Markdown plugin: fix RSS feed direct link reverse | ArthurHoaro | 2019-08-15 | 1 | -1/+1 |
| | | | | The plugin was only reversing permalinks and failed with setting rss_permalinks set to false | ||||
* | Add the new hook save_plugin_parameters to the demo plugin | ArthurHoaro | 2019-07-20 | 2 | -0/+22 |
| | |||||
* | Default colors plugin - Add unit tests | ArthurHoaro | 2019-07-20 | 2 | -12/+55 |
| | |||||
* | WIP - Plugin to override default template colors | ArthurHoaro | 2019-07-08 | 3 | -0/+76 |
| | | | | | | | | | | * Adds a new core plugin to override default template colors * Adds a new hook when plugin settings are saved (`save_plugin_parameters`) * Use CSS native variables for main colors instead of SASS variables * Disable SASS sort order rules due to a bug in the plugin Fixes #1312 | ||||
* | Remove QRCode link to an external service | ArthurHoaro | 2019-05-25 | 2 | -2/+1 |
| | |||||
* | namespacing: add plugin tests to \Shaarli\Plugin\[...] | VirtualTam | 2019-01-12 | 2 | -3/+3 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Plugin\PluginManager | VirtualTam | 2019-01-12 | 9 | -0/+11 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Router | VirtualTam | 2019-01-12 | 7 | -0/+10 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder} | VirtualTam | 2019-01-12 | 1 | -0/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | lint: fix line-length warnings | VirtualTam | 2018-12-02 | 1 | -4/+4 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | lint: apply phpcbf to plugins/ | VirtualTam | 2018-12-02 | 6 | -15/+16 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Merge pull request #1205 from ArthurHoaro/feature/opengraph | ArthurHoaro | 2018-10-06 | 1 | -0/+1 |
|\ | | | | | Add OpenGraph meta tags on permalink page | ||||
| * | Add OpenGraph meta tags on permalink page | ArthurHoaro | 2018-08-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: - og:title - og:type -> article - og:image -> if there is a thumbnail - og:url -> permalink - og:description -> first 300 chars of raw description - article:published_time - article:modified_time - article:tag -> one OG meta tag for each shaare tag Fixes #258 | ||||
* | | Merge pull request #1212 from ArthurHoaro/hotfix/hashtag-md-escape | ArthurHoaro | 2018-10-06 | 1 | -0/+9 |
|\ \ | | | | | | | Fix hashtags with markdown escape enabled | ||||
| * | | Fix hashtags with markdown escape enabled | ArthurHoaro | 2018-08-14 | 1 | -0/+9 |
| |/ | | | | | | | | | | | They're now transformed to markdown syntax links before processing them through Parsedown. Fixes #1210 | ||||
* / | Isso plugin: add an icon in linklist if enabled | ArthurHoaro | 2018-08-14 | 3 | -2/+34 |
|/ | | | | Fixes #1075 | ||||
* | Fix feed permalink rendering with markdown escape set to true | ArthurHoaro | 2018-05-19 | 1 | -0/+8 |
| | | | | Fixes #1134 | ||||
* | Fix removal of on=... attributes from html generated from markdown | Dennis Verspuij | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Executes daily hooks before creating columns. | kalvn | 2018-02-01 | 2 | -20/+15 |
| | |||||
* | 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. |