summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14Fixing pagination spacing and alignementGabriel Albo
2014-10-14Fixing search icon positionGabriel Albo
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 - uses PUT method on /mails resource to create/update draftPatrick Maia
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-13Adding spacing around the reply box (so it breathes :))Gabriel Albo
2014-10-13Fixing tip message top margin (that was not aligned because I removed the ↵Gabriel Albo
top bar
2014-10-13Fixing email body area padding; hiding right pane scrollbar when not neededGabriel Albo
2014-10-13UI Redesign - Changed left menu color scheme to a darker themeGabriel Albo
2014-10-13UI Redesign - Increasing contrast for mail list action buttonsGabriel Albo
2014-10-13UI redesign - Changing mail list items background colorGabriel Albo
2014-10-13UI redesign - increasing padding around compose and search inputs; changing ↵Gabriel Albo
input background colors
2014-10-13UI redesign - Hiding header (only function now is to show notifications)Gabriel Albo
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
2014-10-10making sure that soldeda-test folder gets removed before ↵Duda Dornelles
integration/functional tests
2014-10-10Increasing results limitDuda Dornelles
2014-10-10Using file index for whoosh and fixing functional testsDuda Dornelles
2014-10-10Fixing selenium version to work with firefoxDuda Dornelles
2014-10-10pep8 warningsDuda Dornelles
2014-10-10adding whoosh dependency to debian packageDuda Dornelles
2014-10-10Removing test dependencies from setup.py - you have to install them with pip ↵Duda Dornelles
install -r test_requirements.txt
2014-10-10Making forward_trash_archive feature workDuda Dornelles
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