2754 Commits (10f56faf9dc421a7b70307238dbbe674eedf675e)

Author SHA1 Message Date
barisusakli 10f56faf9d admin cleanup
removed unnecessary admin checks in src/admin/user then realized they
are just one liners so moved them to src/socket.io.admin.js moved
categories update to categories folder
11 years ago
barisusakli ac88b5fc25 fixing user deletion, missing cb 11 years ago
Julian Lam f12b641d11 whoops, fixing bad db call 11 years ago
Julian Lam 2c1978218c moving the db require to where it is actually needed 11 years ago
psychobunny 488e31df64 added X-Powered-By header for builtwith.com 11 years ago
psychobunny e886e232c5 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
psychobunny e32adf9477 console.log 11 years ago
barisusakli 99e6223bf0 removed console.log 11 years ago
barisusakli f185e13175 added check to isReadyToPost, banned and exists 11 years ago
psychobunny 3aa4ae4b99 move deprecated vanilla footer widgets into draft zone 11 years ago
psychobunny b82b5794bc add copyright widget on fresh install 11 years ago
psychobunny 7926514c95 draft zone for widgets, closes #1238 11 years ago
psychobunny f01cb88c57 deprecated: plugins/fireHook, filter:server.create_routes, filter:admin.create_routes 11 years ago
psychobunny 0f20352fbb closes #1289 11 years ago
psychobunny 375c2c2ce1 upgrade.js for re-adding copyright footer 11 years ago
psychobunny 576246c315 global widget areas (sidebar/footer) - closes #1097 11 years ago
Julian Lam 3f1df52773 settings.get should return empty obj instead of null 11 years ago
psychobunny d89c0d698e prevent crash on widget containers 11 years ago
psychobunny c76a073482 added skins tab; closes #1293 11 years ago
barisusakli 219c0d75c4 fix for #1290 11 years ago
psychobunny 3ae8aa1c55 helpers.js (client/server); closes #1275 11 years ago
psychobunny eab0ca7463 allow custom themes to include templates that don't exist in the base theme 11 years ago
psychobunny b023ef01af moving widgets and variables code out of ajaxify 11 years ago
barisusakli 3a69a191ff closes #1285 11 years ago
barisusakli fdf0076f37 decrease user count when user is deleted 11 years ago
Julian Lam 1eab829dec Merge pull request #1255 from theon/absolute-path-config
Allow absolute config paths
11 years ago
barisusakli 0e5c65199d simpler static 11 years ago
barisusakli 824d849a52 removed req 11 years ago
barisusakli a3842d2c61 removed similar code 11 years ago
barisusakli e5a5b8e8bf added privateUserInfo and isLoggedIn for #1275 11 years ago
Julian Lam be45ad163a properly fixed #1274 11 years ago
Julian Lam 585eb9e1be fixed #1274 11 years ago
barisusakli 68db8c04f7 added missing radix 11 years ago
barisusakli 2507d6c853 display_moderator_tools is already returned
when new posts were loaded, we were making a socket call for each post
to check if the post is editable, but this data is already returned in
display_moderator_tools when posts are loaded.
11 years ago
barisusakli e4fbb31e68 some cleanup 11 years ago
barisusakli 61ae01543c fixed to use postsPerPage 11 years ago
barisusakli a400e5de81 #1269 11 years ago
barisusakli e8265efc20 closes #1271 11 years ago
barisusakli 038a833125 check to see if there are topics 11 years ago
barisusakli 6fc3103aef topic og:image changes 11 years ago
Julian Lam fc1cb76444 fixed #1266 11 years ago
barisusakli 48ed540801 closed #1267 11 years ago
barisusakli 22ba104930 chat style 11 years ago
Julian Lam 31606578f5 putting cache buster back in header template arguments 11 years ago
barisusakli 0c744a947e chat will use timeago 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 c2f6717e88 adding cache-buster to template globals 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
barisusakli 980cf2ccf9 closes #1184 11 years ago
Julian Lam 6fb69e6c19 removing error output for incorrect pw on login 11 years ago