Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-28 | removed unnecessary imports, and wrong yields | NavaL | |
Issue #576 | |||
2016-01-27 | Revert "Issue #550 - Adding BDD tests to cover case when file is bigger than ↵ | Gislene Pereira | |
1 MB." The 1MB file upload is timing out in snap and breaking the build. I'm reverting this commit in order to better investigate how to solve the problem. This reverts commit 31aca931fd1ec76a4ffd9099bb6b13894a9d64be. | |||
2016-01-27 | Issue #550 - Adding BDD tests to cover case when file is bigger than 1 MB. | Gislene Pereira | |
2016-01-27 | Fixup: Somehow mixed up disable and enable | Folker Bernitt | |
2016-01-27 | Disable CSP for phantomjs | Folker Bernitt | |
- disable only during phantomjs tests - CSP headers seem to prevent sendkey webdriver capability | |||
2016-01-27 | Add a login multi user functional test | Folker Bernitt | |
- Issue #576 - Extended AppTestClient with multi user support | |||
2016-01-26 | Refactor test account account creation into own class | Folker Bernitt | |
- Issue #576 - Step towards functional tests for multi user | |||
2016-01-26 | minor refactorings | NavaL | |
Issue #576 | |||
2016-01-26 | tests only input names on the login form | NavaL | |
Issue #576 | |||
2016-01-25 | added integration test | NavaL | |
Issue #576 | |||
2016-01-25 | multi user unit test | NavaL | |
Issue #576 | |||
2016-01-25 | Fix: Ignore missing mail data error when creating search index | Folker Bernitt | |
- Should fix accounts that can currently not log in because of mails where part of the docs are missing - Does only fix the symptoms | |||
2016-01-25 | Add integrity-check maintenance command | Folker Bernitt | |
2016-01-22 | Fixed bug when tries download cert | Jefferson Stachelski | |
It was rising an error when UA tried donwload the certificate and the directory that file will be create doesn't exist yet | |||
2016-01-22 | Show sensible error message for failed login | Folker Bernitt | |
- Issue #576 - Use of twisted templating | |||
2016-01-22 | re-introduced logout functionality for multi-user | NavaL | |
Issue #576 | |||
2016-01-22 | Download certficate on multi user startup | Folker Bernitt | |
- Issue #576 | |||
2016-01-22 | Remove zmq folder before running tests | Folker Bernitt | |
2016-01-22 | Add mutli-user mode to user-agent | Folker Bernitt | |
- Issue #576 - To start in multi user, run with --multi-user --provider provider-name.tld | |||
2016-01-20 | Some work around that fixed jeffhsta wazokazi account | Jefferson Stachelski | |
2016-01-20 | Fixed the PGP private key that was being logged | Jefferson Stachelski | |
2016-01-19 | fixing build | NavaL | |
Issue #576 | |||
2016-01-19 | Make RootResource read account email from mail service | Folker Bernitt | |
- Issue #576 | |||
2016-01-18 | root resource now depends on the services factory -- and mail service, for ↵ | NavaL | |
now -- Issue #576 | |||
2016-01-18 | migrating account settings resource to use services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating feedback resources to use services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating mail resources to use services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating mails resources to use services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating tag resources to use services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating contact resources to use the services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating AttachmentsResources to use the service factory | NavaL | |
Issue #576 | |||
2016-01-18 | Refactory KeyResource to get services from session | Folker Bernitt | |
- Issue #576 - Only first step (other services not changed yet) - Faked session access for now | |||
2016-01-18 | Move soledad files to user folder | Folker Bernitt | |
- Issue #576 | |||
2016-01-18 | Move user folder logic up to Services | Folker Bernitt | |
- Issue #576 | |||
2016-01-18 | Refactor Services to use provided constructor arguments | Folker Bernitt | |
- Issue #576 | |||
2016-01-15 | Remove unused method and rename private one | Folker Bernitt | |
- See issue #578 | |||
2016-01-15 | Removes InputMail.FROM_EMAIL_ADDRESS constant #578 | Giovane | |
- Created the replier component to generate the reply dict for the email. This was needed to decouple the InputMail from the need to know who is the logged user. | |||
2016-01-14 | Allow re-index of search index for larger accounts | Folker Bernitt | |
- Issue #560 - Actual problem was in whoosh that closes a file object too early | |||
2016-01-13 | Changed log level to INFO for the pixelated namespace and added basic info ↵ | Bruno Wagner | |
messages | |||
2016-01-13 | Changed the search engine setup to use the logger | Bruno Wagner | |
2016-01-13 | Changed attachment error print with a logger | Bruno Wagner | |
2016-01-13 | Removed unused logging imports and fixed maintenance logger during test | Bruno Wagner | |
2016-01-13 | Generating keys message now uses logger instead of print | Bruno Wagner | |
2016-01-12 | Issue #577 - Added namespace to search index path | Bruno Wagner | |
2016-01-12 | Refactor AttachmentInfo: Remove knowledge about part map structure | Folker Bernitt | |
2016-01-11 | fixed filesize bug | NavaL | |
Issue #573 | |||
2016-01-11 | matching POST response and GET of an attachment -- API specification | NavaL | |
Issue #548 | |||
2016-01-11 | renamed attachment_id attribute to ident on POST response, to conform with ↵ | NavaL | |
the GET attachment API Issue #548 | |||
2016-01-11 | removing GET support on attachment API | NavaL | |
Issue #548 | |||
2016-01-08 | Removed search engine from constant in Indexer | Bruno Wagner | |
The search engine was being passed as a constant to the Mail Indexer, that constrained the user agent to one user (because the search engine is user specific). I added the search engine as a parameter on the Mail Indexer initialization so that we can have the Indexer working for each user. |