aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix custom emoji reactions arriving from pleromaMario2024-02-041-0/+13
|
* streams collection branch compatibilityMario2024-02-022-4/+12
|
* more fix conv_list templateMario2024-02-011-2/+2
|
* fix conv_list templateMario2024-02-012-14/+14
|
* fix issues related to b64mid to uuid conversionMario2024-02-012-2/+2
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-02-011-8/+17
|\
| * Merge branch 'add-ci-job-for-mariadb' into 'dev'Mario2024-02-011-8/+17
| |\ | | | | | | | | | | | | CI: Add job for MariaDB 10.6 See merge request hubzilla/core!2097
| | * CI: Add job for MariaDB 10.6Harald Eilertsen2024-01-221-4/+13
| | | | | | | | | | | | | | | Reuse job definition for mysql job, and alias the mariadb service to mysql so that the job will find it.
| | * CI: Slight refactoring.Harald Eilertsen2024-01-211-4/+4
| | |
* | | testing JcsEddsa2022 sigsMario2024-02-011-7/+25
|/ /
* | strip a possible fragmentMario2024-02-011-0/+2
| |
* | bump versionMario2024-02-011-1/+1
| |
* | fix edgecase for notices and make mod hq backwards compatibleMario2024-02-012-5/+14
| |
* | start using uuid for internal reference instead of base64 encoded midMario2024-02-0123-111/+122
| |
* | store seen mids in session instead of cache and increase sess_data column to ↵Mario2024-01-313-4/+43
| | | | | | | | medium text
* | remove loggingMario2024-01-291-2/+0
| |
* | bump versionMario2024-01-291-1/+1
| |
* | introduce Activity::init_background_fetch() and refactor zotconvo to ↵Mario2024-01-293-15/+71
| | | | | | | | implement it
* | enable object cash by default, introduce system.cache_expire_days and ↵Mario2024-01-287-9/+13
| | | | | | | | default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7
* | fix last commitMario2024-01-281-2/+2
| |
* | make sure we return an array if there is no cache entryMario2024-01-281-2/+2
| |
* | Merge branch 'dev' into 'dev'Mario2024-01-273-0/+0
|\ \ | | | | | | | | | | | | Added Circle Person Avatar See merge request hubzilla/core!2096
| * | Added Circle Person AvatarScott M. Stolz2024-01-213-0/+0
| | | | | | | | | | | | Added an additional avatar to choose from.
* | | Merge branch 'upgrade-ci-to-mysql-8.0' into 'dev'Mario2024-01-271-3/+3
|\ \ \ | | |/ | |/| | | | | | | CI: Upgrade to use MySQL version 8.0 See merge request hubzilla/core!2093
| * | CI: Upgrade to use MySQL version 8.0Harald Eilertsen2024-01-211-3/+3
| |/ | | | | | | This is the oldest version we support now.
* | Merge branch 'doc-updates' into 'dev'Mario2024-01-272-1/+20
|\ \ | | | | | | | | | | | | Doc updates See merge request hubzilla/core!2092
| * | Add some developer doc for check_account_password hookHarald Eilertsen2024-01-211-0/+16
| | |
| * | Update admin guide with min supported db versionsHarald Eilertsen2024-01-211-1/+4
| |/
* | use std functionsMario2024-01-271-10/+4
| |
* | implement short time object cache to reduce network calls and some cleanupMario2024-01-276-290/+125
| |
* | refactor fetch_and_store_parents() and inroduce the fetchparents daemonMario2024-01-256-485/+131
| |
* | missing hookMario2024-01-241-0/+2
| |
* | restructure Libzot::process_delivery()Mario2024-01-242-153/+161
| |
* | bump versionMario Vavti2024-01-241-1/+1
| |
* | fix issue where if an item is created and deleted again before the notifier ↵Mario Vavti2024-01-241-1/+1
| | | | | | | | has completed the queueworker will dismiss the delete because it looks like a duplicate entry
* | process source xchan in xchan_query()Mario2024-01-231-1/+4
| |
* | set item_uplink to 0 just to be sure (this should not be necessary)Mario2024-01-221-0/+2
| |
* | store the original announce actor (the one that pushed the item into our ↵Mario2024-01-225-7/+15
|/ | | | stream first) in source_xchan instead of owner_xchan. this way we will preserve the real owner for the thread and not have conflicts when dealing with deletes of comments or likes
* 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
|/