aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* composer update chillerlan/php-qrcodeMario Vavti4 days76-2698/+10377
|
* --no-dev!Mario Vavti4 days325-44076/+11
|
* composer update commerceguys/intlMario Vavti4 days637-31886/+49945
|
* composer update libsMario Vavti4 days794-31488/+64774
|
* refactor unparse_url() to allow to return a custom field set only and add testsMario Vavti2025-02-261-2/+2
|
* looks like we now require vendor/symfony for productionMario Vavti2025-02-2015-0/+4576
|
* composer --no-devMario Vavti2025-02-2030-11007/+9
|
* update to smarty v5Mario Vavti2025-02-20557-33965/+27990
|
* update composer libsMario Vavti2025-02-20393-11338/+14347
|
* Remove dependency on PHP EpubMeta library.Harald Eilertsen2025-02-12170-17237/+27
|
* composer dump autoloadMario Vavti2024-12-132-6/+9
|
* add test for item_forwardable()Mario Vavti2024-12-101-2/+2
|
* add test for relative_time()Mario Vavti2024-12-071-2/+2
|
* fix more issues reported by phpstanMario Vavti2024-11-271-2/+2
|
* Add Zotlabs\Lib\Mailer class to replace z_mail function.Harald Eilertsen2024-11-222-0/+2
|
* fix some errors detected by phpstanMario Vavti2024-11-173-4/+46
|
* Add PHPStan as a developer dependency.Harald Eilertsen2024-11-123-16/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPStan is a static PHP code analyzer that's aimed at finding actual bugs in the code. Where PHP Code Sniffer is about codeing standards, PHPStan is about correctness of code. The provided configuration file (`phpstan.neon.dist`) is configured to use the _lowest_ level of checks that PHPStan will report on. See https://phpstan.org/user-guide/rule-levels for information about the various rule levels. Run an analysis of the code base like this: % ./vendor/bin/phpstan It will output any found issues to stdout. You can also run it like this: % ./vendor/bin/phpstan --error-format=raw > phpstan.log This will give you an output file in a format that's suitable for use with typical editors for mapping errors to source locations.
* Update php-epub-meta and use composer for dep handling.Harald Eilertsen2024-11-08169-8/+17242
| | | | | | Note that we upgrade to the 2.x branch of the dependency, as the 3.x branch requires PHP version 8.2 or later. There's no reason for us to move our minimum supported version of PHP just yet.
* update symfony/polyfill-php81Mario2024-09-304-15/+15
|
* update sabre/vobjectMario2024-09-308-31/+133
|
* update spomky-labs/otphpMario2024-09-309-49/+48
|
* update ramsey/uuidMario2024-09-304-17/+19
|
* update scssphpMario2024-09-3012-57/+132
|
* deps: Upgrade smarty/smarty to version 4.5.4Harald Eilertsen2024-09-2812-100/+89
| | | | | | | | | | | | | | | | | | | This eliminates a potential vulnerability where an template author could inject arbitrary PHP files to be run via the 'extends' tag. See: - https://github.com/smarty-php/smarty/security/advisories/GHSA-4rmg-292m-wg3w - https://github.com/smarty-php/smarty/commit/0be92bc8a6fb83e6e0d883946f7e7c09ba4e857a Impact assessment: In our case I would consider this a low severity issue as we don't allow users to dynamically add or edit smarty templates. Templates has to be updated via merge requests, or by installing a theme. In both cases a malicious attacker already has easier ways to inject whatever code they want. Further, the extend tag is not in use in any of our core templates.
* this will be a longer journey - we will start to use bootstrap icons now ↵Mario2024-07-234195-2/+42426
| | | | since forkawesome is dead
* version 9.2RC1, strings and dump composer autoload filesMario2024-06-272-4/+2
|
* more remove additional linebreaks after block element plus testMario2024-03-251-2/+2
|
* make sure we preserve linefeeds in the actual content of lists and tables ↵Mario2024-03-241-6/+6
| | | | also add tests
* deal with wihitespace issues in tables and lists and add testsMario2024-03-201-2/+2
|
* fix reshares from streams loosing imageMario2024-03-201-2/+2
|
* apply the streams fixes manually until the addition of the streams library ↵Mario2024-03-161-3/+5
| | | | is sorted
* add git again allthough it is not clear why it is requiredMario2024-03-161-2/+2
|
* more composer weirdnessMario2024-03-161-6/+6
|
* Revert "another attmpt to install streams/php-jcs via composer"Mario2024-03-1614-80/+354
| | | This reverts commit 5af3c3577843a6f65c402c27607edca98233c08e
* Revert "try installing git"Mario2024-03-161-2/+2
| | | This reverts commit 0b4e0863764e20fa13342b89487de574bd3f1fe4
* Revert "remove streams folder"Mario2024-03-161-0/+0
| | | This reverts commit 216f3755fc1b6abce4aed21ac842dd05ce17e95c
* Revert "really add streams folder"Mario2024-03-161-0/+0
| | | This reverts commit f402baffd3359398732aad05755be2a9dd26a0dd
* really add streams folderMario2024-03-161-0/+0
|
* remove streams folderMario2024-03-161-0/+0
|
* try installing gitMario2024-03-151-2/+2
|
* another attmpt to install streams/php-jcs via composerMario2024-03-1514-354/+80
|
* revert adding of zip and bump composer php version to 8.1Mario2024-03-143-2/+6
|
* Revert "next try to use the streams php-jcs library until the floats issue ↵Mario2024-03-1414-84/+354
| | | | | | will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151" This reverts commit 70dfce356b949dce00dba534536be994b1d7761d.
* next try to use the streams php-jcs library until the floats issue will be ↵Mario2024-03-1414-354/+84
| | | | fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151
* Revert "use the streams php-jcs library until the floats issue will be fixed ↵Mario2024-03-1414-84/+354
| | | | | | upstream. see here for reference https://codeberg.org/streams/streams/issues/151" This reverts commit 81ce67df942d4bf378814677268fe03a29ecc028.
* evert "fix deprecation warning"Mario2024-03-141-2/+2
| | | | This reverts commit 898762dd95d634e9362d5138ea8e306bbfeb81b7.
* Revert "update lock file"Mario2024-03-141-2/+2
| | | | This reverts commit a93fed5ae250533af1682cfc721459d6bae9b263.
* Revert "revert addition of zip"Mario2024-03-141-2/+2
| | | | This reverts commit 55532c7cb1fee208893fc13c372acf703830529b.
* revert addition of zipMario2024-03-141-2/+2
|
* update lock fileMario2024-03-141-2/+2
|