Julian Lam
|
ab16b1184d
|
fixing issue where nojs mode of a private category would show the category topics, even if the requesting user was not allowed inside
|
11 years ago |
Baris Soner Usakli
|
4912b8a893
|
fixed language regex
|
11 years ago |
Baris Soner Usakli
|
f75e55aa11
|
fixed path
|
11 years ago |
Baris Soner Usakli
|
d6333a3969
|
fixed plugin css files for relative path
|
11 years ago |
psychobunny
|
6f120ff34a
|
closes #732, custom robots.txt
|
11 years ago |
Baris Soner Usakli
|
48074ea93b
|
redirect if category is accessed directly
|
11 years ago |
Baris Soner Usakli
|
0edb895c2c
|
indent
|
11 years ago |
Baris Soner Usakli
|
1466e68aa1
|
ssl support 101
|
11 years ago |
psychobunny
|
7f8836daa4
|
simplified filter:server.create_routes - routes no longer require you to pass in req, res, name, route (the latter two was a mistake)
tl;dr - just content is all that is required. see
http://www.github.com/psychobunny/nodebb-plugin-static-page for more
info
|
11 years ago |
Julian Lam
|
f7a1cca861
|
properly fixed #713
|
11 years ago |
Julian Lam
|
e3fb996a80
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
fe53037e53
|
hopefully fixing #713
|
11 years ago |
Baris Soner Usakli
|
d43f3cebc6
|
closes #707, closes #686
|
11 years ago |
psychobunny
|
42d77080f3
|
plugins: filter:server.create_routes - allow plugins to add custom templates and/or modify individual blocks withiin a template
|
11 years ago |
Julian Lam
|
b52782deb8
|
removed use of strip_tags and using String library instead
|
11 years ago |
Julian Lam
|
2c6bf93eb5
|
added String parsing library, sanitizing meta tag "description" for
topics, and added og:description meta tag -- fixes #688
|
11 years ago |
Julian Lam
|
d8183c056c
|
added cache buster to require.js files - fixes #687
|
11 years ago |
Julian Lam
|
8385ceef79
|
topics in private categories can no longer be accessed via ajaxify or by
direct link
|
11 years ago |
Baris Soner Usakli
|
83cc8f3ba8
|
fixed header template value too
|
11 years ago |
Baris Soner Usakli
|
e9fbed71ae
|
closes #613, fixed allowRegistration incase its undefined
|
11 years ago |
Baris Soner Usakli
|
f68f02d346
|
closes #679
|
11 years ago |
Baris Soner Usakli
|
57d2db36e6
|
if not term just use empty string
|
11 years ago |
akhoury
|
d9eefd667c
|
fixed potential guestSearch config bug
|
11 years ago |
akhoury
|
114294e24a
|
allowGuestSearching config .. second attempt
|
11 years ago |
Julian Lam
|
b86a01ded1
|
moving cache buster to production builds only (*facepalm* I'm bad at this)
|
11 years ago |
Julian Lam
|
538356846d
|
fixed regression introduced by #643. Non-logo favicon is now properly
referenced (absolute url, not relative)
|
11 years ago |
Julian Lam
|
43c05d1d85
|
adding cache busters to client side files (closed #586)
|
11 years ago |
psychobunny
|
a3734f2e15
|
completed custom favicon upload, closes #643
|
11 years ago |
Baris Soner Usakli
|
097810a057
|
parseInt fixes getObjects fix
|
11 years ago |
Baris Usakli
|
705754e823
|
merged master
|
11 years ago |
Julian Lam
|
d9ee9bf5e3
|
revamped handling of unread messages, so that a socket call is made to all socket clients whenever a new unread message is available. Prior behaviour had the unread count updated via ajax call on ajaxify (which was clumsy at best and didn't update automagically)
|
11 years ago |
Baris Usakli
|
7875138c08
|
added parseInt
|
11 years ago |
Baris Usakli
|
c096656eff
|
merged master fixed conflicts
|
11 years ago |
Julian Lam
|
2125bb2223
|
only minimizing CSS files on non-development
|
11 years ago |
Baris Soner Usakli
|
2e2938616d
|
more mongo and redis stuff
|
11 years ago |
psychobunny
|
7c8f857aaf
|
plugins - filter:server.create_routes allows you to define API routes as well now
|
11 years ago |
Baris Soner Usakli
|
6d79521922
|
moved connect-redis to the redis.db file, expose the sessionStore from redis.js db file, do the same for mongo db with mongo-connect
|
11 years ago |
Baris Usakli
|
c9308efbec
|
more work
|
11 years ago |
Baris Usakli
|
190948336a
|
closes #590
|
11 years ago |
Joopmicroop
|
7d0f160c4c
|
Allow same origin framing
Allow people to frame there own server setup
|
11 years ago |
Baris Soner Usakli
|
c5f9f896b2
|
make all admin routes only accesible to admins
|
11 years ago |
Julian Lam
|
0188ea9a3b
|
setting cache headers to 0 on development mode
|
11 years ago |
psychobunny
|
b7aea63c53
|
create auth routes only after plugin system is enabled and auth.init hook is fired
|
11 years ago |
Julian Lam
|
f0e8633dcc
|
category whitelisting for posting messages, isAdmin now error-first
|
11 years ago |
Baris Usakli
|
541993c80a
|
fontawesome 4 migration, closes #473
|
11 years ago |
Julian Lam
|
efac6272bb
|
default link tag (apple-touch-icon) added
|
11 years ago |
Julian Lam
|
bdb30976b5
|
adding maxAge headers for statically served files (eep!) - issue #552
|
11 years ago |
Julian Lam
|
5a5c3c8c60
|
added app.load action hook
|
11 years ago |
psychobunny
|
353b3047cd
|
pulling meta info from OP not main_posts
|
11 years ago |
psychobunny
|
c261babf17
|
minify client scripts only after plugin system is activated
|
11 years ago |