summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2015-02-10Fixed identation on the go scriptBruno Wagner
2015-02-09Ops, now importing MailBuilder properly for integration testsDuda Dornelles
2015-02-09Fixing integration testsDuda Dornelles
2015-02-09Sending a mail is always successful in functional test context.Folker Bernitt
- Issue #249
2015-02-06Issue #276 - saves tags in the same case they arrivePatrick Maia
2015-02-06for #167, moving contacts suggestions search logic to a separate moduleVictor Shyba
2015-02-05for #167, deduplicate contacts by largestVictor Shyba
2015-02-05(Re-)added error handling for twisted smtp sender.Folker Bernitt
- Issue #249 - Fixed all tests with that rely on sendmail deferred.
2015-02-04Fixing setupjsNeissi Torres Lima
2015-02-04Refactoring more of resource logic into service. No more search engine on ↵Duda Dornelles
mail(s) resource
2015-02-03Issue #176 - tags with multiple words are now searcheablePatrick Maia
2015-02-03removes unused importsPatrick Maia
2015-02-03fixing pep8Duda Dornelles
2015-02-03Running functional tests with phantomjsDuda Dornelles
2015-02-03Movinge MailsResource#render_POST logic to MailService and some ↵Duda Dornelles
search_engine calls to Mailbox
2015-02-03Moving mails_resouce render_GET logic to mail_serviceDuda Dornelles
2015-02-03Auto-detecting the number of cores to run integration tests in parallelDuda Dornelles
2015-02-03Upgrading to twisted 13.2.0Duda Dornelles
2015-02-03Enabling integration tests to be run in parallelDuda Dornelles
If we were using twisted 12.3.0, this change would allow us to run the tests with 'trial -j <number of tests to run in parallel>'. In a simple test in my box the integration test suite got 3x faster
2015-01-30#236 Fixed variable and method namesJefferson Stachelski
2015-01-30Removing duplicate email addresssimnyatsanga
2015-01-30Fixed pep8 on mail_service.pyJefferson Stachelski
2015-01-30Merge branch 'message_sending_error_handling'Pixpoa pairing
2015-01-30249 Implemented a feature that send an email when something was wrong to ↵Jefferson Stachelski
send email
2015-01-29Fixed typo in gnupg package hackBruno Wagner
2015-01-29#249 removed unecessary returnJefferson Stachelski
2015-01-29#249 make the sending process a deferredAlexandre Pretto Nunes
2015-01-29pixelated-project/pixelated-platform#54 : monkey-patching twisted web ↵Duda Dornelles
ESMTPSenderFactory to not requireTransportSecurity since it will user reactor.connectSSL anyways. This is a know bug on Twisted-Web 12.0.0 that gets fixed on newer versions but since we are support wheezy we need the hack
2015-01-29Issue #237: Quick hack to solve resize problem.Folker Bernitt
- Just reloads page on resize
2015-01-28for #173, now searching on sender field for contacts auto completeVictor Shyba
2015-01-28Added pip commands to uninstall and install right version for gnupg and scryptJefferson Stachelski
2015-01-28Fixing the assets issue for good I hope - adding it to MANIFETS.in file.Duda Dornelles
Also cleaning up the setup.py file, there were lots of unused stuff there
2015-01-28Merge branch 'wip_256'Victor Shyba
2015-01-28Fixing _render function on app_test_client for integration tests so that ↵Duda Dornelles
when result is NOT_DONE_YET but the request is finished already we return a simple succeed defer
2015-01-28(Re-)added leap home parameter to soledad initialization.Folker Bernitt
- Problem introduced with commit 26b85d8e52 - Issues #237 #232 #196
2015-01-28for #256, change TestCase to twisted trialVictor Shyba
2015-01-28Adding assets to setup.py packagesDuda Dornelles
2015-01-27Added certificate for devBruno Wagner
2015-01-27Using jquery min in loading page and re-adding monkey-patches for sqlcypher ↵Duda Dornelles
and protobuf
2015-01-27#184 not creating empty tags of any length (as opposed to only empty strings ↵Duda Dornelles
with len==0)
2015-01-27running behave tests with phantomDuda Dornelles
2015-01-27#237 #232 #196 syncing user data once before starting the UA. Displaying a ↵Duda Dornelles
loading screen in the meantime. The initial sync will make sure the user has a single key pair
2015-01-24#184 - not creating empty tags anymoreVicente Luchi
2015-01-24Fix a mistype errorAugusto Bennemann
2015-01-23Removed nosetests helper from search test, it is passing nowBruno Wagner
2015-01-23Removing nosetests timeout limit from tests, now with trial we dont need thatDuda Dornelles
2015-01-23#245 stopping the reactor when user cant authenticateDuda Dornelles
2015-01-23When closing the app now it wont get stuck, but it will finish the last ↵Pixpoa pairing
scheduled soledad sync call before it stops
2015-01-23plaftform #53 adding --leap-cert option to UADuda Dornelles
2015-01-22 #224 fixing tests and app for twisted migrationDuda Dornelles