2416 Commits (5a8a3627d24d6ff1a91d3c9be85987f665436923)

Author SHA1 Message Date
Julian Lam 5a8a3627d2 bringing subfolder installations to v0.4.0 - JUST FOR @PLANNER 11 years ago
Julian Lam c9642cecd2 setting Lavender as default theme for 0.4.0, woo! 11 years ago
Julian Lam 90b29031fe backwards compatibility with older plugins using css with staticDir 11 years ago
Julian Lam 552a63367d workaround for problem arising from switch to Date.UTC() 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
Julian Lam 1f23642ab4 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam b2bc1d4555 setting password to null in getUserData, because Object.delete is bad? :P (thanks @barisusakli) 11 years ago
Julian Lam e9e53ad95e added a new property to userData "hasPassword", disabling "current password" field in user editing if no password is set (for SSO logins, for example) 11 years ago
Baris Soner Usakli d34e68ca25 convert score to int in mongo 11 years ago
Baris Soner Usakli da0e1a8eb9 added back err to redis flushdb 11 years ago
Baris Soner Usakli 4986c8ed3a fixed tests 11 years ago
Julian Lam 4a1513eabf fixed #1161 properly - Merge remote-tracking branch 'origin/master'
Conflicts:
	src/upgrade.js
11 years ago
Anthony Webb 6f8ed7f073 err doesnt exist here 11 years ago
Baris Soner Usakli 096f352c82 closes #1130 11 years ago
Julian Lam e956c19587 #1110 - moved isEmailAvailable into User.email 11 years ago
Julian Lam e0dcf95138 fixed missing err in upgrade script 11 years ago
Baris Soner Usakli 38145abae1 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 58cb51bb02 removed unused imagemagick require 11 years ago
Julian Lam b404b0197f final pass, resolved #1155 11 years ago
Julian Lam 5f52ef5f01 removed all 0.3.x related upgrade scripts, and updated minSchemaDate 11 years ago
Julian Lam 64aa89f5ee updating upgrade script to use UTC timestamps *facepalm*. God, I hope I didn't break anything...
(first pass #1155)
11 years ago
Baris Soner Usakli c028761857 new route to get recent posts 11 years ago
Baris Soner Usakli c9c25bd174 added getRecentPost 11 years ago
Baris Soner Usakli 976744480f post summary change 11 years ago
Baris Soner Usakli b28e4846a4 fixed disconnect check 11 years ago
Baris Soner Usakli 4b64b9dcdc closes #951 11 years ago
Julian Lam 8846f7fb9b fixing mappedPath in windows 11 years ago
Baris Soner Usakli 37aeda14c4 fixed email retrieval in mongo 11 years ago
Baris Soner Usakli be70b3de57 closes #1090 11 years ago
Julian Lam 30e83fdabe fixing upgrade script if order is not set 11 years ago
Julian Lam fc53385ede removing socket.io library from minfile 11 years ago
Julian Lam 1837a8443c shifting socket.io back to the end :\ 11 years ago
Julian Lam a8d2b46911 fixed incorrect path in plugin script inclusion 11 years ago
Julian Lam e70bc9f163 added deprecation warning for plugins using filter:scripts.get 11 years ago
Julian Lam 5553e07bbd moving socket.IO client lib to top of file, just in case 11 years ago
Julian Lam 4c2a6953f1 concatenating the client scripts, instead of compressing, in development mode 11 years ago
Julian Lam 3860abdc24 plugins can now pass in scripts in plugin.json, and they will be bundled into nodebb.min.js 11 years ago
Julian Lam 14d7453a23 bundling socket.io client library into minfile, minfile always used from this point forward, even in development mode.
Development mode will not compress the scripts, but will just concatenate.
11 years ago
Baris Soner Usakli feeb220514 removed console.log 11 years ago
Baris Soner Usakli 1b7f8cc5cb active users fix 11 years ago
Baris Soner Usakli fb691b23b4 moved topic locked check to topic.reply 11 years ago
Julian Lam 079ed10631 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 2b178ff76d proper tracking of users' reply status when others enter the room 11 years ago
Baris Soner Usakli 2966cc4a49 minor fix 11 years ago
Baris Soner Usakli b2f9184562 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli b6d97281d3 closes #1015 11 years ago
Julian Lam a9b78d2600 minimizing the composer should unregister it 11 years ago
Baris Soner Usakli 42a7c037e6 removed dupe i var 11 years ago
Julian Lam fcb44ae256 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam d012d237bf added back clearInterval 11 years ago