aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadItem.php
Commit message (Collapse)AuthorAgeFilesLines
...
* support upload of files and attachments into comments. This has some ↵zotlabs2017-08-081-0/+1
| | | | repercussions when it comes to post permissions since the commenter will not know the distribution of the post. Basically the files will be uploaded with the commenter's default ACL. Most of the time this will do the right thing.
* auto preview when inserting a media item or embed into a post. Since this ↵zotlabs2017-08-011-0/+1
| | | | 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.
* more anon comment fixeszotlabs2017-06-201-1/+1
|
* prevent likes/dislikes/etc. from anon commenterszotlabs2017-06-201-4/+4
|
* allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-181-2/+6
|
* start deprecation of server_rolezotlabs2017-05-291-2/+0
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-251-7/+9
|\
| * many class fixes and revive shiny class for item titles in a new wayMario Vavti2017-03-131-5/+7
| |
| * many dropdown and class fixes. still a long way to go...Mario Vavti2017-03-121-2/+2
| |
* | move db_upgrade to zlibzotlabs2017-03-231-1/+0
|/
* make system.expire_delivery_reports default setting consistent (10 days)zotlabs2017-03-011-1/+1
|
* one more place to use chanlink_hash() instead of chanlink_url()Mario Vavti2017-02-231-1/+1
|
* use chanlink_hash() instead of chanlink_url() for $profile_linkMario Vavti2017-02-231-1/+1
|
* js errors with raw message-id, string updateHubzilla2017-01-201-1/+1
|
* 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
* more urlencoding of message-ids which are used in linksHubzilla2017-01-181-1/+1
|
* re-factor item_photo_menu - there is some room for future development, ↵zotlabs2016-12-181-0/+2
| | | | currently it was made compatible with minimal template changes
* move the rest of superblock out of corezotlabs2016-12-111-1/+1
|
* cleanup and re-organise the voting and attendance buttonszotlabs2016-11-071-0/+4
|
* Merge branch 'nulldate' into devredmatrix2016-09-261-1/+1
|\
| * null_date conversion; phase 1redmatrix2016-09-251-1/+1
| |
* | autoscroll to target post/comment when in single-thread mode; don't ↵redmatrix2016-09-251-0/+1
| | | | | | | | interfere with other modes; replaces using a named anchor with a url fragment to reach a particular place in the conversation when content is loaded with ajax.
* | subtle indicator of your own response verb activityredmatrix2016-09-251-0/+6
| |
* | more infrastructure for notification auto-scroll to commentredmatrix2016-09-241-2/+5
| |
* | the rest of the backend for supporting scroll-to-comment from notifications. ↵redmatrix2016-09-241-0/+3
|/ | | | We still need an ajax handler as fragments are evaluated before content is loaded.
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-311-1/+2
| | | | other roles.
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-1/+2
|
* regression - save bookmarks no longer present in item menuredmatrix2016-07-051-1/+1
|
* replace [+] and [-] with chevron iconsredmatrix2016-06-271-1/+1
|
* We need a laugh icon more than we need a cry icon.redmatrix2016-06-051-1/+1
|
* allow any (current) emoji to be displayed on any site, and provide a default ↵redmatrix2016-06-031-1/+11
| | | | list of reactions that can be over-ridden via configuration if a site doesn't like our choices or perhaps the ordering of our choices.
* turn emoji ability into a feature so that either a member or the site admin ↵redmatrix2016-06-031-0/+1
| | | | can disable it. Default is enabled.
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-201-0/+769
refactoring