aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Expand)AuthorAgeFilesLines
* restrict mail messages to max_import_sizezotlabs2018-03-041-0/+7
* issues with delivery of edited posts to forumszotlabs2018-02-261-1/+11
* query for what we need instead of what we do not needMario Vavti2018-02-221-7/+13
* remove order by clauseMario Vavti2018-02-201-1/+1
* since we only save the parent mid in notify we must look for thr_parent when ...Mario Vavti2018-02-131-1/+1
* fix parent id for likes in status notifications.Mario Vavti2018-02-131-2/+12
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-02-111-1/+1
|\
| * this might seem rediculous but it helps mysql to find the better index for th...Mario Vavti2018-02-111-1/+1
* | hubzilla issue #972 - provide system toggle to allow/disallow anonymous commentszotlabs2018-02-111-1/+1
|/
* redirect to the email_validation page if login was attempted after account cr...zotlabs2018-01-291-1/+1
* ensure filter words are not emptyzotlabs2018-01-211-4/+7
* issues with feed parameterszotlabs2018-01-021-3/+4
* hubzilla-addons issue #74 - delayed posts not honoured for GNU-Socialzotlabs2017-12-211-1/+1
* regression in channel sources deliveryzotlabs2017-12-101-2/+14
* unset item_wall and item_origin on pubstream to channel copyzotlabs2017-11-271-0/+3
* pubstream comments and a few other bugfixes that were discovered along the wayzotlabs2017-11-261-16/+56
* this may fix pubstream comments/likeszotlabs2017-11-241-0/+16
* initial articles featurezotlabs2017-11-221-0/+2
* fix some conflicts between private tags and forum tagszotlabs2017-11-121-154/+150
* fix can_comment_on_post() after recent code cleanup (a required array paramet...zotlabs2017-11-041-0/+1
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-148/+291
* update item_normal() to not include ACTIVITY_OBJ_FILE obj_typeMario Vavti2017-11-031-4/+4
* don't use chanlink_url() for feed mentionszotlabs2017-10-031-1/+1
* tagging changes - provides ability to mention a forum by using !forumname as ...zotlabs2017-09-241-20/+61
* more mastodon testingzotlabs2017-09-171-0/+3
* use array_key_exists() instead of x() in this case as the latter fails on an ...zotlabs2017-09-061-3/+3
* introduce item_normal_update(). the differnce to item_normal() is that we do ...Mario Vavti2017-09-031-0/+6
* make cards searchablezotlabs2017-08-241-1/+1
* several card enhancementszotlabs2017-08-231-0/+2
* new content typezotlabs2017-08-141-1/+0
* ostatus feed was missing commentszotlabs2017-08-061-8/+4
* prevent expiration of conversations you are involved with - allows you to fin...zotlabs2017-07-101-1/+1
* Several things about mail storage weren't quite right.zotlabs2017-06-221-1/+35
* still an issue with caching import_author_zotzotlabs2017-06-201-0/+4
* allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-181-1/+1
* add 'can_comment_on_post' hook so we can better deal with the complications o...zotlabs2017-06-121-0/+5
* provide ability to search webpages (either public or which contain the observ...zotlabs2017-05-301-0/+7
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-051-14/+16
|\
| * Merge pull request #751 from dawnbreak/docugit-marijus2017-05-051-14/+16
| |\
| | * :bulb: correct some Doxygen syntax mistakes.Klaus Weidenbach2017-05-051-14/+16
| * | typozotlabs2017-05-041-1/+1
| |/
| * make mail_store() safe for postgres or mysql5.7 - although this interface nee...zotlabs2017-05-011-2/+9
| * The rest of the library and backend changes to support client-side e2ee and d...zotlabs2017-04-261-26/+9
| * provide a broken feed for services which require a broken feedzotlabs2017-04-261-0/+4
| * some signatures showing as invalid because of recent import_author_zot() chan...zotlabs2017-04-121-7/+25
* | typozotlabs2017-05-041-1/+1
* | more code refactoring to put external protocol dependencies in plugins.zotlabs2017-05-021-31/+5
* | make mail_store() safe for postgres or mysql5.7 - although this interface nee...zotlabs2017-04-271-2/+9
* | more client-side mail privacy workzotlabs2017-04-261-2/+13
* | provide a broken feed for services which require a broken feedzotlabs2017-04-251-0/+4