Commit Graph

175 Commits (7860cfdec337da72c9be2d67dc08f7130cbe3bed)

Author SHA1 Message Date
Baris Usakli 39b24436d0 removed global.socket, passing in socket to the functions now
Julian Lam 69bafcf19c refactoring register to use form post instead of socket (for passport integration)
Julian Lam a537c4d805 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam d712f57141 refactored user authentication (passport-local, instead of my own
half-baked implementation)
psychobunny e658531a67 replies are up
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 570dfd9786 updated topics module to use uid as a passed in param, instead of through global.uid
Julian Lam 33f155b2d1 updating web sockets so that uid is populated for socket calls
Julian Lam 2a9c33b9f8 user activity counter (bug present where all users register as same session? this isn't good....)
psychobunny 877219cb58 fixed conflicts
psychobunny e50e136d83 inbetween some changes but asked to pull so I'll comment better later
Julian Lam 0985087f5d auth...
Julian Lam 71e410d571 Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
	src/webserver.js
Julian Lam c1186f396e some work on session login etc
psychobunny d711a4e334 added post button, post window, added click handler to toaster alert, started on posts and topics schema and code
Julian Lam dfd5c9960b finished pw reset page, finally
Julian Lam 5369be0397 timing out reset codes, enhancing template replace so that a single placeholder can be used multiple times
Julian Lam a73481af8b more work with reset page
Julian Lam 0e8c4f35cd socketing for reset page - started on emailer
Julian Lam f975105176 added email to registration fields, email existence check
Julian Lam 2d8725d522 changing socket.io to exist on the same port as the server, made config file template (removed config file from repo)
psychobunny 3d81f129e3 added login, fixed gitignore
psychobunny 9b973327a0 registration bugfix
psychobunny b04d262fe4 init, just some testing