summaryrefslogtreecommitdiff
path: root/service/pixelated/application.py
AgeCommit message (Expand)Author
2017-03-14[#924] Implements update recovery code through bitmaskThais Siqueira
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
2016-12-06clean up parameters of authsessionwrapperZara Gebru
2016-12-06remove some TODO'sRoald de Vries
2016-12-05remove templates folder from root resource parametersRoald de Vries
2016-12-05get templates from pkg_resourcesRoald de Vries
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-11-30remove PublicRootResource and use a flag on RootResource insteadRoald de Vries
2016-11-30use PublicRootResource for root url instead of LoginResourceRoald de Vries
2016-11-29pass resources to pixelated realmRoald de Vries
2016-11-25make credentialsFactories parameter to auth session wrapper optionalRoald de Vries
2016-11-04[#795] injecting provider on activist mode user-agent initialization --fixing...NavaL
2016-11-03Users won't see the traceback on errors anymore #373Bruno Wagner
2016-10-28removing obsolete Leap_password_checker #795NavaL
2016-10-28authentication now returns AuthenticationNavaL
2016-10-19Removed plugins bootstrap from the manhole optionBruno Wagner
2016-10-19Adapted logging in the UA to use twisted.loggerBruno Wagner
2016-10-05Fix pep8Tulio Casagrande
2016-10-05Move the application.py to twisted loggerTulio Casagrande
2016-10-05remove `set_portal`, it's not neededRoald de Vries
2016-10-05remove pixelated realm's init parametersRoald de Vries
2016-10-05Revert "remove pixelated realm's init parameters"Roald de Vries
2016-10-05remove pixelated realm's init parametersRoald de Vries
2016-09-28remove private key from [gnupg] logs the right wayRoald de Vries
2016-09-22Moved all manhole start to manhole initBruno Wagner
2016-09-22move loglinegenerator to the support packageRoald de Vries
2016-09-21open telnet/ssh port only on localhostRoald de Vries
2016-09-21add a first pluginRoald de Vries
2016-09-21use absolute path to manhole configRoald de Vries
2016-09-21allow both telnet and sshRoald de Vries
2016-09-21allow ssh for manholeRoald de Vries
2016-09-21add manhole option to user agentRoald de Vries
2016-08-19Started deferring leap session creation #759Bruno Wagner
2016-06-23refactoring: renaming services factory methods to relate them to user service...NavaL
2016-06-23refactoring: moved Service factories to the service config fileNavaL
2016-06-14starting the server when the reactor is running and adding proper error handl...NavaL
2016-06-02Revert "added custom c extension to set mutex locking for openssl rand genera...NavaL
2016-06-01added custom c extension to set mutex locking for openssl rand generationNavaL
2016-05-30Handle errors on started processTulio Casagrande
2016-05-22accomodates the case where the email address is the data sent with the eventNavaL
2016-05-20adding event as first argument on invalid soledad register callback. register...NavaL
2016-05-19when invalid soledad auth token, it logs user out if multi-user and stops the...NavaL
2016-05-11Remove dispatcher references from serviceCaio Carrara
2016-02-19Fixed arity of two event callbacksFolker Bernitt
2016-02-11adds argument to supply custom disclaimer/banner on login screenNavaL
2016-02-05closing the services closes leap session, which stops background tasks, close...NavaL
2016-02-03reverting unnecessary steps to not re-load leap-sessions on re-login, as they...NavaL
2016-02-03move leap session creation to be done after interstitial is loadedNavaL
2016-01-28making async setup user services after authNavaL
2016-01-27Add a login multi user functional testFolker Bernitt