index
:
pixelated-user-agent.git
master
[pixelated-user-agent]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
service
/
test
/
unit
/
resources
/
test_root_resource.py
Age
Commit message (
Expand
)
Author
2017-01-19
Add copyright statements to all Python files that doesn't have it
Ola Bini
2016-12-14
[#869] Move from stdlib to twisted trial unittest
Denis Costa
2016-12-08
Revert "[#801] Merge branch 'signup'"
Roald de Vries
2016-12-06
remove some TODO's
Roald de Vries
2016-12-05
remove templates folder from root resource parameters
Roald de Vries
2016-12-02
[refactor] use static url instead of assets url
Zara Gebru
2016-12-02
[refactor] move app dir into public dir
Zara Gebru
2016-12-01
fix root resource tests when zmq is not available
Roald de Vries
2016-12-01
WIP: add csrf token to every request
Roald de Vries
2016-11-30
remove PublicRootResource and use a flag on RootResource instead
Roald de Vries
2016-11-30
redirect to login from root url when not logged in
Roald de Vries
2016-11-30
mock out usage of ZMQ in the right place
Roald de Vries
2016-11-29
mock out usage or ZMQ
Roald de Vries
2016-11-29
make login resource part of the public root resource
Roald de Vries
2016-11-29
assert login url is delegated correctly
Roald de Vries
2016-11-29
add inbox resource
Roald de Vries
2016-11-28
split inbox resource out of root resource
Roald de Vries
2016-11-24
add login resource as child of public root resource
Roald de Vries
2016-11-24
add public root resource to serve static files
Roald de Vries
2016-11-22
fix first test for auth session wrapper
Roald de Vries
2016-09-28
actually 404-ing valid requests but non-existing resource
NavaL
2016-06-27
Explicitly use POST to test csrf
Caio Carrara
2016-06-02
RootResource should return 503 during startup (#699)
Blake Williams
2016-05-13
Issue #691: Refactor to Twisted 16.1.1
Felix Hammerl
2016-02-25
only adding feature resource in root_resource test -- fixing build
NavaL
2016-02-25
Backend and frontend protection against csrf attacks:
NavaL
2016-01-22
Add mutli-user mode to user-agent
Folker Bernitt
2016-01-19
fixing build
NavaL
2016-01-19
Make RootResource read account email from mail service
Folker Bernitt
2015-11-10
refactor unit test
sw00
2015-11-09
use mail_service to inject account_email into root_resource
sw00
2015-11-09
template user's email address into title
sw00