summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-09Added whoosh as search engine (issue #94).Folker Bernitt
2014-10-09Making compose_save_draft_and_send feature workDuda Dornelles
2014-10-09Setting up the app for functional tests using soledad test base so we can ↵Duda Dornelles
control the data
2014-10-09moving fake-service features to service, getting rid of setup.py test ↵Duda Dornelles
requires and getting them into test_requirements.txt
2014-10-09Changing tests folder structureDuda Dornelles
2014-10-09Fixed jshint warnings.Folker Bernitt
2014-10-09Fixed jshint warnings.Folker Bernitt
2014-10-09Fixing bug where the send button would get disabled at times even if there ↵Duda Dornelles
were valid receipients
2014-10-09Skip default tags for tag suggestions.Folker Bernitt
- Fixup for issue #52
2014-10-09Only suggest tags that are not already part of the mail.Folker Bernitt
- Fixup for issue #52
2014-10-08#92 Add handling of errors when sending mailAlexandre Pretto Nunes
2014-10-08oopsie forgot debugger statementDuda Dornelles
2014-10-08#97 - making sure that the send button gets enabled when sending drafts even ↵Duda Dornelles
if recipients are undefined for one recipient type but not the others
2014-10-08quick refactoring - extracting method in logout componentDuda Dornelles
2014-10-08Replaced disabled_features with features in fake service.Folker Bernitt
2014-10-08Filter tags by query (issue #52).Folker Bernitt
2014-10-08Added logout link to dispatcher (issue #55).Folker Bernitt
- Set DISPATCHER_LOGOUT_URL environment to logout url to show logout. - Logout button currently lacks some design
2014-10-07Fixed aftereach usages that broke the buildBruno Wagner
2014-10-07Fixed jshint errorsBruno Wagner
2014-10-06fix a couple of bugs recovering tag from a pickled jsonVictor Shyba
2014-10-06Revert "updating soledad version to 0.6.0"Victor Shyba
This reverts commit 35f08b257958f61f67675513e22415f431f1ac00.
2014-10-03No more archive dialog, updating functional tests #53Victor Shyba
2014-10-03Revert "increasing webdriver timeout on fake-service"Victor Shyba
This reverts commit a39a4b40a947db655c84af6eb62d5870cfd8b32c.
2014-10-03increasing webdriver timeout on fake-serviceVictor Shyba
2014-10-03updating soledad version to 0.6.0Victor Shyba
2014-10-02Increasing spacing on the mail list - bigger height, bigger paddingGabriel Albo
2014-10-02Added config file command line parameter to user agent.Folker Bernitt
2014-10-01#53 - does not show modal on when all tags are removed. Now its allowed to ↵Patrick Maia
do so.
2014-10-01Fixing recipients in PixelatedMail#as_dictDuda Dornelles
2014-10-01#53 - gives better feedback on UI when attempt to add invalid tag is madePatrick Maia
2014-10-01#53 - does not automatically add mailbox tagPatrick Maia
2014-10-01#53 - does not allow reserved names in tagsPatrick Maia
2014-10-01#80 - escaping tags in the autocomplete boxDuda Dornelles
2014-10-01Fixing "flaky" js tests: when spying on teardown and not calling it through ↵Duda Dornelles
we were ending up with a component in memory that was blowing up the next tests
2014-09-30Integration test for mark as readDuda Dornelles
2014-09-30Fixing move to trashDuda Dornelles
2014-09-29adding integration test to add tagDuda Dornelles
2014-09-29Adding integration test to update draftDuda Dornelles
2014-09-29Testing drafts in integration, fixing a bug where the sent wasnt leaving the ↵Duda Dornelles
drafts mailbox
2014-09-29moving base soledad test setup to its own classDuda Dornelles
2014-09-29getting rid of the key exchange when creating leap session - create users ↵Duda Dornelles
using --register
2014-09-29refactoring integration tests and making sure to reset SoledadQuerier ↵Duda Dornelles
instance to None before running again
2014-09-29Adding first integration test, w000tDuda Dornelles
2014-09-29fixing tests and pep8Duda Dornelles
2014-09-29Fixing send mailDuda Dornelles
2014-09-26All tests passing using soledadBruno Wagner Goncalves
2014-09-26Fixing testsDuda Dornelles
2014-09-25Added a bit of relisience to errors in draft parsing and started fixing some ↵Bruno Wagner Goncalves
tests
2014-09-25Drafts working now for both create and updateBruno Wagner Goncalves
2014-09-25Removed pdbs and fixed draft savingBruno Wagner Goncalves