Commit Graph

463 Commits

Author SHA1 Message Date
Julian Lam
9af39622ed actually using identicon default across the site 2013-05-29 14:55:43 -04:00
Julian Lam
68b7609ab6 identicon integration for twitter + fixing missing social icons for registration page 2013-05-29 14:36:01 -04:00
Julian Lam
7f77ec2c5f committing hotfix to registration 2013-05-28 11:50:09 -04:00
Julian Lam
88bf9425db install script + patching up integration with install wizard 2013-05-27 14:02:57 -04:00
Baris Usakli
adb52023b8 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-05-24 12:32:34 -04:00
Baris Usakli
db6bbcc699 post every x seconds added it x to config 2013-05-24 12:32:28 -04:00
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
2013-05-24 12:12:59 -04:00
Julian Lam
1f7ab82f78 Merge remote-tracking branch 'origin' into notifications
Conflicts:
	src/webserver.js
2013-05-23 13:24:27 -04:00
psychobunny
cd4ca110a1 moved utils over to client side for code sharing 2013-05-23 13:21:46 -04:00
Julian Lam
c8d48127ad more changes to notification dropdown in header bar 2013-05-23 12:54:57 -04:00
Julian Lam
6bae30336a foundation for user notifications 2013-05-22 21:43:01 -04:00
Baris Soner Usakli
ef304a712f strip tags from signature when they are saving, separated info in user profile and added signature box 2013-05-21 22:36:21 -04:00
psychobunny
ab492f147f check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics 2013-05-21 17:02:04 -04:00
Baris Soner Usakli
9c5fa5fc5e signature work 2013-05-21 13:44:53 -04:00
Julian Lam
7e7d8ac8a4 fixing typo in user.js... weird 2013-05-19 13:39:51 -04:00
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)
2013-05-17 21:14:58 -04:00
Baris Usakli
994b7e8b33 signature 2013-05-17 14:48:05 -04:00
Baris Usakli
d8489e2c66 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-05-17 14:22:39 -04:00
Baris Usakli
dfdbc3bea2 admin/redis page 2013-05-17 14:22:34 -04:00
Julian Lam
3df8d7279b rejigged Topics.get so that it does not return a hardcoded return if no topics were returned 2013-05-17 13:29:50 -04:00
Baris Usakli
c2c4c003ab if the user updates their email change the email uid mapping, added 500ms delay to the disconnect modal 2013-05-17 10:57:26 -04:00
Julian Lam
12ff6bf1e1 removing server-side registration info check (as it conflicts with social network registrations) 2013-05-16 21:32:28 -04:00
Julian Lam
8b1ff03cbb fixing social network logins and refactoring post actions 2013-05-16 21:30:16 -04:00
Julian Lam
6dd960d6c3 adding moderator checking to post actions 2013-05-16 15:55:17 -04:00
Baris Usakli
3cff31be4e getMultipleUserFields will return empty ojbect if no uids are passed in 2013-05-16 13:13:46 -04:00
Julian Lam
e256ee99f7 Merge branch 'master' of github.com:psychobunny/node-forum 2013-05-16 12:49:57 -04:00
Julian Lam
bdeb7b13f1 interim commit for moderator support 2013-05-16 12:49:39 -04:00
Baris Usakli
9d5f6364ad removed console.logs 2013-05-16 11:53:27 -04:00
Baris Usakli
9cd189e273 relative time fix 2013-05-15 16:44:08 -04:00
Baris Usakli
3b0978caa7 add friend button invisible if user is already friend 2013-05-15 14:30:03 -04:00
Baris Usakli
58aa0ee647 friends 2013-05-15 13:57:13 -04:00
Baris Usakli
39798b9f79 changed the file upload to use streams 2013-05-15 11:46:41 -04:00
Baris Usakli
233752a9c7 why does urls dont work when put into address bar 2013-05-14 16:44:43 -04:00
Baris Usakli
4f0901e164 anon user doesnt show up on users page anymore 2013-05-14 16:10:16 -04:00
Baris Usakli
4c324664fa removed global modules 2013-05-14 12:13:29 -04:00
Julian Lam
624658307c Merge branch 'master' of github.com:psychobunny/NodeBB 2013-05-13 16:57:58 -04:00
Julian Lam
487d740164 added client and server validation on registration 2013-05-13 16:57:47 -04:00
Baris Soner Usakli
6942107dd4 regen gravatar url when email changes 2013-05-13 16:41:28 -04:00
Baris Soner Usakli
0aeeac9d61 image upload and changing images will clean up later andrew stayla 2013-05-11 21:55:14 -04:00
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
2013-05-09 22:24:50 -04:00
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 2013-05-09 13:53:58 -04:00
Julian Lam
e9a552eab4 editing of posts 2013-05-09 10:20:25 -04:00
psychobunny
5e901a76aa fixed the rest of the bugs that arised from the redis refactor 2013-05-09 05:48:55 +00:00
psychobunny
fb83913670 redis wrapper removed. pretty safe to say that we didn't really need it in the first place. 2013-05-09 01:04:15 -04:00
Baris Usakli
9166a9ccde user edit changes 2013-05-08 14:49:33 -04:00
Baris Usakli
5edf7efd8f user edit and profile changes 2013-05-08 13:43:56 -04:00
Baris Usakli
187d5a101a edit page 2013-05-08 12:51:37 -04:00
Julian Lam
4dced643c5 tweaking app.alert so that on regular fadeout (after timeout expiry), the alert is removed from the DOM 2013-05-08 10:58:27 -04:00
Baris Soner Usakli
8710aa3457 users page 2013-05-07 19:18:13 -04:00
Baris Usakli
781d7cf9cf template stuff 2013-05-07 17:16:57 -04:00