summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-20Fixing check select all for mail list and formatting mail_list.jsDuda Dornelles
2014-10-20Merge pull request #116 from pedrovereza/issue-115Duda Dornelles
#115 - Checked mails depend on current tag
2014-10-20Fixing js unit testsDuda Dornelles
2014-10-20fixing pep8 warningsDuda Dornelles
2014-10-20massive update of bower and npm libs - includes flight, jasmine and a bunch ofDuda Dornelles
stuff. If things get weird when developing, remove you bower_components and your node_modules and install it again
2014-10-20remove deleted from mail schema.Lisa Junger
2014-10-20adds permant deleted for trashed messages.Lisa Junger
2014-10-20Changed search so that you can search without specifying paginationBruno Wagner
2014-10-20Removed unused values from the mails responseBruno Wagner
2014-10-20Updgrading npm packagesDuda Dornelles
2014-10-19#115 - Checked mails depend on current tagPedro Vereza
2014-10-17adds regression tests on #114 due to a bug found and fixes mail creation ↵Victor Shyba
with predefined status that wasnt being set
2014-10-17bulk mark as read #114Victor Shyba
2014-10-17Date is now stored as number, and is correctly used for sortingBruno Wagner
2014-10-17Fixed date order testBruno Wagner
2014-10-17Readded line removed in rebaseBruno Wagner
2014-10-17#102 #113 Sorting through search, and ignoring duplicate results on searchesBruno Wagner
2014-10-17mark as unread should also reindex the mailsDuda Dornelles
2014-10-17improving matching for filtering tags and fixing pep8 warningsDuda Dornelles
2014-10-17better tests for getting all tags and filtering all tags. some fixes go togetherDuda Dornelles
2014-10-17small refactoringDuda Dornelles
2014-10-17Fixing certs path for registrationDuda Dornelles
2014-10-16Bumped the nose versionBruno Wagner
2014-10-16Fixing compose message tip top marginGabriel Albo
2014-10-16Fix PEP8 errorsAlexandre Pretto Nunes
2014-10-16Fixing right pane initial top valueGabriel Albo
2014-10-16#92 Handle exceptions from the service in the uiAlexandre 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-16Making sure only the tags are shown in the mail when you update the mailDuda Dornelles
tags. Also, disabling the tags feature toggles
2014-10-16for #95, make sure that the tag list is also refreshed when the mail list is ↵Duda Dornelles
refreshed, since there can be new unread mails and we need to update the count
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-15Fixing url parsing for opening the page with an open mailDuda Dornelles
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