Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-26 | Change image source while Github (Camo) is broken | thaissiqueira | |
2016-02-26 | Merge pull request #633 from thokari/pixelated-master | Felix Hammerl | |
README additions continued from https://github.com/pixelated/pixelated-user-agent/pull/610 | |||
2016-02-26 | included hints to example config files | Thomas Hirsch | |
2016-02-26 | moved config file hint down to further notes | Thomas Hirsch | |
2016-02-26 | added note about credentials config file | Thomas Hirsch | |
2016-02-25 | serving the client directly, as the current dependency on proxy strips out ↵ | NavaL | |
xsrf cookies -fixing functional test Issue #612 | |||
2016-02-25 | only adding feature resource in root_resource test -- fixing build | NavaL | |
Issue #612 | |||
2016-02-25 | changed logout to post | NavaL | |
Issue #612 | |||
2016-02-25 | Backend and frontend protection against csrf attacks: | NavaL | |
- root resources changes the csrf token cookie everytime it is loaded, in particular during the intestitial load during login - it will also add that cookie on single user mode - initialize will still load all resources - but they you cant access them if the csrf token do not match - all ajax calls needs to add the token to the header - non ajax get requests do not need xsrf token validation - non ajax post will have to send the token in as a form input or in the content Issue #612 | |||
2016-02-24 | Consolidate stylesheets | Felix Hammerl | |
This removes styles.scss as intermediate stylesheet. Only main.scss is now built, thereby also removing duplicated imports. | |||
2016-02-24 | Remove unused font and stylesheetgit s | Felix Hammerl | |
2016-02-24 | Create a new deferred for all IMAPAccount calls | Folker Bernitt | |
- Issue #615 - IMAPAccount ctor reuses same instance for all accounts | |||
2016-02-24 | Clean up jshintrc | Felix Hammerl | |
2016-02-24 | Recreate session on soledad problems | Folker Bernitt | |
- Issue #615 - invalid token raised by soledad after timeout, if we see this, recreate the session on next login | |||
2016-02-24 | issue #617: Remove old html whitelister | Felix Hammerl | |
2016-02-24 | Issue #617: Sanitize received content | Felix Hammerl | |
Sanitizes received HTML content with DOMPurify, making it safe for displaying and templating. Sanitizes received plain text content by encoding every single character as HTML entity. | |||
2016-02-23 | Fix repositore clone url | Giovane | |
2016-02-23 | Returning 'not-sign' for no signature information | Jefferson 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-23 | Only do initial sync on session creation | Folker Bernitt | |
- Issue #615 - Fixed some long broken but not failing tests | |||
2016-02-23 | Improve stopwatch output | Folker Bernitt | |
- measures time and cpu time and displays percentage | |||
2016-02-23 | Improve error message if send mail fails | Folker Bernitt | |
- Issue #609 | |||
2016-02-22 | Renames filtering method #608 w/ @deniscostadsc | Giovane | |
2016-02-22 | Removes trash submodules folder. | Giovane | |
2016-02-22 | Revert "Revert "Filter keys from attachments #608 w/ @deniscostadsc"" | Giovane | |
This reverts commit f92e802df2aeec9b2341ba5b4efea48356edf01f. | |||
2016-02-22 | Removes stacktrace errors from appearing on the login page. | NavaL | |
For the case of wrong file path or file not existing Issue #214 | |||
2016-02-22 | Removes stacktrace errors from appearing on the login page. | NavaL | |
Instead shows a generic: "invalid xml format" message Issue #214 | |||
2016-02-22 | Merge pull request #621 from phss/add-security-headers | Folker Bernitt | |
Add recommended security headers | |||
2016-02-22 | Issue #616: Remove hardcoded colors | Felix Hammerl | |
2016-02-20 | removing non-existant link in the readme | NavaL | |
Issue #593 | |||
2016-02-20 | Revert "Filter keys from attachments #608 w/ @deniscostadsc" | NavaL | |
This reverts commit f1b338e5564a8458c906f903ee7e0383dae86287. | |||
2016-02-20 | Rename class to match intent | Paulo Schneider | |
2016-02-20 | Add recommended security headers from #618 | Paulo Schneider | |
2016-02-19 | Filter keys from attachments #608 w/ @deniscostadsc | Giovane | |
- Filtering attachments by content type application/pgp-keys | |||
2016-02-19 | Close the compose/inline box right after user clicks Send button and | Gislene 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-19 | Fixed arity of two event callbacks | Folker Bernitt | |
2016-02-18 | Autofocus needs a value to be valid xml | Bruno Wagner | |
2016-02-18 | Tweaked login screen inputs | Bruno Wagner | |
Removed hard spaces and added some padding to the login screen input fields. | |||
2016-02-17 | Rename credentials example file | Felix Hammerl | |
2016-02-17 | Fixed bug removing duplicated attachment | Jefferson Stachelski | |
Issue #549 | |||
2016-02-17 | Translate two missing labels on the mail listing | Giovane | |
- Translates "Search..." and "Mark as read" to pt-BR - Rename some translations keys to no-humanized text | |||
2016-02-17 | Add Alice and Bob try example configs | Felix Hammerl | |
2016-02-17 | Merge pull request #614 from cacarrara/portuguese-translations | Giovane Liberato | |
Adds portuguese translation for i18n tags | |||
2016-02-16 | Adds portuguese translation for i18n tags | Caio 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-16 | fix changing of path to successfully run all tests | varac | |
2016-02-16 | added self-signed provider cert doc to README | varac | |
2016-02-16 | updated post-install instructions in install-pixelated.sh | varac | |
2016-02-15 | Fixing Beginners link in Contributing readme. | Gislene Pereira | |
Adding missing verb in a phrase. Issue #593 | |||
2016-02-15 | restructure the getting started section | varac | |
2016-02-12 | enable remove attachment from forward email | Jefferson Stachelski | |
Issue #549 | |||
2016-02-12 | attachments are only un-linked from emails but not deleted in soledad | Jefferson Stachelski | |
- removed backend delete of attachments - JS unit tests - Functional test Issue #549 |