Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-23 | skip the test that is failing in snap only in snap | Roald de Vries | |
2016-11-23 | skip the test that is failing in snap but not locally | Roald de Vries | |
To find out if there are more failing tests. | |||
2016-11-23 | more verbose test output | Roald de Vries | |
2016-11-23 | more verbose test output | Roald de Vries | |
2016-11-23 | Change the bitmask-dev repo to use our fork | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/394 | |||
2016-11-23 | replace stdlib's unittest with trials's unittest for all unittest | Roald de Vries | |
2016-11-23 | fix mails resource unit test | Roald de Vries | |
2016-11-23 | readability | Roald de Vries | |
2016-11-23 | fix archive resource unit test | Roald de Vries | |
2016-11-23 | replace stdlib's unittest with trials's unittest for all unittest | Roald de Vries | |
2016-11-23 | fix mails resource unit test | Roald de Vries | |
2016-11-23 | readability | Roald de Vries | |
2016-11-23 | fix archive resource unit test | Roald de Vries | |
2016-11-22 | add test for logged-in resource | Roald de Vries | |
2016-11-22 | fix first test for auth session wrapper | Roald de Vries | |
2016-11-21 | add test stub for PixelatedAuthSessionWrapper | Roald de Vries | |
2016-11-18 | [#801] Add validation to the invite code | Tayane Fernandes | |
Disable the submit button when the invite code is empty | |||
2016-11-18 | [#801] Fix gitignore file to use more absolute paths | Tayane Fernandes | |
2016-11-18 | add logo and icon | Roald de Vries | |
2016-11-18 | serve signup page through twisted | Roald de Vries | |
2016-11-18 | rename react subdir to signup | Roald de Vries | |
2016-11-16 | [#811] Fix the cursor pointer for the attachment icon | Tayane Fernandes | |
2016-11-16 | rename react subdir to signup | Roald de Vries | |
2016-11-16 | add a form and use fetch | Roald de Vries | |
2016-11-16 | mock up the first forms of signup | Roald de Vries | |
2016-11-11 | readability | Roald de Vries | |
2016-11-10 | [#816] Improve the recipient suggestion readbility | Tayane Fernandes | |
2016-11-10 | [#716] Increase padlock icons font-size and fix alignment | Tayane Fernandes | |
2016-11-07 | Updated some outdated requirements | Bruno 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-04 | make integration tests pass on Mac OS X | Roald de Vries | |
2016-11-04 | [#795] fixed missing yield on authenticate in leap initialize for activist mode | NavaL | |
2016-11-03 | Users won't see the traceback on errors anymore #373 | Bruno Wagner | |
2016-11-03 | [#792] refactor pixelated-register and removed leap.auth dependency | NavaL | |
2016-11-03 | [#792] fix pixelated-register | NavaL | |
2016-11-02 | Fix logger variable name | Tulio Casagrande | |
2016-10-28 | changed import, for snap-CI pep8 | NavaL | |
2016-10-28 | adding custom messages per types of auth errors #795 | NavaL | |
2016-10-28 | removing obsolete Leap_password_checker #795 | NavaL | |
2016-10-28 | Fixing Authentication imports #795 | NavaL | |
2016-10-28 | authentication now returns Authentication | NavaL | |
leap session creation is only done post-interstitial and that logic is also extracted into its own class #795 | |||
2016-10-26 | extracting username before doing bonafide auth #795 | NavaL | |
2016-10-26 | Adds real authentication | Denis Costa | |
We also did some refactoring in order to have things working. #795 | |||
2016-10-26 | Fixes 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-26 | Moving authentication out of login_resource | Bruno 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-26 | moving pixelated-maintenance register to use bonafide instead of leap.auth #792 | NavaL | |
2016-10-21 | [#797] reinstating use of the provided email body charstet encoding | NavaL | |
2016-10-21 | Revert "necessary setup on ubuntu 14.04 to run the user-agent (and tests)" | NavaL | |
Not needed :) This reverts commit 8db6fd5381ce692d26853c53c4d5ba4501260dc0. | |||
2016-10-21 | necessary setup on ubuntu 14.04 to run the user-agent (and tests) | NavaL | |
2016-10-19 | Adapted login to ignore anything after @ char | Bruno Wagner | |