26 Commits (b5274a0d9117fb07bf69c5f91d3a2eef28650e08)

Author SHA1 Message Date
psychobunny b5274a0d91 init 12 years ago
Baris Soner Usakli a69140faa9 show error message on failed login 12 years ago
psychobunny a008cf971d register and login -> BS3 12 years ago
Baris Usakli 74af205426 banned users cant login, show error messages on failed logins 13 years ago
Baris Usakli 6eb9af77e6 first pass at subfolder 13 years ago
Baris Usakli 0494718456 added the form back for login 13 years ago
Baris Usakli 7ca2c949dd fixed safari script problem 13 years ago
Baris Soner Usakli 9b43f80ff8 changed login to ajax added error message for incorret login, closes #36 13 years ago
Julian Lam 59d26d6fc9 implementing express.csrf for login and register pages (the only places where HTTP forms are used). Fixes #8 13 years ago
Julian Lam c63d6f75c2 updating social login icons to use font-awesome equivalents instead of (possibly) proprietary icons 13 years ago
psychobunny 34131ad46c modified exec_body_scripts to load external scripts. finally moved all the js files out of tpls into their own js
todo: still need to organize the individual scripts client side,
13 years ago
Julian Lam 80b20fe877 adding alternate logins to register page 13 years ago
Julian Lam d5dc81b63c social icons 13 years ago
Julian Lam 9c05a76fcb facebook integration 13 years ago
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
13 years ago
Julian Lam 32d9b5349e beginning google integration 13 years ago
psychobunny c73feeea2a hide alternate login strategies if config is not set 13 years ago
Julian Lam 60c1e937a1 tweaking twitter login so that if the config is blank, trying to log in via twitter won't crash the server 13 years ago
Julian Lam 5708076137 enabling twitter login 13 years ago
Julian Lam d712f57141 refactored user authentication (passport-local, instead of my own
half-baked implementation)
13 years ago
Julian Lam f4b14df195 some more fixes to the session handling to ignore the /api folder, and
refactoring how the public directory is set up in webserver.js.

THIS COMMIT ALTERS NODEBB'S DEPENDENCIES!
Please run npm install after pulling.
13 years ago
Julian Lam 19cd9e05ed fixing login and logout sessions 13 years ago
psychobunny e5a6d1bf8b added a way to track socket listners added to the page to prevent memory leaks and duplicated definitions of events 13 years ago
psychobunny 7e637a93bb added login message + ajaxify.go to homepage (should add redirect code to originating page later) 13 years ago
Julian Lam f975105176 added email to registration fields, email existence check 13 years ago
psychobunny 3d81f129e3 added login, fixed gitignore 13 years ago