65 Commits (49267d54b7cca615f0cc9264620f9e0cd3830e65)

Author SHA1 Message Date
barisusakli 49267d54b7 topics unread tests 9 years ago
barisusakli fb47bf3889 unread/recent changes closes #4774 9 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 9 years ago
barisusakli 4ce8e2224a optimize topics.markTopicNotificationsRead
let's not call it once for each tid
9 years ago
barisusakli 4bbc8110a9 closes #4772 9 years ago
barisusakli 11d3834eb9 better filtering
if topic is followed but category ignored show it in unread
9 years ago
barisusakli bf2133ed7c topic watching 9 years ago
barisusakli 84a7b6690b closes #4434 9 years ago
barisusakli ec33a57f77 closes #3128 9 years ago
Ben Lubar 217f0c5652 Switch to a named filter for unread to allow future expansion.
Don't use the query string as it is not passed to infinite scroll.
9 years ago
Ben Lubar a61d947295 allow filtering /unread to only topics that have not yet been seen 9 years ago
pichalite 5f6a1a0acd complete fixes for #4144 9 years ago
barisusakli aa30973f0a fix params 10 years ago
barisusakli c28494724f filter dupes 10 years ago
barisusakli eb57276980 fix test 10 years ago
barisusakli c10b2fdb60 closes #4022 10 years ago
barisusakli 7ad90b4ef6 closes #2659 10 years ago
barisusakli 1ecf27417a removed commented out stuff removed topics.enter 10 years ago
barisusakli 5e5cafafd0 make one socket call to load unread counts 10 years ago
barisusakli 872080d832 dont mark read if topic is not in topics:recent 10 years ago
barisusakli 47cc1083df fix mark all read 10 years ago
barisusakli 81eeab42ed category filter on /unread 10 years ago
barisusakli b7b44e13b1 added privileges.topics.filterUids
if a topic is deleted and user doesn't have permissions/admin/mod dont
send notifs
10 years ago
cismous 68cf6833b7 remove unneeded argument 10 years ago
Barış Soner Uşaklı c7b5cd48ba closes #2773 10 years ago
barisusakli 83663cf46b removed unused require 10 years ago
barisusakli c33b369858 closes #2658 11 years ago
barisusakli 4b3aa26abd closes #2633 11 years ago
barisusakli 6b13a84d2f removed extra priv checks
-removed category check from recentreplies since pids are already
checked
-removed category check from topics/unread.js since topics are filtered
now
-added array checks to src/topics.js
11 years ago
barisusakli 545dbbf0df check err and tids 11 years ago
Julian Lam 20ea40133b added four new hooks: filter:categories.recent, filter:privileges.categories.get, filter:privileges.posts.filter, filter:privileges.topics.filter 11 years ago
barisusakli c56b9aafff closes #2289, replace Infinity with '+inf' 11 years ago
barisusakli 040d7b8424 limit unread to 100 tids 11 years ago
barisusakli 835c58d27d mark read after infinite scroll
dont mark read if already read
11 years ago
barisusakli 6aa53b8323 nextStart changes, fixed move topic notification text 11 years ago
barisusakli 2bc7007953 removed sendUnread function 11 years ago
barisusakli 5fc760c6c4 unread changes 11 years ago
barisusakli 998ed24589 check topic cid 11 years ago
barisusakli 21f65cbb6a crash fix 11 years ago
barisusakli 4de658e096 checks 11 years ago
barisusakli 0a936e5dd1 unreadTids 11 years ago
barisusakli 51eac70f67 fixed derp 11 years ago
barisusakli 32257c9b2f updateUnreadCount 11 years ago
barisusakli 493d0dea1e part 1 of notif refactor 11 years ago
barisusakli 01f983e29c markAsRead improvement
takes in an array of tids instead of marking topics read 1 by 1
same for the category.markAsRead function
11 years ago
psychobunny 099a04c1c8 disabling pushUnreadCount for now, perhaps this might be good on redis too? 11 years ago
psychobunny 07376c9a4c look for unread only for today 11 years ago
barisusakli 3f96532c3f disabled 2 calls 11 years ago
barisusakli 761d59f5ec each limit on pushUnreadCount 11 years ago
barisusakli 197226eea6 closes #1742 11 years ago