153 Commits (7f67528280a6068b9e88493a1238e1ec6ff39e66)

Author SHA1 Message Date
Julian Lam bae634e124 closed #2112 11 years ago
Julian Lam cd135dda13 renamed middleware to applyCSRF, re: #2082 11 years ago
Julian Lam 40e5ad075f started work on #2082 11 years ago
Julian Lam a7736d1926 removed setTimeout when someone tries to log in with a non-existant username 11 years ago
Julian Lam 08c9cbdf70 changing admin API calls to return 404 if unauthenticated, and redirect user to login for regular URL. closes #1885 11 years ago
Julian Lam 298d904d45 refactored login process to be a form submit instead of ajax-redirect, implemented error message parsing using req.flash 11 years ago
barisusakli 005405b16c closes #1976 11 years ago
barisusakli c8084e9b2e closes #1978 11 years ago
Julian Lam 14d7461252 updated deprecation notice for social network sso icons 11 years ago
Julian Lam 2f9fd620d7 fixed #1849 11 years ago
psychobunny f6838ef51e only use passport.authenticate if a strategy url is defined 11 years ago
barisusakli dceeed22f7 closes #1724 11 years ago
Charles 5f1b1ad2bf Also add relative_path to destination
Because the destination url does not include the relative_path
11 years ago
Charles ce083573a9 Fix typo 11 years ago
Charles f26a250b01 Add relative_path to authentication redirects 11 years ago
psychobunny 31adf7084d filter:register.complete - plugins can redirect the user elsewhere post-registration 11 years ago
psychobunny 4bb8762746 send in the entire registration form for userData 11 years ago
Julian Lam 93e3eb4d28 fixed #1584 11 years ago
Julian Lam d948f2a29d moved login via email detection into the internal login block 11 years ago
barisusakli 05872ad458 closes #1545 11 years ago
Aziz Khoury bab88893f1 changing 'filter:register.check' hook signature to provide req, res and data 11 years ago
barisusakli 78ccca4f63 removed comment 11 years ago
Julian Lam e64c1bfec3 closed #1453 11 years ago
Julian Lam b56df975e0 fixed 1495 11 years ago
barisusakli 8afcf44732 gravatars will be generated on demand
changing the setting in ACP will affect all default gravatars now.
11 years ago
barisusakli dde872d6d5 log user ip register 11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
barisusakli 1f77df794a added lots of error keys 11 years ago
barisusakli 2195b20385 closes #1263 11 years ago
Julian Lam 6fb69e6c19 removing error output for incorrect pw on login 11 years ago
barisusakli e49d445422 added err checking 11 years ago
psychobunny da7d6a3137 closes #1175 11 years ago
barisusakli 76d8f19e73 forgot to return #963 11 years ago
barisusakli cd4a204f99 closes #963 11 years ago
psychobunny 197b34461f potentially fixes #1228 11 years ago
psychobunny e3df487173 cleanup 11 years ago
Julian Lam caa9c17bc2 fixed login routes on subfolder installs 11 years ago
psychobunny 8f7a7fec7d more cleanup; commenting out custom plugin routes until its fixed properly 11 years ago
psychobunny fe9d4efa98 moved api-only routes into routes/api.js, cleanup & linting 11 years ago
psychobunny 6820e9e662 random jshinting expedition 11 years ago
Julian Lam 8557c56c45 resolved #1117 11 years ago
Baris Soner Usakli 7e825c61bd some login changes 11 years ago
Baris Soner Usakli a909a25393 closes #1016 11 years ago
Baris Soner Usakli 84446e255d added parseInt 11 years ago
Julian Lam 3c55672f62 seconds != milliseconds *facepalm* 11 years ago
Julian Lam 9e8addee81 fixed #859 11 years ago
Julian Lam c89bc3b9d5 fixing missing template requirement on /reset 11 years ago
Julian Lam 744b6517bf issue #891 11 years ago
Julian Lam ef39c128c2 Removing Google Plus integration from core - adios! 11 years ago
Julian Lam 7e3c46db61 Removing Twitter SSO - toodles! 11 years ago
Julian Lam e7eab83d8f removing facebook SSO from core 11 years ago
Julian Lam f02cd9df82 Merge branch 'master' of github.com:akhoury/NodeBB into akhoury-master
Conflicts:
	src/user.js
