summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-16removed comment that we require jessievarac
2015-02-13Charset detection will not break if there is extra information in the ↵Bruno Wagner
charset field
2015-02-13Fixing colors for recipient information and fixing pep8 violationsDuda Dornelles
2015-02-13Adding color indicator to show if mail will get encryptedDuda Dornelles
2015-02-13Deleting unused interstitial codeDuda Dornelles
2015-02-13Fixed encryption status check and changed signature status logicBruno Wagner
2015-02-13Fixing jshintDuda Dornelles
2015-02-13Making sure that no private key can be retrieved by the KeysResourceDuda Dornelles
2015-02-13Adding encryption info for a recipient when composing.Duda Dornelles
To do that we look into the KeysResouce to see if we will find a key for each address entered for the recipients.
2015-02-13Monkey patching fetch decrypt to add encryption infoDuda Dornelles
2015-02-12Add generation of coverage information from jasmine tests.Tiago Ferraz
Coverage is always generated when tests are executed, information is in web-ui/coverage
2015-02-12Bower always uses node_modules and added LC_ALL for the compass compile to workBruno Wagner
2015-02-12Added instructions on how to run the testsBruno Wagner Gonçalves
2015-02-12README has information about providers and accounts nowBruno Wagner Gonçalves
2015-02-12 #220 fixing issue were we couldnt delete a tag that was highlightedDuda Dornelles
2015-02-12Update README.mdBruno Wagner Gonçalves
Removed long start and rephrased some sections
2015-02-12Adding Coverage Commands to service/goTiago Ferraz
Added unit and integration coverage generation command and a combination of both coverage in go script.
2015-02-12#272 upgrade setuptools before installing dependencies on install-pixelated, ↵Duda Dornelles
otherwise on a wheezy box errors will happen when installing dependencies
2015-02-12Fixing port forwarding for vagrantDuda Dornelles
2015-02-12#272 reinstalling pysqlcipher on install-pixelated so that it gets ↵Duda Dornelles
recompiled with the right version of glibc (required for wheezy and just safier to do that for other systems)
2015-02-12Use wheezy for vagrant source box #272varac
2015-02-11#280 changed the help on args.py added more details for server's key and ↵Jefferson Stachelski
server's certificate
2015-02-11Fixing handlebars call.Tiago Ferraz
2015-02-11Fixing pep8 errorsTiago Ferraz
2015-02-11General RefactoringTiago Ferraz
Refactored __init__ method on app_test_client to be succint, go to say what is doing and package.json to execute handlebars from the whole path.
2015-02-11add comment about why we need to reinstall enum34varac
2015-02-11(Re-)added auto setup of vagrant ssh.Folker Bernitt
- Issues #282, #252
2015-02-10Issue #276 - uses the old casing when an existing tag with different casing ↵Patrick Maia
is posted
2015-02-10for #282 not running ./go setup as part of activate_custom_node_modulesDuda Dornelles
Withot this fix we would run ./go setup everytime the user does vagrant ssh. Running that should be a user option and not enforced like that.
2015-02-10Cleaned the web-ui instructions a bitBruno Wagner
2015-02-10Fixed identation on the go scriptBruno Wagner
2015-02-10Rephrased some things on the README and removed the provision README as its ↵Bruno Wagner
contents are already on the main README now
2015-02-10Make port-forwading use 127.0.0.1 for libvirt provider #285varac
2015-02-10Also depend on python-requests from wheezy-backports in debian/control #279varac
2015-02-10Depend on python-requests from wheezy-backports #279varac
2015-02-10moved wheezy-backports sources to dedicated file, see #278varac
2015-02-09Ops, now importing MailBuilder properly for integration testsDuda Dornelles
2015-02-09#278 adding wheezy-backports repo to deb vagrant sources listDuda 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-09added /config to .gitignore so ppl can put their config files in a subdirvarac
2015-02-09Merge branch 'master' of github.com:pixelated-project/pixelated-user-agentvarac
2015-02-09Fix debian package dependencies in Vagrant deb box when using wheezy #278Patrick Maia
2015-02-06Issue #276 - displays tags using its original casePatrick Maia
2015-02-06Issue #276 - saves tags in the same case they arrivePatrick Maia
2015-02-06Issue #274 - fixes bug on numeric tags removalPatrick Maia
2015-02-06for #167, moving contacts suggestions search logic to a separate moduleVictor Shyba
2015-02-06Update README.mdNeissi Torres Lima
changed to https git clone
2015-02-05for #167, deduplicate contacts by largestVictor Shyba
2015-02-05#270 Added the debian backport for use the last version of python-sqlcipherJefferson