Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-09 | Issue #617: Remove highlighting for sandboxed content | Felix Hammerl | |
2016-03-09 | Issue #617: Add sandbox to build scripts | Felix Hammerl | |
2016-03-09 | Issue #617: Add sandbox to user-agent | Felix Hammerl | |
2016-03-09 | Issue #617: Create sandbox resouces | Felix Hammerl | |
2016-03-09 | Issue #617: Add iframe-resizer | Felix Hammerl | |
2016-03-09 | Issue #617: Serve content from Sandbox resource | Felix Hammerl | |
2016-03-09 | Merge branch 'osx-test' | Jon Newson | |
* osx-test: #624 - Modify changes and apply suggested style. Get current running shell and determine .rc file accordingly. | |||
2016-03-09 | Merge branch 'master' of https://github.com/pixelated/pixelated-user-agent | Jon Newson | |
# By Gabriel Albo # Via Gabriel Albo * 'master' of https://github.com/pixelated/pixelated-user-agent: Decreasing the spacing between email header and email body Test: making the email security indication corners round so it doesn't look so much like the actions buttons | |||
2016-03-08 | Decreasing the spacing between email header and email body | Gabriel Albo | |
2016-03-08 | Test: making the email security indication corners round so it doesn't look ↵ | Gabriel Albo | |
so much like the actions buttons | |||
2016-03-06 | Issue #624 | Jon Newson | |
2016-03-06 | Merge branch 'master' of https://github.com/jnews0n/pixelated-user-agent | Jon Newson | |
2016-03-06 | Issue #624 - detect osx shell | Jon Newson | |
2016-03-06 | Issue #624 | Jon Newson | |
2016-03-06 | Determine user's configured shell then set variable accordingly. #624 | Jon Newson | |
2016-03-06 | Update osx_setup.sh | Jon Newson | |
Address issue #624 and apply suggested coding style. | |||
2016-03-06 | Remove shell switch from testing. | Jon Newson | |
2016-03-06 | Determine user's configured shell then set variable accordingly. #624 | Jon Newson | |
2016-03-04 | Fix: Logout calls session expire | Folker Bernitt | |
- Deferred was not handled as required - Test did not assert call to expire | |||
2016-03-04 | Issue #624 | Jon Newson | |
2016-03-04 | Determine user's configured shell then set variable accordingly. #624 | Jon Newson | |
2016-03-04 | Merge branch 'master' of https://github.com/pixelated/pixelated-user-agent | Jon Newson | |
2016-03-02 | Hides reply box container until mail data is loaded #662 with @jeffhsta | Giovane | |
2016-03-02 | adding default date if not given in the mail header, for search index -- ↵ | NavaL | |
fixing build | |||
2016-03-01 | Adding sass function to lighten the logo color for the spinner | Gabriel Albo | |
Issue #238 | |||
2016-03-01 | Fix tests after change on OpenPGPKey.get_json API | Giovane | |
- The main identifier of a key now is the fingerprint, not the id anymore - The address is not required anymore when creating the json | |||
2016-03-01 | Adding new svg and dummy animation | Gabriel Albo | |
Issue #238 | |||
2016-03-01 | Changed the github link to the new one | Jefferson Stachelski | |
2016-03-01 | Fix test: Add missing date field | Felix Hammerl | |
2016-03-01 | remove .ruby-version from repo | varac | |
2016-02-29 | Adding svg with sliced logo parts in order to animate it | Gabriel Albo | |
Issue #238 | |||
2016-02-29 | Update osx_setup.sh | Jon Newson | |
Address issue #624 and apply suggested coding style. | |||
2016-02-29 | #624 - Modify changes and apply suggested style. | Jon Newson | |
Get current running shell and determine .rc file accordingly. | |||
2016-02-29 | Merge branch 'master' of https://github.com/pixelated/pixelated-user-agent | Jon Newson | |
# By Thomas Hirsch (3) and thaissiqueira (1) # Via Felix Hammerl (1) and thaissiqueira (1) * 'master' of https://github.com/pixelated/pixelated-user-agent: Change image source while Github (Camo) is broken included hints to example config files moved config file hint down to further notes added note about credentials config file | |||
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-26 | Merge branch 'master' of https://github.com/pixelated/pixelated-user-agent | Jon Newson | |
# By Felix Hammerl (5) and others # Via NavaL * 'master' of https://github.com/pixelated/pixelated-user-agent: serving the client directly, as the current dependency on proxy strips out xsrf cookies -fixing functional test only adding feature resource in root_resource test -- fixing build changed logout to post Issue #612 Backend and frontend protection against csrf attacks: - 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 Consolidate stylesheets Remove unused font and stylesheetgit s Create a new deferred for all IMAPAccount calls Clean up jshintrc Recreate session on soledad problems issue #617: Remove old html whitelister Issue #617: Sanitize received content | |||
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-25 | Remove shell switch from testing. | Jon Newson | |
2016-02-25 | Merge 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-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 | |