Age | Commit message (Expand) | Author |
2014-10-22 | Changed the print to make clearer what is running on that port | Bruno Wagner |
2014-10-21 | Removed tag_index file - not used anymore | Bruno Wagner |
2014-10-21 | damn you pep8! | Duda Dornelles |
2014-10-21 | Adding sync_info controller for #117 | Duda Dornelles |
2014-10-21 | No need to remove duplicates every time we fetch mail, that was a mistake | Duda Dornelles |
2014-10-21 | #117 - waiting for soledad sync to be done before indexing mails. Also, remov... | Duda Dornelles |
2014-10-20 | remove deleted from mail schema. | Lisa Junger |
2014-10-20 | adds permant deleted for trashed messages. | Lisa Junger |
2014-10-20 | Changed search so that you can search without specifying pagination | Bruno Wagner |
2014-10-20 | Removed unused values from the mails response | Bruno Wagner |
2014-10-17 | adds regression tests on #114 due to a bug found and fixes mail creation with... | Victor Shyba |
2014-10-17 | bulk mark as read #114 | Victor Shyba |
2014-10-17 | Date is now stored as number, and is correctly used for sorting | Bruno Wagner |
2014-10-17 | #102 #113 Sorting through search, and ignoring duplicate results on searches | Bruno Wagner |
2014-10-17 | mark as unread should also reindex the mails | Duda Dornelles |
2014-10-17 | improving matching for filtering tags and fixing pep8 warnings | Duda Dornelles |
2014-10-17 | better tests for getting all tags and filtering all tags. some fixes go together | Duda Dornelles |
2014-10-17 | Fixing certs path for registration | Duda Dornelles |
2014-10-16 | Better handle information on exceptions. #92 | Alexandre Pretto Nunes |
2014-10-16 | Fixed the pagination on the front-end and added real total mail count ot the ... | Bruno Wagner |
2014-10-16 | Pep8 fixes | Bruno Wagner |
2014-10-16 | Created a way to search all mails with no pagination for indexing | Bruno Wagner |
2014-10-16 | Pagination was breaking new mail indexing, because it doesn't use pages | Bruno Wagner |
2014-10-16 | decreasing count on tag and tag shortcut when email is read. we were | Duda Dornelles |
2014-10-16 | #96 Mail searches are now paginated, the pages number start at 1 now | Bruno Wagner |
2014-10-15 | uses SoledadQuerier.mail() to retrieve one mail | Patrick Maia |
2014-10-15 | getting rid of "pixelated" in the names of many classes - redundant | Duda Dornelles |
2014-10-15 | #101 Raw is now the default search field | Bruno Wagner |
2014-10-15 | oopsie, forgot a dependency when merging | Duda Dornelles |
2014-10-15 | moving things out of user_agent. now it is called runserver and only does bas... | Duda Dornelles |
2014-10-15 | optmizing imports | Duda Dornelles |
2014-10-15 | Changed pixelated mail file to mail, because it has more than pixelated mail | Bruno Wagner |
2014-10-15 | Pep8 Fix | Bruno Wagner |
2014-10-15 | #107 Statuses are only used when delivering mails to the front-end, flags are... | Bruno Wagner |
2014-10-15 | Moved some common properties of mail and input mail to another class | Bruno Wagner |
2014-10-15 | fixing pep8 | Duda Dornelles |
2014-10-15 | Extracting features controller | Duda Dornelles |
2014-10-15 | Moved input mail from dict to input mail instead of floating elsewhere | Bruno Wagner |
2014-10-15 | Extracting controller classes | Duda Dornelles |
2014-10-15 | Getting rid of singletons and optimizing imports | Duda Dornelles |
2014-10-14 | Fixing mail index for mark as read unread | Duda Dornelles |
2014-10-14 | Indexing mails when (un)marking as read and fixing tags count | Duda Dornelles |
2014-10-14 | No more tag_index - now whoosh does everythin | Duda Dornelles |
2014-10-14 | renames method to follow other members naming #103 | Victor Shyba |
2014-10-14 | Issue #12 - Bulk mark as unread | Lisa Junger |
2014-10-14 | More readability for logs while adding listeners #103 | Victor Shyba |
2014-10-14 | fix for when a chash isnt found | Victor Shyba |
2014-10-14 | adds tests and listener for indexing mails created outside the user agent, se... | Victor Shyba |
2014-10-13 | #89 - separates manage draft and send mail responsibilities | Patrick Maia |
2014-10-13 | #104 Implemented mark single mail as unread | Lisa Junger |