Age | Commit message (Collapse) | Author |
|
The interstitial was being read at every login
request, that was a blocking read on the main
loop for every user.
That file was also being opened and not closed
at every request, that would aggravate the
'too many open files' problem
|
|
services sessions
|
|
- now username and user_id are mapped when the user logs in
- Issue #686
|
|
* Remove GenericDeferredErrorHandler class
* Convert static method generic_error_handling to function instead
|
|
handles login, logout, mail and tags resources
|
|
- 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
|
|
For the case of wrong file path or file not existing
Issue #214
|
|
Instead shows a generic: "invalid xml format" message
Issue #214
|
|
Issue #598
|
|
close soldedad and remove it from cache
Issue #586
|
|
they are already cached from leap side
- fixing build
Issue #590
|
|
Issue #590
|
|
Issue #590
|
|
Issue #583
|
|
- Issue #576
- Extended AppTestClient with multi user support
|
|
Issue #576
|
|
- Issue #576
- Use of twisted templating
|
|
Issue #576
|
|
- Issue #576
- To start in multi user, run with --multi-user --provider provider-name.tld
|