aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Ãdisplay selected mid in an open state - issue #1425Mario2024-01-051-3/+15
|
* update apache rewite rule to fix issue with recent apache versions - issue #1822Mario2024-01-051-2/+2
|
* port multibase and jcsedssa2022 libs from streamsMario2024-01-032-0/+125
|
* composer add mmccook/php-json-canonicalization-schemeMario2024-01-0315-4/+419
|
* comÃposer add tephenhill/base58Mario2024-01-0324-4/+1091
|
* update symfony/polyfill-php81Mario2024-01-039-22/+76
|
* update sabre/vobjectMario2024-01-038-27/+25
|
* update ramsey/uuidMario2024-01-035-21/+21
|
* update ezyang/htmlpurifierMario2024-01-0324-347/+338
|
* update sabre/davMario2024-01-0331-378/+259
|
* bump versionMario2024-01-021-1/+1
|
* postgres does not like binaries to be string while mariadb/mysql does not ↵Mario2024-01-021-1/+1
| | | | seem to care - let's see
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-01-012-6/+13
|\
| * changelogMario Vavti2024-01-011-0/+7
| |
| * Merge branch 'doc-fixes' into 'dev'Mario2024-01-011-6/+6
| |\ | | | | | | | | | | | | docs: Update admin guide requirements See merge request hubzilla/core!2080
| | * doc/admin-guide: Update min php version and reqd extensions.Harald Eilertsen2023-12-261-6/+6
| | |
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-01-013-6/+7
|\| |
| * | Work around possible loop and use Lib/Config in initMario Vavti2024-01-013-6/+7
| | |
* | | reveal repeatMario2024-01-014-15/+18
|/ /
* | fix php errors and deprecation warningsMario Vavti2023-12-314-6/+7
| |
* | deprecate simplepie idna_convertMario Vavti2023-12-311-19/+10
|/
* do not double process quoted stringsMario2023-12-211-0/+5
|
* changelogMario2023-12-201-0/+1
|
* changelogMario2023-12-201-0/+5
|
* Revert "changelog"Mario2023-12-206-36/+26
| | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3.
* changelogMario2023-12-206-26/+36
|
* move App::$install check to Config::Load() as suggested by HaraldMario2023-12-201-7/+2
|
* Merge branch 'fix-config-deserialization' into 'dev'Mario2023-12-202-6/+76
|\ | | | | | | | | Fix deserialization of config values broken by 69266cd6. See merge request hubzilla/core!2077
| * Fix deserialization of config values broken by 69266cd6.Harald Eilertsen2023-12-172-6/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix issue #1828. This patch makes it explicit that we store arrays in the config as json encoded arrays, while we allow both json encoded and PHP serialized arrays to be deserialized correctly. Unless it's a brand new install, the existing data in the database will be PHP serialized. I've also added a hardening measure in case we fall back to PHP unserialize, making sure we're not vulnerable to a PHP Object Injection attack. This means that deserializing arrays containing PHP objects will no longer work, but afaict we never do that anyways, so I don't think that should break anything.
* | Merge branch 'extend-siteinfo' into 'dev'Mario2023-12-202-0/+22
|\ \ | | | | | | | | | | | | Add active addons and blocked sites to siteinfo (html) See merge request hubzilla/core!2079
| * | Add active addons and blocked sites to siteinfo (html)Harald Eilertsen2023-12-182-0/+22
|/ / | | | | | | | | | | | | | | This adds information about addons activated on the hub, as well as which other sites this hub won't federate with in the HTML version of siteinfo. Based on suggestions by @rockyiii@huby.infozoo.de.
* | use reqiure_once() - second part of issue #1827Mario2023-12-171-1/+1
| |
* | fix loop as described in issue #1827Mario2023-12-171-0/+6
| |
* | changelogMario2023-12-171-0/+1
| |
* | Merge branch 'translations-nb_no' into 'dev'Mario2023-12-172-72/+76
|\ \ | | | | | | | | | | | | More translations for Norwegian Bokmål (nb_NO) See merge request hubzilla/core!2075
| * | More translations for Norwegian Bokmål (nb_NO)Harald Eilertsen2023-12-162-72/+76
| | |