Commit Graph

7173 Commits (33780e6fdb18c7ae8bde483bb93c1074593118e1)
 

Author SHA1 Message Date
Barış Soner Uşaklı 412263f430 Update defaults.json
psychobunny af2b66f438 closes
psychobunny e336188ccc admin/header.tpl use admin.css instead of stylesheet.css
psychobunny 81ce7f93ad compile admin stylesheet separately
psychobunny 28efeef844 latest bs3
psychobunny bb9a0d8cab moving acp styling to core - now unaffected by selected themes
barisusakli c000e852b5 closes
psychobunny 016a98e7b1 make sure search dropdown is open if active
psychobunny 7c896768ce case insensitive acp searching
psychobunny 13dd686521 only add divider if there are results
psychobunny 027e8eb54c acp searching, closes
psychobunny 977bc014f9 index acp files
barisusakli 73faa79a69 fix edit page csrf, category slug optional
barisusakli da64eb0873 closes
psychobunny 5d344b3dac linting
psychobunny 9f40cd03e8 on /admin/settings, render general
psychobunny 117b8dece4 settings acp refactor for dedicated routes
psychobunny 9b17ec9f26 updating database mock for core templates
psychobunny bd4ab2a24c moving database mock into tests folder
barisusakli 6abb0ff4c8 Merge branch 'master' of https://github.com/NodeBB/NodeBB
barisusakli 1a26cb0938
psychobunny 64b43d58ea moved core templates into nodebb core (admin, status pages, emails)
barisusakli 4eabf41a21 dont allow invalid status to be set
barisusakli bedadd8b5f
barisusakli 23197af725 closes
Julian Lam da2725ec8a upped markdown minver
Julian Lam bc116c16e9 Merge branch 'hashtalk'
Julian Lam ecea917d11 closed -- NodeBB will prefer using Redis as session store if at all possible
Julian Lam 20819e3dfd Revert "use redis session storage instead of connect-mongo"
This reverts commit 056f89d6cf.
barisusakli 8abb247870 fix mention regression
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:
barisusakli b1f492dec3 fix redis bulk zadd
Julian Lam e1211527b0 Merge branch '0.5.1' into hashtalk
Conflicts:
	src/controllers/topics.js
Julian Lam d7a69e51c1 Merge branch '0.5.1' into hashtalk
Julian Lam 528ee3ad05 Merge remote-tracking branch 'origin/hashtalk' into hashtalk
barisusakli 64c51d5cba check nid before pusing and marking read
Julian Lam 50a7c42f15 Merge remote-tracking branch 'origin/hashtalk' into hashtalk
Julian Lam 05e147b440 Merge branch 'master' of github.com:chronize/NodeBB into chronize-master
Julian Lam abdcb32ad2 Merge pull request from Fusselwurm/patch-1
default for missing post_index parameter when topic pagination is used
psychobunny a0da73dabd don't pass back err if plugin.json is corrupted
psychobunny 180625ece3 forgot to return just posts array
psychobunny 77dfc7378b filter:post.getPostSummaryByPids
psychobunny 0eb4fd89ef don't blow up nodebb if plugin.json is broken
barisusakli fb764472dd closes
Julian Lam 901470ce05 always pipe child output to parent
barisusakli 0767998022 closes
psychobunny 99bacf910c oops -
psychobunny 7f2254c9da closes https://github.com/NodeBB/NodeBB/issues/2126
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
Julian Lam a6abde2a2b fixed upward infinite scrolling so that it is less jarring