aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
Commit message (Expand)AuthorAgeFilesLines
...
* item/activity fetchingMario2020-10-021-0/+100
* fix embeded sharesMario2020-07-131-2/+0
* zap group compatibility - rewrites DMs and wall-to-wall posts to group pages ...Zot2020-06-171-1/+25
* use $mid as plink to prevent to long plinksMario2020-04-201-4/+6
* missing lib importMario2020-04-191-0/+1
* make sure $post_tags is defined somewhere outsite a clause to prevent PHP war...Mario2020-04-191-1/+2
* de-duplicate $post_tagsMario2020-04-181-2/+2
* implement addressing and fix conversation fetchingMario2020-04-181-60/+22
* Remove unnecessary [summary] tag processingMax Kostikov2020-04-151-10/+10
* use Libsync::build_sync_packet() in mod item, default Lib/Queue driver to zot...Mario2020-03-291-3/+4
* implement poll UI in jotMario2020-02-261-3/+58
* issue with multi-line poll elementszotlabs2020-02-121-4/+4
* this allows polls to federate from hubzilla to zap, though still a remaining ...zotlabs2020-02-101-1/+5
* poll updateszotlabs2020-02-091-10/+17
* fix php warningÃMario2020-01-311-1/+1
* basic poll support and patch to not call System::get_platform_name() within t...zotlabs2020-01-301-2/+61
* event compatibility workzotlabs2020-01-141-2/+0
* fix duplicate attachment and regression with audio file uploadMario2019-11-041-5/+0
* Sync private items with clones; avoid sync if no local connection with thread...Max Kostikov2019-09-301-7/+1
* extend definition of direct message to anything with allow_cid but *not* allo...zotlabs2019-06-281-1/+6
* http signature consolidationzotlabs2019-06-261-1/+1
* provide auto redirect from zot6 /item permalinkszotlabs2019-06-251-0/+19
* changes to support direct messages in zot6 (set item.item_private = 2 when pr...zotlabs2019-06-191-6/+5
* minor zot6 compatibility issues uncovered through daily usezotlabs2019-06-171-1/+2
* Update Item.phpMax Kostikov2019-05-011-9/+5
* Fix missprintMax Kostikov2019-05-011-1/+1
* Use thr_parent for comment repliesMax Kostikov2019-05-011-6/+6
* Add initial threaded comments supportMax Kostikov2019-04-291-6/+10
* nomadic is not a parameter in the hz version of encode_item_collectionzotlabs2019-03-211-1/+1
* limit 1Mike Macgirvin2019-03-131-1/+1
* rework authenticated item fetches (check ACL on the parent, not on the reques...zotlabs2019-03-121-56/+41
* add owner permission checks to AS item fetchzotlabs2019-03-121-2/+37
* authenticated fetch fixeszotlabs2019-03-091-0/+1
* missing use AppMario Vavti2019-02-081-0/+1
* add missing zot6 conversation completion (required for message repeats)zotlabs2019-02-071-0/+144
* fix verb for reshareszotlabs2019-02-061-1/+1
* fix linkify_tags() so it works with xchans across multiple protocols, also so...zotlabs2019-02-031-2/+2
* fix generated plinkzotlabs2018-12-031-3/+3
* more work on the mid/uuid conversionzotlabs2018-11-151-17/+19
* item uuid changeszotlabs2018-11-121-1/+3
* begin native summary supportzotlabs2018-11-081-1/+23
* Remove servicelevel logicM. Dent2018-09-291-22/+0
* Corrected resubmit of fixes to Authors unable to comment on posts they author...M.Dent2018-09-041-5/+7
* Revert "Fix: Authors unable to comment on posts they authored when under owne...Mario Vavti2018-09-031-7/+5
* Fix: Authors unable to comment on posts they authored when under owned by oth...M.Dent2018-09-011-5/+7
* issue with mdpost addon and archive.org links which contain a full url as a p...zotlabs2018-08-131-1/+1
* more refactor tags/mentionszotlabs2018-05-141-1/+1
* tagging changes: + (old style forum mentions), and underscore space replaceme...zotlabs2018-05-031-10/+0
* backend work to allow admin to delete photos. Still requires frontend work to...zotlabs2018-05-021-5/+10
* Provide admin delete ability if the viewer is admin but has no existing delet...zotlabs2018-05-021-7/+14