Baris Soner Usakli
|
cab6ab8e17
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Soner Usakli
|
e9fbed71ae
|
closes #613, fixed allowRegistration incase its undefined
|
11 years ago |
Julian Lam
|
b4121f262d
|
removing serializeUser console.log -- how long has this ben here? haha
|
11 years ago |
Baris Soner Usakli
|
f68f02d346
|
closes #679
|
11 years ago |
Baris Soner Usakli
|
3a00c177d3
|
closes #150
|
11 years ago |
psychobunny
|
25bac03bab
|
fixed facebook + gplus authentication - callbackURL was invalid
|
11 years ago |
Baris Usakli
|
c096656eff
|
merged master fixed conflicts
|
11 years ago |
psychobunny
|
1f970c3bdb
|
incorrect url was being passed for callback - twitter and g+
|
11 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
|
11 years ago |
Baris Soner Usakli
|
95db5f93cb
|
remvoed console.logs
|
11 years ago |
Baris Soner Usakli
|
b900bc9cce
|
more fixes
|
11 years ago |
Baris Soner Usakli
|
140f90f7f3
|
cleaned up requires
|
11 years ago |
psychobunny
|
b7aea63c53
|
create auth routes only after plugin system is enabled and auth.init hook is fired
|
11 years ago |
psychobunny
|
51b38c4c55
|
plugins - added filter:auth.init hook to add additional login strategies; fixed callbackURL
|
11 years ago |
psychobunny
|
89c5d01efa
|
modularized SSO, paving the way for potential plugins. cleaned up associated templates/js
|
11 years ago |
Baris Usakli
|
e1f6e064a9
|
removed io from user.js, figure out why notifications are breaking when websockets.js is required from it
|
11 years ago |
Baris Usakli
|
fa9636a62a
|
closes #495
|
11 years ago |
Baris Usakli
|
f2c1a92513
|
closes #215
|
11 years ago |
Baris Usakli
|
0b0d64b52e
|
logout/login changes, updateHeader changes
|
11 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 |
Julian Lam
|
487d740164
|
added client and server validation on registration
|
12 years ago |
psychobunny
|
6b495767c0
|
removed server side templates for register
|
12 years ago |
psychobunny
|
a4e8f9e706
|
cleaned up webserver a bit, moved over authentication stuff into its own file, got rid of unused routes, user routes still need to be moved out but am waiting for baris to finish
|
12 years ago |