aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Expand)AuthorAgeFilesLines
* strings updateMario Vavti2018-04-231-1/+1
* provide visible star status for starred postsMario Vavti2018-04-131-1/+1
* move the thread author menu to to the wall item photo. the menu list was gett...Mario Vavti2018-04-131-1/+1
* poll responses: start treating them as hidden activities now so that when thi...zotlabs2018-04-111-1/+1
* Added feature setting for auto-save, defaulting to enabled.Andrew Manning2018-04-081-1/+4
* Auto-save post and comment entry using localStorage in browser.Andrew Manning2018-04-081-12/+4
* Merge branch 'dev' into auto-saveAndrew Manning2018-04-071-1/+1
|\
| * allow the link target attribute to be modified in bbcode() from much further ...zotlabs2018-04-041-1/+1
* | Post body and title are auto-savedAndrew Manning2018-04-041-4/+12
|/
* make list mode work in cards and articleszotlabs2018-03-221-3/+3
* process follow from article menu in the background, do not reload page - hubz...zotlabs2018-03-021-3/+3
* provide option to block the public stream unless authenticated, since there c...zotlabs2018-02-141-1/+1
* fix some more PHP7.2 warningsMario Vavti2017-12-141-2/+2
* PHP 7.2 silence some warningsMario Vavti2017-12-041-2/+2
* pubstream comments and a few other bugfixes that were discovered along the wayzotlabs2017-11-261-2/+2
* some more work on mod hqMario Vavti2017-11-241-0/+6
* optional divider between item header and bodyzotlabs2017-11-221-12/+5
* article featurezotlabs2017-11-221-1/+21
* cleanup of upload_to_comments test; we actually don't care about the profile ...zotlabs2017-11-121-14/+8
* also disable uploading in comments if the channel permissionlimits for view_s...zotlabs2017-11-111-0/+3
* fix wrong variable in sprintf resulting in php warningMario Vavti2017-11-041-1/+1
* provide short localised summary for likes that will end up in displayed notif...zotlabs2017-11-031-0/+12
* redirect to be moderated items to /moderate and change the conv link to parte...Mario Vavti2017-10-191-1/+3
* provide sharing of cardszotlabs2017-09-051-0/+1
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-08-241-18/+1
|\
| * ditch discover tab in favour of the public stream appgit-marijus2017-08-241-18/+1
* | cards - change placeholdertext, separate from button textzotlabs2017-08-241-1/+5
* | make cards searchablezotlabs2017-08-241-1/+4
|/
* cards: make page load after comment postzotlabs2017-08-231-0/+6
* partial support (unfinished) for ajax loading cards with liveupdate; page sti...zotlabs2017-08-231-0/+9
* use two keys for the updated sortzotlabs2017-08-231-1/+3
* add new conv_sort optionzotlabs2017-08-231-0/+6
* several card enhancementszotlabs2017-08-231-1/+6
* cards featurezotlabs2017-08-231-2/+14
* issue with oembed of a shared item, which wraps in another share.zotlabs2017-08-201-2/+2
* prevent uploads to comments if the channel has a default private ACL.zotlabs2017-08-101-1/+14
* libxml errorszotlabs2017-08-091-1/+1
* consolidate disable_discover_tab config if it was not yet set to either 1 or ...git-marijus2017-08-061-4/+2
* auto preview when inserting a media item or embed into a post. Since this una...zotlabs2017-08-011-0/+2
* remove deprecated app parameter from conversation()zotlabs2017-06-201-2/+1
* allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-181-8/+14
* a slight tweak to author_is_pmable hook to make it usefulzotlabs2017-05-311-5/+5
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-261-0/+9
|\
| * When template "none" is used in a webpage layout, then the contents of the pa...Andrew Manning2017-04-231-0/+9
| * add 'author_is_pmable()' function with plugin hooks to control whether or not...zotlabs2017-03-311-2/+24
| * move db_upgrade to zlibzotlabs2017-03-311-103/+9
* | give the item_obscured flag a new lease on life by using it to designate thir...zotlabs2017-04-181-8/+0
* | add 'author_is_pmable()' function with plugin hooks to control whether or not...zotlabs2017-03-271-2/+24
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-251-23/+41
|\|
| * add icon, name and thumb to profile tabs. remove login app - we have login in...Mario Vavti2017-03-211-13/+27