summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-24adding perf tests for GET /tagsDuda Dornelles
2014-11-24Adding contacts controller and basic contact searchDuda Dornelles
2014-11-24Merge pull request #161 from ackackack/masterDuda Dornelles
Wording and script alterations
2014-11-24Wording and script alterationsackackack
Altered contents of: provision.sh - moved all apt-get's to a single line README.md - Edited lines to read a little better than before
2014-11-21for #14, properly split and strip addressesPatrick Maia and Victor Shyba
2014-11-21Adding performance benchmark for GET /mailsDuda Dornelles
2014-11-21refactoring so the app_test_client knows how to start itself in a threadDuda Dornelles
2014-11-21adding perf tests results to gitignoreDuda Dornelles
2014-11-21Added instructions for using the config file in developmentBruno Wagner
2014-11-21Updated the introduction of the service READMEBruno Wagner
2014-11-21Revert "Hacknight exclusive commits"Bruno Wagner
This reverts commit d935b7f0af4f7906090c6637fd36126bee0934f0.
2014-11-20change readme for hacknightChristoph Kluenter
2014-11-20change Vagrantfile for HacknightChristoph Kluenter
2014-11-20Create custom matcher for jasmine unit testsAlexandre Pretto Nunes
2014-11-20place and fixing pepDuda Dornelles
2014-11-20#151 creating keys whens SOLEDAD_DATA_SYNC_DONE is thrown. If keys already ↵Duda Dornelles
exists nothing happens. This will allow users to use pixelated by registring on the web since their keys will be created at first login and will prevent key duplication since we just try to create the keys after the sync is done
2014-11-20#132 Added instructions to reinstall gnupg in the service README, the other ↵Bruno Wagner
install mode already takes care of this
2014-11-20Updated readme and install-pixelated instructionsBruno Wagner
2014-11-20Removed useless print from the codeBruno Wagner
2014-11-20Made install-pixelated script executableBruno Wagner
2014-11-20Removed fake service and it is not being used nor mantained anymoreBruno Wagner
2014-11-20Removing flask dependency and the user-agent-daemonDuda Dornelles
2014-11-20Merge pull request #156 from mmircea16/vagrantDuda Dornelles
Thanks!
2014-11-20Merge pull request #155 from mmircea16/bootstrapDuda Dornelles
This makes sense, we should update our website to point people into forking/cloning/running install_pixelated Thanks!
2014-11-19Added vagrantfile and provisioning scripts so the service can be run inside ↵Mircea Moise
a vagrant box
2014-11-19Removing cloning of the repo - assuming it already exists + updateMircea Moise
README + disbled interactivity in the bower install + workaround gnupg issue
2014-11-19better organization for integration test support classesDuda Dornelles
2014-11-19better organization for integration test support classesDuda Dornelles
2014-11-19Extracting deferred timeouts in tests to constantsDuda Dornelles
2014-11-18for #14, if shift is pressed with a finish key it should ignore the event, ↵Victor Shyba
since the key isnt the expected
2014-11-18for #14, space does not finish address input anymoreVictor Shyba
2014-11-18Fixing functional tests. Im not proud.Duda Dornelles
2014-11-18sys was used, but not importedVictor Shyba
2014-11-18Increasing timeout for deferred tests so they run in slower boxes tooDuda Dornelles
2014-11-18Deferring TagsController.tags and fixing tests to deal with deferredsDuda Dornelles
2014-11-18Fix JS unit test after attachment changesAlexandre Pretto Nunes
2014-11-18#30 - Fixing paperclip icon placementGabriel Albo
2014-11-17Card #30 - shows attachment icon on mails listPatrick Maia
2014-11-12Card #30 - adds attachments information to bulk mail retrieval (GET /mails)Patrick Maia
2014-11-12Card #30 - fixes bug that was preventing attachment downloadPatrick Maia
2014-11-12Removing the attachments icon for nowGabriel Albo
2014-11-12Fixing functional test failure on 'trash/delete this message' step. Adding ↵Gabriel Albo
attachment icon to mail list
2014-11-12Changing 'trash it' buttons to 'delete it' so language is consistent ↵Gabriel Albo
throughout the app
2014-11-11missing licenseVictor Shyba
2014-11-11Card #30 - migrates attachments controller to twistedPatrick Maia
2014-11-11makes all fake mails seem to have two attachmentsPatrick Maia
2014-11-11update length cache on open file #71Victor Shyba
2014-11-11Fixup for 5c9aa9af: Actually convert to str for unicode hostnames.Folker Bernitt
2014-11-11Adding a file length cache for the EncryptedFileStorage so we don't have to ↵Duda Dornelles
open the files and decrypt them to find the length
2014-11-11Some refactorings for clarity on EncryptedFileStorageDuda Dornelles