aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* update macgirvin/http-message-signer to version 2.2Mario Vavti2025-07-103-30/+30
|
* update to phpseclib3 which is now a requirement for the http signer libraryMario Vavti2025-07-0835-18/+4404
|
* missing file from http-message-signerMario Vavti2025-07-071-0/+8
|
* composer update to phpseclib version 3Mario Vavti2025-07-07355-18158/+42501
|
* update macgirvin/http-message-signer to version 2.0Mario Vavti2025-07-066-46/+58
|
* composer dump-autoloadMario Vavti2025-07-062-4/+0
|
* testing and fixesMario Vavti2025-07-063-2/+6
|
* composer update macgirvin/http-message-signerMario Vavti2025-06-266-27/+23
|
* start verifying RFC9421 HTTP Signatures (hopefully)Mario Vavti2025-06-2184-2/+15257
|
* remove some redundant spaces in bbcode to html conversion and fix testsMario Vavti2025-06-183-4/+4
|
* guess_image_type(): fix minor issue and add some tests (guessing from ↵Mario Vavti2025-05-203-2/+4
| | | | getimagesize() and Imagick is not tested)
* fix testMario Vavti2025-04-201-2/+2
|
* strtotime() accounts with the timezone - set it to UTC for the stored timestampMario Vavti2025-04-181-2/+2
|
* fix wrong logicMario Vavti2025-04-181-2/+2
|
* implement until= in message filterMario Vavti2025-04-181-2/+2
|
* more docoMario Vavti2025-04-181-2/+2
|
* add more message filter testsMario Vavti2025-04-181-2/+2
|
* fixes and more test samplesMario Vavti2025-04-171-2/+2
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2025-04-171-2/+2
|\
| * stephenhill/base58 seems not maintained anymore and throws a deprecation ↵Mario2025-04-161-2/+2
| | | | | | | | warning - fix here for now
* | extend MessageFilter::test_condition() to deal with && and || conditions and ↵Mario Vavti2025-04-171-2/+2
|/ | | | add tests
* improved testsMario Vavti2025-04-141-2/+2
|
* add test for Activity::getUUID() and Avtivity::getMessageID() methodsMario Vavti2025-04-141-2/+2
|
* composer update chillerlan/php-qrcodeMario Vavti2025-04-0976-2698/+10377
|
* --no-dev!Mario Vavti2025-04-09325-44076/+11
|
* composer update commerceguys/intlMario Vavti2025-04-09637-31886/+49945
|
* composer update libsMario Vavti2025-04-09794-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
|