Commit Graph

179 Commits (1f8f61d1d8d2ff78c09e7e659f3ed67a20a533dd)

Author SHA1 Message Date
Baris Soner Usakli 744e4579b7 setUserFields
Julian Lam 762cecf1c3 fixed
Julian Lam a990cf3e0d added missing "return" when a user creation doesn't pass all server-side
checks...
Baris Soner Usakli e9afd4a107 fixed broken view again
Julian Lam 93d4630433 Merge remote-tracking branch 'origin'
Julian Lam 123aac0862 limiting notification counts (issue )
Baris Usakli 22d954d01f fixed for broken category view, after topic move
Julian Lam 667c331a67 refactored `User.create` in preparation for twitter compatibility (issue
Baris Soner Usakli 93c6228347 handle err
Baris Usakli ff9990701b changed to async.eachSeries
Baris Usakli a4de1b247f decrease/increase post count on post deletion/restore
Baris Usakli 2bb4aab6ac changes to online users code
Julian Lam 3c62b86096 Merge branch 'nconf'
Julian Lam 145898c3ba using nconf to manage config file now (issue )
Baris Soner Usakli a7ed1f97df delete old email key before setting new one when someone changes their email
Baris Soner Usakli 61cc0853db browsing thread changes to use sessions
Baris Soner Usakli 910e9d6ee0 closes
Baris Usakli 6eb9af77e6 first pass at subfolder
Baris Usakli d66aef7812 moved bcrpyt rounds to config file
Baris Usakli 93653e88df changed most of the ajax calls to use sockets
Baris Usakli 8f2a0014b3 closes
Baris Usakli 1d39b08195 password change, closes
Baris Soner Usakli 026056c8eb moved create/delete to top, handle error in get_online_userS
Baris Soner Usakli 6ecfd611eb removed one of the RDB,keys from user.js, canged userlist to store uids
Baris Soner Usakli f760b01bfe fixed type in user.js
Baris Soner Usakli f2d7f856aa async.each in user.js
Baris Soner Usakli c47db0e908 async.each for get_userslugs_by_uids
Baris Soner Usakli 1c855ce502 async.each for get_userslugs_by_uids
Damian Bushong e3b4a6029c Clean up excess end-of-line whitespace
Damian Bushong f61e71729a More cleanup of user.js
See added comments for more information on problems discovered within the codebase.
Damian Bushong 7a5013325c Force a default gravatar if no email provided
Gravatar provides the forceDefault option, let's use it.
Damian Bushong 78ef54baf2 Cleanup user.js for style guide compliance
Baris Soner Usakli 4c33cee051 user restore for try.nodebb
Baris Soner Usakli 0eb83f1e85 css changes
Baris Usakli efb5cfe1ac nothing
Baris Usakli f718d25d36 === is gud
Baris Usakli 9dbaf9fef9 more work
Baris Usakli 1a992b7147 first batch of changes
Baris Soner Usakli caf81b7312 fixed a crash if user profile is viewed when they have no posts, fixed the footer user link it uses the userslug now
Baris Usakli cde765b17d remove socket listeners in admin/users/search
Baris Usakli be0afc43a8 user search in admin/users
Baris Usakli 941ed7e194 user search in admin/users
Baris Usakli 7ca2c949dd fixed safari script problem
Baris Usakli c870e8bbf3 testing user search in admin panel
Baris Soner Usakli ea4f39ca21 server side checks for username/email/password, closes
Julian Lam d0e5c0dcf1 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam 87e2023c86 closed by implementing solution
Baris Usakli 87a786c1b0 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli 51842a32da dont let users with the same username/slug register closes
Julian Lam 578dba10cd fixed