##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r41:6cf4cae4
pytest: Fix the user login function. - Pyramid doesn't expose the session as pylons does it as `response.session` - Therefore we have to look it up in the environ.
0
r40:bc180d4b
pytest: Use hardcoded login URLs in tests. - It's not so easy to use pyramids URL generation methods from within the tests. - Therfore we hardcode the URLs.
0
r39:0aab9a51
pytest: Remove oauth related tests.
0
r38:2451deb0
login: Remove social auth fragments from register views.
0
r37:0ef0b0cc
login: Fix password reset mail link. - Pyramid needs the request object to generate an URL. - Therefore we generate the URL in the view and pass it to the model to send the email.
0
r36:8b924f40
login: Include login configuration.
0
r35:3c60da43
auth: Change login url generation in auth decorators. Use pyramid to generate login URLs.
0
r34:45c677de
login: Remove pylons login controller.
0
r33:00b006e4
templates: Migrate base template to use pyramid login/logout/register URLs.
0
r32:74a48d81
templates: Migrate password reset template to pyramid.
0
r31:c2bebd31
templates: Migrate login and register templates to pyramid.
0
r30:3d842b2d
login: Migrate login controller to pyramid view.
0
r29:d708ecf5
auth: Add a method to check if an AuthUser is the default user.
0
r28:48f65d03
login: Move method to store user in session out of login controller. - Preparation to migrate the login view to pyramid.
0
r27:abb3a876
templates: Remove my account oauth template.
0
r26:3e99070f
my_account: Remove oauth identities views from my_account controller.
0
r25:6cca2305
templates: Remove social buttons template.
0
r24:fd48e82c
templates: Remove social auth plugins code from login and register templates.
0
r23:dd346b2b
login: Remove social auth code from login controller. This code will be moved to the EE edition.
0
r22:06f54f5c
auth: Remove AuthomaticBase class. - Code will be moved to the EE version.
0
load next
< 1 .. 262 263 264 265 266 267 268 >
showing 20 out of 5342 commits