| Commit message (Expand) | Author | Age | Files | Lines |
* | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 3 | -324/+8 |
* | Markdown plugin: fix RSS feed direct link reverse | ArthurHoaro | 2019-08-15 | 1 | -0/+10 |
* | Default colors plugin - Add unit tests | ArthurHoaro | 2019-07-20 | 1 | -0/+195 |
* | Remove the redirector setting | ArthurHoaro | 2019-02-09 | 1 | -1/+1 |
* | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 1 | -2/+0 |
* | namespacing: add plugin tests to \Shaarli\Plugin\[...] | VirtualTam | 2019-01-12 | 9 | -15/+22 |
* | namespacing: \Shaarli\Plugin\PluginManager | VirtualTam | 2019-01-12 | 8 | -8/+11 |
* | namespacing: \Shaarli\Router | VirtualTam | 2019-01-12 | 4 | -0/+7 |
* | namespacing: move LinkUtils along \Shaarli\Bookmark classes | VirtualTam | 2019-01-12 | 1 | -0/+1 |
* | namespacing: \Shaarli\Bookmark\LinkDB | VirtualTam | 2019-01-12 | 1 | -0/+2 |
* | lint: apply phpcbf to tests/ | VirtualTam | 2018-12-02 | 1 | -1/+2 |
* | Merge pull request #1205 from ArthurHoaro/feature/opengraph | ArthurHoaro | 2018-10-06 | 1 | -0/+2 |
|\ |
|
| * | Add OpenGraph meta tags on permalink page | ArthurHoaro | 2018-08-13 | 1 | -0/+2 |
* | | Merge pull request #1212 from ArthurHoaro/hotfix/hashtag-md-escape | ArthurHoaro | 2018-10-06 | 5 | -6/+38 |
|\ \ |
|
| * | | Fix hashtags with markdown escape enabled | ArthurHoaro | 2018-08-14 | 5 | -6/+38 |
| |/ |
|
* / | Isso plugin: add an icon in linklist if enabled | ArthurHoaro | 2018-08-14 | 1 | -6/+10 |
|/ |
|
* | Fix feed permalink rendering with markdown escape set to true | ArthurHoaro | 2018-05-19 | 1 | -0/+55 |
* | Update parsedown to its latest version instead of fixed 1.6 | ArthurHoaro | 2018-03-31 | 1 | -2/+2 |
* | PSR: use elseif instead of else if | ArthurHoaro | 2018-02-28 | 1 | -1/+1 |
* | Executes daily hooks before creating columns. | kalvn | 2018-02-01 | 1 | -17/+11 |
* | Add a whitelist of protocols for URLs | ArthurHoaro | 2017-05-25 | 3 | -5/+29 |
* | Remove readityourself plugin | ArthurHoaro | 2017-04-01 | 1 | -99/+0 |
* | application: introduce the Shaarli\Config namespace | VirtualTam | 2017-03-04 | 6 | -1/+5 |
* | Add markdown_escape setting | ArthurHoaro | 2017-02-28 | 2 | -9/+54 |
* | Remove CSS call for addlink toolbar plugin | ArthurHoaro | 2017-01-15 | 1 | -40/+0 |
* | Cleanup: explicit method visibility | VirtualTam | 2017-01-05 | 10 | -54/+50 |
* | Move PubSubHubbub code as a default plugin | ArthurHoaro | 2016-12-20 | 1 | -0/+54 |
* | Add a persistent 'shorturl' key to all links | ArthurHoaro | 2016-12-12 | 1 | -5/+16 |
* | Unit Test for the new ID system | ArthurHoaro | 2016-12-12 | 1 | -5/+9 |
* | Markdown: fixes feed rendering with nomarkdown tag | ArthurHoaro | 2016-11-22 | 1 | -4/+25 |
* | Fix an issue with links not being reversed in code blocks | ArthurHoaro | 2016-10-22 | 3 | -0/+61 |
* | Isso comments plugin | ArthurHoaro | 2016-10-17 | 1 | -0/+136 |
* | New init function for plugins, supports errors reporting | ArthurHoaro | 2016-10-14 | 2 | -4/+42 |
* | Archive.org plugin: do not propose archival of private notes | Teromene | 2016-10-13 | 1 | -4/+98 |
* | Parse plugin parameters description with the PluginManager | ArthurHoaro | 2016-08-02 | 1 | -1/+3 |
* | Merge pull request #570 from ArthurHoaro/config-manager | Arthur | 2016-07-09 | 2 | -8/+14 |
|\ |
|
| * | PluginManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 2 | -7/+10 |
| * | Use the configuration manager for wallabag and readityourself plugin | ArthurHoaro | 2016-06-11 | 2 | -4/+7 |
* | | The tag is no longer private | ArthurHoaro | 2016-05-30 | 1 | -2/+4 |
|/ |
|
* | Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being ... | ArthurHoaro | 2016-03-21 | 1 | -1/+36 |
* | Markdown: don't escape content + sanitize sensible tags | ArthurHoaro | 2016-02-19 | 1 | -7/+12 |
* | Merge pull request #388 from ArthurHoaro/pluginadmin | Arthur | 2016-01-31 | 1 | -0/+2 |
|\ |
|
| * | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 1 | -0/+2 |
* | | Merge pull request #379 from ArthurHoaro/plugin-markdown | Arthur | 2016-01-31 | 1 | -0/+112 |
|\ \
| |/
|/| |
|
| * | PLUGIN Markdown | ArthurHoaro | 2016-01-03 | 1 | -0/+112 |
* | | Merge pull request #417 from ArthurHoaro/wallabag-improve | VirtualTam | 2016-01-02 | 2 | -1/+63 |
|\ \ |
|
| * | | Wallabag plugin improvement | ArthurHoaro | 2015-12-27 | 2 | -1/+63 |
| |/ |
|
* / | QRCode plugin: use url instead of real_url | ArthurHoaro | 2015-12-22 | 1 | -2/+2 |
|/ |
|
* | URL encode links when a redirector is set. | ArthurHoaro | 2015-11-26 | 1 | -2/+2 |
* | Merge pull request #281 from ArthurHoaro/plugin-wallabag | Arthur | 2015-11-08 | 1 | -0/+49 |
|\ |
|