Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 |
| | |||||
* | require acl_selectors.php - fix issue #1820 | Mario | 2023-11-30 | 1 | -0/+1 |
| | |||||
* | changelog | Mario | 2023-11-27 | 1 | -2/+6 |
| | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2023-11-27 | 2 | -4/+8 |
|\ | | | | | | | | | Update doubleleft.css and doubleright.css according to v.8.8 default.css See merge request hubzilla/core!2074 | ||||
| * | Update doubleleft.css and doubleright.css according to v.8.8 default.css | zlaxy | 2023-11-27 | 2 | -4/+8 |
|/ | |||||
* | changelog | Mario | 2023-11-25 | 1 | -1/+1 |
| | |||||
* | update changelog | Mario | 2023-11-24 | 1 | -0/+65 |
| | |||||
* | like in get_cached_actor() also remove fragment in get_actor() | Mario | 2023-11-23 | 1 | -0/+3 |
| | |||||
* | case insensitive digest algo | Mario | 2023-11-22 | 1 | -1/+2 |
| | |||||
* | remove follow (does not make any sense to add follow link of the logged in ↵ | Mario | 2023-11-21 | 1 | -1/+1 |
| | | | | channel), add startpage | ||||
* | add additional observer and channel info to nav if applicable | Mario | 2023-11-21 | 1 | -6/+18 |
| | |||||
* | remove unused variable | Mario | 2023-11-20 | 1 | -2/+0 |
| | |||||
* | the additional parameter has been deprecated there is no need to check the ↵ | Mario | 2023-11-20 | 1 | -4/+7 |
| | | | | version anymore | ||||
* | revert dreport changes - too chatty | Mario | 2023-11-20 | 1 | -2/+1 |
| | |||||
* | more do not provide channel info for templates and code cleanup | Mario | 2023-11-20 | 1 | -7/+9 |
| | |||||
* | do not provide channel info for templates | Mario | 2023-11-20 | 1 | -2/+6 |
| | |||||
* | only check for privacy mismatch if observer != owner | Mario | 2023-11-17 | 1 | -8/+8 |
| | |||||
* | work around a possible privacy mismatch when processing zot requests | Mario | 2023-11-16 | 1 | -6/+9 |
| | |||||
* | add backlink to profile to profile vcard and adjust switch colors for better ↵ | Mario | 2023-11-15 | 2 | -8/+8 |
| | | | | visibility | ||||
* | bump dev version | Mario | 2023-11-10 | 1 | -1/+1 |
| | |||||
* | run composer dump-auotoload | Mario | 2023-11-10 | 2 | -0/+2 |
| | |||||
* | version and strings | Mario | 2023-11-10 | 2 | -8412/+8345 |
| | |||||
* | a possible fix for issue #1816 | Mario | 2023-11-09 | 1 | -3/+11 |
| | |||||
* | version | Mario | 2023-11-09 | 1 | -1/+1 |
| | |||||
* | DB Update 1259 | Mario | 2023-11-09 | 3 | -2/+32 |
| | |||||
* | some low level work on native repeats | Mario | 2023-11-09 | 5 | -50/+69 |
| | |||||
* | move color_mode related code to theme_init.php | Mario | 2023-11-07 | 2 | -20/+21 |
| | |||||
* | Merge branch 'owa_improvement' into 'dev' | Mario | 2023-11-07 | 1 | -4/+18 |
|\ | | | | | | | | | work with Mastodon-style keyId See merge request hubzilla/core!2060 | ||||
| * | work with Mastodon-style keyId | Pascal | 2023-10-04 | 1 | -4/+18 |
| | | |||||
* | | check if required keys are set | Mario | 2023-11-07 | 1 | -1/+1 |
| | | |||||
* | | remove logging | Mario | 2023-11-07 | 1 | -1/+0 |
| | | |||||
* | | libzot: correctly attribute streams repeats | Mario | 2023-11-07 | 1 | -4/+17 |
| | | |||||
* | | bbcode: do not overrule default list style | Mario | 2023-11-07 | 1 | -2/+2 |
| | | |||||
* | | simplepie: fix fatal error with php 8.2 - issue is filed upstream but ↵ | Mario | 2023-11-07 | 1 | -0/+4 |
| | | | | | | | | probably will not be fixed any time soon | ||||
* | | if channel is not defined we need to provide an empty array | Mario | 2023-11-01 | 1 | -1/+1 |
| | | |||||
* | | only show tools to creators if they still have perms | Mario | 2023-11-01 | 2 | -2/+4 |
| | | |||||
* | | remove the directory updates entry if the channel was removed | Mario Vavti | 2023-10-26 | 1 | -6/+3 |
| | | |||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2023-10-25 | 3 | -4/+4 |
|\ \ | |||||
| * | | slightly less noise when logging normal | Mario Vavti | 2023-10-25 | 3 | -4/+4 |
| | | | |||||
* | | | add stats logging to zotfinger | Mario | 2023-10-25 | 1 | -0/+4 |
|/ / |