Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | native repeats continued | Mario | 2024-01-19 | 5 | -54/+88 |
| | |||||
* | Fix regression in Activity::actor_store() | Mario Vavti | 2024-01-19 | 1 | -10/+6 |
| | |||||
* | remove acct from webfinger | Mario | 2024-01-14 | 1 | -1/+1 |
| | |||||
* | only attempt fetch if zotfinger actually returned something | Mario | 2024-01-14 | 2 | -4/+5 |
| | |||||
* | make sure we are dealing with an array | Mario | 2024-01-14 | 1 | -0/+4 |
| | |||||
* | fix wrong array key | Mario | 2024-01-14 | 1 | -1/+1 |
| | |||||
* | check for assertionMethod | Mario | 2024-01-13 | 1 | -6/+8 |
| | |||||
* | start checking integrity proofs, remove signature prior to verify, iterate ↵ | Mario | 2024-01-13 | 3 | -14/+57 |
| | | | | trough the array to find the desired ekey in actor_store() | ||||
* | fix some deprecation warnings | Mario | 2024-01-13 | 1 | -0/+1 |
| | |||||
* | store epubkey in actor_store | Mario | 2024-01-13 | 1 | -12/+27 |
| | |||||
* | start storing epubkeys in libzot | Mario | 2024-01-13 | 1 | -1/+4 |
| | |||||
* | expose epubkey in zotinfo | Mario | 2024-01-13 | 1 | -0/+1 |
| | |||||
* | typo | Mario | 2024-01-13 | 1 | -1/+1 |
| | |||||
* | make our jsonld parser happy | Mario | 2024-01-13 | 1 | -3/+3 |
| | |||||
* | prepare outbound fep-8b32 (object integrity) but do not enable yet since the ↵ | Mario | 2024-01-10 | 2 | -0/+77 |
| | | | | 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 | ||||
* | ekey and xchan_updated updates | Mario | 2024-01-07 | 1 | -10/+14 |
| | |||||
* | we do not use named params yet | Mario | 2024-01-06 | 1 | -1/+1 |
| | |||||
* | port multibase and jcsedssa2022 libs from streams | Mario | 2024-01-03 | 2 | -0/+125 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-01-01 | 1 | -2/+0 |
|\ | |||||
| * | Work around possible loop and use Lib/Config in init | Mario Vavti | 2024-01-01 | 1 | -2/+0 |
| | | |||||
* | | reveal repeat | Mario | 2024-01-01 | 2 | -10/+12 |
|/ | |||||
* | Revert "changelog" | Mario | 2023-12-20 | 2 | -26/+22 |
| | | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3. | ||||
* | changelog | Mario | 2023-12-20 | 2 | -22/+26 |
| | |||||
* | 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 | 1 | -6/+15 |
|\ | | | | | | | | | 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 | 1 | -6/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | fix loop as described in issue #1827 | Mario | 2023-12-17 | 1 | -0/+6 |
|/ | |||||
* | 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 |
| | |||||
* | like in get_cached_actor() also remove fragment in get_actor() | Mario | 2023-11-23 | 1 | -0/+3 |
| | |||||
* | revert dreport changes - too chatty | Mario | 2023-11-20 | 1 | -2/+1 |
| | |||||
* | some low level work on native repeats | Mario | 2023-11-09 | 2 | -19/+26 |
| | |||||
* | 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 |
| | |||||
* | 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 |
|/ | |||||
* | use Activity::get_actor() which will check for the cache record in xconfig ↵ | Mario Vavti | 2023-10-21 | 1 | -1/+1 |
| | | | | before fetching | ||||
* | update logger statements | Mario | 2023-10-20 | 2 | -4/+11 |
| | |||||
* | refactor actor_store() | Mario | 2023-10-19 | 1 | -15/+31 |
| | |||||
* | use the correct variable | Mario | 2023-10-06 | 1 | -1/+1 |
| | |||||
* | use encode_person() instead of plain xchan_url since the function makes some ↵ | Mario | 2023-10-06 | 1 | -1/+1 |
| | | | | special effort to determine the real actor id | ||||
* | parse the event object in first place and use the body bbcode as backup | Mario Vavti | 2023-10-04 | 1 | -2/+11 |
| | |||||
* | if the item is sourced and provides an event add it to the calendar | Mario | 2023-09-28 | 1 | -1/+8 |
| | |||||
* | fix php warnings | Mario | 2023-09-22 | 1 | -6/+6 |
| | |||||
* | store the actor cache date so we can easily invalidate it after a period of time | Mario | 2023-09-21 | 1 | -6/+3 |
| | |||||
* | use small profile images instead of medium | Mario | 2023-09-17 | 1 | -2/+2 |
| | |||||
* | more type checking | Mario | 2023-09-15 | 1 | -2/+2 |
| |