barisusakli
|
9a21e9646f
|
only use multipart on upload routes,
delete temp files if there is an error in admin,
admin/mods should see topic reply
|
11 years ago |
psychobunny
|
1eb1eb6844
|
#2278
|
11 years ago |
psychobunny
|
ded8de905d
|
closes #2278
|
11 years ago |
psychobunny
|
f149fb0191
|
linting, TIL that obj.$key is valid syntax
|
11 years ago |
barisusakli
|
2b115e75c6
|
fix login days value
|
11 years ago |
Julian Lam
|
30b2f55ebc
|
closed #2149
|
11 years ago |
Julian Lam
|
632fb3a618
|
closed #2184
|
11 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
|
11 years ago |
Julian Lam
|
8bac0bf361
|
Merge branch 'csrf-excision' into hashtalk
|
11 years ago |
Julian Lam
|
4f6b3055ff
|
Merge branch '0.5.1' into csrf-excision
|
11 years ago |
barisusakli
|
da86c46b4c
|
Merge remote-tracking branch 'origin/0.5.1' into hashtalk
|
11 years ago |
Julian Lam
|
cca365432b
|
closes #2084
|
11 years ago |
Julian Lam
|
40e5ad075f
|
started work on #2082
|
11 years ago |
Julian Lam
|
08abbe19bc
|
zero downtime and reload support with cluster module
|
11 years ago |
Julian Lam
|
de41896770
|
restart handling and crash detection
|
11 years ago |
Julian Lam
|
58a73b52b5
|
work-in-progress commit to get cluster module working with loader.js
|
11 years ago |
Julian Lam
|
fcbdc5e271
|
added recompilation of templates to NodeBB Reloading - #2010
|
11 years ago |
Julian Lam
|
b48571ceb8
|
fixed #1988
|
11 years ago |
Aure77
|
965d6a0d66
|
Allow cookie domain customization from meta config
|
11 years ago |
Aure77
|
e28ed490ee
|
Allow session cookie domain customization
|
11 years ago |
barisusakli
|
119d13053d
|
move static to end
|
11 years ago |
barisusakli
|
9e8584eee7
|
uploads
|
11 years ago |
barisusakli
|
24ebf20d7e
|
first commit
|
11 years ago |
psychobunny
|
0e92c7ed94
|
use templates.js module instead
|
11 years ago |
Julian Lam
|
6f218857cb
|
added connect-flash package. npm also alphabetically re-ordered the deps... thanks npm?
|
11 years ago |
psychobunny
|
aafbb55572
|
closes #1616
|
11 years ago |
psychobunny
|
257491801d
|
optimizing template compilation
|
11 years ago |
psychobunny
|
c97d6635fc
|
plugin templates now have higher priority than theme templates
|
11 years ago |
Julian Lam
|
d74de798fc
|
removing backwards compatibility fixed in preparation for 0.5.0. Prepare for stuff to break!!!!!
|
11 years ago |
psychobunny
|
b3940cd7cd
|
enabling view cache, since we require server restart on theme changes it doesn't hurt
|
11 years ago |
Julian Lam
|
970b259e06
|
fixed #907
|
11 years ago |
psychobunny
|
3f22027007
|
avoid doing nconf.get over and over again on the same key
|
11 years ago |
psychobunny
|
e5486db1ae
|
Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
src/database.js
|
11 years ago |
barisusakli
|
90540f64cf
|
removed some unused translator requires
|
11 years ago |
Micheil Smith
|
3e82cab398
|
Add missing new lines at end of files.
|
11 years ago |
Julian Lam
|
4498f6e410
|
removing less-middleware calls
|
11 years ago |
psychobunny
|
488e31df64
|
added X-Powered-By header for builtwith.com
|
11 years ago |
psychobunny
|
eab0ca7463
|
allow custom themes to include templates that don't exist in the base theme
|
11 years ago |
psychobunny
|
3bd93a40fc
|
closes #1235
|
11 years ago |
psychobunny
|
f0a19b06c2
|
launch aesthetics
|
11 years ago |
Julian Lam
|
43e0c726fa
|
relaxed isClientScript regex, fixed #1198
|
11 years ago |
psychobunny
|
941c3b2d7e
|
added emitter class; express.listen only after background tasks complete; closes #1227
|
11 years ago |
Julian Lam
|
7111adb3c2
|
fixed subfolder installs again (a bit), also stopped apple-touch-icon from clobbering /apple-touch-icon
|
11 years ago |
Julian Lam
|
ffa42ffea3
|
moving pluginRoutes to top of route stack (like others), put app.load hook behind plugins' ready callback
|
11 years ago |
psychobunny
|
6acdc66470
|
fixed bug if default templates folder missing (in case you planned on building an entire theme from scratch)
|
11 years ago |
psychobunny
|
1ef95bd09e
|
Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
app.js
public/templates/category.tpl
public/templates/popular.tpl
public/templates/recent.tpl
public/templates/unread.tpl
src/routes/plugins.js
src/webserver.js
|
11 years ago |
psychobunny
|
a9046b926d
|
clean templates directory before beginning compilation
|
11 years ago |
psychobunny
|
90a80ad83d
|
plugins can now define a templates directory which gets compiled onload without requiring any hooks
|
11 years ago |
psychobunny
|
c0cd6148f4
|
one final push, cleanup + organize + lint; made feeds/meta/plugins routes follow same pattern as other route files
|
11 years ago |
psychobunny
|
3efca794fd
|
regex cleanup; fixed indenting on partials
|
11 years ago |