aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
...
* next batch of fixesMario2021-04-211-13/+43
|
* start sending author id, id_sig and key fields along with author/owner and ↵Mario2021-04-211-9/+19
| | | | adjust import_author_xchan() accordingly
* php8: fix some undefined variablesMario2021-03-141-17/+15
|
* mod subthread issue continuedMario2021-03-141-2/+8
|
* Stricter item array checksMax Kostikov2021-03-111-19/+19
|
* save the rewritten llinkMario2021-03-111-1/+2
|
* if rewriting the mid also rewrite the llinkMario2021-03-101-0/+1
|
* php8: random fixes deriving from mod networkMario2021-03-101-3/+3
|
* Fix deprecated function arguments orderMax Kostikov2021-03-091-1/+1
|
* export compatibility from hubzilla to zapZot2021-02-241-9/+53
|
* fix recursive sharesMario2021-02-191-18/+16
|
* make sure we do not try to update columns which do not existMario2021-02-161-3/+8
|
* port Lib/Crypto from zapMario2021-02-091-3/+4
|
* fix file permissions. 755 for dirs, 644 for filesMario2021-01-271-0/+0
|
* revert externals/zotfeed functionality due to scaling issues. Save zotfeed ↵Mario2021-01-241-26/+5
| | | | consumers that are not our contacts in thread listeners
* cleanupMario2021-01-221-36/+34
|
* implement externals via zot6 and zotfeed - part 2Mario Vavti2021-01-221-17/+37
|
* onepoll via zot6 to /zotfeed which implements an outboxMario2021-01-201-3/+17
|
* force arg is not used anymore in drop_item_lolevel()Mario2021-01-181-3/+2
|
* fix undefined variableMario2021-01-181-1/+1
|
* missing importMario2021-01-171-0/+1
|
* get_item_elements() check against zot6Mario2021-01-171-2/+2
|
* wrong logicMario2021-01-161-1/+1
|
* only var can be passed by referenceMario2021-01-151-2/+2
|
* also check for zot6Mario2021-01-151-1/+1
|
* do not turn the groups own direkt messages into group items - fixes #1510Mario2021-01-131-0/+5
|
* set resource_type = group_item and resource_id = original mid for forum ↵Mario2021-01-081-8/+20
| | | | items so we do not need to query the body for the original mid on edit.
* fix issue where categories were not saved on forum wall postMario Vavti2021-01-041-0/+2
|
* make share title h3Mario2021-01-021-1/+1
|
* Merge branch 'dev' into 'dev'Max Kostikov2020-12-191-4/+6
|\ | | | | | | | | Dev sync See merge request kostikov/core!4
| * deprecate ! and !! forum tagsMario2020-12-181-4/+6
| |
| * merge branch files_ng into devMario2020-12-141-0/+5
| |
| * Remove duplicate delete terms queryMax Kostikov2020-12-121-5/+0
| |
* | Remove duplicate delete terms queryMax Kostikov2020-12-121-5/+0
|/
* remove announce activity from response activites arrayMario2020-12-071-7/+7
| | | (cherry picked from commit 52c78c757ae73082ed29e48707b2313e65020db3)
* add a uuid version 5 based uuid to imported feeds. if rewrite author for ↵Mario2020-11-251-2/+11
| | | | sourced items, also rewrite mid to be fetchable
* do not reset item_origin to 1 for deleted items to prevent possible looping ↵Mario2020-11-251-2/+2
| | | | and do not set item_uplink for sourced rss items - we can not sen anything to them.
* be more specificMario2020-11-181-1/+1
|
* add zot6 to the authenticatable options and fix array key in reshare headerMario2020-10-091-1/+2
|
* update profile|cover photo activities converted to z6Zot2020-08-051-8/+0
|
* reduce result sets and work around a regression in justifiedGalleryMario2020-07-141-2/+2
|
* zot6 group updates to support edit and delete of top-level group posts. This ↵zotlabs2020-07-121-20/+54
| | | | is supported remotely by editing or removing the post that started it all. A W2W post can only be deleted at this time.
* zap group compatibility - rewrites DMs and wall-to-wall posts to group pages ↵Zot2020-06-171-2/+118
| | | | as new posts authored by the group with an embedded reshare. This currently has known delivery issues due to zot/zot6 xchan confusion which are already slated for resolution in hz5. Specifically "sender is not owner/author" and missing abconfig permissions on the zot6 identity for a channel we're connected with over traditional zot.
* Legacy Hubzilla compatibility: when we relay a comment from hubzilla < 4.0, ↵Mario2020-05-111-1/+2
| | | | we send it to ourself again but this time with a valid uri as mid. To catch this as duplicate, we need to check for the basename aswell.
* default item_wall to 0Mario2020-04-231-1/+1
|
* some work on deprecating ACTIVITY_OBJ_FILEMario2020-04-231-4/+4
|
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-4/+5
|
* prevent duplicate votesMario2020-02-291-1/+1
|
* fix poll responseszotlabs2020-02-101-1/+1
|
* missing piece of poll codezotlabs2020-01-311-0/+6
|