Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
| * | Zotlabs: Improve type safety for AccessList class. | Harald Eilertsen | 2023-07-18 | 1 | -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 activity | Mario | 2023-07-19 | 2 | -13/+17 | |
|/ | ||||||
* | basic per item rtl language support - issue ##1780 | Mario | 2023-07-13 | 1 | -1/+2 | |
| | ||||||
* | fix regression after recent changes | Mario | 2023-07-05 | 1 | -1/+1 | |
| | ||||||
* | also filter deleted hublocs | Mario | 2023-07-04 | 1 | -1/+1 | |
| | ||||||
* | Ãfix php warning | Mario | 2023-07-03 | 1 | -7/+7 | |
| | ||||||
* | make sure to return infos from current hub where applicable - fix issue #1770 | Mario | 2023-07-03 | 1 | -17/+12 | |
| | ||||||
* | make sure to not allow moderation of poll answers | Mario | 2023-06-29 | 1 | -8/+12 | |
| | ||||||
* | text | Mario | 2023-06-28 | 1 | -1/+1 | |
| | ||||||
* | implement inline moderation of reactions | Mario | 2023-06-27 | 3 | -13/+7 | |
| | ||||||
* | remove logging | Mario | 2023-06-24 | 1 | -3/+1 | |
| | ||||||
* | fix relaying and syncing in Activity::drop(), change wording for moderation ↵ | Mario | 2023-06-23 | 3 | -9/+23 | |
| | | | | request notices and redirect moderation request for reactions to mod moderate | |||||
* | implement optional moderation of unsolicited comments, minor css fixes and ↵ | Mario | 2023-06-23 | 9 | -24/+52 | |
| | | | | some more work on ocap | |||||
* | always check pageflags otherwise site specific flags will be overwritten ↵ | Mario | 2023-06-21 | 1 | -1/+1 | |
| | | | | when a sync package arrives from a clone that has no flags for this channel - fix issue #1769 | |||||
* | fix issues in mod oep | Mario | 2023-06-19 | 1 | -17/+35 | |
| | ||||||
* | make sure to use the correct url | Mario Vavti | 2023-06-18 | 1 | -4/+7 | |
| | ||||||
* | use function to get actor hublocs | Mario | 2023-06-18 | 2 | -6/+3 | |
| | ||||||
* | undefined variable and return null in fetch_local if we did not find ↵ | Mario | 2023-06-16 | 2 | -1/+5 | |
| | | | | anything (we also return null in fetch) | |||||
* | deprecate ActivityStreams::fetch() and provide the possibility to fetch ↵ | Mario | 2023-06-16 | 3 | -13/+43 | |
| | | | | local items directly | |||||
* | fix string replacement if a match is available more than once | Mario | 2023-06-12 | 1 | -2/+5 | |
| | ||||||
* | only remove the owner from delivery if its their post and minor cleanup | Mario | 2023-06-12 | 1 | -1/+1 | |
| | ||||||
* | remove logging | Mario | 2023-06-08 | 1 | -2/+1 | |
| | ||||||
* | shuffle queue deliveries for more randomness | Mario | 2023-06-08 | 1 | -0/+3 | |
| | ||||||
* | even more adjust text | Mario | 2023-06-02 | 1 | -1/+1 | |
| | ||||||
* | more adjust text | Mario | 2023-06-02 | 1 | -1/+1 | |
| | ||||||
* | adjust text | Mario | 2023-06-02 | 1 | -1/+1 | |
| | ||||||
* | remove custom acl from rpost | Mario | 2023-06-02 | 1 | -10/+2 | |
| | ||||||
* | ocap initial checkin | Mario | 2023-06-02 | 7 | -40/+124 | |
| | ||||||
* | owa: workaround for friendica when using nginx until this will be fixed at ↵ | Mario | 2023-06-01 | 2 | -1/+5 | |
| | | | | their side and check prrofile uid for features instead of local channel | |||||
* | do not parse x-multicode as bbcode | Mario | 2023-05-30 | 1 | -2/+1 | |
| | ||||||
* | improved unseen forums notification | Mario | 2023-05-30 | 1 | -10/+4 | |
| | ||||||
* | fix a possible privacy mismatch | Mario | 2023-05-29 | 1 | -0/+10 | |
| |