Commit Graph

143 Commits (154f691ba2f586c1f2da65b7576523ba338708de)

Author SHA1 Message Date
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
Baris Usakli bbee8e94bd fixes
Baris Usakli d3a190d74e username to userslug change
Baris Usakli ad11be657e added turkish characters to utils.slugify
Baris Usakli dd4af40be0 removed login code from user.js
Julian Lam e158fdc963 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 4d99870063 updating nodebb executable so that it sends a NODE_ENV environment
variable in, and modified app.js and redis lib to read it.
Baris Soner Usakli e49d2707eb changed the follower/following keys
Baris Usakli 9cf9e98b14 removed duplicate build_header
Baris Usakli 3f3d81de44 admins can make others admins
Baris Usakli fc4d3d849d better this way
Baris Usakli 41aeee9839 send back empty object if no data for user
Baris Soner Usakli 32b9db5771 changes to Date.now()
Baris Usakli 88a1fef941 bookmark for the post made
Baris Usakli b7e2bfff3d send notification to all followers when a user makes a post
Baris Soner Usakli 39cf0476d3 follower and following count on account page
Baris Soner Usakli 44d07ea543 changed friends to following/followers, updated routes and the user.js functions
Julian Lam 9af39622ed actually using identicon default across the site
Julian Lam 68b7609ab6 identicon integration for twitter + fixing missing social icons for registration page
Julian Lam 7f77ec2c5f committing hotfix to registration
Julian Lam 88bf9425db install script + patching up integration with install wizard
Baris Usakli adb52023b8 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli db6bbcc699 post every x seconds added it x to config
Julian Lam 33f8ee57bf revamped social auth code so that accounts are merged if they share a common email
also updated auth code so that fbid gplusid and twid are saved in the hash instead of as simple key->value
Julian Lam 1f7ab82f78 Merge remote-tracking branch 'origin' into notifications
Conflicts:
	src/webserver.js
psychobunny cd4ca110a1 moved utils over to client side for code sharing
Julian Lam c8d48127ad more changes to notification dropdown in header bar
Julian Lam 6bae30336a foundation for user notifications
Baris Soner Usakli ef304a712f strip tags from signature when they are saving, separated info in user profile and added signature box
psychobunny ab492f147f check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics
Baris Soner Usakli 9c5fa5fc5e signature work
Julian Lam 7e7d8ac8a4 fixing typo in user.js... weird
Julian Lam 1a38644eb8 exposing thread tools to users in the "administrators" set, fixing up
Topics methods to call the "editable" method first instead of just
checking rep thresholds.

Also changed the limit on thread length from 10 to infinity (for now,
until infinite scrolling makes it in)
Baris Usakli 994b7e8b33 signature
Baris Usakli d8489e2c66 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli dfdbc3bea2 admin/redis page
Julian Lam 3df8d7279b rejigged Topics.get so that it does not return a hardcoded return if no topics were returned