Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | composer: enforce PHP security advisories | VirtualTam | 2019-01-18 | 1 | -7/+212 |
| | | | | | | | | | | | This adds roave/security-advisories to prevent installing PHP packages with known vulnerabilities with Composer. See: - https://github.com/FriendsOfPHP/security-advisories - https://github.com/Roave/SecurityAdvisories Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | composer: add and document optional PHP extensions | VirtualTam | 2019-01-13 | 1 | -32/+34 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: add curl-ext to suggested dependencies | VirtualTam | 2019-01-12 | 1 | -43/+44 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | lint: remove unused tools | VirtualTam | 2018-12-02 | 1 | -349/+8 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Composer: bump netscape-bookmark-parser to 2.1 | VirtualTam | 2018-10-06 | 1 | -58/+59 |
| | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/1227 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Fix docker build | ArthurHoaro | 2018-08-11 | 1 | -7/+5 |
| | | | | WT has php-gd as a requirement, which isn't available in composer docker image | ||||
* | Upgrade composer - web-thumbnailer v1.3.0 | ArthurHoaro | 2018-08-11 | 1 | -59/+64 |
| | |||||
* | v0.10: changelog, authors and dependencies | ArthurHoaro | 2018-07-28 | 1 | -23/+23 |
| | |||||
* | Bunch of improvement for thumbnails integration: | ArthurHoaro | 2018-07-17 | 1 | -5/+5 |
| | | | | | | | | - add a default thumb size value (125x90px) - improve private vertical bar visual, especially with thumbnails - translations - add a sync thumbs button in tool and empty picwall page - fixes WT download mode in JSON config | ||||
* | Bump WT version | ArthurHoaro | 2018-07-05 | 1 | -89/+90 |
| | |||||
* | Add a page to update all thumbnails through AJAX requests in both templates | ArthurHoaro | 2018-07-05 | 1 | -42/+100 |
| | |||||
* | Take code review into account | ArthurHoaro | 2018-07-05 | 1 | -62/+68 |
| | | | | Upgrade web-thumbnailer and display thumbs right after download | ||||
* | Update thumbnail integration after rebasing the branch | ArthurHoaro | 2018-07-05 | 1 | -1/+42 |
| | |||||
* | Update parsedown to its latest version instead of fixed 1.6 | ArthurHoaro | 2018-03-31 | 1 | -57/+68 |
| | |||||
* | Drop PHP 5.5 compatibility and upgrade PHPUnit to v5.x | ArthurHoaro | 2018-02-02 | 1 | -156/+366 |
| | | | | PHPUnit 4.x contains deprecated PHP functions in PHP 7.2. | ||||
* | Update dependencies and include latest version netscape-bookmark-parser | ArthurHoaro | 2018-01-31 | 1 | -89/+89 |
| | |||||
* | Add language selection in the configure page of the default theme | ArthurHoaro | 2017-10-22 | 1 | -52/+52 |
| | |||||
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 1 | -47/+170 |
| | | | | | | | | | * 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. | ||||
* | Fix PHP version configuration in composer.json | ArthurHoaro | 2017-08-05 | 1 | -94/+114 |
| | | | | | Without this setting, composer would download dependencies depending on the PHP version installed on the system. E.G. I was getting doctrine/instantiator 1.1, which requires at least PHP 7.1. | ||||
* | API: add DELETE endpoint | ArthurHoaro | 2017-05-07 | 1 | -40/+40 |
| | | | | | | Based on #840 See http://shaarli.github.io/api-documentation/\#links-link-delete | ||||
* | Include composer.lock in git files | ArthurHoaro | 2017-03-21 | 1 | -0/+2424 |