Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | reflect new fields in low level functions | Mario | 2024-01-07 | 2 | -0/+4 | |
| | ||||||
* | Merge branch 'tests/remove-behat' into 'dev' | Mario | 2024-01-07 | 11 | -2135/+48 | |
|\ | | | | | | | | | Remove unused acceptance tests and dependencies See merge request hubzilla/core!2082 | |||||
| * | CI: Install pecl extensions after system packages. | Harald Eilertsen | 2024-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | The php yaml extension requires libyaml, which has to be installed first. | |||||
| * | CI: Install yaml extension from PECL. | Harald Eilertsen | 2024-01-07 | 1 | -3/+3 | |
| | | ||||||
| * | Remove unused acceptance test stuff from source tree. | Harald Eilertsen | 2024-01-07 | 5 | -114/+0 | |
| | | ||||||
| * | Remove behat as dev dependency. | Harald Eilertsen | 2024-01-07 | 6 | -2043/+14 | |
| | | | | | | | | | | | | | | | | | | As the Symphony\Yaml stuff disappeared with behat, we need another way to load read the yaml files with database fixtures for the integration tests. As the php yaml extension is not distributed with PHP by default, this creates it as another dev dependency! | |||||
| * | Exclude dev dependencies from version control. | Harald Eilertsen | 2024-01-07 | 1 | -0/+54 | |
| | | | | | | | | This will ignore dependencies only installed as part of the dev setup. | |||||
| * | Exclude phpunit cache from version control | Harald Eilertsen | 2024-01-07 | 1 | -0/+2 | |
| | | ||||||
* | | bump version | Mario | 2024-01-07 | 1 | -1/+1 | |
| | | ||||||
* | | set default value for postgres only | Mario | 2024-01-07 | 3 | -12/+18 | |
| | | ||||||
* | | set a default value | Mario Vavti | 2024-01-07 | 2 | -3/+3 | |
| | | ||||||
* | | remove logging | Mario | 2024-01-07 | 2 | -3/+0 | |
| | | ||||||
* | | ekey and xchan_updated updates | Mario | 2024-01-07 | 8 | -13/+151 | |
| | | ||||||
* | | Revert "DB update 1260 - REQUIRES SODIUM PHP EXTENSION!!!" | Mario | 2024-01-07 | 2 | -47/+1 | |
| | | | | | | This reverts commit 5ee4f37b8d2bfaee253e0e65acb74a414c602a33 | |||||
* | | DB update 1260 - REQUIRES SODIUM PHP EXTENSION!!! | Mario | 2024-01-07 | 2 | -1/+47 | |
|/ | ||||||
* | fix regression collapsing non conv item content | Mario | 2024-01-07 | 1 | -3/+4 | |
| | ||||||
* | we do not use named params yet | Mario | 2024-01-06 | 1 | -1/+1 | |
| | ||||||
* | install bcmath | Mario | 2024-01-06 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'tests/fix-db-and-ci-integration' into 'dev' | Mario | 2024-01-06 | 10 | -159/+317 | |
|\ | | | | | | | | | tests: Integrate the DB in "unit" tests. See merge request hubzilla/core!2081 | |||||
| * | tests: Integrate the DB in "unit" tests. | Harald Eilertsen | 2024-01-06 | 10 | -159/+317 | |
| | | ||||||
* | | dump composer autoload | Mario | 2024-01-06 | 1 | -2/+2 | |
| | | ||||||
* | | require bcmath or gmp extension | Mario | 2024-01-06 | 2 | -0/+8 | |
| | | ||||||
* | | port test for JcsEddsa2022 from streams | Mario | 2024-01-06 | 1 | -0/+174 | |
|/ | ||||||
* | add Bookmark and Category to ap schema and bump ap schema version | Mario | 2024-01-06 | 2 | -2/+4 | |
| | ||||||
* | add check for sodium on setup | Mario | 2024-01-05 | 1 | -0/+6 | |
| | ||||||
* | require ext-sodium, dump composer autoload and a minor js fix | Mario | 2024-01-05 | 5 | -5/+9 | |
| | ||||||
* | Ãdisplay selected mid in an open state - issue #1425 | Mario | 2024-01-05 | 1 | -3/+15 | |
| | ||||||
* | update apache rewite rule to fix issue with recent apache versions - issue #1822 | Mario | 2024-01-05 | 1 | -2/+2 | |
| | ||||||
* | port multibase and jcsedssa2022 libs from streams | Mario | 2024-01-03 | 2 | -0/+125 | |
| | ||||||
* | composer add mmccook/php-json-canonicalization-scheme | Mario | 2024-01-03 | 15 | -4/+419 | |
| | ||||||
* | comÃposer add tephenhill/base58 | Mario | 2024-01-03 | 24 | -4/+1091 | |
| | ||||||
* | update symfony/polyfill-php81 | Mario | 2024-01-03 | 9 | -22/+76 | |
| | ||||||
* | update sabre/vobject | Mario | 2024-01-03 | 8 | -27/+25 | |
| | ||||||
* | update ramsey/uuid | Mario | 2024-01-03 | 5 | -21/+21 | |
| | ||||||
* | update ezyang/htmlpurifier | Mario | 2024-01-03 | 24 | -347/+338 | |
| | ||||||
* | update sabre/dav | Mario | 2024-01-03 | 31 | -378/+259 | |
| | ||||||
* | bump version | Mario | 2024-01-02 | 1 | -1/+1 | |
| | ||||||
* | postgres does not like binaries to be string while mariadb/mysql does not ↵ | Mario | 2024-01-02 | 1 | -1/+1 | |
| | | | | seem to care - let's see | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-01-01 | 2 | -6/+13 | |
|\ | ||||||
| * | changelog | Mario Vavti | 2024-01-01 | 1 | -0/+7 | |
| | | ||||||
| * | Merge branch 'doc-fixes' into 'dev' | Mario | 2024-01-01 | 1 | -6/+6 | |
| |\ | | | | | | | | | | | | | docs: Update admin guide requirements See merge request hubzilla/core!2080 | |||||
| | * | doc/admin-guide: Update min php version and reqd extensions. | Harald Eilertsen | 2023-12-26 | 1 | -6/+6 | |
| | | | ||||||
* | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-01-01 | 3 | -6/+7 | |
|\| | | ||||||
| * | | Work around possible loop and use Lib/Config in init | Mario Vavti | 2024-01-01 | 3 | -6/+7 | |
| | | | ||||||
* | | | reveal repeat | Mario | 2024-01-01 | 4 | -15/+18 | |
|/ / | ||||||
* | | fix php errors and deprecation warnings | Mario Vavti | 2023-12-31 | 4 | -6/+7 | |
| | | ||||||
* | | deprecate simplepie idna_convert | Mario Vavti | 2023-12-31 | 1 | -19/+10 | |
|/ | ||||||
* | do not double process quoted strings | Mario | 2023-12-21 | 1 | -0/+5 | |
| | ||||||
* | changelog | Mario | 2023-12-20 | 1 | -0/+1 | |
| | ||||||
* | changelog | Mario | 2023-12-20 | 1 | -0/+5 | |
| |