summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
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
2015-01-08Fix pep8Alexandre Pretto
2015-01-08Make it easier to run unit, integration and pep8 testsAlexandre Pretto
2015-01-08#157: mail api to return htmlBody and textPlainBody so the UI doesnt have to ↵Alexandre Pretto
parse the multipart mails anymore
2015-01-06Npm build already runs cleanBruno Wagner
2015-01-06Nose --no-capture was spilling garbage over the testsBruno Wagner
Removed it by default Added params to './go test' so it can be used if needed
2015-01-06Removed unused fileBruno Wagner
2015-01-06Removed commented out install_requiresBruno Wagner
2015-01-06Always unzip is not needed anymore because we are not installing packages ↵Bruno Wagner
through setup.py anymore
2015-01-06Removed log with duplicated informationBruno Wagner
2015-01-06Service ./go has some new tricksBruno Wagner
'./go setup' install python dependencies, js build and the pixelated executable './go start' same as pixelated-user-agent, accepts options to passtrough
2015-01-06Getting rid of unused sqlcipher index updates, speeding up tests and app. ↵Duda Dornelles
Also, making the data tests folder a subfolder of soledad-test so that we can make soledad-test into a ramdisk to speed up tests
2015-01-06Issue #183 adds ALL to special tags.Lisa Junger