aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Collapse)AuthorAgeFilesLines
* process follow from article menu in the background, do not reload page - ↵zotlabs2018-03-021-3/+3
| | | | hubzilla issue #987
* provide option to block the public stream unless authenticated, since there ↵zotlabs2018-02-141-1/+1
| | | | could be legal issues with unmoderated content
* 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
| | | | owner. We only care that we're logged in locally and our storage is public by default.
* also disable uploading in comments if the channel permissionlimits for ↵zotlabs2017-11-111-0/+3
| | | | view_storage aren't PERMS_PUBLIC.
* 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 ↵zotlabs2017-11-031-0/+12
| | | | notifications
* redirect to be moderated items to /moderate and change the conv link to ↵Mario Vavti2017-10-191-1/+3
| | | | partent mid in /modrate
* 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 ↵zotlabs2017-08-231-0/+9
| | | | still functions even though this isn't finished
* 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
| | | | 0 in DB
* auto preview when inserting a media item or embed into a post. Since this ↵zotlabs2017-08-011-0/+2
| | | | unanticipated action could be alarming (some might think the post was actually submitted), also provide a visible preview indicator within the previewed content. Remove the css for the old striped background image which hasn't been available for previewed content for a year or two.
* 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 ↵Andrew Manning2017-04-231-0/+9
| | | | | | | | page should be the sole output, with no other code before or after the page element content.
| * add 'author_is_pmable()' function with plugin hooks to control whether or ↵zotlabs2017-03-311-2/+24
| | | | | | | | not to display a 'send mail' link in the thread author menu.
| * move db_upgrade to zlibzotlabs2017-03-311-103/+9
| |
* | give the item_obscured flag a new lease on life by using it to designate ↵zotlabs2017-04-181-8/+0
| | | | | | | | third party client-side e2ee or binary content which can only be downloaded and not viewed directly on the web (as a side effect this also allows binary files to be submitted as activities/content). The content display is suppressed and replaced with a download button. This is unfinished but harmless to backport while work is in progress unless told otherwise. Future development will take care of the remaining loose ends.
* | add 'author_is_pmable()' function with plugin hooks to control whether or ↵zotlabs2017-03-271-2/+24
| | | | | | | | not to display a 'send mail' link in the thread author menu.
* | 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 ↵Mario Vavti2017-03-211-13/+27
| | | | | | | | in the panel now.
| * move profile tabs to app-trayMario Vavti2017-03-201-1/+1
| |
| * since we have the app bin we do not actually need the profile tabs for ourselfMario Vavti2017-03-201-0/+3
| |
| * open like-modal directly if more than 10 likesMario Vavti2017-03-191-7/+3
| |
| * bs4 fixesMario Vavti2017-03-181-1/+1
| |
| * fix item_list and item_search templates. make item filer use a bootdtrap ↵Mario Vavti2017-03-171-1/+6
| | | | | | | | modal and some css and class fixes
| * many dropdown and class fixes. still a long way to go...Mario Vavti2017-03-121-2/+2
| |
* | move db_upgrade to zlibzotlabs2017-03-231-103/+9
|/
* yet one more place to use chanlink_hash() instead of chanlink_url()Mario Vavti2017-02-231-2/+2
|
* add gen_link_id() function to selectively encode/decode the message-id ↵Hubzilla2017-01-191-1/+1
| | | | component of /display/ links for message-ids that contain troublesome characters
* urlencode the message-id component of generated /display/ links; in most ↵Hubzilla2017-01-181-1/+1
| | | | cases this will be a no-op, unless the message-id is a url of some kind from a different provider.