Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some errors detected by phpstan | Mario Vavti | 4 days | 1 | -1/+22 |
| | |||||
* | Add PHPStan as a developer dependency. | Harald Eilertsen | 10 days | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 13 days | 1 | -1/+53 |
| | | | | | | 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. | ||||
* | version 9.2RC1, strings and dump composer autoload files | Mario | 2024-06-27 | 1 | -2/+1 |
| | |||||
* | Revert "another attmpt to install streams/php-jcs via composer" | Mario | 2024-03-16 | 1 | -5/+5 |
| | | | This reverts commit 5af3c3577843a6f65c402c27607edca98233c08e | ||||
* | another attmpt to install streams/php-jcs via composer | Mario | 2024-03-15 | 1 | -5/+5 |
| | |||||
* | revert adding of zip and bump composer php version to 8.1 | Mario | 2024-03-14 | 1 | -0/+2 |
| | |||||
* | Revert "next try to use the streams php-jcs library until the floats issue ↵ | Mario | 2024-03-14 | 1 | -7/+5 |
| | | | | | | 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 ↵ | Mario | 2024-03-14 | 1 | -5/+7 |
| | | | | 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 ↵ | Mario | 2024-03-14 | 1 | -7/+5 |
| | | | | | | upstream. see here for reference https://codeberg.org/streams/streams/issues/151" This reverts commit 81ce67df942d4bf378814677268fe03a29ecc028. | ||||
* | use the streams php-jcs library until the floats issue will be fixed ↵ | Mario | 2024-03-14 | 1 | -5/+7 |
| | | | | upstream. see here for reference https://codeberg.org/streams/streams/issues/151 | ||||
* | Revert "composer update and use the fixed streams php-jcs library until the ↵ | Mario | 2024-03-14 | 1 | -10/+16 |
| | | | | | | floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151" This reverts commit 6bf61dfa6b585db01b607a79bd64ec9c583a9c10. | ||||
* | composer update and use the fixed streams php-jcs library until the floats ↵ | Mario | 2024-03-14 | 1 | -16/+10 |
| | | | | issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151 | ||||
* | update composer libs | Mario | 2024-03-06 | 1 | -2/+1 |
| | |||||
* | custom sass bootstrap builds for channels and site | Mario | 2024-02-10 | 1 | -0/+60 |
| | |||||
* | require ext-sodium, dump composer autoload and a minor js fix | Mario | 2024-01-05 | 1 | -0/+2 |
| | |||||
* | composer add mmccook/php-json-canonicalization-scheme | Mario | 2024-01-03 | 1 | -0/+9 |
| | |||||
* | comÃposer add tephenhill/base58 | Mario | 2024-01-03 | 1 | -0/+18 |
| | |||||
* | update symfony/polyfill-php81 | Mario | 2024-01-03 | 1 | -0/+1 |
| | |||||
* | update sabre/dav | Mario | 2024-01-03 | 1 | -18/+4 |
| | |||||
* | run composer dump-auotoload | Mario | 2023-11-10 | 1 | -0/+1 |
| | |||||
* | use new lang detect library which supports much more languages | Mario | 2023-10-07 | 1 | -0/+11 |
| | |||||
* | composer update html to markdown | Mario | 2023-10-05 | 1 | -0/+1 |
| | |||||
* | composer update bootstrap | Mario | 2023-10-05 | 1 | -1/+1 |
| | |||||
* | update composer libs | Mario | 2023-05-30 | 1 | -0/+2 |
| | |||||
* | composer autoload | Mario Vavti | 2023-05-07 | 1 | -1/+1 |
| | |||||
* | update bootstrap | Mario | 2023-04-28 | 1 | -0/+4 |
| | |||||
* | port totp mfa from streams with some adjustions | Mario | 2023-03-08 | 1 | -0/+75 |
| | |||||
* | update simplepie | Mario | 2023-01-27 | 1 | -0/+6 |
| | |||||
* | composer dump autoload | Mario | 2023-01-05 | 1 | -0/+4 |
| | |||||
* | composer update michelf/php-markdown | Mario | 2022-10-12 | 1 | -2/+2 |
| | |||||
* | composer update jbroadway/urlify | Mario | 2022-10-12 | 1 | -2/+2 |
| | |||||
* | composer update ezyang/htmlpurifier | Mario | 2022-10-12 | 1 | -0/+1 |
| | |||||
* | composer update ramsey/uuid | Mario | 2022-10-12 | 1 | -0/+7 |
| | |||||
* | Revert "update composer libs" | Mario | 2022-10-11 | 1 | -10/+2 |
| | | | | This reverts commit 108a3efe0b6d37a7ed394a84c69b924ca727f17a. | ||||
* | update composer libs | Mario | 2022-10-11 | 1 | -2/+10 |
| | |||||
* | Revert "update composer libs" | Mario | 2022-10-11 | 1 | -8/+0 |
| | | | | This reverts commit 5e5f0aa955d86743a14531bed98501b59140ab1f. | ||||
* | update composer libs | Mario | 2022-10-11 | 1 | -0/+8 |
| | |||||
* | composer autoload | Mario | 2022-07-19 | 1 | -0/+1 |
| | |||||
* | update composer libs | Mario | 2022-05-19 | 1 | -26/+37 |
| | |||||
* | composer updates | Mario | 2022-03-02 | 1 | -4/+1 |
| | |||||
* | bump php image to 8.0 | Mario | 2022-02-11 | 1 | -3/+3 |
| | |||||
* | more composer updates | Mario | 2022-02-11 | 1 | -15/+12 |
| | |||||
* | composer update smarty to version 4.1 | Mario | 2022-02-11 | 1 | -5/+1 |
| | |||||
* | composer libs minor version updates | Mario | 2022-02-11 | 1 | -1/+11 |
| | |||||
* | composer dump autoload | Mario | 2022-01-14 | 1 | -3/+8 |
| | |||||
* | install urlify via composer | Mario | 2021-10-22 | 1 | -0/+21 |
| | |||||
* | update composer libs | Mario | 2021-10-08 | 1 | -0/+22 |
| | |||||
* | composer update league/html-to-markdown | Mario | 2021-09-29 | 1 | -0/+3 |
| | |||||
* | composer dump autoload | Mario | 2021-09-01 | 1 | -0/+2 |
| |