aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Expand)AuthorAgeFilesLines
* issue with post signatures if posted from api and logged in locally with a di...zotlabs2016-12-241-2/+2
* don't alter received/changed timestamps when editingzotlabs2016-12-081-14/+2
* only update the 'changed' timestamp for recent item_store eventszotlabs2016-12-081-10/+14
* minor optimisation to reduce code duplicationzotlabs2016-12-041-11/+7
* api_zot: implement /api/z/1.0/network/stream and fix /api/z/1.0/channel/streamzotlabs2016-12-041-2/+2
* item_store: parent wasn't being returned in api callzotlabs2016-12-031-0/+1
* allow plugins to cancel item_store() and item_store_update()zotlabs2016-12-011-0/+11
* move all the zid related stuff to one filezotlabs2016-11-131-72/+0
* improve the check in 9b42bc860zotlabs2016-10-301-1/+1
* possible fix for https://zothub.de/display/2d4996dd629504851dMario Vavti2016-10-301-2/+2
* make the edited header stand out slightlyzotlabs2016-10-251-1/+1
* send "hidden" edit activities to networks which don't support edits themselveszotlabs2016-10-251-0/+32
* put all dns checking into one function, allow it to be ignoredzotlabs2016-10-251-4/+1
* first cut at edit activitieszotlabs2016-10-251-0/+43
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-52/+44
* additional array checkingzotlabs2016-10-131-1/+4
* consolidate duplicated code for creating table entries from an arrayzotlabs2016-10-121-13/+2
* remove the rest of the backticks from sql queries; replace with TQUOT const w...zotlabs2016-10-121-7/+7
* more backquotes - this should take care of most except for the array import q...zotlabs2016-10-091-14/+14
* Merge branch 'nulldate' into devredmatrix2016-09-261-5/+5
|\
| * null_date conversion; phase 1redmatrix2016-09-251-5/+5
* | issue #524redmatrix2016-09-221-0/+3
|/
* finish the channel_reddress() conversionredmatrix2016-09-211-1/+1
* typoMario Vavti2016-09-211-1/+1
* issue #520redmatrix2016-09-201-0/+1
* probable fix for #509 - errant comment notifications provided on delayed (dup...redmatrix2016-09-191-0/+6
* allow public comments (sort of - see the notes)redmatrix2016-08-311-5/+4
* add authors to post distribution; case insensitive sort appsredmatrix2016-08-291-0/+20
* block backdoor delivery of bulk imported itemsredmatrix2016-08-191-4/+31
* import anomalyredmatrix2016-08-171-4/+6
* fix attached photo/file permissions on clonesredmatrix2016-08-151-0/+134
* comment policy permissions typoredmatrix2016-08-021-1/+1
* typoredmatrix2016-07-211-1/+1
* permission fixesredmatrix2016-07-191-6/+6
* more perms workredmatrix2016-07-131-4/+3
* deprecate/remove json_decode_plusredmatrix2016-07-131-10/+10
* update_remote_id - updated to work with iconfigredmatrix2016-07-121-18/+5
* reduce the memory usage of the expire query dramatically.redmatrix2016-07-061-19/+10
* expire crashing on shared hosting from memory exhaustion. Lower the expire li...redmatrix2016-07-061-1/+1
* delivery invoked twice in mod_tagger, once in post_activity_item() and anothe...redmatrix2016-07-011-5/+1
* 1. provide automatic relocation of important links in items that are imported...redmatrix2016-06-211-0/+12
* some work to provide propagation and honouring of the item_notshown flag.redmatrix2016-06-131-6/+18
* deprecate the item_id table - replace with iconfig. A possibly useful functio...redmatrix2016-06-131-3/+19
* another switch of type and ttyperedmatrix2016-06-041-1/+1
* cross-site encoding issue with tagsredmatrix2016-06-041-4/+2
* the rest of the schema updates - WARNING: some third party plugins may fail; ...redmatrix2016-06-011-17/+17
* more db column renamesredmatrix2016-05-311-26/+28
* moved enotifyredmatrix2016-05-241-8/+7
* renamed include files identity.php (channel.php) and Contact.php (connections...redmatrix2016-05-221-1/+1
* daemon conversion continued...redmatrix2016-05-191-6/+6