aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Messages.php
Commit message (Collapse)AuthorAgeFilesLines
* store the original announce actor (the one that pushed the item into our ↵Mario2024-01-221-0/+3
| | | | stream first) in source_xchan instead of owner_xchan. this way we will preserve the real owner for the thread and not have conflicts when dealing with deletes of comments or likes
* ignore internal follow activityMario2023-07-191-2/+4
|
* look for owner instead of author - this way we will also catch the via postsMario2023-02-221-1/+1
|
* implement hq widget author image and notifications updatesMario2023-02-121-1/+3
|
* fix more hubloc confusion, implement hq widget author filter and some ↵Mario2023-02-091-3/+19
| | | | autocomplete fixes
* fix undefined varable warningMario2023-01-281-1/+2
|
* filter approvalsMario2022-12-271-1/+4
|
* fix subquery in hq widget and order by hubloc_id desc in handle_tag() to ↵Mario2022-12-261-3/+5
| | | | make sure we get the most recent entry when using privacy tags
* bring back poll and delivery intervalMario2022-12-121-3/+4
|
* adjust the query to work with postgresMario2022-11-301-13/+13
|
* fetch the unseen count in a subquery instead of a separate query and rename ↵Mario2022-11-301-12/+6
| | | | array key
* the blue dots were slightly too bold.Mario2022-11-221-1/+1
|
* hq widget: use distinct classes for seen and unseen thread items countMario2022-11-181-1/+13
|
* hq widget: implement thread unseen items countMario2022-11-181-2/+12
|
* set hubloc_connected in mod fhublocs otherwise the hublocs might be removed ↵Mario Vavti2022-11-021-1/+1
| | | | by prune_hub_reinstalls()
* fix php warningsMario2022-10-121-0/+2
|
* fix hq widget displaying superblocked itemsMario2022-09-291-0/+13
|
* fix random php warningsMario2022-09-071-10/+7
|
* oembed: implement a max oembed size which defaults to 1MB and do not try to ↵Mario2022-06-031-1/+1
| | | | oembed text previews
* merge branch pdledit_gui into dev - many widgets still miss their ↵Mario2022-02-201-0/+8
| | | | description and requirements (this is work in progress)
* php8 warningsMario2022-02-131-4/+4
|
* typoMario2022-02-111-1/+1
|
* minor restructure to omit php 8.1 deprecation warningMario2022-02-111-3/+10
|
* merge branch perms_ng into devMario2021-12-151-1/+1
|
* messages widget: show user-plus icon for connection requestsMario2021-10-101-1/+1
|
* remove hz_syslog and deal with intro notifications in the messages widgetMario2021-10-081-1/+1
|
* dismiss deleted xchans in queryMario2021-09-251-2/+1
|
* Ãfix wrong variable name and streamline icon with unseen notifications iconMario2021-09-231-1/+1
|
* make sure entries is initializedMario2021-09-231-0/+2
|
* add notices tab to HQ widgetMario2021-09-231-1/+52
|
* fix a regression in regard to unified session page load times intoduced in 6.0Mario Vavti2021-07-161-1/+3
|
* fix variable nameMario2021-06-291-1/+1
|
* versionMario2021-06-291-1/+1
|
* an attempt to improve the query for direct messages on some systems with ↵Mario2021-06-291-1/+5
| | | | hopefully no bad side-effect for others
* if there are no messages display that there are no messagesMario Vavti2021-06-231-6/+3
|
* bbcode: add option to drop media contentMario2021-06-181-1/+1
|
* just use ... as preview if we could not wind anything usefulMario2021-06-171-1/+1
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-171-0/+181
messages and starred messages if the feature is enabled