aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Expand)AuthorAgeFilesLines
* add gen_link_id() function to selectively encode/decode the message-id compon...Hubzilla2017-01-191-1/+1
* urlencode the message-id component of generated /display/ links; in most case...Hubzilla2017-01-181-1/+1
* issue #639, voting setting is lost after post is edited (also the disabling o...zotlabs2017-01-051-2/+2
* show webpages link to visitors if a 'home' page exists. This means the nav me...zotlabs2016-12-251-4/+19
* call zidify_links() when formatting bbcode for internal consumptionzotlabs2016-12-191-2/+2
* re-factor item_photo_menu - there is some room for future development, curren...zotlabs2016-12-181-1/+165
* move the rest of superblock out of corezotlabs2016-12-111-47/+13
* superblock issue + string updatezotlabs2016-12-091-2/+2
* zot 1.2zotlabs2016-11-301-1/+1
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-11-221-1/+1
|\
| * use plural since we can have more than one wikiMario Vavti2016-11-221-1/+1
* | zot: specify crypto methodzotlabs2016-11-201-1/+1
|/
* use item from DB for return valuezotlabs2016-11-161-1/+0
* send "hidden" edit activities to networks which don't support edits themselveszotlabs2016-10-251-3/+4
* put all dns checking into one function, allow it to be ignoredzotlabs2016-10-251-2/+2
* first cut at edit activitieszotlabs2016-10-251-4/+20
* discover tab showing on network page using fresh site with no settings (it is...zotlabs2016-10-191-1/+5
* when translating like activities, we're distinguishing comments from posts by...zotlabs2016-10-181-1/+1
* more backquotes - this should take care of most except for the array import q...zotlabs2016-10-091-2/+2
* Merge branch 'nulldate' into devredmatrix2016-09-261-1/+1
|\
| * null_date conversion; phase 1redmatrix2016-09-251-1/+1
* | missing categories in preview moderedmatrix2016-09-261-4/+2
* | subtle indicator of your own response verb activityredmatrix2016-09-251-0/+3
|/
* illegal offset errors in include/conversation:status_editor() when no permiss...redmatrix2016-09-081-0/+4
* fix bookmarks in devredmatrix2016-09-081-1/+1
* provide techlevels in the pro server role. Should have no visible effect on o...redmatrix2016-08-311-1/+3
* ratings are gone. They can be enabled, but there is no UI for doing so at thi...redmatrix2016-08-251-5/+2
* move jotnets to jot and some cleanup (mostly whitespace)Mario Vavti2016-08-211-2/+8
* Change text for submenu on small screens to be static toggle statementAndrew Manning2016-08-141-0/+1
* Replace hardcoded button title in javascript to translatable textAndrew Manning2016-08-141-0/+2
* Added a disable comments setting to the "Additional features" settings with a...Andrew Manning2016-08-141-0/+7
* bad code formatredmatrix2016-08-091-0/+1
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-1/+1
* multi acl: port eventsMario Vavti2016-08-031-2/+0
* multiple acl workMario Vavti2016-08-031-0/+6
* deprecate/remove json_decode_plusredmatrix2016-07-131-3/+3
* provide wiki as a feature (default is on so there aren't any surprises) and a...redmatrix2016-06-291-5/+11
* some work to provide propagation and honouring of the item_notshown flag.redmatrix2016-06-131-2/+5
* Stashing changes. Not a functional state.Andrew Manning2016-06-091-0/+12
* the rest of the schema updates - WARNING: some third party plugins may fail; ...redmatrix2016-06-011-8/+8
* code cleanupredmatrix2016-05-241-5/+3
* move chatroom stuff to zlibredmatrix2016-05-221-2/+1
* renamed include files identity.php (channel.php) and Contact.php (connections...redmatrix2016-05-221-2/+1
* rework the conversation object stuff at a high level - still needs a bit of r...redmatrix2016-05-201-5/+2
* if we do not have a layout $layout should be empty not defaultMario Vavti2016-05-091-1/+1
* remove unused code and whitespaceMario Vavti2016-05-091-10/+0
* make editwebpage use status_editor() and fix storing of layout on webpage cre...Mario Vavti2016-05-091-2/+11
* make editblock use status_editor()Mario Vavti2016-05-071-14/+11
* make weblink and attach button hideable and some minor fixesMario Vavti2016-05-011-2/+10
* Merge pull request #362 from Treer/fontawesomeredmatrix2016-05-011-1/+1
|\