aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* some low level work on native repeatsMario2023-11-094-49/+67
|
* Merge branch 'owa_improvement' into 'dev'Mario2023-11-071-4/+18
|\ | | | | | | | | work with Mastodon-style keyId See merge request hubzilla/core!2060
| * work with Mastodon-style keyIdPascal2023-10-041-4/+18
| |
* | check if required keys are setMario2023-11-071-1/+1
| |
* | remove loggingMario2023-11-071-1/+0
| |
* | libzot: correctly attribute streams repeatsMario2023-11-071-4/+17
| |
* | if channel is not defined we need to provide an empty arrayMario2023-11-011-1/+1
| |
* | only show tools to creators if they still have permsMario2023-11-011-1/+1
| |
* | remove the directory updates entry if the channel was removedMario Vavti2023-10-261-6/+3
| |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2023-10-253-4/+4
|\ \
| * | slightly less noise when logging normalMario Vavti2023-10-253-4/+4
| | |
* | | add stats logging to zotfingerMario2023-10-251-0/+4
|/ /
* | use Activity::get_actor() which will check for the cache record in xconfig ↵Mario Vavti2023-10-211-1/+1
| | | | | | | | before fetching
* | update logger statementsMario2023-10-202-4/+11
| |
* | check if we have the record in the short time cache before actually fetching itMario2023-10-201-1/+1
| |
* | refactor actor_store()Mario2023-10-191-15/+31
| |
* | enable reset button in mod rpostMario2023-10-121-1/+2
| |
* | use the correct variableMario2023-10-061-1/+1
| |
* | use encode_person() instead of plain xchan_url since the function makes some ↵Mario2023-10-061-1/+1
| | | | | | | | special effort to determine the real actor id
* | parse the event object in first place and use the body bbcode as backupMario Vavti2023-10-041-2/+11
|/
* if the item is sourced and provides an event add it to the calendarMario2023-09-281-1/+8
|
* since the activity filter widget requires the network module we can link to ↵Mario2023-09-271-1/+1
| | | | the module directly so that it will work as quicklink widget in other modules
* fix php warningsMario2023-09-221-6/+6
|
* cleanup and warningsMario2023-09-211-5/+10
|
* fix javascript errorMario2023-09-211-0/+1
|
* more deprecate $aMario2023-09-2117-24/+24
|
* store the actor cache date so we can easily invalidate it after a period of timeMario2023-09-211-6/+3
|
* deprecate the ancient $a variableMario2023-09-201-5/+5
|
* use small profile images instead of mediumMario2023-09-171-2/+2
|
* more type checkingMario2023-09-151-2/+2
|
* allow themes to manipulate app icons (photos) via a hookMario2023-09-152-6/+38
|
* also look for widgets in view/theme/themename/widgetMario2023-09-141-1/+2
|
* more theme fixesMario2023-09-131-2/+3
|
* an attempt to cache seen item mids for the purpose that we can hide seen ↵Mario2023-09-104-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 #1799Mario2023-09-091-1/+1
|
* make sure to set the other relevant dates aswell to omit discrepancies if ↵Mario2023-09-071-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 ↵Mario2023-08-301-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 warningsMario2023-08-281-0/+4
|
* fix php warningMario2023-08-271-1/+1
|
* test refactor the previous commitMario Vavti2023-08-211-4/+7
|
* allow public stream comments/reactions if item_fetched is set, when fetching ↵Mario Vavti2023-08-211-4/+3
| | | | parent of a reaction fetch the thr_parent
* only try to fetch the icon if we actually got oneMario2023-08-141-3/+7
|
* move profile photo fetching to backgroundMario2023-08-142-9/+35
|
* fix unable to create folders with name 0Mario2023-08-141-1/+1
|
* Merge branch 'DM42-Manifest-Typo-20230725' into 'dev'Mario2023-08-111-1/+1
|\ | | | | | | | | Fix Typo See merge request hubzilla/core!2055
| * Fix TypoDM42.Net Hubzilla Development2023-07-251-1/+1
| |
* | remove unused variableMario2023-08-091-6/+0
| |
* | now all acl fields are checked. if they are not complete the check will failMario2023-08-091-4/+13
|/
* fix accesslist in two casesMario2023-07-202-2/+2
|
* Merge branch 'zotlabs/improve-access-list-type-safety' into 'dev'Mario2023-07-201-11/+45
|\ | | | | | | | | Zotlabs: Improve type safety for AccessList class. See merge request hubzilla/core!2052