aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix wrong array keyMario2024-01-141-1/+1
|
* check for assertionMethodMario2024-01-131-6/+8
|
* start checking integrity proofs, remove signature prior to verify, iterate ↵Mario2024-01-133-14/+57
| | | | trough the array to find the desired ekey in actor_store()
* private -> publicMario2024-01-131-4/+4
|
* fix some deprecation warningsMario2024-01-132-0/+18
|
* store epubkey in actor_storeMario2024-01-131-12/+27
|
* start storing epubkeys in libzotMario2024-01-131-1/+4
|
* expose epubkey in zotinfoMario2024-01-131-0/+1
|
* typoMario2024-01-131-1/+1
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-01-133-13867/+13779
|\
| * Merge branch 'cherry-pick-96ae46c5' into 'dev'Mario2024-01-111-17/+17
| |\ | | | | | | | | | | | | Update lostpass_eml.tpl See merge request hubzilla/core!2086
| | * Update lostpass_eml.tplmjfriaza:4GF~eYj,-iAv2024-01-091-17/+17
| | | | | | | | | (cherry picked from commit 96ae46c5a4aa614b9aed7b640d69e8cd8210595f)
| * | Merge branch 'cherry-pick-ddfa613e' into 'dev'Mario2024-01-112-13850/+13762
| |\ \ | | | | | | | | | | | | | | | | Update Spanish strings See merge request hubzilla/core!2085
| | * | Update Spanish stringsmjfriaza:4GF~eYj,-iAv2024-01-092-13850/+13762
| | |/ | | | | | | (cherry picked from commit ddfa613e828e8f0a569a2d938d3839f5608bc9c3)
* | / make our jsonld parser happyMario2024-01-134-97/+67
|/ /
* | changelogMario2024-01-111-4/+9
| |
* | provide some more jsonld builtinsMario2024-01-115-0/+181
| |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-01-103-6/+39
|\|
| * Merge branch 'tests/includes/account' into 'dev'Mario2024-01-093-6/+39
| |\ | | | | | | | | | | | | Some test cleanup and tests for check_account_email See merge request hubzilla/core!2083
| | * tests: Add tests for check_account_emailHarald Eilertsen2024-01-081-0/+22
| | |
| | * tests: Set app config in a known state for each testHarald Eilertsen2024-01-081-1/+4
| | |
| | * tests: Add config fixtures.Harald Eilertsen2024-01-081-0/+13
| | | | | | | | | | | | | | | | | | Adds fixtures for the config table: - Disables dns checking globally for the tests. - Adds a few disallowed email domains and addresses.
| | * tests: Clean up unused debug stuff from UnitTestCaseHarald Eilertsen2024-01-081-5/+0
| |/
* / prepare outbound fep-8b32 (object integrity) but do not enable yet since the ↵Mario2024-01-108-161/+95
|/ | | | additional context seems to break ldsig for some reason, introduce Activity::build_packet() and Activity::ap_context() to reduce code duplication, implement fep-2c59 (webfinger) and some cleanup
* reflect new fields in low level functionsMario2024-01-072-0/+4
|
* Merge branch 'tests/remove-behat' into 'dev'Mario2024-01-0711-2135/+48
|\ | | | | | | | | Remove unused acceptance tests and dependencies See merge request hubzilla/core!2082
| * CI: Install pecl extensions after system packages.Harald Eilertsen2024-01-071-1/+1
| | | | | | | | | | The php yaml extension requires libyaml, which has to be installed first.
| * CI: Install yaml extension from PECL.Harald Eilertsen2024-01-071-3/+3
| |
| * Remove unused acceptance test stuff from source tree.Harald Eilertsen2024-01-075-114/+0
| |
| * Remove behat as dev dependency.Harald Eilertsen2024-01-076-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 Eilertsen2024-01-071-0/+54
| | | | | | | | This will ignore dependencies only installed as part of the dev setup.
| * Exclude phpunit cache from version controlHarald Eilertsen2024-01-071-0/+2
| |
* | bump versionMario2024-01-071-1/+1
| |
* | set default value for postgres onlyMario2024-01-073-12/+18
| |
* | set a default valueMario Vavti2024-01-072-3/+3
| |
* | remove loggingMario2024-01-072-3/+0
| |
* | ekey and xchan_updated updatesMario2024-01-078-13/+151
| |
* | Revert "DB update 1260 - REQUIRES SODIUM PHP EXTENSION!!!"Mario2024-01-072-47/+1
| | | | | | This reverts commit 5ee4f37b8d2bfaee253e0e65acb74a414c602a33
* | DB update 1260 - REQUIRES SODIUM PHP EXTENSION!!!Mario2024-01-072-1/+47
|/
* fix regression collapsing non conv item contentMario2024-01-071-3/+4
|
* we do not use named params yetMario2024-01-061-1/+1
|
* install bcmathMario2024-01-061-1/+1
|
* Merge branch 'tests/fix-db-and-ci-integration' into 'dev'Mario2024-01-0610-159/+317
|\ | | | | | | | | tests: Integrate the DB in "unit" tests. See merge request hubzilla/core!2081
| * tests: Integrate the DB in "unit" tests.Harald Eilertsen2024-01-0610-159/+317
| |
* | dump composer autoloadMario2024-01-061-2/+2
| |
* | require bcmath or gmp extensionMario2024-01-062-0/+8
| |
* | port test for JcsEddsa2022 from streamsMario2024-01-061-0/+174
|/
* add Bookmark and Category to ap schema and bump ap schema versionMario2024-01-062-2/+4
|
* add check for sodium on setupMario2024-01-051-0/+6
|
* require ext-sodium, dump composer autoload and a minor js fixMario2024-01-055-5/+9
|