aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version 8.6.28.6.2Mario2023-08-271-1/+1
|
* changelogMario2023-08-271-0/+17
|
* test refactor the previous commitMario Vavti2023-08-271-4/+7
| | | (cherry picked from commit 0a3094fc9a708c4e83d6dd91250ac2105e21b03f)
* allow public stream comments/reactions if item_fetched is set, when fetching ↵Mario Vavti2023-08-271-4/+3
| | | | | parent of a reaction fetch the thr_parent (cherry picked from commit 816bbad28a6292be1c697fe3ac4073f3f110dc10)
* fix notification text for likes in cases where obj.actor is not setMario2023-08-271-0/+9
| | | (cherry picked from commit ce4150cd06a5eb3995592b7c3898d980a58d3dd6)
* make sure that we allow "0" as pathnameMario2023-08-271-2/+2
| | | (cherry picked from commit be19b7503105955b58c85dbec65c02626c9e5000)
* mising pdl fileMario2023-08-271-0/+10
| | | (cherry picked from commit 2d5c99f459c77dbf17db9809d3ba37d66f14b2a5)
* fix unable to create folders with name 0Mario2023-08-272-2/+2
| | | (cherry picked from commit c4af4e3297f09aa0c6f8ed8e21d6f54729ebfc4d)
* fix index name mixupMario2023-08-271-2/+2
| | | (cherry picked from commit 1acfc05e2db2ba5556b8d8596dcf7b3b99f75f6b)
* missing semicolonMario2023-08-271-1/+1
| | | (cherry picked from commit b40c38f58c6ff780b518e07a836dd683c971b5b3)
* remove unused variableMario2023-08-271-6/+0
| | | (cherry picked from commit 0ec715d7c9d4bdce71210f9d025cf8ac0c02160d)
* Fix TypoDM42.Net Hubzilla Development2023-08-271-1/+1
| | | (cherry picked from commit 3bd2a919925965c42dfab14ac13dfc5747955f01)
* fix cached jsonld files fetched via networkMario2023-08-271-32/+49
|
* more performance improvementsMario2023-08-271-3/+3
| | | (cherry picked from commit 4b1384be832b0a745eeb8ac94cba6b00edc4eb64)
* move trigger out of the loop for better performance and some var -> letMario2023-08-271-9/+14
|
* ignore internal follow activityMario2023-08-272-13/+17
| | | (cherry picked from commit 7200c716736d879501a665c9797ccf9e0131b24c)
* fix admin table highlight by adding the correct classesMario2023-08-274-36/+24
| | | (cherry picked from commit c412c01a657fbac49f611b94b4c88cf63f4fff77)
* version 8.6.18.6.1Mario2023-07-181-1/+1
|
* changelogMario2023-07-181-0/+4
| | | (cherry picked from commit 330add963dbe2195e0613f35b8f63c15eee585a0)
* fix hcard addon regressionMario2023-07-181-1/+1
| | | (cherry picked from commit ef6ea4484eb03d80c96f4d67002e567cebc8ccae)
* Merge branch '8.6RC'8.6Mario2023-07-11750-10078/+16819
|\
| * version 8.6Mario2023-07-112-2/+2
| |
| * RC2Mario2023-07-051-1/+1
| |
| * changelogMario2023-07-051-0/+39
| |
| * fix regression after recent changesMario2023-07-051-1/+1
| |
| * bump dev versionMario2023-07-041-1/+1
| |
| * version and stringsMario2023-07-042-466/+497
| |
| * css fixMario2023-07-041-1/+1
| |
| * css fixesMario2023-07-041-4/+1
| |
| * also filter deleted hublocsMario2023-07-041-1/+1
| |
| * update fullcalendarMario2023-07-04208-1546/+3301
| |
| * do not linkify in nobb and noparse tags - issue #1776Mario2023-07-041-0/+2
| |
| * fix issue #1771Mario2023-07-031-2/+10
| |
| * fix php warningMario2023-07-031-2/+6
| |
| * Ãfix php warningMario2023-07-031-7/+7
| |
| * make sure to return infos from current hub where applicable - fix issue #1770Mario2023-07-032-18/+13
| |
| * unify code for selecting deliverable abook xchansMario2023-07-013-25/+45
| |
| * remove unused pseudo abook codeMario2023-06-292-28/+3
| |
| * pass $escape to stringify_array_elms()Mario2023-06-291-1/+1
| |
| * make sure to not allow moderation of poll answersMario2023-06-291-8/+12
| |
| * textMario2023-06-281-1/+1
| |
| * implement inline moderation of reactionsMario2023-06-275-16/+15
| |
| * bump versionMario2023-06-241-1/+1
| |
| * remove loggingMario2023-06-241-3/+1
| |
| * Merge branch 'cherry-pick-1baa3489' into 'dev'Mario2023-06-232-2/+2
| |\ | | | | | | | | | | | | Update Spanish translation-2 See merge request hubzilla/core!2048
| | * Update Spanish translation-2mjfriaza2023-06-232-2/+2
| | | | | | | | | (cherry picked from commit 1baa34894f6799cac3d973db8c1205239ad6179b)
| * | bump versionMario2023-06-231-1/+1
| | |
| * | fix relaying and syncing in Activity::drop(), change wording for moderation ↵Mario2023-06-234-17/+28
| | | | | | | | | | | | request notices and redirect moderation request for reactions to mod moderate
| * | implement optional moderation of unsolicited comments, minor css fixes and ↵Mario2023-06-2318-54/+110
| |/ | | | | | | 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