Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Revert "changelog" | Mario | 2023-12-20 | 6 | -36/+26 | |
| | | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3. | |||||
* | changelog | Mario | 2023-12-20 | 6 | -26/+36 | |
| | ||||||
* | move App::$install check to Config::Load() as suggested by Harald | Mario | 2023-12-20 | 1 | -7/+2 | |
| | ||||||
* | Merge branch 'fix-config-deserialization' into 'dev' | Mario | 2023-12-20 | 2 | -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 Eilertsen | 2023-12-17 | 2 | -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' | Mario | 2023-12-20 | 2 | -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 Eilertsen | 2023-12-18 | 2 | -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 #1827 | Mario | 2023-12-17 | 1 | -1/+1 | |
| | | ||||||
* | | fix loop as described in issue #1827 | Mario | 2023-12-17 | 1 | -0/+6 | |
| | | ||||||
* | | changelog | Mario | 2023-12-17 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'translations-nb_no' into 'dev' | Mario | 2023-12-17 | 2 | -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 Eilertsen | 2023-12-16 | 2 | -72/+76 | |
| | | | ||||||
* | | | changelog | Mario | 2023-12-17 | 1 | -0/+8 | |
| |/ |/| | ||||||
* | | check return from Config::Load() and retry on failure plus cleanup | Mario Vavti | 2023-12-14 | 1 | -30/+57 | |
|/ | ||||||
* | return if we could not fetch the author | Mario Vavti | 2023-12-14 | 1 | -8/+7 | |
| | ||||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2023-12-14 | 1 | -1/+1 | |
|\ | ||||||
| * | typo | Mario | 2023-12-13 | 1 | -1/+1 | |
| | | ||||||
* | | add the app terms before syncing - otherwise the terms will be reset at the ↵ | Mario Vavti | 2023-12-08 | 1 | -0/+10 | |
|/ | | | | other end | |||||
* | if it is not an array do not attempt count() | Mario Vavti | 2023-12-08 | 1 | -1/+1 | |
| | ||||||
* | typo | Mario | 2023-12-06 | 1 | -1/+1 | |
| | ||||||
* | changelog | Mario | 2023-12-06 | 1 | -0/+5 | |
| | ||||||
* | more issue #1820 | Mario | 2023-12-06 | 1 | -0/+1 | |
| | ||||||
* | css fixes | Mario | 2023-12-04 | 1 | -2/+3 | |
| |