Baris Usakli
|
7c1b6d6ad2
|
lots of refactor for error handling
|
11 years ago |
Baris Usakli
|
1ec6726459
|
template changes to recent and unread
|
11 years ago |
Baris Usakli
|
a21d91d870
|
closes #476
|
11 years ago |
Baris Usakli
|
f946918176
|
fixed anon images in topic view, anon users arent added to active users for a category
|
11 years ago |
Baris Usakli
|
549017d035
|
cleaned up getCategories
|
11 years ago |
Baris Soner Usakli
|
ab1015b11e
|
#433
|
11 years ago |
Julian Lam
|
55e990f71d
|
fixes #433 - looks like someone removed the code that floated pinned
topics to the top...
|
11 years ago |
Baris Usakli
|
98b97b9898
|
added callback to hmset in category.create
|
11 years ago |
Baris Usakli
|
41cf7c6814
|
added commas after some requires, added missing plugins require to categories
|
11 years ago |
psychobunny
|
ca9c468edd
|
plugins - filter:category.build_sidebars allows plugins to generate custom sidebar content
|
11 years ago |
Julian Lam
|
5d48ed5fb4
|
using map instead of eachSeries to load categories for /home. Error
handling.
|
11 years ago |
Baris Soner Usakli
|
afa078d00c
|
closes #288
|
11 years ago |
Baris Usakli
|
27cb837b08
|
closes #303
|
12 years ago |
psychobunny
|
fd32d75d3b
|
jshinted categories.js
|
12 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 |
psychobunny
|
84afffc761
|
categories.js jshinted
|
12 years ago |
Baris Usakli
|
916150de01
|
closes #228
|
12 years ago |
Baris Usakli
|
efa8717fc5
|
getMultipleUserFields returns err now
|
12 years ago |
Baris Usakli
|
599789634a
|
closes #227
|
12 years ago |
psychobunny
|
bb8f75b4be
|
merged.. conflicted up the ass. registration looks gud again
|
12 years ago |
Baris Usakli
|
a317a4d689
|
closes #206
|
12 years ago |
psychobunny
|
9e4a3905a0
|
moved most span12 and span9 over to BS3; img-polaroid to img-thumbnail
|
12 years ago |
Baris Usakli
|
1e66116e1d
|
closes #181
|
12 years ago |
Baris Usakli
|
c70c67394a
|
closes #171
|
12 years ago |
Baris Soner Usakli
|
999e98e43d
|
add label to banned users, dont hide their posts
|
12 years ago |
Baris Usakli
|
74af205426
|
banned users cant login, show error messages on failed logins
|
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
|
6e17ff7981
|
added winston, added wrapper for winston.error until they fix it, 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
|
e979d1bf0d
|
fixed home loading
|
12 years ago |
Baris Soner Usakli
|
811d2df728
|
moved getTopicsByTids and getLatestTopics to topics.js
|
12 years ago |
Baris Soner Usakli
|
57a4741e9e
|
show message if there are not recent topics
|
12 years ago |
Baris Soner Usakli
|
23598361b8
|
closes #139
|
12 years ago |
Baris Soner Usakli
|
3f8b3894d8
|
C:/Program Files (x86)/Git/recent shows only the last 24 hours
|
12 years ago |
Julian Lam
|
cc1cc7cae4
|
first pass at meta tag construction abstraction (issue #116). Also addressed issue #118
|
12 years ago |
Baris Soner Usakli
|
bf6a38904a
|
skip loading a topic if cant load its data
|
12 years ago |
Baris Soner Usakli
|
6ab37bde09
|
closes #105
|
12 years ago |
Julian Lam
|
9e7afcf0ab
|
fixing issue where navigating to a non-existant category_id caused NodeBB
to crash
|
12 years ago |
Baris Soner Usakli
|
e9afd4a107
|
fixed broken view again
|
12 years ago |
Baris Soner Usakli
|
667a102c8b
|
added async.eachSeries to getCategories
|
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 |
Baris Soner Usakli
|
eec5249eb6
|
possible fix for wront sorting on /recent
|
12 years ago |
Baris Usakli
|
e5301deea2
|
more async in categories
|
12 years ago |
Julian Lam
|
145898c3ba
|
using nconf to manage config file now (issue #24)
|
12 years ago |
Julian Lam
|
743e0569c1
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
Conflicts:
src/topics.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 |
Baris Soner Usakli
|
ba161c1f6c
|
removed couple console.logs
|
12 years ago |