180 Commits (33a69abece06e792212a052f4d70b73ef3c05fe4)

Author SHA1 Message Date
psychobunny 0f8aad52b2 updated all alert-error to alert-danger (wtf did BS3 need to change that?) 12 years ago
Baris Usakli c647793512 meta config changes, refactors 12 years ago
Baris Soner Usakli f2b138510e removed console.log 12 years ago
Baris Soner Usakli 1c95ef4060 fix for infinite scroll crashing, issue #187 12 years ago
psychobunny 746fa93c80 added API call for total unread topics; moved unread notification parsing to client side
also fixed a bug where the new notification icon glow would disappear on
page refresh even if there were existing notifications.
12 years ago
Baris Usakli c70c67394a closes #171 12 years ago
Baris Soner Usakli f83be710a0 closes #172, #173, #174 12 years ago
Baris Soner Usakli 999e98e43d add label to banned users, dont hide their posts 12 years ago
Baris Usakli 9ad82f4907 dont filter banned when searching if user is admin 12 years ago
Baris Usakli 929282a2f7 ban users, closes #125, banning a user hides all posts topics of a user and their profile page becomes inaccessible 12 years ago
Baris Usakli dceec0ce46 more winston, issue #62 12 years ago
Baris Soner Usakli 46afbc0ba0 assorted config fixes 12 years ago
Baris Soner Usakli ded0200355 upgraded userlist to 3 sorted sets, run node app -upgrade after updating to this commit, added infinite scrolling to all user pages, added ops per second to redis page, changed the percentage to 90% for infinite scrolling to kick in 12 years ago
Julian Lam e8f1d645fe closed #160
new build_title function to be called via socket

also added categories.getCategoryField and refactored all calls to
getTopicField to be error-first
12 years ago
Julian Lam 04d94a7462 turns out it was working as intended(tm)
closed #158
12 years ago
Julian Lam 272806a25d closed #159 - issue where theme listing would hang if a theme folder did
not contain theme.json

Also refactored theme socket event a bit
12 years ago
Baris Soner Usakli 50c34e4f33 added infinite scrolling to unread page, issue #141 12 years ago
Baris Soner Usakli 244801a0bf added infinite loading to recent page, #141 12 years ago
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, #141 12 years ago
Julian Lam 7251af56e3 refactored notifications library to mark all notifs read when the menu is
opened (closes #134)
12 years ago
Baris Soner Usakli 23fcdde25e removed console.log and commented out code 12 years ago
Baris Usakli 720dd9e960 scroll to posts 12 years ago
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 12 years ago
Julian Lam 235553eaf6 Merge branch 'plugins'
Conflicts:
	src/posts.js
12 years ago
Julian Lam 3578ce1925 admin panel integration completion + styling of admin panel plugins page 12 years ago
Julian Lam 777173d9f4 adding admin panel integration to plugins (issue #143) 12 years ago
Baris Soner Usakli 78f462e1e6 added a new section that only shows unread topics, added mark all read button, closes #140 12 years ago
Baris Usakli 19b570cdcf closes #122 12 years ago
Baris Usakli 472f40479e privacy page 12 years ago
Baris Soner Usakli 12d31517b0 removed console.log 12 years ago
Baris Soner Usakli 08e3eac008 closes #120 12 years ago
Julian Lam 42d1cade23 fixing websockets crash on server restart 12 years ago
Julian Lam 24c235e360 fixed #128 - regression caused by removal of 'connect' package 12 years ago
Julian Lam b5ecb9a762 removing dependency on package 'connect' 12 years ago
Baris Soner Usakli e7c9079449 anons cant follow, hide follow button if not logged in 12 years ago
Baris Usakli 676765278e closes #111 12 years ago
Baris Soner Usakli 919efd4052 drag and drop image upload first pass 12 years ago
Baris Soner Usakli 65029ae169 content length changes 12 years ago
Julian Lam 6e91810231 introduction of theme engine parsing (themes go in /public/themes!) 12 years ago
Baris Usakli 2bb4aab6ac changes to online users code 12 years ago
Baris Usakli 8d21d4f998 closes #91 12 years ago
Julian Lam 145898c3ba using nconf to manage config file now (issue #24) 12 years ago
Baris Soner Usakli 28b113c09f Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Soner Usakli 61cc0853db browsing thread changes to use sessions 12 years ago
Julian Lam 561ff38e5a if every post gets deleted in a topic, then the topic deletes itself also 12 years ago
Baris Soner Usakli 910e9d6ee0 closes #73 12 years ago
Baris Soner Usakli 62ef925fd3 removed graph/picture, closes #72 12 years ago
Baris Usakli 93653e88df changed most of the ajax calls to use sockets 12 years ago
Baris Usakli 8f2a0014b3 closes #70 12 years ago
Baris Usakli 1d39b08195 password change, closes #66 12 years ago