aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| * Zotlabs: More type safety for AccessList class.Harald Eilertsen2023-07-191-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.
| * Zotlabs: Improve type safety for AccessList class.Harald Eilertsen2023-07-181-3/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | Add type annotations for constructor and set* methods, and throw an exception if the passed in arrays are missing required keys. This means that both invalid input types and missing keys will throw and exception rather than just die with a runtime error. There's not checks to verify that the contents of the required array keys are valid or make sense, though. They are just assigned, and returned as is by the get method when requested. Also, the set_from_array method is not well tested at the moment.
* | ignore internal follow activityMario2023-07-192-13/+17
|/
* basic per item rtl language support - issue ##1780Mario2023-07-131-1/+2
|
* fix regression after recent changesMario2023-07-051-1/+1
|
* also filter deleted hublocsMario2023-07-041-1/+1
|
* Ãfix php warningMario2023-07-031-7/+7
|
* make sure to return infos from current hub where applicable - fix issue #1770Mario2023-07-031-17/+12
|
* make sure to not allow moderation of poll answersMario2023-06-291-8/+12
|
* textMario2023-06-281-1/+1
|
* implement inline moderation of reactionsMario2023-06-273-13/+7
|
* remove loggingMario2023-06-241-3/+1
|
* fix relaying and syncing in Activity::drop(), change wording for moderation ↵Mario2023-06-233-9/+23
| | | | request notices and redirect moderation request for reactions to mod moderate
* implement optional moderation of unsolicited comments, minor css fixes and ↵Mario2023-06-239-24/+52
| | | | some more work on ocap
* always check pageflags otherwise site specific flags will be overwritten ↵Mario2023-06-211-1/+1
| | | | when a sync package arrives from a clone that has no flags for this channel - fix issue #1769
* fix issues in mod oepMario2023-06-191-17/+35
|
* make sure to use the correct urlMario Vavti2023-06-181-4/+7
|
* use function to get actor hublocsMario2023-06-182-6/+3
|
* undefined variable and return null in fetch_local if we did not find ↵Mario2023-06-162-1/+5
| | | | anything (we also return null in fetch)
* deprecate ActivityStreams::fetch() and provide the possibility to fetch ↵Mario2023-06-163-13/+43
| | | | local items directly
* fix string replacement if a match is available more than onceMario2023-06-121-2/+5
|
* only remove the owner from delivery if its their post and minor cleanupMario2023-06-121-1/+1
|
* remove loggingMario2023-06-081-2/+1
|
* shuffle queue deliveries for more randomnessMario2023-06-081-0/+3
|
* even more adjust textMario2023-06-021-1/+1
|
* more adjust textMario2023-06-021-1/+1
|
* adjust textMario2023-06-021-1/+1
|
* remove custom acl from rpostMario2023-06-021-10/+2
|
* ocap initial checkinMario2023-06-027-40/+124
|
* owa: workaround for friendica when using nginx until this will be fixed at ↵Mario2023-06-012-1/+5
| | | | their side and check prrofile uid for features instead of local channel