barisusakli
cbedc762fd
no rooms.enter for anons check tid on topic enter
10 years ago
barisusakli
c5ba327d8f
fix empty pages
10 years ago
barisusakli
c74370bfb1
removed recent/day week month
...
it starts with most recent 20 topics now and goes back instead of
showing empty if there are no new replies in the past 24 hours
10 years ago
barisusakli
55a5d56989
fixed view count for guests
11 years ago
barisusakli
d2334fbb4a
dont search empty string, get 20 tags instead of 10
11 years ago
barisusakli
b5fb7691cd
optimize getUnreadByField
...
only get the most recent 100 notifications
dont call UserNotifications.getNotifications which does alot more work,
call the db directly
11 years ago
Spiritlebon
2b15de63c0
checked number before parseInt
11 years ago
Spiritlebon
35fc175ff6
Lint fix
11 years ago
barisusakli
142ffc2920
fixed other post
11 years ago
barisusakli
0d95089bfe
send array of posts
11 years ago
barisusakli
5f55cc947c
watch unwatch
...
update on toggle, moved isFollowing to api return and template
11 years ago
barisusakli
4de658e096
checks
11 years ago
psychobunny
251351e245
forgot to require plugins
11 years ago
psychobunny
efe11a63a3
woops, wrong property name
11 years ago
psychobunny
9e7f929029
updated filter:sockets.sendNewPostToUids and added type
11 years ago
barisusakli
0a936e5dd1
unreadTids
11 years ago
barisusakli
32257c9b2f
updateUnreadCount
11 years ago
barisusakli
82e721e854
send new post/topic to users who can read it
11 years ago
barisusakli
b3d9db10f2
notification fixes
...
made post notifications unique per post so they dont overwrite other
types.
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
barisusakli
242721c73f
using websockets
11 years ago
barisusakli
6cd84ebe81
removed parseInt from sorts
11 years ago
barisusakli
421d091828
optimizing browsing users
11 years ago
barisusakli
9fac18c4b6
derp
11 years ago
barisusakli
c62f251afc
added index and fixed vote button in infinite scroll
11 years ago
Julian Lam
cc930e4042
Merge branch '0.5.1' into topic_searching
...
Conflicts:
src/socket.io/topics.js
11 years ago
barisusakli
94c765fa25
closes #1996
11 years ago
Julian Lam
5d32073f2c
Merge branch '0.5.1' into topic_searching
11 years ago
barisusakli
ca90afd544
#1992
...
(drunk) not even done yet
11 years ago
barisusakli
ac43ff3c3d
closes #1970
11 years ago
barisusakli
59d4d2880f
fixed markAsUnreadForAll permissions
11 years ago
barisusakli
90ac399f6d
fix topics.loadMore so it checks read permission
11 years ago
barisusakli
5ce0ebb4ac
single socket call on topic enter
11 years ago
barisusakli
e420ee5fb6
privilege fix for single category check
11 years ago
barisusakli
c6c23aad5e
eachLimit on move all topics
11 years ago
Julian Lam
8296dc5630
beginning topic searching + new hook
11 years ago
psychobunny
b604a4961c
thanks @barisusakli
11 years ago
psychobunny
788b16fa62
adding uid to the topic hooks, so plugins can know the user that did the action
11 years ago
psychobunny
d78fdb1520
more confusing, works perfectably
11 years ago
psychobunny
a67e0ea3c2
less confusing
11 years ago
barisusakli
2c890ad609
moved pushUnreadCount
11 years ago
barisusakli
6d8cc5648c
some tag hooks/filters
11 years ago
barisusakli
9fbd535b79
fixes vote buttons on infinite scroll and new posts
11 years ago
barisusakli
a9e5e82431
closes #1758
11 years ago
barisusakli
bd4722665d
closes #1725
...
removed move button from main post, disable moving main post, fixed
moving posts.
11 years ago
barisusakli
a4d4e53f45
speed up category purge
...
using eachLimit
dont emit stats on every topic delete
11 years ago
barisusakli
311a7ad5b9
#1281 topic purge
11 years ago
barisusakli
7610c11cd1
closes #450
...
backup database before upgrade!
upgrade script will take the first post of each topic and set the
`mainPid` property on the topic. then it will remove that pid from the
sorted sets for that topic, this was done to make alternative sorting
work.
added a new sorted set called `tid:<id>:posts:votes` that is used to
sort topic posts by vote count, the original sorted set `tid:<id>:posts`
is used to sort by oldest first or newest first.
the main post is added to the returned posts array on topic load and is
always at the top.
theme changes are minimal just a few new data properties on the posts
and the sorting dropdown.
hopefully didn't miss anything too critical.
11 years ago
psychobunny
b2b76f701d
woops, okay actually fixing it properly this time
11 years ago