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
Julian Lam
a72fc69997
added link to RSS for /recent, fixed RSS generation error for /recent
11 years ago
Julian Lam
08ef67e824
closed #536
11 years ago
psychobunny
90ce539683
fixed language file not parsing in footer
11 years ago
Julian Lam
a9ce8393e4
added footer.build and page.load hooks
11 years ago
Damian Bushong
51355a53d9
cleanup webserver.js requires
...
the .js in a require is implicit and unnecessary;
sorted the requires out so that builtins are first, then npm deps, then locally provided libs.
minor changes to some strings, just using single-quotes to match the style through the rest of the file.
11 years ago
Baris Usakli
fa9636a62a
closes #495
11 years ago
Julian Lam
a42b30fd40
removing commented out route
11 years ago
Julian Lam
37497fc5a0
fixed #393 - refactored basic route handling, moved some other routes to debug routes
11 years ago
Julian Lam
9bea23bbfe
linting webserver.js
11 years ago
psychobunny
1d6135150f
multiple plugins pointing to admin can conflict - fix
11 years ago
Julian Lam
4353a9da25
issue #478 - hot-swapping of plugins
11 years ago
Julian Lam
7074b75b9d
extra console.log
11 years ago
Julian Lam
857756f636
silly closures...
11 years ago
Julian Lam
e4c62200de
fixing screenshot previews in admin/themes
11 years ago
psychobunny
a71870de28
pass in site description as well for potential themes to take advantage of
11 years ago
psychobunny
842cd17979
themes - added ability to route custom templates
11 years ago
Baris Usakli
22a3b227a3
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
11 years ago
Baris Usakli
12f3f1a45c
show admin link in header if user is admin, closes #459
11 years ago
Julian Lam
207ff98211
Merge pull request #399 from JetMaddox/master
...
Disable Framing on all sites.
I'm merging this ***conditionally*** - at some point, we wish to introduce integration with CMSes like WordPress. An easy way to achieve this would be placing NodeBB in an iframe.
At that point in time, we'll want to make this a configurable option via admin panel.
11 years ago
Julian Lam
aecbe6d316
interim commit, still nothing done
11 years ago
Julian Lam
db2917193e
Merge branch 'master' into notifications_page
11 years ago
Julian Lam
705571de8c
notifications page + ajaxify route + css styling
11 years ago
Baris Usakli
bccc4e8019
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
11 years ago
Baris Usakli
7039a4d762
closes #425
11 years ago
Julian Lam
7b7f0115e5
closed #432 - added link rel="up" and rel="alternate" to category and
...
topic pages
11 years ago
Julian Lam
65a8de7845
special theme.set socket call + static dir support, closes #427 , tweaked languages 404 to work with subdirs
11 years ago
Julian Lam
44d2297546
monkeypatching the 404 route to handle missing languages and client side scripts. Removing "soft 404" in favour of hard 404 due to complaints from google webmaster tools
11 years ago
Jet
a8f2fd66ae
Adding brackets.
...
Too much Coffeescript. Had some filters on. :)
11 years ago