summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-01Adds a welcome mail templateVictor Shyba
-- Issue #334
2015-04-01Unit tests, integration tests and welcome mailVictor Shyba
-- Issue #334
2015-04-01Refactor lastuid and register wrapper on SYNC_DONEVictor Shyba
-- Issue #334
2015-04-01Attempting to fix the fact that the logo is not displayed correctly on ↵Gabriel Albo
try/dev/staging
2015-03-31Changing feedback colors to be in sync with the color palette and making the ↵Gabriel Albo
left pane have consistent color scheme
2015-03-31Better naming for which_bundle functionsFolker Bernitt and Victor Shyba
-- Issues #93 and #333
2015-03-31Added italic to the html whitelisterBruno Wagner
2015-03-31Added 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-30Bug #349 - Fixed jshint statusBruno Wagner
2015-03-30Fixed #349 - Send button now enables back on errorBruno Wagner
2015-03-30HTML mail is back after 4 months with a typoBruno Wagner
2015-03-30Fixing if logic on _extract_alternativeTiago Ferraz
2015-03-30Protection against None bdocTiago Ferraz
Pixelated does not load the mails when bdoc is None Tiago & Neissi pairing
2015-03-30Protection against None bdoc objectTiago Ferraz
When bdoc is None, pixelated does not load emails, even though it is not necessary. Tiago & Neissi pairing
2015-03-30Added command to execute functional testsTiago Ferraz
Just call go passing functional as an argument.
2015-03-30Auto refresh provider certificate on start.Folker Bernitt
- Issue #333
2015-03-30Splitting 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-27Minify was used on packaging, re-adding itBruno Wagner
2015-03-27Removed non-existant packages from karmajs confBruno Wagner
2015-03-27Updated karma version and karma coverageBruno Wagner
2015-03-27Removed unused libraries and upgraded jshint and watchBruno Wagner
2015-03-27Simplified jshint command and removed absolute pathBruno Wagner
2015-03-27Fixed jshint warningsBruno Wagner
2015-03-27Updated some of our npm packagesBruno Wagner
2015-03-27Added some missing properties for the package.jsonBruno Wagner
2015-03-26Refactorating: replaced XPath by CSS SelectorTiago Ferraz
2015-03-26Fix pep8 errorTiago Ferraz
2015-03-26Fixing small error on def functionTiago Ferraz
2015-03-26Fix pep* errorsTiago Ferraz
Lambda function is now a def
2015-03-26Trying to fix functional testTiago Ferraz
2015-03-26Trying to fix problem with functional test while opening email.Tiago Ferraz
2015-03-26Fixed pep8 errors.Tiago Ferraz
2015-03-26New 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-25changes Typo in README.Lisa Junger
2015-03-25Resets highlighting on search_trigger.Lisa Junger
-Issue #291.
2015-03-25small refactoring to unnecessary self maintaining reference to this.Lisa Junger
Issue #192
2015-03-25Revert "#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-25Merge branch '192' of https://github.com/alabeduarte/pixelated-user-agent ↵Lisa Junger
into alabeduarte-192
2015-03-24Fix pep8 errors of lambda functionsTiago Ferraz
Altered lambda function to def in order to fix pep8 E371 errors
2015-03-24Fixing broken build by jshintTiago Ferraz
Added semi colon to line 99.
2015-03-24Smaller refactoring of send button code.Folker Bernitt
- Issue #189
2015-03-24Send button not auto re-enabled because of synchronous script execution.Folker Bernitt
- Issue #189
2015-03-23Insteads of raising out, it installs the plugin if it is not installed as ↵Alabê Duarte
the first thing
2015-03-23Adds vbguest plugin configuration in order to avoid automatic updates.Alabê Duarte
2015-03-23-e will not run on all the steps anymoreBruno 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-23The whole go script runs with -e now, this will make it break when it breaksBruno Wagner
2015-03-22checks 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-22extracts get_lastuid and adds tests for create_mail uid consistency.Victor Shyba
-- Issue #334
2015-03-20empty queries test makes more sense as a unit testVictor Shyba