Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update macgirvin/http-message-signer to version 2.2 | Mario Vavti | 2025-07-10 | 3 | -30/+30 |
| | |||||
* | update to phpseclib3 which is now a requirement for the http signer library | Mario Vavti | 2025-07-08 | 35 | -18/+4404 |
| | |||||
* | missing file from http-message-signer | Mario Vavti | 2025-07-07 | 1 | -0/+8 |
| | |||||
* | composer update to phpseclib version 3 | Mario Vavti | 2025-07-07 | 355 | -18158/+42501 |
| | |||||
* | update macgirvin/http-message-signer to version 2.0 | Mario Vavti | 2025-07-06 | 6 | -46/+58 |
| | |||||
* | composer dump-autoload | Mario Vavti | 2025-07-06 | 2 | -4/+0 |
| | |||||
* | testing and fixes | Mario Vavti | 2025-07-06 | 3 | -2/+6 |
| | |||||
* | composer update macgirvin/http-message-signer | Mario Vavti | 2025-06-26 | 6 | -27/+23 |
| | |||||
* | start verifying RFC9421 HTTP Signatures (hopefully) | Mario Vavti | 2025-06-21 | 84 | -2/+15257 |
| | |||||
* | remove some redundant spaces in bbcode to html conversion and fix tests | Mario Vavti | 2025-06-18 | 3 | -4/+4 |
| | |||||
* | guess_image_type(): fix minor issue and add some tests (guessing from ↵ | Mario Vavti | 2025-05-20 | 3 | -2/+4 |
| | | | | getimagesize() and Imagick is not tested) | ||||
* | fix test | Mario Vavti | 2025-04-20 | 1 | -2/+2 |
| | |||||
* | strtotime() accounts with the timezone - set it to UTC for the stored timestamp | Mario Vavti | 2025-04-18 | 1 | -2/+2 |
| | |||||
* | fix wrong logic | Mario Vavti | 2025-04-18 | 1 | -2/+2 |
| | |||||
* | implement until= in message filter | Mario Vavti | 2025-04-18 | 1 | -2/+2 |
| | |||||
* | more doco | Mario Vavti | 2025-04-18 | 1 | -2/+2 |
| | |||||
* | add more message filter tests | Mario Vavti | 2025-04-18 | 1 | -2/+2 |
| | |||||
* | fixes and more test samples | Mario Vavti | 2025-04-17 | 1 | -2/+2 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2025-04-17 | 1 | -2/+2 |
|\ | |||||
| * | stephenhill/base58 seems not maintained anymore and throws a deprecation ↵ | Mario | 2025-04-16 | 1 | -2/+2 |
| | | | | | | | | warning - fix here for now | ||||
* | | extend MessageFilter::test_condition() to deal with && and || conditions and ↵ | Mario Vavti | 2025-04-17 | 1 | -2/+2 |
|/ | | | | add tests | ||||
* | improved tests | Mario Vavti | 2025-04-14 | 1 | -2/+2 |
| | |||||
* | add test for Activity::getUUID() and Avtivity::getMessageID() methods | Mario Vavti | 2025-04-14 | 1 | -2/+2 |
| | |||||
* | composer update chillerlan/php-qrcode | Mario Vavti | 2025-04-09 | 76 | -2698/+10377 |
| | |||||
* | --no-dev! | Mario Vavti | 2025-04-09 | 325 | -44076/+11 |
| | |||||
* | composer update commerceguys/intl | Mario Vavti | 2025-04-09 | 637 | -31886/+49945 |
| | |||||
* | composer update libs | Mario Vavti | 2025-04-09 | 794 | -31488/+64774 |
| | |||||
* | refactor unparse_url() to allow to return a custom field set only and add tests | Mario Vavti | 2025-02-26 | 1 | -2/+2 |
| | |||||
* | looks like we now require vendor/symfony for production | Mario Vavti | 2025-02-20 | 15 | -0/+4576 |
| | |||||
* | composer --no-dev | Mario Vavti | 2025-02-20 | 30 | -11007/+9 |
| | |||||
* | update to smarty v5 | Mario Vavti | 2025-02-20 | 557 | -33965/+27990 |
| | |||||
* | update composer libs | Mario Vavti | 2025-02-20 | 393 | -11338/+14347 |
| | |||||
* | Remove dependency on PHP EpubMeta library. | Harald Eilertsen | 2025-02-12 | 170 | -17237/+27 |
| | |||||
* | composer dump autoload | Mario Vavti | 2024-12-13 | 2 | -6/+9 |
| | |||||
* | add test for item_forwardable() | Mario Vavti | 2024-12-10 | 1 | -2/+2 |
| | |||||
* | add test for relative_time() | Mario Vavti | 2024-12-07 | 1 | -2/+2 |
| | |||||
* | fix more issues reported by phpstan | Mario Vavti | 2024-11-27 | 1 | -2/+2 |
| | |||||
* | Add Zotlabs\Lib\Mailer class to replace z_mail function. | Harald Eilertsen | 2024-11-22 | 2 | -0/+2 |
| | |||||
* | fix some errors detected by phpstan | Mario Vavti | 2024-11-17 | 3 | -4/+46 |
| | |||||
* | Add PHPStan as a developer dependency. | Harald Eilertsen | 2024-11-12 | 3 | -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 Eilertsen | 2024-11-08 | 169 | -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-php81 | Mario | 2024-09-30 | 4 | -15/+15 |
| | |||||
* | update sabre/vobject | Mario | 2024-09-30 | 8 | -31/+133 |
| | |||||
* | update spomky-labs/otphp | Mario | 2024-09-30 | 9 | -49/+48 |
| | |||||
* | update ramsey/uuid | Mario | 2024-09-30 | 4 | -17/+19 |
| | |||||
* | update scssphp | Mario | 2024-09-30 | 12 | -57/+132 |
| | |||||
* | deps: Upgrade smarty/smarty to version 4.5.4 | Harald Eilertsen | 2024-09-28 | 12 | -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 ↵ | Mario | 2024-07-23 | 4195 | -2/+42426 |
| | | | | since forkawesome is dead | ||||
* | version 9.2RC1, strings and dump composer autoload files | Mario | 2024-06-27 | 2 | -4/+2 |
| | |||||
* | more remove additional linebreaks after block element plus test | Mario | 2024-03-25 | 1 | -2/+2 |
| |