aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Collapse)AuthorAgeFilesLines
* just comment out is_edit_activity() call and add comments on why it is ↵Mario2020-04-121-0/+34
| | | | commented out
* function is_edit_activity() is obsoleteMario2020-04-121-26/+0
|
* remove voting from UI in favour of pollsMario2020-04-081-8/+0
|
* poll UI stringsMario2020-02-281-1/+4
|
* implement poll UI in jotMario2020-02-261-1/+3
|
* fix notifications for pollsMario2020-02-111-7/+18
|
* poll updateszotlabs2020-02-091-1/+5
|
* basic poll support and patch to not call System::get_platform_name() within ↵zotlabs2020-01-301-1/+3
| | | | t() unless needed. Polls probably need refining and have not yet been fully tested after porting
* more shortlocalize and bdi tagsMario2020-01-201-5/+9
|
* fix shortlocalizeMario2020-01-181-1/+1
|
* implement bdi tags via bbcode where possibleMario2020-01-181-2/+2
|
* deal with situations where we do not have an xchan_addr but only an xchan_urlMario2020-01-091-3/+3
|
* sse: template fixes, fix missing forum notifications and minor impovementsMario2019-11-291-0/+1
|
* sse: store the item mid plus reactions mids in data-mids and change ↵Mario2019-11-221-0/+3
| | | | functions accordingly
* Add filter hooks and the ability to add buttons to the default status editorDM42.Net (Matt Dent)2019-02-011-5/+14
|
* jot: show settings icon only to local profile ownerMario2018-10-031-1/+2
|
* Status editor hookM. Dent2018-09-291-1/+15
|
* implement conversation tools (settings/conversation), remove additional ↵Mario Vavti2018-09-271-0/+1
| | | | features from the settings menu and get rid of skill levels
* remove network_tabs() which has been deprecated and replaced by ↵Mario Vavti2018-09-131-113/+0
| | | | activity_{order, filters} widgets
* remove profile_tabs() which has been deprecated and replaced by channel_apps()Mario Vavti2018-09-131-200/+0
|
* fixes for search_item.tplMario Vavti2018-06-071-4/+6
|
* fixes for css fixMario Vavti2018-06-011-1/+1
|
* implement jot reset buttonMario Vavti2018-05-201-1/+5
|
* change the embed from albums hovertip as well to emphasise 'existing'zotlabs2018-05-091-1/+1
|
* Change hovertip on paperclip button to read 'Attach/Upload file' because a ↵zotlabs2018-05-091-1/+1
| | | | lot of people gravitate to 'insert photo from album' instead, looking for a way to upload into the post.
* thread_author_menu - add some more checks as to whether to show certain ↵zotlabs2018-05-091-9/+12
| | | | links. This should complete work on hubzilla issue #1052
* 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 ↵Mario Vavti2018-04-131-1/+1
| | | | getting too long.
* poll responses: start treating them as hidden activities now so that when ↵zotlabs2018-04-111-1/+1
| | | | this feature gets finished it will work flawlessly for versions greater than today.
* 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
| | | | | | | | up the call stack in prepare_page() which will usually refer to a local item.
* | 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 - ↵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
|