Commit Graph

164 Commits (50c34e4f336a826ca3b78047e221ad29143d0e93)

Author SHA1 Message Date
Baris Soner Usakli 50c34e4f33 added infinite scrolling to unread page, issue
Baris Soner Usakli 244801a0bf added infinite loading to recent page,
Baris Soner Usakli 1cc8214d16 infinite scrolling for topics in category view, changed how topics are stored in categories, using sorted sets instead of sets now, if you update to this commit run node app --upgrade to upgrade the redis schema,
Julian Lam 7251af56e3 refactored notifications library to mark all notifs read when the menu is
opened (closes )
Baris Soner Usakli 23fcdde25e removed console.log and commented out code
Baris Usakli 720dd9e960 scroll to posts
Baris Soner Usakli 3f6f4e347d change some socket calls to use the callback, when user changes their email if they are using a gravatar picture it will be updated too, fixed email updating
Julian Lam 235553eaf6 Merge branch 'plugins'
Conflicts:
	src/posts.js
Julian Lam 3578ce1925 admin panel integration completion + styling of admin panel plugins page
Julian Lam 777173d9f4 adding admin panel integration to plugins (issue )
Baris Soner Usakli 78f462e1e6 added a new section that only shows unread topics, added mark all read button, closes
Baris Usakli 19b570cdcf closes
Baris Usakli 472f40479e privacy page
Baris Soner Usakli 12d31517b0 removed console.log
Baris Soner Usakli 08e3eac008 closes
Julian Lam 42d1cade23 fixing websockets crash on server restart
Julian Lam 24c235e360 fixed - regression caused by removal of 'connect' package
Julian Lam b5ecb9a762 removing dependency on package 'connect'
Baris Soner Usakli e7c9079449 anons cant follow, hide follow button if not logged in
Baris Usakli 676765278e closes
Baris Soner Usakli 919efd4052 drag and drop image upload first pass
Baris Soner Usakli 65029ae169 content length changes
Julian Lam 6e91810231 introduction of theme engine parsing (themes go in /public/themes!)
Baris Usakli 2bb4aab6ac changes to online users code
Baris Usakli 8d21d4f998 closes
Julian Lam 145898c3ba using nconf to manage config file now (issue )
Baris Soner Usakli 28b113c09f Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli 61cc0853db browsing thread changes to use sessions
Julian Lam 561ff38e5a if every post gets deleted in a topic, then the topic deletes itself also
Baris Soner Usakli 910e9d6ee0 closes
Baris Soner Usakli 62ef925fd3 removed graph/picture, closes
Baris Usakli 93653e88df changed most of the ajax calls to use sockets
Baris Usakli 8f2a0014b3 closes
Baris Usakli 1d39b08195 password change, closes
Baris Soner Usakli ac04bef26e live tiles on home page, ninjaed from andrew might need to randomize starting times, can be disabled by removing the slider class from the div, maybe this should be a setting in admin/categories
Baris Soner Usakli 8f4848cc69 userList function for active users, moved it to server side too
Baris Soner Usakli f2d7f856aa async.each in user.js
Baris Usakli e24606ff73 fixed quoting
Baris Usakli 0c77db1f22 fixed editing
Baris Usakli 98013536d1 more fixes
Baris Soner Usakli c1484afab7 more fixes
Baris Usakli 1a992b7147 first batch of changes
Baris Soner Usakli c571a73a8b closes
Baris Usakli aecffecdf1 footer shows total topic post count
Julian Lam 5f5b30eae8 hotfixing notif spam on chat
Julian Lam 97f87ee003 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam 936a284397 enabling infinite post loader (re: issue ), fixes
Julian Lam 9df0b39a5d started integrating infinite post loading for topic view (re: issue )
Baris Usakli c870e8bbf3 testing user search in admin panel
Baris Usakli 746faa9488 delete user button in admin/users. the latest/top posters and most reputation sorting is working now in admin/users