Commit Graph

60 Commits (86af1b2af51d908b1366415a9f60504a03a3b0ec)

Author SHA1 Message Date
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
Julian Lam 4a1dc28a26 *shenans* refactored Posts.get to use async module instead of callback
pyramid. Call time net decrease = 0, rofl.
psychobunny d6bd801561 Merge branch 'master' of https://github.com/psychobunny/NodeBB
psychobunny 8a2c18de5b fixed ajaxify bug that was rendering pages twice (solved flicker issue); fixed entering rooms that was casuing rep/streaming posts to not work; fixed /accounts to work by adding get data route; fixed bug that preventing gravatars from loading if there was more than one post in the thread
Baris Soner Usakli 9b5c8de541 setUserField
Baris Soner Usakli c906b7419a added reputation to /account
Baris Soner Usakli 3bdbf3c191 password reset will use the user has
Baris Soner Usakli 54b4c55dfc removed the unused login function
Baris Soner Usakli fee76db8dc more fixes
Baris Soner Usakli 954392e4c4 fixes to gravatars and get functions in user.js
Baris Soner Usakli 08f7b64ccf hash changes to user data
Julian Lam 1fc6e0db2c added email verification on registration
added email header and footer
Baris Soner Usakli 73e958e627 added join date to users, fixed post count when a new topic is created. account page shows time joined,picture and name
psychobunny 5e48b4cdc5 redis updates for sets: added sadd, srem, and sismember; finished basic favouriting/up/down votes - still need to add socket support in future
psychobunny 2b50c43a5f Merge branch 'master' of https://github.com/psychobunny/node-forum
psychobunny 7db1834182 gravatars in posts
Julian Lam 430e65a352 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam bceaf67c20 INSTALL build-essential AND RUN npm install!!!!
bcrypt integration
Baris Usakli ed26728a0f show username on homepage
Baris Usakli 7f12d568ff user name on home.tpl
Julian Lam 9c05a76fcb facebook integration
Julian Lam bef0bd87da Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam 8be3b8c05e accidentally developed on a merge commit... *fingers crossed*
Merge branch 'master' of github.com:psychobunny/node-forum

Conflicts:
	public/templates/login.tpl
Baris Usakli 39b24436d0 removed global.socket, passing in socket to the functions now
Julian Lam 8e5714cab4 skeleton for twitter integration via passport
Julian Lam 69bafcf19c refactoring register to use form post instead of socket (for passport integration)
Julian Lam 829dae05c5 updating header to show user label when logged in, and register/login when
not
Julian Lam d712f57141 refactored user authentication (passport-local, instead of my own
half-baked implementation)
Julian Lam 62779ef0dd relative time on topics and posts
psychobunny f8345a1223 added timestamp to record users
psychobunny a655ebb290 most users ever online block
Julian Lam cb9a110a5d RUN npm install AFTER PULLING THIS COMMIT!
Added user label to header, gravatar support
Julian Lam 2358528880 merging changes for stash pop
Julian Lam 64ca3d7444 properly broadcasting a user.active change
Julian Lam 7827534819 tweaking active.register so that it emits an active user change
Julian Lam 19cd9e05ed fixing login and logout sessions
Julian Lam 2a9c33b9f8 user activity counter (bug present where all users register as same session? this isn't good....)
psychobunny 7e637a93bb added login message + ajaxify.go to homepage (should add redirect code to originating page later)
Julian Lam f774974803 logout functionality
Julian Lam eac3785b29 fixing issue with auth (removed session saving stuff by mistake)
Julian Lam 3eb4f0e1a2 commenting out global.uid setting
Julian Lam 0985087f5d auth...
Julian Lam c1186f396e some work on session login etc
Julian Lam dfd5c9960b finished pw reset page, finally
Julian Lam 5792946a16 added DEL support to redis wrapper lib
Julian Lam 5369be0397 timing out reset codes, enhancing template replace so that a single placeholder can be used multiple times
Julian Lam dea9a707dc interim commit for password reset