607 Commits (d5b5dd6fa53fec1a2a64b2aac57b5237af923b64)

Author SHA1 Message Date
Julian Lam df8728c785 allowing plugins to define new sounds -- woot.
Also moving the core sounds into a separate package, soundpack-default
11 years ago
barisusakli 1f77df794a added lots of error keys 11 years ago
barisusakli 2195b20385 closes #1263 11 years ago
barisusakli 4bc3f54468 closes #1318 11 years ago
psychobunny f01cb88c57 deprecated: plugins/fireHook, filter:server.create_routes, filter:admin.create_routes 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 6fb69e6c19 removing error output for incorrect pw on login 11 years ago
barisusakli 7f193041a8 removed admin topics 11 years ago
Julian Lam c893effcb9 WIP commit -- groups refactoring + upgrade scripts 11 years ago
barisusakli e49d445422 added err checking 11 years ago
psychobunny da7d6a3137 closes #1175 11 years ago
barisusakli 76d8f19e73 forgot to return #963 11 years ago
barisusakli cd4a204f99 closes #963 11 years ago
psychobunny 197b34461f potentially fixes #1228 11 years ago
psychobunny 6e64712fd3 fixed bug in api/search causing it to crash if term is not passed in via ajaxify, see #1195 11 years ago
Julian Lam c1ccc81400 ACP integration for Sounds 11 years ago
barisusakli 46a475fdde controllers/admin/users cleanup 11 years ago
barisusakli 37e8856861 new middleware to add slug to topic and category 11 years ago
psychobunny e3df487173 cleanup 11 years ago
Julian Lam 67ef155c60 fixing image uploads 11 years ago
psychobunny 0bbff06cfa use middleware.authenticate instead of checking in each fn 11 years ago
psychobunny 01cda60704 moved admin upload functions into controllers/admin; re-organized routes/admin to look like routes/index; removed unused deps 11 years ago
psychobunny 8e4c23149c more re-organization of routes/index.js 11 years ago
Julian Lam caa9c17bc2 fixed login routes on subfolder installs 11 years ago
barisusakli 6e6c5688d9 more cleanup 11 years ago
barisusakli 92267de9d8 feeds 11 years ago
barisusakli 3a42200e24 refactored feeds 11 years ago
Julian Lam 82a3415ab1 fixing admin routes on subfolder installs 11 years ago
psychobunny 5dc5eb41df fixed ajaxify bug introduced in last commit 11 years ago
psychobunny c8bf617f4b allow plugins to override any route (except for admin routes) 11 years ago
barisusakli 9564b6fda2 closes #1165 11 years ago
barisusakli 3d68c7c6b6 added getObjectsFields methods to db class, changed getUsers methods to use the new method, refactor to user.js and mongo.js 11 years ago
Julian Lam 8873963946 Merge branch 'master' of github.com:designcreateplay/NodeBB 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
barisusakli c41ef10572 removed routes/user.js 11 years ago
barisusakli 4e3819603b jshint fixed missing var 11 years ago
psychobunny 23983c4c80 cleanup - search routes 11 years ago
psychobunny 6ea4d89edc fixed search routes 11 years ago
psychobunny 1b3f089804 fixed /admin/index 404 11 years ago
psychobunny 37840d35f0 missing variable - numCSS 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 5a8a3627d2 bringing subfolder installations to v0.4.0 - JUST FOR @PLANNER 11 years ago
psychobunny e84dd4fd94 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	public/templates/accountedit.tpl
	public/templates/header.tpl
	src/routes/meta.js
	src/webserver.js
11 years ago
Julian Lam 90b29031fe backwards compatibility with older plugins using css with staticDir 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 23e4eb7cd9 deprecating filter:server.create_routes and filter:admin.create_routes; maintains limited functionality but recommended you migrate asap 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 90a80ad83d plugins can now define a templates directory which gets compiled onload without requiring any hooks 11 years ago
psychobunny 8a05eee1f5 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	src/routes/user.js
11 years ago
Baris Soner Usakli 096f352c82 closes #1130 11 years ago