summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-19#239 Removing function that dynamically sets a margin-top to the full email ↵Gabriel Albo
view body according to the message header size. This *should* work as the message header is no longer fixed (position:fixed)
2015-02-19#239 Fixing message header issue on chrome (and hopefully not introducing ↵Gabriel Albo
new ones :)
2015-02-19#239 Adding some extra padding to the tag list so larger types won't break ↵Gabriel Albo
the interaction
2015-02-19#239 Remove deprecated code of tag shortcutsAlexandre Pretto Nunes
2015-02-19#239 Avoid pushing window state when clicking the menu sandwichAlexandre Pretto Nunes
2015-02-19#239 move the correct div to allow the whole area of a tag to be clickableAlexandre Pretto Nunes
2015-02-19#239 remove deprecated tag shortcut codeAlexandre Pretto Nunes
2015-02-19#239 Adding extra padding to tag labelsGabriel Albo
2015-02-19#239 Fixing tag display and menu expansion slide widthGabriel Albo
2015-02-19#239 Adding full logo and styling itGabriel Albo
2015-02-19#239 Remove old shortcut barAlexandre Pretto Nunes
2015-02-19#239 Move logo to sidebar navAlexandre Pretto Nunes
2015-02-19#239 Move toggle to sidebar nav (with js hack)Alexandre Pretto Nunes
2015-02-19#239 Remove tags shortcutsAlexandre Pretto Nunes
2015-02-19#239 make sidenav always partially visibleAlexandre Pretto Nunes
2015-02-19Adds the close parenthesis to -lc messageTiago Ferraz
2015-02-18Stubbing getJSON in some js specs so /keys?search= doesnt get calledDuda Dornelles
2015-02-18Using line breaks instead of paragraphs to format text plain mails on the ↵Duda Dornelles
mail view
2015-02-18#294 - not failing service startup if smtp fails to startDuda Dornelles
2015-02-18 #294 - using server error message on ajax if message is providedDuda Dornelles
2015-02-18#280 Made the changes on args helper as varac recommendedJefferson Stachelski
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.