aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵zotlabs2017-11-041-0/+1
| | | | parameter was missing)
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-148/+291
| | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* 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
| | | | well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti.
* 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
| | | | array that's empty and we unconditionally need to encode the array even if empty
* introduce item_normal_update(). the differnce to item_normal() is that we do ↵Mario Vavti2017-09-031-0/+6
| | | | not query for item_deleted = 0 and therefor can find deleted likes which allows us to update our unlikes on the fly if static page update is enabled
* 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 ↵zotlabs2017-07-101-1/+1
| | | | find your own comments months from now
* 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 ↵zotlabs2017-06-121-0/+5
| | | | of Diaspora policy
* provide ability to search webpages (either public or which contain the ↵zotlabs2017-05-301-0/+7
| | | | observer in the acl) in addition to conversations
* 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: Add Doxygen fix for @var member variable documentation.
| | * :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 ↵zotlabs2017-05-011-2/+9
| | | | | | | | needs to be refactored in the future
| * The rest of the library and backend changes to support client-side e2ee and ↵zotlabs2017-04-261-26/+9
| | | | | | | | deprecate previous uses of item_obscured.
| * 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() ↵zotlabs2017-04-121-7/+25
| | | | | | | | changes.
* | 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 ↵zotlabs2017-04-271-2/+9
| | | | | | | | needs to be refactored in the future
* | 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
| |
* | database upgradezotlabs2017-04-231-4/+1
| |
* | The rest of the library and backend changes to support client-side e2ee and ↵zotlabs2017-04-201-26/+9
| | | | | | | | deprecate previous uses of item_obscured.
* | some signatures showing as invalid because of recent import_author_zot() ↵zotlabs2017-04-091-7/+25
| | | | | | | | changes.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-051-0/+32
|\|
| * sql error photos_albums_list with non-logged-in viewerzotlabs2017-04-031-2/+5
| |
| * logic errorzotlabs2017-04-031-2/+4
| |
| * import authors from any unrecognised network as network 'unknown'.zotlabs2017-04-031-3/+3
| |
| * simplify the message signing spaghettizotlabs2017-03-291-32/+29
| |
| * namespace errorzotlabs2017-03-291-1/+1
| |
| * ensure z_input_filter is called exactly once, since we now depend on the ↵zotlabs2017-03-291-22/+46
| | | | | | | | | | | | number of htmlspecialchars operations for markdown content. Also ensure that the content is escaped the correct number of times on imported items.
| * input filter updateszotlabs2017-03-291-50/+37
| |
| * fix group by item queryzotlabs2017-03-291-17/+15
| |
* | sql error photos_albums_list with non-logged-in viewerzotlabs2017-04-021-2/+5
| |
* | logic errorzotlabs2017-04-021-2/+4
| |
* | import authors from any unrecognised network as network 'unknown'.zotlabs2017-04-021-3/+3
| |
* | simplify the message signing spaghettizotlabs2017-03-161-32/+29
| |
* | namespace errorzotlabs2017-03-161-3/+1
| |