aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
Commit message (Expand)AuthorAgeFilesLines
* rename bb2diaspora.php to markdown.phpzotlabs2017-02-021-1/+1
* add gen_link_id() function to selectively encode/decode the message-id compon...Hubzilla2017-01-191-3/+5
* urlencode the message-id component of generated /display/ links; in most case...Hubzilla2017-01-181-3/+3
* native wiki stuffzotlabs2017-01-171-2/+4
* expires lost during editzotlabs2017-01-111-2/+4
* obj_type on edit activity was wrongzotlabs2017-01-091-1/+1
* minor cleanupzotlabs2016-12-261-6/+3
* tag and mention handling in private mail (which required refactoring the bbco...zotlabs2016-12-131-35/+1
* clone sync missing for some item delete operationszotlabs2016-12-111-0/+8
* mod_item: better exception handling for api usezotlabs2016-12-031-3/+27
* issue #607 parens not recognised inside urlszotlabs2016-12-011-2/+2
* send "hidden" edit activities to networks which don't support edits themselveszotlabs2016-10-251-1/+1
* first cut at edit activitieszotlabs2016-10-251-0/+2
* rename diaspora2bb() to markdown_to_bb() to reflect that is has a more generi...zotlabs2016-10-161-1/+1
* try naked embed before submission instead of at render timeredmatrix2016-10-061-0/+4
* more backticksredmatrix2016-10-031-4/+4
* the rest of the backend for supporting scroll-to-comment from notifications. ...redmatrix2016-09-241-1/+3
* issue #516redmatrix2016-09-201-65/+58
* fix attached photo/file permissions on clonesredmatrix2016-08-151-134/+2
* Added a disable comments setting to the "Additional features" settings with a...Andrew Manning2016-08-141-0/+2
* issue #453 and a bug noted from the logfiles related to the schema change las...redmatrix2016-07-201-1/+3
* fix the forum detection in include/zotredmatrix2016-07-191-2/+2
* permission fixesredmatrix2016-07-191-3/+5
* use the profile_uid here.redmatrix2016-07-111-7/+2
* gak one more typoredmatrix2016-07-071-1/+1
* typoredmatrix2016-07-071-1/+1
* duplicate supression SQL query was horribly inefficient and could cause issue...redmatrix2016-07-071-11/+13
* 1. provide automatic relocation of important links in items that are imported...redmatrix2016-06-211-2/+2
* deprecate the item_id table - replace with iconfig. A possibly useful functio...redmatrix2016-06-131-15/+15
* more db column renamesredmatrix2016-05-311-4/+4
* moved enotifyredmatrix2016-05-241-3/+3
* renamed include files identity.php (channel.php) and Contact.php (connections...redmatrix2016-05-221-1/+1
* daemon conversion continued...redmatrix2016-05-191-2/+2
* allow engineering units (e.g. 400M, 1G) as service class limitsredmatrix2016-04-281-2/+2
* We no longer require the diaspora_meta service locally.redmatrix2016-04-201-3/+3
* a bit more namespace wranglingredmatrix2016-04-181-1/+1
* module updatesredmatrix2016-04-181-0/+1265