Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-07 | use test client in test case through composition instead of inheritance | Roald de Vries | |
2016-10-06 | Removed tornado and dispacher references | Tulio Casagrande | |
2016-10-06 | add libsqlcipher-dev as build dependency | varac | |
2016-10-06 | Fix pixpybuild dependency | varac | |
2016-10-06 | add libsqlite3-dev as build dependency | varac | |
2016-10-05 | Fix pep8 | Tulio Casagrande | |
2016-10-05 | Setup twisted logger and formatter | Tulio Casagrande | |
2016-10-05 | Move the application.py to twisted logger | Tulio Casagrande | |
2016-10-05 | Changed to new twisted logging system | Tulio 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-05 | remove `set_portal`, it's not needed | Roald de Vries | |
2016-10-05 | remove pixelated realm's init parameters | Roald 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-05 | Removes the 'Not signed' label from sent mail view | Thais Siqueira | |
We folowed the same approach of encrypted label and set the signed attribute as 'undefined' when we are on the sent mail view. | |||
2016-10-05 | Revert "remove pixelated realm's init parameters" | Roald de Vries | |
This reverts commit 8fa81ff3b2cf0422098395ec9918d5b547fbbca5. | |||
2016-10-05 | remove pixelated realm's init parameters | Roald 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-09-30 | [#348] Aesthetical changes to the welcome emails | Tulio Casagrande | |
2016-09-30 | Adds new welcome mail text in english. | Denis Costa | |
2016-09-30 | Adds new welcome mail text in portuguese. | Denis Costa | |
2016-09-29 | [#716] Remove duplicated recipient mixin | Tayane Fernandes | |
It is also part of #646. | |||
2016-09-29 | [#716] Increase padlock icons font-size | Tayane Fernandes | |
2016-09-29 | adapt the EN welcome mail | Roald de Vries | |
2016-09-28 | [#721] Improve tag label color and size | Tayane Fernandes | |
2016-09-28 | remove private key from [gnupg] logs the right way | Roald de Vries | |
2016-09-28 | Adds fallback to previous way to get body message. | Denis Costa | |
2016-09-28 | actually 404-ing valid requests but non-existing resource | NavaL | |
Issue #684 | |||
2016-09-27 | Adds more tests for welcome mail. | Denis Costa | |
2016-09-27 | Fixes charset on welcome mail in portuguese. | Denis Costa | |
2016-09-26 | [#668] Moved user folder under pixelated subfolder | Tulio Casagrande | |
2016-09-26 | Ensuring 503 is thrown whenever the root_resource is not yet initialized, ↵ | NavaL | |
for all cases, not just when it is csrf valid. Issue #684 | |||
2016-09-26 | rearranged leap session creation to not sync nor setup account/fetcher, when ↵ | NavaL | |
using the cache Issue #773 | |||
2016-09-26 | cleaning pyc files before running tests | NavaL | |
2016-09-23 | [#668] Put search index under pixelated subfolder | Tulio Casagrande | |
2016-09-23 | Replace SRPSession usages with bonafide | Tulio Casagrande | |
In order to replace leap_auth with bonafide, we created a class to hold the user credentials | |||
2016-09-23 | Fixes typo. | Denis Costa | |
2016-09-23 | Adds translation to welcome mail. | Denis Costa | |
2016-09-22 | Moved all manhole start to manhole init | Bruno Wagner | |
The start_plugins part of the manhole initialization was being initialized, logging lines and creating a file whenever the user agent was started, as opposed to only when the manhole option is active | |||
2016-09-22 | move loglinegenerator to the support package | Roald de Vries | |
2016-09-21 | add manhole as an option to config mock | Roald de Vries | |
2016-09-21 | open telnet/ssh port only on localhost | Roald de Vries | |
2016-09-21 | add a first plugin | Roald de Vries | |
2016-09-21 | use absolute path to manhole config | Roald de Vries | |
2016-09-21 | allow both telnet and ssh | Roald de Vries | |
2016-09-21 | allow ssh for manhole | Roald de Vries | |
2016-09-21 | add manhole option to user agent | Roald de Vries | |
2016-09-16 | Moved to the correct place | Tulio Casagrande | |
2016-09-16 | Add script to send mail to multiple users for testing | Tulio Casagrande | |
2016-09-16 | Add fileutils to requirements and removed pry | Tulio Casagrande | |
2016-09-13 | [#778] Handling case of failed key upload | Tulio Casagrande | |
If we get any problem with the upload of the user's public key, we are deleting the key pair from the local database and denying login. That way, a new login will have a chance to regenerate the key and upload it properly. | |||
2016-09-13 | [#778] Isolated and fixed keymanager tests | Tulio Casagrande | |
We covered a lot of missing cases on the keymanager tests. We also isolated these tests, that caused some other tests to break, so we fixed them. | |||
2016-09-13 | [#778] Renaming get_key to be consistent with keymanager | Tulio Casagrande | |
2016-09-12 | [#698] Add default user to the integration test client | Tulio Casagrande | |
The functional tests depend on a pre-existing default user. As it uses the integration test client, we added this default user to the client setup. |