Commit Graph

6858 Commits (39392672a27602a42d2e88b530faaf88466f99ad)
 

Author SHA1 Message Date
barisusakli 4736a68534 dont create term object on each call
psychobunny 9f0fff4434 closes
barisusakli c40355b816 removed debug
Julian Lam b5da0e515b upping mentions minver for 0.5.1
Julian Lam a5423aff16 getPidIndex callback if none specified
Julian Lam baf72249b6 made uid parameter optional in getPidIndex
Julian Lam 063d270f1a introducing "sort" querystring parameter in topic route, so that sorting can be overridden via query string.
barisusakli 298f14ad27 removed cluster from app.js
barisusakli 0f46051fcf Merge remote-tracking branch 'origin/cluster-loader' into cluster
barisusakli 5362863588 debug
barisusakli 2073d994fc limit topicsperpage postsPerPage to 20
barisusakli 6926552e66 load 50 topics in sitemap instead of all
barisusakli 1b58fb3104 Merge remote-tracking branch 'origin/0.5.1' into cluster
Julian Lam 58a73b52b5 work-in-progress commit to get cluster module working with loader.js
barisusakli 94d050fd4f removed helpers.done
barisusakli e00124007f testing 2
barisusakli cbe3b5b6dc testing
Julian Lam e6d0eede4f pruning empy notifications for daily emailer
barisusakli 4f48f1865f removed updateLastOnlineTime from every socket call
barisusakli 6b39e328f5 chat fix
barisusakli e495db3065 dont make a copy of chat message
Julian Lam c56a7bf475 Merge branch 'GAWMiners-feature/favourite-hook' into 0.5.1
Julian Lam 77475bb7a3 Merge branch 'feature/favourite-hook' of github.com:GAWMiners/NodeBB into GAWMiners-feature/favourite-hook
barisusakli 625766ba85 dont send typing notif on each keyup
Evan Lucas 440c78c949 match `object.action` nomenclature
Evan Lucas fb45aa92fd Add upvote hook
adhere to similar project style
barisusakli 26c0b097cf removed realtime update of anon count
barisusakli 74282ffeea removed another unnecessary socket call
Julian Lam a7736d1926 removed setTimeout when someone tries to log in with a non-existant username
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 761d59f5ec each limit on pushUnreadCount
barisusakli b8dfbdaff2 small optimization to online users
barisusakli 8b4c61241f query change
barisusakli 0c8c6632d9 create index on key value
barisusakli 487793e692 create index on score field
barisusakli 13bdd939e3 crash fix
barisusakli 619ca103c7 crash fix
barisusakli 1ed4c984bb Merge remote-tracking branch 'origin/master' into 0.5.1
barisusakli 0b79a73732 crash fix
if composer is opened in a topic that was deleted/purged
Barış Soner Uşaklı 43ca61de8c Update README.md
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 4edceb0f92 allowing /user to also work in addition to /users
Julian Lam caa9c8c157 more stuff using new returnTo behaviour
Julian Lam 08c9cbdf70 changing admin API calls to return 404 if unauthenticated, and redirect user to login for regular URL. closes