summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
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
2015-01-22 #224 using text reporter for trial - it is the same as the old nosetests ↵Pixpoa pairing
reporter
2015-01-22 #224 moving to trial as test runnerPixpoa pairing
2015-01-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles
2015-01-21Added -w because nosetests was thinking we wanted to run all the testsBruno Wagner
2015-01-21Fixed pep8 warningsBruno Wagner
2015-01-21Fixed mock leftover problem in bitmask session testPixpoa pairing
2015-01-21#240 Adapted tests after change to twisted webDuda Dornelles
2015-01-21#224 App is working without klein - migration to twisted "complete"Duda Dornelles
2015-01-21#240 downgrading versions to be wheezy-compatible. Also, getting rid of ↵Duda Dornelles
klein, lets move things to vanilla twisted web
2015-01-20Fixed the arguments passing of the go script, setup with always unzip was ↵Bruno Wagner
not working because of it
2015-01-19Issue #169: Allow custom home folder.Folker Bernitt
- add option --home /some/path to set a custom location for all user agent files.
2015-01-16Removed service_identity module because it is optional and doesn't exist on ↵Bruno Wagner
wheezy
2015-01-16Merge pull request #231 from pixelated-project/MAC_on_encrypted_storage_227Victor Shyba
#227 - MAC on encrypted storage
2015-01-15for #227, also use IV on hmac generationVictor Shyba
2015-01-14Not deferring encryption/decryption for soledad - this how it was on soledad ↵Duda Dornelles
0.6.0, mail sync should work again
2015-01-14for #227, MAC on encrypted storageVictor Shyba
2015-01-14Removed requirements (we are back to using setup.py again) and changed go to ↵Bruno Wagner
reflect that
2015-01-14Added a lock to search index_mail.Folker Bernitt
- gets called from separate threads and causes exceptions otherwise
2015-01-13for #227, nacl -> SoledadCrypto, since its already presentVictor Shyba
2015-01-13Adding pynacl dependencyDuda Dornelles
2015-01-13 #230 Going back to setup.py for managing deps and upgrading soledad to 0.6.3Duda Dornelles
2015-01-13#230 Changing defer_encryption to False in order to upgrade soledad 0.6.3Fábio Pio
2015-01-13Fixed ignoring charset on mail content type when parsing mails.Folker Bernitt
2015-01-12card #227, using base64 on query explicitly (previous lib did it implicitly)Victor Shyba
2015-01-12card #227, replacing lib for debian compatibility: cryptography -> naclVictor Shyba
2015-01-12Added jshint to the go testBruno Wagner
2015-01-12Improved functional test waits in mail_view steps.Folker Bernitt
2015-01-09#164 sometimes a mail with more than one alternative will not have an html partDuda Dornelles
2015-01-09Added printing of console.log to functional test common.Folker Bernitt