| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix default_colors plugin: update CSS file on color change | ArthurHoaro | 2020-12-29 | 1 | -0/+14 |
* | Plugin system: allow plugins to provide custom routes | ArthurHoaro | 2020-11-15 | 2 | -1/+42 |
* | Apply PHP Code Beautifier on source code for linter automatic fixes | ArthurHoaro | 2020-11-09 | 11 | -61/+68 |
* | Plugin wallabag: minor improvements | ArthurHoaro | 2020-10-27 | 1 | -2/+3 |
* | Inject ROOT_PATH in plugin instead of regenerating it everywhere | ArthurHoaro | 2020-10-16 | 4 | -6/+4 |
* | Support using Shaarli without URL rewriting | ArthurHoaro | 2020-10-16 | 2 | -2/+4 |
* | Fix plugin base path in core plugins | ArthurHoaro | 2020-09-22 | 3 | -5/+7 |
* | **General rewording, proof-reading, deduplication, shortening, reordering, si... | nodiscc | 2020-09-12 | 1 | -5/+4 |
* | Fix broken css/js files on individual shaare pages | Immánuel! | 2020-09-06 | 1 | -2/+2 |
* | Default colors plugin: generate CSS file during initialization | ArthurHoaro | 2020-08-29 | 1 | -25/+31 |
* | New basePath: fix officiel plugin paths and vintage template | ArthurHoaro | 2020-07-26 | 8 | -19/+19 |
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 6 | -16/+16 |
* | Process plugins administration page through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | namespacing: \Shaarli\Plugin\PluginManager | VirtualTam | 2019-01-12 | 9 | -0/+11 |
* | namespacing: \Shaarli\Router | VirtualTam | 2019-01-12 | 7 | -0/+10 |
* | namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder} | VirtualTam | 2019-01-12 | 1 | -0/+1 |
* | lint: fix line-length warnings | VirtualTam | 2018-12-02 | 1 | -4/+4 |
* | lint: apply phpcbf to plugins/ | VirtualTam | 2018-12-02 | 6 | -15/+16 |
* | Merge pull request #1205 from ArthurHoaro/feature/opengraph | ArthurHoaro | 2018-10-06 | 1 | -0/+1 |
|\ |
|
| * | Add OpenGraph meta tags on permalink page | ArthurHoaro | 2018-08-13 | 1 | -0/+1 |
* | | Merge pull request #1212 from ArthurHoaro/hotfix/hashtag-md-escape | ArthurHoaro | 2018-10-06 | 1 | -0/+9 |
|\ \ |
|
| * | | Fix hashtags with markdown escape enabled | ArthurHoaro | 2018-08-14 | 1 | -0/+9 |
| |/ |
|
* / | Isso plugin: add an icon in linklist if enabled | ArthurHoaro | 2018-08-14 | 3 | -2/+34 |
|/ |
|
* | Fix feed permalink rendering with markdown escape set to true | ArthurHoaro | 2018-05-19 | 1 | -0/+8 |
* | 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 |
* | 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 |
* | Remove readityourself plugin | ArthurHoaro | 2017-04-01 | 4 | -54/+0 |
* | Remove inline JS and add LibreJS headers in JS files | ArthurHoaro | 2017-03-12 | 3 | -0/+84 |
* | Fix #773: set Piwik URL protocol | ArthurHoaro | 2017-03-11 | 2 | -16/+22 |
* | Add markdown_escape setting | ArthurHoaro | 2017-02-28 | 2 | -18/+38 |
* | 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 |
* | Cleanup: explicit method visibility | VirtualTam | 2017-01-05 | 1 | -1/+1 |
* | 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 |
|\ |
|