Commit Graph

77 Commits

Author SHA1 Message Date
Baris Usakli
929282a2f7 ban users, closes #125, banning a user hides all posts topics of a user and their profile page becomes inaccessible 2013-08-14 13:32:07 -04:00
Baris Usakli
dceec0ce46 more winston, issue #62 2013-08-13 16:00:24 -04:00
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
2013-08-11 16:12:20 -04:00
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 2013-08-09 20:03:19 -04:00
Baris Usakli
0bd56196cf index topic titles too 2013-08-08 11:40:31 -04:00
Baris Soner Usakli
38aa5aa3e6 refactor to remove category_name and category_slug from topic hashes 2013-07-22 16:47:41 -04:00
Baris Usakli
52110016c7 closes #107 2013-07-22 12:07:05 -04:00
Julian Lam
561ff38e5a if every post gets deleted in a topic, then the topic deletes itself also 2013-07-15 15:25:31 -04:00
Julian Lam
87aec422e9 moved get_last_undeleted_pid to threadTools.js 2013-07-15 15:08:54 -04:00
Julian Lam
31f8be8a0a updating topics.getTeaser and get_last_undeleted_pid to return err first, and handled methods that called it 2013-07-15 15:03:42 -04:00
Julian Lam
d1bc8b5d91 fixing issue where NodeBB hangs if a non-existant topic was requested 2013-07-05 16:44:11 -04:00
Baris Soner Usakli
ed99f2671e fixed a bug that made topics invisible to users, also closes #47 2013-07-04 13:29:29 -04:00
Baris Usakli
d26f195a6c fixed thread move 2013-07-03 14:42:50 -04:00
Baris Usakli
b9312bb7a5 fixed topic unlock 2013-07-03 14:36:52 -04:00
Baris Usakli
0c77db1f22 fixed editing 2013-07-03 13:54:47 -04:00
Baris Usakli
50078d7395 fixes in posttools and thread tools for hashes 2013-07-03 13:08:32 -04:00
Baris Usakli
9c3046b89b more fixes 2013-07-03 12:21:24 -04:00
Baris Usakli
98013536d1 more fixes 2013-07-03 12:14:20 -04:00
Baris Soner Usakli
fabb55426c more work: 2013-07-02 19:02:23 -04:00
Baris Usakli
d3a190d74e username to userslug change 2013-06-24 14:33:53 -04:00
Julian Lam
32eba62ef6 developed during a merge... I am going to hell for this.
- also new topics tab in admin panel
2013-06-20 16:19:17 -04:00
Julian Lam
89effc5454 auto-subscribing a user to any topic that they create 2013-06-07 14:41:21 -04:00
Julian Lam
882b9a917f ability for users to now follow/subscribe to threads 2013-06-06 20:39:45 -04:00
Julian Lam
88bf9425db install script + patching up integration with install wizard 2013-05-27 14:02:57 -04:00
psychobunny
a02a74604c moved CategoriesAdmin into its own file, hid popular/active, some jslinting + cleanup, renamed some fn calls to be more descriptive 2013-05-24 11:18:28 -04:00
psychobunny
deaf8105cc renamed get category to get categories 2013-05-24 08:34:13 -04:00
psychobunny
a9672ab9d8 begin refactor of posts/topics + pagination + cleanup + async 2013-05-23 12:52:16 -04:00