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
/
pixelated
/
application.py
Age
Commit message (
Expand
)
Author
2016-02-19
Fixed arity of two event callbacks
Folker Bernitt
2016-02-11
adds argument to supply custom disclaimer/banner on login screen
NavaL
2016-02-05
closing the services closes leap session, which stops background tasks, close...
NavaL
2016-02-03
reverting unnecessary steps to not re-load leap-sessions on re-login, as they...
NavaL
2016-02-03
move leap session creation to be done after interstitial is loaded
NavaL
2016-01-28
making async setup user services after auth
NavaL
2016-01-27
Add a login multi user functional test
Folker Bernitt
2016-01-26
minor refactorings
NavaL
2016-01-25
added integration test
NavaL
2016-01-22
Add mutli-user mode to user-agent
Folker Bernitt
2016-01-19
Make RootResource read account email from mail service
Folker Bernitt
2016-01-18
root resource now depends on the services factory -- and mail service, for no...
NavaL
2016-01-18
Refactory KeyResource to get services from session
Folker Bernitt
2016-01-18
Refactor Services to use provided constructor arguments
Folker Bernitt
2016-01-13
Changed log level to INFO for the pixelated namespace and added basic info me...
Bruno Wagner
2015-10-27
Moves welcome mail logic inside LeapSession
Giovane
2015-10-22
Move interstitial to root resource
Folker Bernitt
2015-10-20
Refactored the welcome mail logic and add a test
Jefferson Stachelski
2015-10-15
issue #484 - Removed the print commited by mistake
Jefferson Stachelski
2015-10-14
issue #484 - Add welcome mail for new accounts
Jefferson Stachelski
2015-10-12
fix typo.
Christoph Kluenter
2015-10-12
Move SOLEDAD_INVALID_AUTH_TOKEN listner to outermost user agent start
Folker Bernitt
2015-09-21
#442 Creates feedback service that create tickets on leap web.
Giovane
2015-09-03
#304 Adds PixelatedSite class to hold custom request configuration and remove...
Giovane
2015-08-11
fix initialize_leap
Victor Shyba
2015-08-11
Enable initial sync and background jobs.
Folker Bernitt
2015-08-11
Working on pixelated-user-agent.
Folker Bernitt
2015-06-09
Extracted services setup in a separate class
Bruno Wagner
2015-06-09
clean unused imports after certs and app cleanup
Victor Shyba
2015-06-08
Fixed certificates initialization and removed which_api_bundle
Bruno Wagner
2015-06-05
Added creation of input mail from python message
Bruno Wagner
2015-06-05
Moved register out of application like maintenance
Bruno Wagner
2015-06-05
Refactoring the config, logging_setup is now called logger
Bruno Wagner
2015-06-05
Loading page is now in the resources folder
Bruno Wagner
2015-06-04
Config dispatcher and config_ua are now in credentials
Bruno Wagner
2015-06-04
Initialization is not config, moving it to pixelated.application
Bruno Wagner