Commit Graph

3325 Commits (b7ee875b12f59b4fd6c40eba4503a327f55ea9bc)

Author SHA1 Message Date
barisusakli b7ee875b12 user.isOnline fix
wont hit db on every user socket connect or user disconnect
barisusakli 57e204df8e removed most of the debug
dont get more than 6 usernames for upvote tooltips
generatePostPaths wont check null pids
barisusakli 0ad42873d5 nasty
psychobunny 15052143d3 that preloader, will blow up your datacenter.
barisusakli 072db27a3c dont add more than 10
barisusakli 421d091828 optimizing browsing users
barisusakli 0dc780148a removed global room
socket.io already puts everyone into a room named ''
barisusakli a6f8bcd7be dont show new posts on popular
doesnt makse sense
barisusakli ff44819d6b add support to set parentCid to 0
barisusakli 7361aec709 update every 3 seconds
barisusakli 769d6ed57c removed console.log
barisusakli 2008bf28ff auto update user counts dont transmit all room data
barisusakli 9a908c1651 filter users who are already on dom
barisusakli 98f338b41c online count fixes for cluster
barisusakli 84d0e64361 fix topic move
barisusakli 6b39e328f5 chat fix
barisusakli e495db3065 dont make a copy of chat message
barisusakli 625766ba85 dont send typing notif on each keyup
barisusakli 26c0b097cf removed realtime update of anon count
barisusakli 74282ffeea removed another unnecessary socket call
barisusakli 171f02101d closes , closes
barisusakli ff46d1211d removed populateONline users
not sure why this was called inside updateBrowsingUsers
barisusakli 6672f17fc2 part 1 of online user fix
don't call getOnlineUsers when a single person comes online
barisusakli ae6d5e72f4 closes
barisusakli a252bf409c Merge remote-tracking branch 'origin/master' into 0.5.1
barisusakli 6c2ae0302d closes
Julian Lam fa2bf7c908 added disabled class back when form is submitting... aka clickspam handling
Julian Lam ff24339b38 added back error:no-user
Julian Lam 298d904d45 refactored login process to be a form submit instead of ajax-redirect, implemented error message parsing using req.flash
barisusakli 14fcd36134 closes
barisusakli 603cddc687 closes
barisusakli 6b286a8f07 fix, dont display duped topics on category view
barisusakli 197226eea6 closes
Julian Lam 1f06e4f5a2 added secret key bindings for admins to reload and restart their NodeBBs :shipit:
Julian Lam 063a4e5628 finished up UX integration for in-topic searching, added mousetrap lib to capture ctrl-F only in topic view, closed
Julian Lam 5d22806ded more topic searching work (working example, needs UX tie-in)
Julian Lam cc930e4042 Merge branch '0.5.1' into topic_searching
Conflicts:
	src/socket.io/topics.js
barisusakli 43432e8bbb Merge remote-tracking branch 'origin/master' into 0.5.1
psychobunny ad00c3cb50 updating font path
psychobunny 20da1b37a5 updating fontawesome, closes
barisusakli 94c765fa25 closes
barisusakli ba4b98de0e email and username checks on profile update
barisusakli ed294dd414 Merge remote-tracking branch 'origin/master' into 0.5.1
Julian Lam cd10248226 basic topic searching via search bar working
Julian Lam 347d7de25b an ajaxify.go 302 will pass callback and quiet arguments along as well now
barisusakli fdf19f9025 closes
barisusakli 8eecf59c47 closes
barisusakli 69ce425ae5 closes
Julian Lam 2d9ca83ae0 better error messaging when js fails to compile when reloading
psychobunny 4384958bf2 passwords can now contain spaces