summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-25Remove shell switch from testing.Jon Newson
2016-02-25Merge commit '6160633ab9a54238974af3cf498024ad98fc977e'Jon Newson
* commit '6160633ab9a54238974af3cf498024ad98fc977e': Fix repositore clone url Returning 'not-sign' for no signature information Only do initial sync on session creation Improve stopwatch output Improve error message if send mail fails
2016-02-24Determine user's configured shell then set variable accordingly. #624Jon Newson
2016-02-23Fix repositore clone urlGiovane
2016-02-23Returning 'not-sign' for no signature informationJefferson Stachelski
When leap.mail receive not encrypted and not signed email it show as no-signature-information on pixelated Paring @thaissiqueira / @jeffhsta Issue #605
2016-02-23Only do initial sync on session creationFolker Bernitt
- Issue #615 - Fixed some long broken but not failing tests
2016-02-23Improve stopwatch outputFolker Bernitt
- measures time and cpu time and displays percentage
2016-02-23Improve error message if send mail failsFolker Bernitt
- Issue #609
2016-02-22Renames filtering method #608 w/ @deniscostadscGiovane
2016-02-22Removes trash submodules folder.Giovane
2016-02-22Revert "Revert "Filter keys from attachments #608 w/ @deniscostadsc""Giovane
This reverts commit f92e802df2aeec9b2341ba5b4efea48356edf01f.
2016-02-22Removes stacktrace errors from appearing on the login page.NavaL
For the case of wrong file path or file not existing Issue #214
2016-02-22Removes stacktrace errors from appearing on the login page.NavaL
Instead shows a generic: "invalid xml format" message Issue #214
2016-02-22Merge pull request #621 from phss/add-security-headersFolker Bernitt
Add recommended security headers
2016-02-22Issue #616: Remove hardcoded colorsFelix Hammerl
2016-02-20removing non-existant link in the readmeNavaL
Issue #593
2016-02-20Revert "Filter keys from attachments #608 w/ @deniscostadsc"NavaL
This reverts commit f1b338e5564a8458c906f903ee7e0383dae86287.
2016-02-20Rename class to match intentPaulo Schneider
2016-02-20Add recommended security headers from #618Paulo Schneider
2016-02-19Filter keys from attachments #608 w/ @deniscostadscGiovane
- Filtering attachments by content type application/pgp-keys
2016-02-19Close the compose/inline box right after user clicks Send button andGislene Pereira
show message later when the email is sent or not. The Growl will be yellow if success and red if the email failed to be sent. Issue #609
2016-02-19Fixed arity of two event callbacksFolker Bernitt
2016-02-18Autofocus needs a value to be valid xmlBruno Wagner
2016-02-18Tweaked login screen inputsBruno Wagner
Removed hard spaces and added some padding to the login screen input fields.
2016-02-17Rename credentials example fileFelix Hammerl
2016-02-17Fixed bug removing duplicated attachmentJefferson Stachelski
Issue #549
2016-02-17Translate two missing labels on the mail listingGiovane
- Translates "Search..." and "Mark as read" to pt-BR - Rename some translations keys to no-humanized text
2016-02-17Add Alice and Bob try example configsFelix Hammerl
2016-02-17Merge pull request #614 from cacarrara/portuguese-translationsGiovane Liberato
Adds portuguese translation for i18n tags
2016-02-16Adds portuguese translation for i18n tagsCaio Carrara
This change only translate the current existing tags. It doesn't deal with places where tags isn't used nor nonexistent tags.
2016-02-16fix changing of path to successfully run all testsvarac
2016-02-16added self-signed provider cert doc to READMEvarac
2016-02-16updated post-install instructions in install-pixelated.shvarac
2016-02-15Fixing Beginners link in Contributing readme.Gislene Pereira
Adding missing verb in a phrase. Issue #593
2016-02-15restructure the getting started sectionvarac
2016-02-12enable remove attachment from forward emailJefferson Stachelski
Issue #549
2016-02-12attachments are only un-linked from emails but not deleted in soledadJefferson Stachelski
- removed backend delete of attachments - JS unit tests - Functional test Issue #549
2016-02-12Revert "Revert "Issue #549 - Implemented remove attachment in server side""NavaL
This reverts commit 91223543207c4a56370ff609df9912a5b11262d7.
2016-02-12Revert "Revert "Issue #549 - Trigger save draft event after remove attachment""NavaL
This reverts commit e713820dc119ff33fdd3b3161ad693fb430c32f4.
2016-02-12Revert "Revert "Issue #549 - Removing the attachment from UI""NavaL
This reverts commit c16af6af2fa6798f5c3f9badfb445e87982e9dc3.
2016-02-12Revert "Revert "Issue #549 - Implemented remove attachment""NavaL
This reverts commit 3c6b905d7e5b78e521b2e7692e5e32b7b0c226bc.
2016-02-12Revert "Revert "Issue #549 - Implemented UI part of remote attachments""NavaL
This reverts commit 48144118cf0e861ad1ca0ae7900a8cd12d4313db.
2016-02-12mocking all paths to existsNavaL
Issue #604
2016-02-12removing step 7... as it was moved to part of vagrant upNavaL
Issue #593
2016-02-11re-add install-pixelated.sh to fix line endings for windowsvarac
2016-02-11fix windows vagrant line ending issuevarac
where executing a mounted script in vagrant fails due to a '^M' special char at the end of each line see https://github.com/pixelated/pixelated-user-agent/issues/600#issuecomment-182306301
2016-02-11bump debian package versionChristoph Kluenter
2016-02-11Merge pull request #599 from ficoath/masterFelix Hammerl
Issue #559 increased width of recipient input field
2016-02-11Clarify optional steps to run test on host machineFelix Hammerl
2016-02-11Don't use rsync on windows/vagrant by defaultvarac