aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* make sure we import the zot6 xchan if we do not have it yetMario2020-01-231-1/+12
|
* Add hook to comments_are_now_closed()M. Dent2019-11-031-0/+19
|
* Notify on custom items - rework hooksM. Dent2019-09-231-17/+4
|
* admin should be allowed to delete any itemMario Vavti2019-07-131-5/+4
|
* fix mid not dbesc'd. the comment was no longer true. this fixes an issue ↵Mario Vavti2019-06-211-2/+2
| | | | with mid's that contain single quotes
* Merge branch 'dev' into 'dev'Mario2019-06-201-7/+8
|\ | | | | | | | | changes to support direct messages in zot6 (set item.item_private = 2 when... See merge request hubzilla/core!1679
| * changes to support direct messages in zot6 (set item.item_private = 2 when ↵zotlabs2019-06-191-7/+8
| | | | | | | | private mentions are used and federate with zot:directMessage attribute which aligns with litepub:directMessage)
* | FormattingMax Kostikov2019-06-141-1/+1
| |
* | Add signatures processing for private messagesMax Kostikov2019-06-141-0/+4
| |
* | fix typoMario Vavti2019-06-141-1/+1
| |
* | more work on linked item/resource deletion for photos and events, deprecate ↵Mario Vavti2019-06-131-67/+48
| | | | | | | | the force flag in drop_item() and comment out goaway() in drop_item().
* | more work on event item deletionMario Vavti2019-06-121-1/+11
|/
* Preserve parent_mid with threaded commentsMax Kostikov2019-05-011-4/+1
|
* Add initial threaded comment supportMax Kostikov2019-04-291-2/+5
|
* if we have an uuid deduplicate by uuid otherwise by midMario Vavti2019-03-251-5/+15
|
* Revert "item_store(): deduplicate by mid OR uuid"Mario Vavti2019-03-241-2/+1
| | | | This reverts commit d8ce0d0df0b7b58b3f2a1abfc26f455fb943f8ea.
* item_store(): deduplicate by mid OR uuidMario Vavti2019-03-241-1/+2
|
* signature issue for zot6 content imported from zotfeeds to hubzillazotlabs2019-03-131-2/+2
|
* Merge branch 'dev' of https://gitlab.com/macgirvin/hubzilla into devMike Macgirvin2019-03-131-0/+1
|\
| * check zot6 in import_author_xchanzotlabs2019-03-111-0/+9
| |
* | perform zot6 discovery in import_author_xchanMike Macgirvin2019-03-121-0/+9
|/
* use $channel_id until the function is adapted to not need itMario Vavti2019-02-261-1/+1
|
* xchan_query and fetch_post_tags uses full query results not a single rowDM42.Net (Matt Dent)2019-02-231-3/+3
|
* Fixes - sync item based on item's userDM42.Net (Matt Dent)2019-02-231-4/+4
|
* Fix misspelled variableDM42.Net (Matt Dent)2019-02-231-1/+1
|
* Fix: post_activity_item returns success => true even on failure.M.Dent2019-02-181-0/+2
|
* add missing zot6 conversation completion (required for message repeats)zotlabs2019-02-071-0/+19
|
* fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-031-1/+1
| | | | some fixes to activity parsing from upstream.
* cache embeds in the background on initial storage rather than on first accesszotlabs2019-01-291-0/+12
|
* Correct and extend Doxygen comments.Klaus Weidenbach2019-01-231-14/+16
| | | | | | Correct some documentation errors for Doxygen and add more comments. Document some undefined variables with @FIXME.
* Add collect_public_recipients hookDM42.Net (Matt Dent)2019-01-121-2/+17
|
* Add ITEM_TYPE_CUSTOM and hooks for processing custom item typesDM42.Net (Matt Dent)2018-12-141-0/+30
|