| Commit message (Expand) | Author | Age | Files | Lines |
* | LinkDB: update datastore method names | VirtualTam | 2016-10-20 | 1 | -4/+4 |
* | LinkDB: do not prefix privates with an underscore | VirtualTam | 2016-10-20 | 1 | -2/+2 |
* | Minor code cleanup: PHPDoc, spelling, unused variables, etc. | ArthurHoaro | 2016-10-20 | 1 | -1/+1 |
* | Merge pull request #651 from ArthurHoaro/plugin-isso2 | Arthur | 2016-10-18 | 1 | -0/+136 |
|\ |
|
| * | Isso comments plugin | ArthurHoaro | 2016-10-17 | 1 | -0/+136 |
* | | Merge pull request #662 from virtualtam/fix/feed/self-link | VirtualTam | 2016-10-17 | 1 | -0/+33 |
|\ \
| |/
|/| |
|
| * | Fix: return the proper value for the "self" feed attribute | VirtualTam | 2016-10-16 | 1 | -0/+33 |
* | | New init function for plugins, supports errors reporting | ArthurHoaro | 2016-10-14 | 2 | -4/+42 |
|/ |
|
* | Merge pull request #654 from teromene/archive-org-no-internal | VirtualTam | 2016-10-13 | 1 | -4/+98 |
|\ |
|
| * | Archive.org plugin: do not propose archival of private notes | Teromene | 2016-10-13 | 1 | -4/+98 |
* | | Merge pull request #622 from ArthurHoaro/update-date | Arthur | 2016-10-12 | 2 | -5/+15 |
|\ \ |
|
| * | | Set updated date for items in feeds | ArthurHoaro | 2016-08-03 | 2 | -5/+15 |
* | | | Merge pull request #623 from ArthurHoaro/security/reverse-proxy-ban | Arthur | 2016-10-12 | 1 | -0/+58 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add trusted IPs in config and try to ban forwarded IP on failed login | ArthurHoaro | 2016-08-03 | 1 | -0/+58 |
| |/ |
|
* | | Merge pull request #619 from ArthurHoaro/plugins/param-desc | VirtualTam | 2016-08-13 | 3 | -9/+17 |
|\ \ |
|
| * | | Parse plugin parameters description with the PluginManager | ArthurHoaro | 2016-08-02 | 3 | -9/+17 |
* | | | Fix: add missing final newlines, untabify text | VirtualTam | 2016-08-13 | 2 | -2/+2 |
* | | | Fix: ensure Internet Explorer bookmark dumps can be imported | VirtualTam | 2016-08-12 | 2 | -0/+37 |
* | | | Refactor bookmark import using a generic Netscape parser | VirtualTam | 2016-08-10 | 7 | -2/+580 |
* | | | Initialize a translation function | ArthurHoaro | 2016-08-07 | 1 | -0/+41 |
| |/
|/| |
|
* | | Merge pull request #621 from ArthurHoaro/hotfix/update-escape-config | VirtualTam | 2016-08-02 | 1 | -0/+24 |
|\ \ |
|
| * | | Fix update method escapeUnescapedConfig | ArthurHoaro | 2016-08-02 | 1 | -0/+24 |
| |/ |
|
* | | Better whitespace handling in tags | ArthurHoaro | 2016-08-02 | 2 | -27/+5 |
* | | add unit test | Chris Kuethe | 2016-08-02 | 1 | -0/+26 |
|/ |
|
* | Merge pull request #605 from ArthurHoaro/clean-phpunit | Arthur | 2016-07-23 | 2 | -0/+6 |
|\ |
|
| * | Hide expected 'error_log' while running TU (clean PHPUnit log) | ArthurHoaro | 2016-07-23 | 2 | -0/+6 |
* | | Fix typo in test method name | julienCXX | 2016-07-21 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #558 from ArthurHoaro/hashtag4 | Arthur | 2016-07-09 | 5 | -45/+124 |
|\ |
|
| * | Hashtag system | ArthurHoaro | 2016-06-06 | 5 | -45/+124 |
* | | Merge pull request #570 from ArthurHoaro/config-manager | Arthur | 2016-07-09 | 16 | -373/+722 |
|\ \
| |/
|/| |
|
| * | Add closing PHP tags to JSON config files | ArthurHoaro | 2016-06-20 | 3 | -1/+4 |
| * | Rename configuration key for better sections | ArthurHoaro | 2016-06-11 | 4 | -41/+43 |
| * | PluginManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 3 | -22/+29 |
| * | ConfigManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 4 | -53/+51 |
| * | Rename configuration keys and fix GLOBALS in templates | ArthurHoaro | 2016-06-11 | 7 | -140/+93 |
| * | Use the configuration manager for wallabag and readityourself plugin | ArthurHoaro | 2016-06-11 | 2 | -4/+7 |
| * | Adds ConfigJson which handle the configuration in JSON format. | ArthurHoaro | 2016-06-11 | 6 | -16/+348 |
| * | Replace $GLOBALS configuration with the configuration manager in the whole co... | ArthurHoaro | 2016-06-11 | 10 | -332/+118 |
| * | Introduce a configuration manager (not plugged yet) | ArthurHoaro | 2016-06-11 | 4 | -0/+265 |
* | | Merge pull request #582 from ArthurHoaro/hotfix/nomarkdown | Arthur | 2016-06-06 | 1 | -2/+4 |
|\ \ |
|
| * | | The tag is no longer private | ArthurHoaro | 2016-05-30 | 1 | -2/+4 |
| |/ |
|
* | | Merge pull request #583 from ArthurHoaro/enhance/tag-case | Arthur | 2016-06-03 | 3 | -4/+6 |
|\ \ |
|
| * | | Fixes #497: ignore case difference between tags | ArthurHoaro | 2016-05-31 | 3 | -4/+6 |
* | | | Url.php: remove unwanted ?PHPSESSID= URL parameters, | nodiscc | 2016-05-20 | 1 | -0/+1 |
| |/
|/| |
|
* | | Add private link counter | ArthurHoaro | 2016-05-13 | 1 | -0/+9 |
* | | Export: allow prepending notes with the Shaarli instance's URL | VirtualTam | 2016-05-06 | 1 | -4/+34 |
* | | typo | ArthurHoaro | 2016-05-05 | 1 | -2/+2 |
* | | Merge pull request #551 from ArthurHoaro/hotfix/timezone | Arthur | 2016-05-05 | 1 | -1/+1 |
|\ \ |
|
| * | | Use correct 'UTC' timezone | ArthurHoaro | 2016-05-03 | 1 | -1/+1 |
* | | | Merge pull request #532 from ArthurHoaro/hotfix/title-retrieve-the-return | Arthur | 2016-05-03 | 2 | -0/+42 |
|\ \ \ |
|