Moritz Schmidt
|
d1273516b5
|
default for missing post_index parameter
Avoid getting NaN if post_index param is not set (NaN is passed through to redis, redis complains, and the user ends up at /404)
|
11 years ago |
Julian Lam
|
f0d3b5dd00
|
updated package.json to use 0.5.1-ready themes
|
11 years ago |
Julian Lam
|
4393907ff6
|
closed #2112
|
11 years ago |
Julian Lam
|
e9b373438d
|
latest translations and fallbacks
Conflicts:
public/language/de/user.json
public/language/nl/user.json
public/language/pl/user.json
public/language/sv/user.json
public/language/vi/user.json
public/language/zh_CN/user.json
|
11 years ago |
Julian Lam
|
101288c75c
|
Merge branch 'master' into 0.5.1
|
11 years ago |
Julian Lam
|
963428174b
|
fixed #2091
|
11 years ago |
Julian Lam
|
52bb7ebe52
|
0.5.0
|
11 years ago |
Julian Lam
|
6ade1e858d
|
updating default config so the site title is shown
|
11 years ago |
Julian Lam
|
84d4035597
|
Child categories no longer show up on homepage, re: #2080
|
11 years ago |
Julian Lam
|
6e21b7a830
|
disabled parents no longer show up as parents of a category, re: #2080
|
11 years ago |
Julian Lam
|
9cba8d7ecb
|
latest translations and fallbacks, closes #2085"
|
11 years ago |
Julian Lam
|
d22fe4ad1e
|
removing disabled categories from being listed as children, #2080
|
11 years ago |
barisusakli
|
51cefb00d2
|
add support to set parentCid to 0
|
11 years ago |
Julian Lam
|
cca365432b
|
closes #2084
|
11 years ago |
Julian Lam
|
6bb924f25a
|
removed theme-rocket folder, closed #2076
|
11 years ago |
barisusakli
|
6bde9a1656
|
prevent getTopicsByTids crash if a topic is null
|
11 years ago |
barisusakli
|
e34ef71acd
|
fixed resetLockout
|
11 years ago |
barisusakli
|
ae02c1a06c
|
closes #2068
|
11 years ago |
psychobunny
|
e738d592dc
|
fixed potential NaN issue https://github.com/NodeBB/NodeBB/issues/2077
|
11 years ago |
psychobunny
|
52b58b441e
|
closes https://github.com/NodeBB/NodeBB/issues/2077
|
11 years ago |
barisusakli
|
25ed131b13
|
show stack trace of error
|
11 years ago |
barisusakli
|
e9798028de
|
show error
|
11 years ago |
barisusakli
|
5696ea2396
|
check errors on decodeURIComponent
|
11 years ago |
barisusakli
|
f81acd37db
|
added indices on search key and id for mongo
|
11 years ago |
Evan Lucas
|
3360752c5c
|
Added action:post.downvote hook
|
11 years ago |
psychobunny
|
f609b1e45d
|
calololback
(how the hell was this working?)
|
11 years ago |
barisusakli
|
4736a68534
|
dont create term object on each call
|
11 years ago |
psychobunny
|
9f0fff4434
|
closes #2039
|
11 years ago |
Julian Lam
|
b5da0e515b
|
upping mentions minver for 0.5.1
|
11 years ago |
Julian Lam
|
a5423aff16
|
getPidIndex callback if none specified
|
11 years ago |
Julian Lam
|
baf72249b6
|
made uid parameter optional in getPidIndex
|
11 years ago |
Julian Lam
|
063d270f1a
|
introducing "sort" querystring parameter in topic route, so that sorting can be overridden via query string.
|
11 years ago |
barisusakli
|
2073d994fc
|
limit topicsperpage postsPerPage to 20
|
11 years ago |
barisusakli
|
6926552e66
|
load 50 topics in sitemap instead of all
|
11 years ago |
barisusakli
|
94d050fd4f
|
removed helpers.done
|
11 years ago |
Julian Lam
|
e6d0eede4f
|
pruning empy notifications for daily emailer
|
11 years ago |
barisusakli
|
4f48f1865f
|
removed updateLastOnlineTime from every socket call
|
11 years ago |
barisusakli
|
6b39e328f5
|
chat fix
|
11 years ago |
barisusakli
|
e495db3065
|
dont make a copy of chat message
|
11 years ago |
Julian Lam
|
c56a7bf475
|
Merge branch 'GAWMiners-feature/favourite-hook' into 0.5.1
|
11 years ago |
Julian Lam
|
77475bb7a3
|
Merge branch 'feature/favourite-hook' of github.com:GAWMiners/NodeBB into GAWMiners-feature/favourite-hook
|
11 years ago |
barisusakli
|
625766ba85
|
dont send typing notif on each keyup
|
11 years ago |
Evan Lucas
|
440c78c949
|
match `object.action` nomenclature
|
11 years ago |
Evan Lucas
|
fb45aa92fd
|
Add upvote hook
adhere to similar project style
|
11 years ago |
barisusakli
|
26c0b097cf
|
removed realtime update of anon count
|
11 years ago |
barisusakli
|
74282ffeea
|
removed another unnecessary socket call
|
11 years ago |
Julian Lam
|
a7736d1926
|
removed setTimeout when someone tries to log in with a non-existant username
|
11 years ago |
barisusakli
|
171f02101d
|
closes #2035, closes #2036
|
11 years ago |
barisusakli
|
ff46d1211d
|
removed populateONline users
not sure why this was called inside updateBrowsingUsers
|
11 years ago |
barisusakli
|
6672f17fc2
|
part 1 of online user fix
don't call getOnlineUsers when a single person comes online
|
11 years ago |