Julian Lam
|
da2725ec8a
|
upped markdown minver
|
10 years ago |
Julian Lam
|
bc116c16e9
|
Merge branch 'hashtalk'
|
10 years ago |
Julian Lam
|
ecea917d11
|
closed #2097 -- NodeBB will prefer using Redis as session store if at all possible
|
10 years ago |
Julian Lam
|
20819e3dfd
|
Revert "use redis session storage instead of connect-mongo"
This reverts commit 056f89d6cf .
|
10 years ago |
barisusakli
|
8abb247870
|
fix mention regression
|
10 years ago |
Julian Lam
|
f41be4ae8b
|
exposed redis' "connect" method, so socket.io can call it from outside database/redis.js, fixed NodeBB requiring Redis as a socket.io store. It will now go back to using in-memory store per process, if no redis config is found in the NodeBB configuration. re: #2097
|
10 years ago |
barisusakli
|
b1f492dec3
|
fix redis bulk zadd
|
10 years ago |
Julian Lam
|
e1211527b0
|
Merge branch '0.5.1' into hashtalk
Conflicts:
src/controllers/topics.js
|
10 years ago |
Julian Lam
|
d7a69e51c1
|
Merge branch '0.5.1' into hashtalk
|
10 years ago |
Julian Lam
|
528ee3ad05
|
Merge remote-tracking branch 'origin/hashtalk' into hashtalk
|
10 years ago |
barisusakli
|
64c51d5cba
|
check nid before pusing and marking read
|
10 years ago |
Julian Lam
|
50a7c42f15
|
Merge remote-tracking branch 'origin/hashtalk' into hashtalk
|
10 years ago |
Julian Lam
|
05e147b440
|
Merge branch 'master' of github.com:chronize/NodeBB into chronize-master
|
10 years ago |
Julian Lam
|
abdcb32ad2
|
Merge pull request #2119 from Fusselwurm/patch-1
default for missing post_index parameter when topic pagination is used
|
10 years ago |
psychobunny
|
a0da73dabd
|
don't pass back err if plugin.json is corrupted
|
10 years ago |
psychobunny
|
180625ece3
|
forgot to return just posts array
|
10 years ago |
psychobunny
|
77dfc7378b
|
filter:post.getPostSummaryByPids
|
10 years ago |
psychobunny
|
0eb4fd89ef
|
don't blow up nodebb if plugin.json is broken
|
10 years ago |
barisusakli
|
fb764472dd
|
closes #2125
|
10 years ago |
Julian Lam
|
901470ce05
|
always pipe child output to parent
|
10 years ago |
barisusakli
|
0767998022
|
closes #2124
|
10 years ago |
psychobunny
|
99bacf910c
|
oops - #2126
|
10 years ago |
psychobunny
|
7f2254c9da
|
closes https://github.com/NodeBB/NodeBB/issues/2126
|
10 years ago |
Julian Lam
|
b6f7014a9d
|
fixed infinite scroller so that it takes the height of OP into account when detecting when to load more posts while scrolling up
|
10 years ago |
Julian Lam
|
a6abde2a2b
|
fixed upward infinite scrolling so that it is less jarring
|
10 years ago |
barisusakli
|
48c3619028
|
lowered chat zindex
|
10 years ago |
barisusakli
|
2d5dc44ce5
|
closes #2123
|
10 years ago |
barisusakli
|
515e663f85
|
getObjectsFix
return empty array if keys is empty or not an array
|
10 years ago |
barisusakli
|
39392672a2
|
moved static
removed pageRouter middleware into routes,
helper method to setup page routes
|
10 years ago |
Julian Lam
|
9b9e79ef27
|
re: #2099
|
10 years ago |
Julian Lam
|
bfdc32a9c3
|
typo
|
10 years ago |
psychobunny
|
0db93504ce
|
forgot comma
|
10 years ago |
psychobunny
|
2b90add560
|
fix for topics without category data (?)
@barisusakli lemme know if this is legit, if not, see line 195 as well
|
10 years ago |
barisusakli
|
8b64e65095
|
cleaned up admin routes
|
10 years ago |
barisusakli
|
21f65cbb6a
|
crash fix
|
10 years ago |
barisusakli
|
c640e01969
|
show stack
|
10 years ago |
barisusakli
|
8c600ae15d
|
stop tag autocomplete ajaxify
|
10 years ago |
barisusakli
|
ba90b5d113
|
widget render change
|
10 years ago |
Julian Lam
|
7597c654a0
|
refactored plugin and auth init a bit, and fixed issue where successive reloads caused old login strategies to be inadvertently preserved
|
10 years ago |
barisusakli
|
5f2a66295c
|
check keys
|
10 years ago |
barisusakli
|
0914004e12
|
crash fix
|
10 years ago |
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)
|
10 years ago |
barisusakli
|
7d9054c2cf
|
derp
|
10 years ago |
barisusakli
|
7d93926ef7
|
removed async.map
|
10 years ago |
barisusakli
|
5323934cc2
|
calculate page count in controller
|
10 years ago |
barisusakli
|
b7fd4c22d4
|
removed checkPostIndex middleware
1 less call to get topic post count
|
10 years ago |
barisusakli
|
a19c306f49
|
guest fixes
|
10 years ago |
barisusakli
|
e2707353e9
|
dont return unnecessary data
|
10 years ago |
psychobunny
|
a52c69d2a1
|
only send noscript paginator data on cold loads
|
10 years ago |
Julian Lam
|
f891f49339
|
removing console.logs
|
10 years ago |