560 Commits (cf031be90412c1e50678aab378a2e91fcaa91e08)

Author SHA1 Message Date
barisusakli 24ebf20d7e first commit 11 years ago
psychobunny f6cf36ca29 emit nodebb:ready 11 years ago
psychobunny 646f0f00b3 move "NodeBB Ready" message to when it's actually ready 11 years ago
Julian Lam 970b259e06 fixed #907 11 years ago
Julian Lam a32fd3f6f9 fixed #1222 11 years ago
Julian Lam df8728c785 allowing plugins to define new sounds -- woot.
Also moving the core sounds into a separate package, soundpack-default
11 years ago
Julian Lam 7a993eb2ca closed #1328 11 years ago
Julian Lam f3a78c2b6f #1328 - first pass 11 years ago
psychobunny 3ae8aa1c55 helpers.js (client/server); closes #1275 11 years ago
Julian Lam 17dd113a94 fixed issue where plugin css and js wasn't loaded -- also less files no longer blow up 11 years ago
Julian Lam 8c7b474e8b moved fontawesome CSS into stylesheet.css, and updating the js and css middlewares to compile at app start, not on first load 11 years ago
Julian Lam 2b8a7c73ac daily digest emails! resolved #326 11 years ago
psychobunny 941c3b2d7e added emitter class; express.listen only after background tasks complete; closes #1227 11 years ago
psychobunny 6563a72b5b fixed emailer templates 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
Julian Lam f00f7c8818 fixed apple-touch-icon for subfolder installs 11 years ago
Julian Lam 5a8a3627d2 bringing subfolder installations to v0.4.0 - JUST FOR @PLANNER 11 years ago
Julian Lam 5880590425 removing "pluginCSS", "css" in plugins is now included directly into stylesheet.css. This is a breaking change.
fixes #1168
11 years ago
psychobunny 178edd150a moved action:app.load out of webserver; passing in app, mdw, and controllers into action:app.load. now we can create routes dynamically ;) 11 years ago
psychobunny 8f7a7fec7d more cleanup; commenting out custom plugin routes until its fixed properly 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 1dbc47b890 deps cleanup 11 years ago
psychobunny d471ea2d5b app.create_route removed 11 years ago
psychobunny 6820e9e662 random jshinting expedition 11 years ago
psychobunny f0dfee5402 clean up 11 years ago
psychobunny 6c3c669e31 moved middleware out of webserver.js and into middleware.js 11 years ago
psychobunny 936e52a43f require db 11 years ago
psychobunny 4d598dcd63 moved process events out of webserver.js and into app.js 11 years ago
psychobunny f46e563b8a moved all route definitions in webserver.js into routes/index.js 11 years ago
psychobunny 08a9ce4950 moved all app.configure() code into middleware/index.js + organization/cleanup 11 years ago
psychobunny 804da0d8de removed unused deps in webser.js 11 years ago
psychobunny 26853d024e Merge remote-tracking branch 'origin/master' into webserver.js-refactor 11 years ago
Baris Soner Usakli 7081c7dcc4 moved ip log to api 11 years ago
psychobunny f35c14ee07 bugfixes + cleanup for accounts and users routes 11 years ago
psychobunny fa103b2d6e finally done with routes/user.js; accounts.getUserByUID; bug fixing and cleanup 11 years ago
psychobunny 08d3d9feb3 accounts.uploadPicture 11 years ago
psychobunny e67f6d2169 re-added filter:footer.build temporarily - to be deprecated for 0.4x 11 years ago
psychobunny cb15655c9c app.checkAccountPermissions middleware; some clean up & bug fixes 11 years ago
psychobunny d072ad60de all users/ pages converted 11 years ago
psychobunny 7c873c4314 decided to functionally separate accounts from users 11 years ago
psychobunny e64d87cb1d all user account pages; all static pages; outgoing page 11 years ago
psychobunny 00df660fa5 robots + sitemap; some clean up 11 years ago
psychobunny 942d16a3b4 confirmEmail route 11 years ago
psychobunny dae7b06f4d initial login and register routes 11 years ago
psychobunny e193d58112 unreadTotal route 11 years ago
psychobunny 08c0a7fa5e removing old unread and recent routes 11 years ago
psychobunny 062e35c89e app.authenticate middleware; added new recent, unread routes 11 years ago
psychobunny 4435a20d90 fixed merge conflict 11 years ago
psychobunny 27b99d5c56 webserver.js refactor init 11 years ago
Julian Lam 5b301772bb added daemon capability to ./nodebb start, npm start/stop scripts 11 years ago