Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-01 | Attempting to fix the fact that the logo is not displayed correctly on ↵ | Gabriel Albo | |
try/dev/staging | |||
2015-03-31 | Changing feedback colors to be in sync with the color palette and making the ↵ | Gabriel Albo | |
left pane have consistent color scheme | |||
2015-03-31 | Better naming for which_bundle functions | Folker Bernitt and Victor Shyba | |
-- Issues #93 and #333 | |||
2015-03-31 | Added italic to the html whitelister | Bruno Wagner | |
2015-03-31 | Added support for ssl fingerprint validation. | Folker Bernitt | |
- Issue #333 - Needed to patch urrlib3 for older requests versions - Use --leap-cert-fingerprint <SHA1> to validate fingerprint | |||
2015-03-30 | Bug #349 - Fixed jshint status | Bruno Wagner | |
2015-03-30 | Fixed #349 - Send button now enables back on error | Bruno Wagner | |
2015-03-30 | HTML mail is back after 4 months with a typo | Bruno Wagner | |
2015-03-30 | Fixing if logic on _extract_alternative | Tiago Ferraz | |
2015-03-30 | Protection against None bdoc | Tiago Ferraz | |
Pixelated does not load the mails when bdoc is None Tiago & Neissi pairing | |||
2015-03-30 | Protection against None bdoc object | Tiago Ferraz | |
When bdoc is None, pixelated does not load emails, even though it is not necessary. Tiago & Neissi pairing | |||
2015-03-30 | Added command to execute functional tests | Tiago Ferraz | |
Just call go passing functional as an argument. | |||
2015-03-30 | Auto refresh provider certificate on start. | Folker Bernitt | |
- Issue #333 | |||
2015-03-30 | Splitting certificate validation into provider and bootstrap certificate. | Folker Bernitt | |
- Issue #333 - Now a different certificate is used to communicate with the provider's HTTPS website than for all other connections, e.g. to the api | |||
2015-03-27 | Minify was used on packaging, re-adding it | Bruno Wagner | |
2015-03-27 | Removed non-existant packages from karmajs conf | Bruno Wagner | |
2015-03-27 | Updated karma version and karma coverage | Bruno Wagner | |
2015-03-27 | Removed unused libraries and upgraded jshint and watch | Bruno Wagner | |
2015-03-27 | Simplified jshint command and removed absolute path | Bruno Wagner | |
2015-03-27 | Fixed jshint warnings | Bruno Wagner | |
2015-03-27 | Updated some of our npm packages | Bruno Wagner | |
2015-03-27 | Added some missing properties for the package.json | Bruno Wagner | |
2015-03-26 | Refactorating: replaced XPath by CSS Selector | Tiago Ferraz | |
2015-03-26 | Fix pep8 error | Tiago Ferraz | |
2015-03-26 | Fixing small error on def function | Tiago Ferraz | |
2015-03-26 | Fix pep* errors | Tiago Ferraz | |
Lambda function is now a def | |||
2015-03-26 | Trying to fix functional test | Tiago Ferraz | |
2015-03-26 | Trying to fix problem with functional test while opening email. | Tiago Ferraz | |
2015-03-26 | Fixed pep8 errors. | Tiago Ferraz | |
2015-03-26 | New test that use checkboxes. Removal of hamcrest lib, code refactoring. | Tiago Ferraz | |
A new test was created to use Pixelated checkboxes and the buttons at the top. Also the lib hamcrest was removed and code refactored to be more pythonic. A new method after_step will log information in case of step failures. | |||
2015-03-25 | changes Typo in README. | Lisa Junger | |
2015-03-25 | Resets highlighting on search_trigger. | Lisa Junger | |
-Issue #291. | |||
2015-03-25 | small refactoring to unnecessary self maintaining reference to this. | Lisa Junger | |
Issue #192 | |||
2015-03-25 | Revert "#192 - uses 'self' everywhere instead of 'this'" | Lisa Junger | |
This reverts commit bc6bdc8dd3c03eb875215ecfe0253a4bb3e0275a. not necessary since self and this are holding the same context here. | |||
2015-03-25 | Merge branch '192' of https://github.com/alabeduarte/pixelated-user-agent ↵ | Lisa Junger | |
into alabeduarte-192 | |||
2015-03-24 | Fix pep8 errors of lambda functions | Tiago Ferraz | |
Altered lambda function to def in order to fix pep8 E371 errors | |||
2015-03-24 | Fixing broken build by jshint | Tiago Ferraz | |
Added semi colon to line 99. | |||
2015-03-24 | Smaller refactoring of send button code. | Folker Bernitt | |
- Issue #189 | |||
2015-03-24 | Send button not auto re-enabled because of synchronous script execution. | Folker Bernitt | |
- Issue #189 | |||
2015-03-23 | Insteads of raising out, it installs the plugin if it is not installed as ↵ | Alabê Duarte | |
the first thing | |||
2015-03-23 | Adds vbguest plugin configuration in order to avoid automatic updates. | Alabê Duarte | |
2015-03-23 | -e will not run on all the steps anymore | Bruno Wagner | |
2015-03-23 | #333 Implemented downlload ca.crt when pixelated-user-agent doesn't find a ↵ | Jefferson Stachelski | |
cert file to connect on LEAP provider | |||
2015-03-23 | The whole go script runs with -e now, this will make it break when it breaks | Bruno Wagner | |
2015-03-22 | checks if a mailbox is fresh (uid is 0). | Victor Shyba | |
If so, we are able to put welcome mail on INBOX after checking it -- Issue #334 | |||
2015-03-22 | extracts get_lastuid and adds tests for create_mail uid consistency. | Victor Shyba | |
-- Issue #334 | |||
2015-03-20 | empty queries test makes more sense as a unit test | Victor Shyba | |
2015-03-20 | integration helper: reindex only when new tags are added (performance) | Victor Shyba | |
2015-03-20 | fix: send button no longer stuck on sending for invalid email addresses. | Lisa Junger | |
-Issue #189 | |||
2015-03-20 | Gracefully handle None from and subject values during tests. | Folker Bernitt | |
- Issue #248 |