summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-18rename react subdir to signupRoald de Vries
2016-11-16rename react subdir to signupRoald de Vries
2016-11-16add a form and use fetchRoald de Vries
2016-11-16mock up the first forms of signupRoald de Vries
2016-11-11readabilityRoald de Vries
2016-11-10[#816] Improve the recipient suggestion readbilityTayane Fernandes
2016-11-10[#716] Increase padlock icons font-size and fix alignmentTayane Fernandes
2016-11-07Updated some outdated requirementsBruno Wagner
Whoosh 2.7 and Twisted 16.2+ still break the application, they have to be looked further when we have time
2016-11-04[#795] injecting provider on activist mode user-agent initialization ↵NavaL
--fixing startup bug
2016-11-04make integration tests pass on Mac OS XRoald de Vries
2016-11-04[#795] fixed missing yield on authenticate in leap initialize for activist modeNavaL
2016-11-03Users won't see the traceback on errors anymore #373Bruno Wagner
2016-11-03 [#792] refactor pixelated-register and removed leap.auth dependencyNavaL
2016-11-03 [#792] fix pixelated-registerNavaL
2016-11-02Fix logger variable nameTulio Casagrande
2016-10-28changed import, for snap-CI pep8NavaL
2016-10-28adding custom messages per types of auth errors #795NavaL
2016-10-28removing obsolete Leap_password_checker #795NavaL
2016-10-28Fixing Authentication imports #795NavaL
2016-10-28authentication now returns AuthenticationNavaL
leap session creation is only done post-interstitial and that logic is also extracted into its own class #795
2016-10-26extracting username before doing bonafide auth #795NavaL
2016-10-26Adds real authenticationDenis Costa
We also did some refactoring in order to have things working. #795
2016-10-26Fixes tests.Denis Costa
I also split Athenticaton class into two. So I keep the same API for old code and have different things in two different classes. #795
2016-10-26Moving authentication out of login_resourceBruno Wagner
This is ongoing work to be able to accept and validate user domain on login (so the user can use <username> or <username@domain.com>) We are extracting the authentication logic from login_resource to be able to test and cover the cases we need
2016-10-26moving pixelated-maintenance register to use bonafide instead of leap.auth #792NavaL
2016-10-21[#797] reinstating use of the provided email body charstet encodingNavaL
2016-10-21Revert "necessary setup on ubuntu 14.04 to run the user-agent (and tests)"NavaL
Not needed :) This reverts commit 8db6fd5381ce692d26853c53c4d5ba4501260dc0.
2016-10-21necessary setup on ubuntu 14.04 to run the user-agent (and tests)NavaL
2016-10-19Adapted login to ignore anything after @ charBruno Wagner
2016-10-19Adapted test now that leap.mail has a default charsetBruno Wagner
2016-10-19Add libsqlcipher-dev to vagrant dependenciesTulio Casagrande
2016-10-19Removed plugins bootstrap from the manhole optionBruno Wagner
2016-10-19Adapted logging in the UA to use twisted.loggerBruno Wagner
2016-10-19explicitly adding gnupg in the requirements -- missing after removing keymanagerNavaL
2016-10-18Removed extension that was unused for a long timeBruno Wagner
2016-10-18Adapted imports to reflect new bitmask-dev dependencyBruno Wagner
2016-10-11[#792] Move leap.bonafide to leap.bitmask.bonafideTulio Casagrande
2016-10-10 setting Leapsssion.is_closed only when all services/dependencies are closedNavaL
2016-10-07use test client in test case through composition instead of inheritanceRoald de Vries
2016-10-06Removed tornado and dispacher referencesTulio Casagrande
2016-10-06add libsqlcipher-dev as build dependencyvarac
2016-10-06Fix pixpybuild dependencyvarac
2016-10-06add libsqlite3-dev as build dependencyvarac
2016-10-05Fix pep8Tulio Casagrande
2016-10-05Setup twisted logger and formatterTulio Casagrande
2016-10-05Move the application.py to twisted loggerTulio Casagrande
2016-10-05Changed to new twisted logging systemTulio Casagrande
This was storing loglines and references of the objects until a beginLoginTo was called. We moved to the new logger and added the beginLoginTo line.
2016-10-05remove `set_portal`, it's not neededRoald de Vries
2016-10-05remove pixelated realm's init parametersRoald de Vries
They weren't used. Currently, the PixelatedAuthSessionWrapper determines the resource to use for a user. It would be more idiomatic to have the realm determine that. Actually, it should return the avatar as an IResource. See http://twistedmatrix.com/documents/current/web/howto/web-in-60/http-auth.html
2016-10-05Removes the 'Not signed' label from sent mail viewThais Siqueira
We folowed the same approach of encrypted label and set the signed attribute as 'undefined' when we are on the sent mail view.