gnu-social/lib/notices
Alexei Sorokin cbb83a9752 [NOTICES] Revert "We want the profile stream to be as raw as possible!"
There are only three possible visible notice verbs: POST, SHARE and DELETE.
What including all verbs does is it makes limiting (FETCH FIRST) unreliable as
the query will fetch invisible stuff (like favourites) and count it in, but
nothing will be displayed.
NoticeStream only allows POST and SHARE, so this effectively removes tombstones
from the profile page like in 78a111b57d
2021-07-16 19:44:37 +01:00
..
cachingnoticestream.php [NOTICES] Fix InboxNoticeStream caching 2021-07-16 19:44:37 +01:00
conversationnoticestream.php [FORMAT] Ran php-cs-fixer on the handlers of notice items and streams 2021-07-16 19:44:36 +01:00
distribqueuehandler.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
dofollowlistitem.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
filenoticestream.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
filteringnoticestream.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
fullthreadednoticelist.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
inboxnoticestream.php [NOTICES] Fix InboxNoticeStream caching 2021-07-16 19:44:37 +01:00
jsonsearchresultslist.php [CORE] Use monotonic time via hrtime() where applicable 2021-07-16 19:44:36 +01:00
listsnav.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
moderatednoticestream.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
networkpublicnoticestream.php Revert "FullNoticeStream selects all verbs" 2021-07-16 19:44:37 +01:00
noticeform.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
noticelist.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
noticelistactorsitem.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
noticelistitem.php [NOTICES] Add data-nosnippet attribute for notices by remote profiles 2021-07-16 19:44:36 +01:00
noticelistitemadapter.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
noticesaveexception.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
noticesection.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
noticestream.php [FORMAT] Ran php-cs-fixer on the handlers of notice items and streams 2021-07-16 19:44:36 +01:00
noticestreamaction.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
primarynoticelist.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
profilenoticestream.php [NOTICES] Revert "We want the profile stream to be as raw as possible!" 2021-07-16 19:44:37 +01:00
publicnoticestream.php Revert "FullNoticeStream selects all verbs" 2021-07-16 19:44:37 +01:00
replynoticestream.php [DATABASE] Use "<>" as an SQL non-equality sign 2021-07-16 19:44:35 +01:00
scopingnoticestream.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
sitestreamaction.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
taggedprofilenoticestream.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
tagnoticestream.php [CORE] Avoid materialisation in the TagNoticeStream query 2021-07-16 19:44:37 +01:00
threadednoticelist.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
threadednoticelistitem.php [FORMAT] Ran php-cs-fixer on the handlers of notice items and streams 2021-07-16 19:44:36 +01:00
threadednoticelistmoreitem.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
threadednoticelistsubitem.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
threadingnetworkpublicnoticestream.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
threadingnoticestream.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
threadingpublicnoticestream.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00