2801 Commits (95972209f45c8928e930b4c23838a1d67f40c8ab)

Author SHA1 Message Date
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
Barış Soner Uşaklı 9f5893bc83 Update delete.js 11 years ago
barisusakli 0741b162cb #1265 11 years ago
barisusakli f247c2195e fixed user picture in og:image 11 years ago
barisusakli 94a589e0e4 #1190 11 years ago
barisusakli bcc464a196 fixed reverse loading of topics
data.after can be zero which was causing a invalid data error
11 years ago
barisusakli a3404d3d4f closes #1253 11 years ago
barisusakli 36dc086470 no need to get signature and custom profile info 11 years ago
Julian Lam fdc6b004c5 closed #1260, closed #1261 11 years ago
barisusakli 04e0c58b84 fixes realtime update of home 11 years ago
Ian Forsey 28f186d4a7 Fix syntax error 11 years ago
barisusakli 1f2d5abbb7 possible fix for #1256 11 years ago
Ian Forsey 6ca5a42936 Allow absolute config paths 11 years ago
barisusakli 0cfd05d839 closes #1254 11 years ago
barisusakli ca0dbf84be no need for exists check
if topic doesnt exist topicData will be null
11 years ago
barisusakli a695c6134b added missing meta 11 years ago
barisusakli db3632557e moved notification push out of markAsRead 11 years ago
barisusakli 7a1037dc11 moved posts and recent to new files 11 years ago
barisusakli 38733ef94b moved reply post create to topics/create.js 11 years ago
barisusakli 478429af3a moved fork to new file 11 years ago
barisusakli bac3cf03cb moved unread to new file 11 years ago
barisusakli ec63ba4b17 removed unused method 11 years ago
barisusakli 8b6f701246 removd dupe 11 years ago
barisusakli 7f193041a8 removed admin topics 11 years ago
barisusakli 880c393b6d fixed admin groups page
changed gid to groupName
11 years ago
Julian Lam 6f78d29498 upgrade script should not delete non-hidden groups 11 years ago
Julian Lam 1e3b9b7cf6 removing console logs 11 years ago
Julian Lam d33253bc3a Merge remote-tracking branch 'origin/master' 11 years ago
Julian Lam 96d58288c9 tweaking upgrade script so it works with a real db 11 years ago
Julian Lam 4701eb1cee updating groups so that members leave a group when it is deleted 11 years ago
Julian Lam ce867aec53 updated upgrade script date 11 years ago
Julian Lam 0e44eb8629 final refactoring pass for groups -- #1252 11 years ago
barisusakli 26d67257fe moved privilege check out of getRecentReplies
it was being called twice in api/home
11 years ago
barisusakli ef0740049a dont return everything in followers, #1250 11 years ago
barisusakli b2a837d283 getPostSummary change 11 years ago
barisusakli 301008b9cb missed this one 11 years ago
Julian Lam 7b4f596aba updating all group lib methods, and their callers -- #1252 11 years ago
barisusakli c7c3bc1c8e no need to create empty array 11 years ago
barisusakli fa98da6978 related to #1250 11 years ago
Julian Lam befaa56ad0 derp derp derp more refactoring of groups 11 years ago
Julian Lam c893effcb9 WIP commit -- groups refactoring + upgrade scripts 11 years ago
barisusakli 2f8ecc00d8 closes #1250 11 years ago
Julian Lam 85a5c123af minor tweak to winston logging for user jobs 11 years ago
psychobunny 3bd93a40fc closes #1235 11 years ago
Julian Lam c709b7ed5b Merge remote-tracking branch 'origin/master' 11 years ago
Julian Lam 4239c376c8 truncating user list in Groups ACP page, resolved #1132. Refactored system groups handling 11 years ago
Julian Lam 3c5fc72e20 adding "system" flag to system groups 11 years ago
barisusakli 567d867b1e fixed require to missing public config.json 11 years ago
Julian Lam ab5ec68f2f Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam da1a1d5930 adding callback to settings.load, and omitting password validation check on user creation if no password is entered (e.g. SSO login) 11 years ago
barisusakli e86eb8667e threadTools jshint 11 years ago
Julian Lam cc0fabc619 removing console logs from upgrade script 11 years ago
barisusakli 7d382b2900 closes #1243 11 years ago
barisusakli 0f66e80a5a added setting to disable notification sounds 11 years ago