Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | 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 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | check if we have the record in the short time cache before actually fetching it | Mario | 2023-10-20 | 1 | -1/+1 | |
| | | ||||||
* | | refactor actor_store() | Mario | 2023-10-19 | 1 | -15/+31 | |
| | | ||||||
* | | enable reset button in mod rpost | Mario | 2023-10-12 | 1 | -1/+2 | |
| | | ||||||
* | | 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 | |
| | ||||||
* | since the activity filter widget requires the network module we can link to ↵ | Mario | 2023-09-27 | 1 | -1/+1 | |
| | | | | the module directly so that it will work as quicklink widget in other modules | |||||
* | fix php warnings | Mario | 2023-09-22 | 1 | -6/+6 | |
| | ||||||
* | cleanup and warnings | Mario | 2023-09-21 | 1 | -5/+10 | |
| | ||||||
* | fix javascript error | Mario | 2023-09-21 | 1 | -0/+1 | |
| | ||||||
* | more deprecate $a | Mario | 2023-09-21 | 17 | -24/+24 | |
| | ||||||
* | store the actor cache date so we can easily invalidate it after a period of time | Mario | 2023-09-21 | 1 | -6/+3 | |
| | ||||||
* | deprecate the ancient $a variable | Mario | 2023-09-20 | 1 | -5/+5 | |
| | ||||||
* | use small profile images instead of medium | Mario | 2023-09-17 | 1 | -2/+2 | |
| | ||||||
* | more type checking | Mario | 2023-09-15 | 1 | -2/+2 | |
| | ||||||
* | allow themes to manipulate app icons (photos) via a hook | Mario | 2023-09-15 | 2 | -6/+38 | |
| | ||||||
* | also look for widgets in view/theme/themename/widget | Mario | 2023-09-14 | 1 | -1/+2 | |
| | ||||||
* | more theme fixes | Mario | 2023-09-13 | 1 | -2/+3 | |
| | ||||||
* | an attempt to cache seen item mids for the purpose that we can hide seen ↵ | Mario | 2023-09-10 | 4 | -17/+42 | |
| | | | | pubstream items from the notifications - might revert if it turns out that it does not scale | |||||
* | possible fix for item widget not respecting ACL if added by title - issue #1799 | Mario | 2023-09-09 | 1 | -1/+1 | |
| | ||||||
* | make sure to set the other relevant dates aswell to omit discrepancies if ↵ | Mario | 2023-09-07 | 1 | -1/+8 | |
| | | | | they would be set a splitsecond later when we store the item | |||||
* | call init allthough it does not contain anything atm. it will set up things ↵ | Mario | 2023-08-30 | 1 | -6/+4 | |
| | | | | we need later e.g. App::$page["htmlhead"] and php will raise a warning if it does not exist. Also minor cleanup | |||||
* | work around sabre caldav php warnings | Mario | 2023-08-28 | 1 | -0/+4 | |
| | ||||||
* | fix php warning | Mario | 2023-08-27 | 1 | -1/+1 | |
| | ||||||
* | test refactor the previous commit | Mario Vavti | 2023-08-21 | 1 | -4/+7 | |
| | ||||||
* | allow public stream comments/reactions if item_fetched is set, when fetching ↵ | Mario Vavti | 2023-08-21 | 1 | -4/+3 | |
| | | | | parent of a reaction fetch the thr_parent | |||||
* | only try to fetch the icon if we actually got one | Mario | 2023-08-14 | 1 | -3/+7 | |
| | ||||||
* | move profile photo fetching to background | Mario | 2023-08-14 | 2 | -9/+35 | |
| | ||||||
* | fix unable to create folders with name 0 | Mario | 2023-08-14 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'DM42-Manifest-Typo-20230725' into 'dev' | Mario | 2023-08-11 | 1 | -1/+1 | |
|\ | | | | | | | | | Fix Typo See merge request hubzilla/core!2055 | |||||
| * | Fix Typo | DM42.Net Hubzilla Development | 2023-07-25 | 1 | -1/+1 | |
| | | ||||||
* | | remove unused variable | Mario | 2023-08-09 | 1 | -6/+0 | |
| | | ||||||
* | | now all acl fields are checked. if they are not complete the check will fail | Mario | 2023-08-09 | 1 | -4/+13 | |
|/ | ||||||
* | fix accesslist in two cases | Mario | 2023-07-20 | 2 | -2/+2 | |
| | ||||||
* | Merge branch 'zotlabs/improve-access-list-type-safety' into 'dev' | Mario | 2023-07-20 | 1 | -11/+45 | |
|\ | | | | | | | | | Zotlabs: Improve type safety for AccessList class. See merge request hubzilla/core!2052 | |||||
| * | Zotlabs: More type safety for AccessList class. | Harald Eilertsen | 2023-07-19 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | Add more type declarations to class attributes and functions. This should ensure that only strings and null values can be assigned to the various access list members. This is still a bit loose, as we should probably aim for lists of channel or group id's instead of a generic type like a string. I'll leave that for later, though. |