summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2014-10-22Explicit pyasn1 because it wasn't installing the package properly otherwiseBruno Wagner
2014-10-22Added explicit import setuptools to try to solve the service_identity problemBruno Wagner
2014-10-22Adding the service identity module because twisted complains about ssl ↵Bruno Wagner
certificates without it
2014-10-22Disabled requests logging for functional testsBruno Wagner
2014-10-22Fixed pip errorsBruno Wagner
2014-10-22Credentials will be asked for when spinning up the user agent now, if you ↵Bruno Wagner
want to use the config file you have to explicitly set the --config=file switch on the pixelated_user_agent
2014-10-22Host and port are now user agent switches, not depending on .pixelated file ↵Bruno Wagner
anymore
2014-10-22Fixed no handler for x logger, and made flask logging work with the python ↵Bruno Wagner
basic logger so we don't miss any errors
2014-10-22If we can't connect to the provider or the credentials are wrong, you get a ↵Bruno Wagner
meaningful error now
2014-10-22Bitmask was printing error logs ignoring all debug settingsBruno Wagner
2014-10-22index mails to accept a callback so that we can mark all as not recent when ↵Duda Dornelles
we are done indexing mails
2014-10-22index mails to accept a callback so that we can mark all as not recent when ↵Duda Dornelles
we are done indexing mails
2014-10-22pep8 warningsDuda Dornelles
2014-10-22#117 soledad querier to be more complete when removing dupesDuda Dornelles
2014-10-22#117 getting partial results when loading mailsDuda Dornelles
2014-10-22Changed the print to make clearer what is running on that portBruno Wagner
2014-10-21Removed tag_index file - not used anymoreBruno Wagner
2014-10-21Fixing unit testsDuda Dornelles
2014-10-21damn you pep8!Duda Dornelles
2014-10-21Adding sync_info controller for #117Duda Dornelles
2014-10-21No need to remove duplicates every time we fetch mail, that was a mistakeDuda Dornelles
2014-10-21#117 - waiting for soledad sync to be done before indexing mails. Also, ↵Duda Dornelles
removing inbox duplicates
2014-10-20Moving drafts service test to the unit folderDuda Dornelles
2014-10-20fixing pep8 warningsDuda Dornelles
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-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-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