11 years ago
Baris Soner Usakli b945dfc71d closes #843 11 years ago
Aziz Khoury f74f01ca77 Changed User.create signature to accept a hash, added a couple of utility functions as well 11 years ago
Julian Lam adb8f80b86 interim commit - removed calls to websockets.js, beginning porting to namespaced files 11 years ago
Baris Soner Usakli 751dc73ebe fixes login/register and auth routes in relative path install 11 years ago
Baris Soner Usakli cab6ab8e17 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Soner Usakli e9fbed71ae closes #613, fixed allowRegistration incase its undefined 12 years ago
Julian Lam b4121f262d removing serializeUser console.log -- how long has this ben here? haha 12 years ago
Baris Soner Usakli f68f02d346 closes #679 12 years ago
Baris Soner Usakli 3a00c177d3 closes #150 12 years ago
psychobunny 25bac03bab fixed facebook + gplus authentication - callbackURL was invalid 12 years ago
Baris Usakli c096656eff merged master fixed conflicts 12 years ago
psychobunny 1f970c3bdb incorrect url was being passed for callback - twitter and g+ 12 years ago
Baris Soner Usakli 6d79521922 moved connect-redis to the redis.db file, expose the sessionStore from redis.js db file, do the same for mongo db with mongo-connect 12 years ago
Baris Soner Usakli 95db5f93cb remvoed console.logs 12 years ago
Baris Soner Usakli b900bc9cce more fixes 12 years ago
Baris Soner Usakli 140f90f7f3 cleaned up requires 12 years ago
psychobunny b7aea63c53 create auth routes only after plugin system is enabled and auth.init hook is fired 12 years ago
psychobunny 51b38c4c55 plugins - added filter:auth.init hook to add additional login strategies; fixed callbackURL 12 years ago
psychobunny 89c5d01efa modularized SSO, paving the way for potential plugins. cleaned up associated templates/js 12 years ago
Baris Usakli e1f6e064a9 removed io from user.js, figure out why notifications are breaking when websockets.js is required from it 12 years ago
Baris Usakli fa9636a62a closes #495 12 years ago
Baris Usakli f2c1a92513 closes #215 12 years ago
Baris Usakli 0b0d64b52e logout/login changes, updateHeader changes 12 years ago
Julian Lam 043aafd7b7 closed #315 12 years ago
Baris Usakli 27cb837b08 closes #303 12 years ago
psychobunny 1780b343b4 formatting - routes 12 years ago
Julian Lam 4a18728e19 closed #297 12 years ago
Baris Usakli c647793512 meta config changes, refactors 12 years ago
Baris Usakli c70c67394a closes #171 12 years ago
Baris Usakli 74af205426 banned users cant login, show error messages on failed logins 12 years ago
Baris Usakli 929282a2f7 ban users, closes #125, banning a user hides all posts topics of a user and their profile page becomes inaccessible 12 years ago
Baris Usakli dceec0ce46 more winston, issue #62 12 years ago
Julian Lam 12e8423a24 closed #132 - issue where all auth routes were not rendering the header properly 12 years ago
Julian Lam 4588745b9a refactored all calls to app.build_header (in regular and auth routes) 12 years ago
Julian Lam d6938f4818 first pass at a custom title function (not ready for prod) 12 years ago
Julian Lam bea5dff563 fixed #31 - twitter profile picture now used as nodebb avatar in lieu of
email address for gravatar
12 years ago
Julian Lam 10a42d4e08 minor var renaming 12 years ago
Baris Soner Usakli 863f471020 closes #103 12 years ago
Baris Soner Usakli 0b7da34a03 possible fix for #101 12 years ago
Julian Lam 145898c3ba using nconf to manage config file now (issue #24) 12 years ago
Baris Soner Usakli d7597608d5 fixed login register logout 12 years ago
Baris Soner Usakli 9b43f80ff8 changed login to ajax added error message for incorret login, closes #36 12 years ago
Baris Usakli 8f92710906 moved login code from user.js to login.js 12 years ago
Baris Usakli 523b787e69 added csrf to ajax calls 12 years ago
Baris Usakli 9cf9e98b14 removed duplicate build_header 12 years ago
Julian Lam 1a104686ac new header for meta title 12 years ago
Julian Lam 48bccb3498 applying custom theme (if enabled) to all routes 12 years ago
Julian Lam 88bf9425db install script + patching up integration with install wizard 12 years ago