192 Commits (ad5af8e123cb5c922f6af68356695a413df7f5d9)

Author SHA1 Message Date
Julian Lam 1df50ff855 updated topic viewing so that markAsRead marks any relevant notifications read (issue #219) 12 years ago
Julian Lam b8b6558f53 deleting and restoring posts and topics now update the corresponding RSS feeds
fixed #257
12 years ago
Baris Usakli e0cc35ba66 creating topics shows up in user profile too issue #220 12 years ago
Julian Lam 02a02fa64c updated getTopicWithPosts to use a start and end option, and fixed issue with RSS feed saving (issue #256) 12 years ago
psychobunny bb8f75b4be merged.. conflicted up the ass. registration looks gud again 12 years ago
Julian Lam 97641dbcda fixing teasers, that I broke in the last commit 12 years ago
Julian Lam 54fdbcd947 fixing broken category 12 years ago
Baris Usakli 59f4b6788a Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Usakli a317a4d689 closes #206 12 years ago
Julian Lam 0243e9c5be issue #214, preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous. 12 years ago
psychobunny 469a5221ed added postcount to topics return; started scrollspy behaviour for "postid / postcount" in topics. 12 years ago
psychobunny f251b9c6c5 Merge branch 'master' into bootstrap3 12 years ago
Baris Usakli dda429ab5d unread count shows total 12 years ago
Baris Soner Usakli 545069b069 closes #199 12 years ago
psychobunny 0f8aad52b2 updated all alert-error to alert-danger (wtf did BS3 need to change that?) 12 years ago
psychobunny a482d4db5f fixed /recent, /unread 12 years ago
Julian Lam 9bc12f28b4 fuck git 12 years ago
Baris Usakli c647793512 meta config changes, refactors 12 years ago
psychobunny f1547a7b1f added badge to header for unread topics count 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 c05f56d28c fix for category view when its empty 12 years ago
Baris Usakli 92d3559146 closes #176 12 years ago
Baris Soner Usakli 999e98e43d add label to banned users, dont hide their posts 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 0fef0aa582 disable load more users button if there is not more users, dont show mark all read in unread if user isnt logged in 12 years ago
Baris Usakli 1894d0a469 moved confings into redis 12 years ago
Baris Soner Usakli 46afbc0ba0 assorted config fixes 12 years ago
Baris Soner Usakli dd3b01dfed closes #144 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
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
Baris Usakli 0bd56196cf index topic titles too 12 years ago
Baris Soner Usakli f0759863e6 reindex all call 12 years ago
Baris Usakli 720dd9e960 scroll to posts 12 years ago
Baris Soner Usakli b46d81e3e4 removed console.log 12 years ago
Baris Soner Usakli 3273c0558b anon users always see topics as unread 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 Soner Usakli 811d2df728 moved getTopicsByTids and getLatestTopics to topics.js 12 years ago
Baris Soner Usakli b35ecd08ea use hasReadTopic 12 years ago
Baris Soner Usakli d32b130d40 added function for marking all topics read #140 12 years ago
Baris Soner Usakli cca83b9c5c bleh 12 years ago
Baris Soner Usakli 8947553ecd closes #117 12 years ago
Baris Soner Usakli 38aa5aa3e6 refactor to remove category_name and category_slug from topic hashes 12 years ago
Julian Lam 99ba792e6d changing all calls to marked to instead go through
PostTools.markdownToHTML
12 years ago
Baris Usakli 52110016c7 closes #107 12 years ago
Baris Soner Usakli e437b4df66 removed commented out code 12 years ago
Baris Soner Usakli 919efd4052 drag and drop image upload first pass 12 years ago
Baris Soner Usakli f7291631d8 when a post is restored update topic timestamp 12 years ago
Baris Usakli ff9990701b changed to async.eachSeries 12 years ago