aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
Commit message (Collapse)AuthorAgeFilesLines
* Bump shaarli/netscape-bookmark-parser dependency versionArthurHoaro2020-11-051-31/+34
|
* Composer: explicitly import katzgrau/klogger (already included in ↵ArthurHoaro2020-10-201-1/+1
| | | | netscape-bookmark-parser)
* Add mutex on datastore I/O operationsArthurHoaro2020-10-131-1/+86
| | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132
* Add Markdown Extra formatterArthurHoaro2020-10-131-6/+61
| | | | | | | | Library: [Parsedown Extra](https://github.com/erusev/parsedown-extra) Also sort dependencies alphabetically. Fixes #1169
* Update composer dependencies from PHP 7.1ArthurHoaro2020-09-291-494/+311
|
* Working version before optimizationArthurHoaro2020-07-231-24/+24
|
* Slim router: handle add tag routeArthurHoaro2020-07-231-81/+126
|
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-10/+10
| | | | See #1307
* Run Unit Tests against PHP 7.4ArthurHoaro2020-01-171-533/+624
| | | | | | | | Bump PHPUnit version and fix unit test - Globals are handled differently and are persistent through tests - Tests without assertions are marked as risky: some of them are just meant to check that no error is raised.
* Upgrade composer dependencies from PHP 7.1ArthurHoaro2019-08-011-130/+156
|
* composer: enforce PHP security advisoriesVirtualTam2019-01-181-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 extensionsVirtualTam2019-01-131-32/+34
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: add curl-ext to suggested dependenciesVirtualTam2019-01-121-43/+44
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* lint: remove unused toolsVirtualTam2018-12-021-349/+8
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Composer: bump netscape-bookmark-parser to 2.1VirtualTam2018-10-061-58/+59
| | | | | | Relates to https://github.com/shaarli/Shaarli/issues/1227 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Fix docker buildArthurHoaro2018-08-111-7/+5
| | | | WT has php-gd as a requirement, which isn't available in composer docker image
* Upgrade composer - web-thumbnailer v1.3.0ArthurHoaro2018-08-111-59/+64
|
* v0.10: changelog, authors and dependenciesArthurHoaro2018-07-281-23/+23
|
* Bunch of improvement for thumbnails integration:ArthurHoaro2018-07-171-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 versionArthurHoaro2018-07-051-89/+90
|
* Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-051-42/+100
|
* Take code review into accountArthurHoaro2018-07-051-62/+68
| | | | Upgrade web-thumbnailer and display thumbs right after download
* Update thumbnail integration after rebasing the branchArthurHoaro2018-07-051-1/+42
|
* Update parsedown to its latest version instead of fixed 1.6ArthurHoaro2018-03-311-57/+68
|
* Drop PHP 5.5 compatibility and upgrade PHPUnit to v5.xArthurHoaro2018-02-021-156/+366
| | | | PHPUnit 4.x contains deprecated PHP functions in PHP 7.2.
* Update dependencies and include latest version netscape-bookmark-parserArthurHoaro2018-01-311-89/+89
|
* Add language selection in the configure page of the default themeArthurHoaro2017-10-221-52/+52
|
* Shaarli's translationArthurHoaro2017-10-221-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.jsonArthurHoaro2017-08-051-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 endpointArthurHoaro2017-05-071-40/+40
| | | | | | Based on #840 See http://shaarli.github.io/api-documentation/\#links-link-delete
* Include composer.lock in git filesArthurHoaro2017-03-211-0/+2424