aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CI: Slight refactoring.Harald Eilertsen2024-01-211-4/+4
|
* CI: Upgrade to use MySQL version 8.0Harald Eilertsen2024-01-211-3/+3
| | | | This is the oldest version we support now.
* missing includeMario Vavti2024-01-211-0/+1
|
* Merge branch 'dont-include-db-updates-in-test-coverage' into 'dev'Mario2024-01-191-0/+3
|\ | | | | | | | | Don't include db updates in test coverage. See merge request hubzilla/core!2090
| * Don't include db updates in test coverage.Harald Eilertsen2024-01-161-0/+3
| | | | | | | | We're not likely to add tests for these in any case.
* | Merge branch 'improve-validate-email' into 'dev'Mario2024-01-193-41/+92
|\ \ | | | | | | | | | | | | Improve validate_email function See merge request hubzilla/core!2088
| * | Improve the validate_email functionHarald Eilertsen2024-01-152-35/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The validate_email function relied on doing an actual domain lookup (on supported platforms) to validate the domain of the email address. This does not work too well in testing environments where we may not want to spam the DNS system, if it at all is available. Apart from the the function did very little to actually verify that it was a valid email address. This patch tries to change that by usng a somewhat stricted regex based validation. While this may not be perfect, it should be good enough in the vast majority of cases. For platforms where no validation was performed with the old version, it will at least be an improvement. Also, it allows testing without having an external network connection. Also clarify the doc comment, that it does not actually try to resolve the email address, just the domain.
| * | Update CI run to archive dbfail.out if test run failsHarald Eilertsen2024-01-151-6/+11
| | |
* | | Merge branch 'fix-postgres-ci' into 'dev'Mario2024-01-192-2/+14
|\| | | | | | | | | | | | | | tests: Remove id from db fixtures. See merge request hubzilla/core!2087
| * | tests: Enable debug logging during testsHarald Eilertsen2024-01-152-0/+14
| | | | | | | | | | | | | | | | | | The debug log will be stored in the test/results directory, and archived as part of the artifacts of the CI run. This should make it easier to get some debugging info out from the CI runs if they fail.
| * | tests: Remove id from db fixtures.Harald Eilertsen2024-01-151-2/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that PostgreSQL will not update the autoincrement index of the table when inserting rows with an id set. Later inserts without an id set will then fail, because they get assigned an id that already exists. MySQL seems to handle this just fine. Why the id column was added in the first place, one may wonder, but that's how it were. In any case, this broke the PostgreSQL tests in the gitlab CI environment. (While it mysteriously worked in my local ddev environment.) Anyways, the id column is not needed, and things work better without them.
* | bump versionMario2024-01-191-1/+1
| |
* | native repeats continuedMario2024-01-1910-77/+125
| |
* | Fix regression in Activity::actor_store()Mario Vavti2024-01-192-10/+10
|/
* fix more php deprecationsMario2024-01-141-2/+4
|
* fix regression in commit b05b7561Mario2024-01-141-6/+7
|
* fix more php deprecationsMario2024-01-143-3/+14
|
* Handling HTML entities via mbstring is deprecatedMario2024-01-144-6/+23
|
* remove acct from webfingerMario2024-01-141-1/+1
|
* fix more php deprecationsMario2024-01-141-0/+5
|
* only attempt fetch if zotfinger actually returned somethingMario2024-01-142-4/+5
|
* make sure we are dealing with an arrayMario2024-01-141-0/+4
|
* 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
| |