4963 Commits (5ddf70a671495a9d90181f11679582b609068ef1)
 

Author SHA1 Message Date
Julian Lam 958e85a31f updated readme to point to wiki for platform specific install docs 11 years ago
Julian Lam 4add89cea4 Merge branch 'master' of github.com:tparnell8/NodeBB into tparnell8-master 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 acd4771012 dbmock changes 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
psychobunny 8c8055fbae fix for multiple synchronous hooks (synchronous hooks to be deprecated in 0.4x) 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 a9cccc9b9c allow hooks to accept single/multiple arguments instead of requiring you to send in a hash 11 years ago
Baris Soner Usakli 7135e9424c closes #1167 11 years ago
Baris Soner Usakli 3fe9bdc24c removed the postbar selector from activeusers 11 years ago
psychobunny a9046b926d clean templates directory before beginning compilation 11 years ago
psychobunny 90a80ad83d plugins can now define a templates directory which gets compiled onload without requiring any hooks 11 years ago
psychobunny c054ae121b Merge remote-tracking branch 'origin/master' into webserver.js-refactor 11 years ago
Julian Lam 4a1513eabf fixed #1161 properly - Merge remote-tracking branch 'origin/master'
Conflicts:
	src/upgrade.js
11 years ago
Barış Soner Uşaklı b79169a765 Merge pull request #1161 from code-press/master
Upgrade script incorrectly looking for "err"
11 years ago
Anthony Webb 21b1bc1729 Revert "Remove text"
This reverts commit c25835c63e.
11 years ago
Anthony Webb 6f8ed7f073 err doesnt exist here 11 years ago
Anthony Webb d9ca95a5a3 Merge remote-tracking branch 'upstream/master' 11 years ago
psychobunny f20a2a2047 merging changes from deprecated routes/user.js 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
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
psychobunny 34552f7fb0 added middleware.guestSearchingAllowed to the actual search API call 11 years ago
psychobunny 542f937589 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	src/routes/api.js
11 years ago
psychobunny b9e119241e moved get_custom_templates into plugins.js 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
Baris Soner Usakli c028761857 new route to get recent posts 11 years ago
psychobunny 1dbc47b890 deps cleanup 11 years ago
psychobunny 73d637096c Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	public/templates/account.tpl
	public/templates/accountposts.tpl
	public/templates/favourites.tpl
	public/templates/search.tpl
11 years ago
psychobunny 3efca794fd regex cleanup; fixed indenting on partials 11 years ago
Baris Soner Usakli 6f806d80c2 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli c9c25bd174 added getRecentPost 11 years ago
Julian Lam 6192af18ab Merge pull request #1159 from BitBangersCode/settings-callback
Send the callback to the retry
11 years ago
psychobunny 67517c58e3 added warning if partial template was not found 11 years ago
psychobunny d442e10037 template compilation + partials support 11 years ago
MrWaffle 33a5a2177e Send the callback to the retry 11 years ago
Baris Soner Usakli 976744480f post summary change 11 years ago
David Hoff c25835c63e Remove text 11 years ago
psychobunny 3614211f0e Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	public/templates/accountposts.tpl
	public/templates/header.tpl
11 years ago