Julian Lam
|
2366e2b209
|
refactored get_latest_undeleted_pid to not blindly call getPostsByTid in
order to determine post deletion. (issue #320)
|
11 years ago |
Julian Lam
|
2b7fd3c9d1
|
interim commit
|
11 years ago |
psychobunny
|
64b071f277
|
nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
|
12 years ago |
psychobunny
|
aea3181d27
|
formatting - server side core
|
12 years ago |
Baris Usakli
|
ae6f9fc87c
|
changed notifications to use relative path
|
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
|
860a83ba90
|
closed #212
|
12 years ago |
Baris Usakli
|
dda429ab5d
|
unread count shows total
|
12 years ago |
Baris Soner Usakli
|
545069b069
|
closes #199
|
12 years ago |
Julian Lam
|
9bc12f28b4
|
fuck git
|
12 years ago |
Baris Usakli
|
c647793512
|
meta config changes, refactors
|
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
|
dceec0ce46
|
more winston, issue #62
|
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
|
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
|
38aa5aa3e6
|
refactor to remove category_name and category_slug from topic hashes
|
12 years ago |
Baris Usakli
|
52110016c7
|
closes #107
|
12 years ago |
Julian Lam
|
561ff38e5a
|
if every post gets deleted in a topic, then the topic deletes itself also
|
12 years ago |
Julian Lam
|
87aec422e9
|
moved get_last_undeleted_pid to threadTools.js
|
12 years ago |
Julian Lam
|
31f8be8a0a
|
updating topics.getTeaser and get_last_undeleted_pid to return err first, and handled methods that called it
|
12 years ago |
Julian Lam
|
d1bc8b5d91
|
fixing issue where NodeBB hangs if a non-existant topic was requested
|
12 years ago |
Baris Soner Usakli
|
ed99f2671e
|
fixed a bug that made topics invisible to users, also closes #47
|
12 years ago |
Baris Usakli
|
d26f195a6c
|
fixed thread move
|
12 years ago |
Baris Usakli
|
b9312bb7a5
|
fixed topic unlock
|
12 years ago |
Baris Usakli
|
0c77db1f22
|
fixed editing
|
12 years ago |
Baris Usakli
|
50078d7395
|
fixes in posttools and thread tools for hashes
|
12 years ago |
Baris Usakli
|
9c3046b89b
|
more fixes
|
12 years ago |
Baris Usakli
|
98013536d1
|
more fixes
|
12 years ago |
Baris Soner Usakli
|
fabb55426c
|
more work:
|
12 years ago |
Baris Usakli
|
d3a190d74e
|
username to userslug change
|
12 years ago |
Julian Lam
|
32eba62ef6
|
developed during a merge... I am going to hell for this.
- also new topics tab in admin panel
|
12 years ago |
Julian Lam
|
89effc5454
|
auto-subscribing a user to any topic that they create
|
12 years ago |
Julian Lam
|
882b9a917f
|
ability for users to now follow/subscribe to threads
|
12 years ago |
Julian Lam
|
88bf9425db
|
install script + patching up integration with install wizard
|
12 years ago |
psychobunny
|
a02a74604c
|
moved CategoriesAdmin into its own file, hid popular/active, some jslinting + cleanup, renamed some fn calls to be more descriptive
|
12 years ago |
psychobunny
|
deaf8105cc
|
renamed get category to get categories
|
12 years ago |
psychobunny
|
a9672ab9d8
|
begin refactor of posts/topics + pagination + cleanup + async
|
12 years ago |