Commit Graph

106 Commits (55cb790d3c897230f1b5cbe0668c5f374f09a802)

Author SHA1 Message Date
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
Baris Usakli c2c4c003ab if the user updates their email change the email uid mapping, added 500ms delay to the disconnect modal
Julian Lam 12ff6bf1e1 removing server-side registration info check (as it conflicts with social network registrations)
Julian Lam 8b1ff03cbb fixing social network logins and refactoring post actions
Julian Lam 6dd960d6c3 adding moderator checking to post actions
Baris Usakli 3cff31be4e getMultipleUserFields will return empty ojbect if no uids are passed in
Julian Lam e256ee99f7 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam bdeb7b13f1 interim commit for moderator support
Baris Usakli 9d5f6364ad removed console.logs
Baris Usakli 9cd189e273 relative time fix
Baris Usakli 3b0978caa7 add friend button invisible if user is already friend
Baris Usakli 58aa0ee647 friends
Baris Usakli 39798b9f79 changed the file upload to use streams
Baris Usakli 233752a9c7 why does urls dont work when put into address bar
Baris Usakli 4f0901e164 anon user doesnt show up on users page anymore
Baris Usakli 4c324664fa removed global modules
Julian Lam 624658307c Merge branch 'master' of github.com:psychobunny/NodeBB
Julian Lam 487d740164 added client and server validation on registration
Baris Soner Usakli 6942107dd4 regen gravatar url when email changes
Baris Soner Usakli 0aeeac9d61 image upload and changing images will clean up later andrew stayla
Julian Lam a8ab0055e6 UPDATE YOUR CONFIG TO INCLUDE THE "manage_content" PERMISSION!!
users with the proper "manage_content" permission can now edit anybody's
posts
Baris Soner Usakli 7d27a7c6d3 changed user update profile so that it only updates specific fields, before it was possible to send in rep,post count
Julian Lam e9a552eab4 editing of posts
psychobunny 5e901a76aa fixed the rest of the bugs that arised from the redis refactor
psychobunny fb83913670 redis wrapper removed. pretty safe to say that we didn't really need it in the first place.
Baris Usakli 9166a9ccde user edit changes
Baris Usakli 5edf7efd8f user edit and profile changes
Baris Usakli 187d5a101a edit page
Julian Lam 4dced643c5 tweaking app.alert so that on regular fadeout (after timeout expiry), the alert is removed from the DOM
Baris Soner Usakli 8710aa3457 users page
Baris Usakli 781d7cf9cf template stuff
Baris Usakli 8fe4905b68 exists function fix
Baris Usakli ccf0f6dd73 removed get_username_by_uid, use getUserField(uid,'username',callback) directly
psychobunny 4c524922cc posts.get().unfactored().refactored().commited().pushed(); if (conflicts) throw new Error ('IGNORED'); yep.
Baris Soner Usakli 48d5100dfe some profile changes, added post count to users and account and some css to account
Baris Soner Usakli 57354fe582 changed posts.reply to use the getUserFields method and removed the 2 old methods from user.js
Baris Soner Usakli 47782df9cb Merge branch 'master' of https://github.com/psychobunny/NodeBB
Baris Soner Usakli 883f029a3a agian