Commit Graph

426 Commits (59d4d2880ff43fabca996e7e134d2ca76dd698bf)

Author SHA1 Message Date
barisusakli 8caedc935b online users fix
and jshint cleanup
psychobunny bab995626c some unused vars
barisusakli d57f183f42 privileges.posts.get takes an array of pids now
barisusakli c642493bce guest post fix
barisusakli 2479a34c56 closes , closes
psychobunny 8443ae58ff users.getXbyEmail - lowercase before searching
barisusakli ee88693448 callback
barisusakli 65e9f68d73 change requireEmail default to off
barisusakli b537666e5c closes , closes
barisusakli e035d8f1de closes
fixes user images in subfolder installs, if user image has https dont
append relative_path,
also removes relative_path in ajaxify.loadData so it doesnt call
/forum/api/forum/category etc.
barisusakli e685e7c376 removed console.log
barisusakli 4e8a9fbe27 closes
barisusakli 853acaa6c7 closes
Julian Lam b1534b7798 removing allowGuestPosting logic in NodeBB
barisusakli 1a9ab9d1d2 fixes default gravatar images if they are uploaded locally
Julian Lam e64c1bfec3 closed
barisusakli f65998f4c2 fixes guest name on home
barisusakli 967b486ce1 closes
ban and delete user admin actions takes an array of uids now.
barisusakli 8afcf44732 gravatars will be generated on demand
changing the setting in ACP will affect all default gravatars now.
psychobunny 65565e187b simplified the above to action.user.set instead
psychobunny 75baf28530 added action:user.decremented and action:user.incremented hooks
barisusakli c9551abc5d closes
ability to select a default gravatar image (default, identicon,
mystery-man, monsterid, wavatar, retro) or upload a custom image to use
as default gravatar image
barisusakli 7339cb5d61 closes
barisusakli 2ad715ead3 closes
barisusakli c64da01080 closes
barisusakli 1f77df794a added lots of error keys
barisusakli e2d0d4db5c added error and success language files
removed some code from server side that was emitting alerts
barisusakli 7a6f7d3e49 fixed 2 tests
barisusakli 3f44f4bb3a closes
barisusakli 99e6223bf0 removed console.log
barisusakli f185e13175 added check to isReadyToPost, banned and exists
Julian Lam d33253bc3a Merge remote-tracking branch 'origin/master'
Julian Lam 7b4f596aba updating all group lib methods, and their callers --
barisusakli fa98da6978 related to
barisusakli 2f8ecc00d8 closes
Julian Lam 98745ae0c4 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 2b8a7c73ac daily digest emails! resolved
barisusakli 64676b66c8 removed unused validator require
barisusakli e67e9aee42 moved user creation to new file
barisusakli f83b7ee972 renamed event
barisusakli 8efc33d6a1 closes
barisusakli 10d8eed7b9 closes
barisusakli e49d445422 added err checking
psychobunny da7d6a3137 closes
barisusakli 1eafc6ba3d moved user delete to its own file, closes
barisusakli 1354739d19 user deletion
user deletion NOT SKALABLE
barisusakli 6011399063 removed comment
barisusakli d8e00f95a2 moved user search to its own file
barisusakli 383b68e7fc user js refactor
barisusakli 90e398e5c9 user js refactor, category fix
if a category that didn't exist was request with category/1231 or
api/category/1231 it was crashing.