Age | Commit message (Collapse) | Author |
|
Issue #684
|
|
|
|
Return 503 code while RootResource is in MODE_STARTUP
|
|
|
|
Issue #612
|
|
- root resources changes the csrf token cookie everytime it is loaded, in particular during the intestitial load during login
- it will also add that cookie on single user mode
- initialize will still load all resources
- but they you cant access them if the csrf token do not match
- all ajax calls needs to add the token to the header
- non ajax get requests do not need xsrf token validation
- non ajax post will have to send the token in as a form input or in the content
Issue #612
|
|
- Issue #576
- To start in multi user, run with --multi-user --provider provider-name.tld
|
|
Issue #576
|
|
- Issue #576
|
|
don't use initialize method of root_resource in test
|
|
instead of using leap_session, mail_service can be used to get the
account email.
|
|
this should solve https://github.com/pixelated/pixelated-user-agent/issues/246
needed to inject leap_session into root resource to access user email on
request.
|