summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2014-10-17better tests for getting all tags and filtering all tags. some fixes go togetherDuda Dornelles
2014-10-17Fixing certs path for registrationDuda Dornelles
2014-10-16Bumped the nose versionBruno Wagner
2014-10-16Fix PEP8 errorsAlexandre Pretto Nunes
2014-10-16Better handle information on exceptions. #92Alexandre Pretto Nunes
2014-10-16Fixed the pagination on the front-end and added real total mail count ot the ↵Bruno Wagner
search result
2014-10-16Pep8 fixesBruno Wagner
2014-10-16Created a way to search all mails with no pagination for indexingBruno Wagner
2014-10-16Pagination was breaking new mail indexing, because it doesn't use pagesBruno Wagner
2014-10-16Pinned versions of all packages, so we can reliably run the upgrade test, ↵Bruno Wagner
also fixed the error we're having on the upgrade test
2014-10-16decreasing count on tag and tag shortcut when email is read. we wereDuda Dornelles
decreasing only tags that were also in the read mail, but we have also to look at the mailbox and compare that to the tags in the case of default tags #95
2014-10-16Srp is version 1.0.5 nowBruno Wagner
2014-10-16#96 Mail searches are now paginated, the pages number start at 1 nowBruno Wagner
2014-10-16Added some wait until visible to functional tests to make them more stable.Folker Bernitt
2014-10-15uses SoledadQuerier.mail() to retrieve one mailPatrick Maia
2014-10-15Updated some dependenciesBruno Wagner
2014-10-15getting rid of "pixelated" in the names of many classes - redundantDuda Dornelles
2014-10-15#101 Raw is now the default search fieldBruno Wagner
2014-10-15oopsie, forgot a dependency when mergingDuda Dornelles
2014-10-15moving things out of user_agent. now it is called runserver and only does ↵Duda Dornelles
basic app setup and delegates to other "classes".
2014-10-15optmizing importsDuda Dornelles
2014-10-15Changed pixelated mail file to mail, because it has more than pixelated mailBruno Wagner
2014-10-15removing unused imports on testsVictor Shyba
2014-10-15Pep8 FixBruno Wagner
2014-10-15#107 Statuses are only used when delivering mails to the front-end, flags ↵Bruno Wagner
are used elsewhere
2014-10-15Moved some common properties of mail and input mail to another classBruno Wagner
2014-10-15fixing pep8Duda Dornelles
2014-10-15deleting unused test codeDuda Dornelles
2014-10-15Extracting features controllerDuda Dornelles
2014-10-15small refactoring to mark as read unread test.Lisa Junger
2014-10-15Moved input mail from dict to input mail instead of floating elsewhereBruno Wagner
2014-10-15Extracting controller classesDuda Dornelles
2014-10-15Getting rid of singletons and optimizing importsDuda Dornelles
2014-10-14Fixing mail index for mark as read unreadDuda Dornelles
2014-10-14Adding feature toggle for auto reload so we can disable it in the functional ↵Duda Dornelles
tests
2014-10-14Indexing mails when (un)marking as read and fixing tags countDuda Dornelles
2014-10-14No more tag_index - now whoosh does everythinDuda Dornelles
2014-10-14adding tag and reply feature backDuda Dornelles
2014-10-14renames method to follow other members naming #103Victor Shyba
2014-10-14Issue #12 - Bulk mark as unreadLisa Junger
2014-10-14More readability for logs while adding listeners #103Victor Shyba
2014-10-14fix for when a chash isnt foundVictor Shyba
2014-10-14adds tests and listener for indexing mails created outside the user agent, ↵Victor Shyba
see #103
2014-10-14Fix pep8 warnings.Folker Bernitt
2014-10-14Tried to make part of functional tests more stable.Folker Bernitt
- Waiting for text change is unreliable, instead wait for Send button to disappear when sending mail
2014-10-13#89 - separates manage draft and send mail responsibilitiesPatrick Maia
2014-10-13#89 - removes some mock based tests (they are replaced by integration tests ↵Patrick Maia
in a future commit)
2014-10-13#104 Implemented mark single mail as unreadLisa Junger
2014-10-10Search engine files to be in ~/.leapDuda Dornelles
2014-10-10Sorting mails by date - againDuda Dornelles