Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-13 | Added call of pep8 and jshit in when passing coverage_all parameter to | Tiago Ferraz | |
go. So we can replace "go test" in builds. | |||
2015-04-13 | Removed last traces of progress bar | Bruno Wagner | |
2015-04-13 | modify quoted mail test that was breaking due to different timezones | rafael lisboa | |
2015-04-13 | Removed info sync because we have a loading page now | Bruno Wagner | |
2015-04-13 | #289 - uncheck mails when user changes current tag/mailbox | rafael lisboa | |
change solution to let event be handled in mail item mixin | |||
2015-04-13 | Merge pull request #371 from enzoz/validates_username_before_create_account | Bruno Wagner Gonçalves | |
Validates username before request user creation on leap server | |||
2015-04-10 | improve details about encription | Neissi Torres Lima | |
2015-04-10 | Allows dot on username. | Enzo Zuccolotto | |
-- Issue #147 @anikarni and @enzoz pairing | |||
2015-04-09 | Moving email date information to recipients line | Gabriel Albo | |
2015-04-09 | pepa8, adding extra blank line | Roberto Soares | |
2015-04-09 | removes debugger (whoops) | Roberto Soares | |
2015-04-09 | listening event 'recoverMany' | Roberto Soares | |
2015-04-09 | Adds trash actions template and respective javascript | Leandro Gualter | |
2015-04-09 | Adds service to move mails to inbox | Roberto Soares | |
2015-04-09 | #334 Formatting the HTML part of the welcome email | Gabriel Albo | |
2015-04-09 | Fixing the 'add new' button position | Gabriel Albo | |
2015-04-09 | Changing tag icon color | Gabriel Albo | |
2015-04-09 | Adding a tag icon to indicate tags on the full email view | Gabriel Albo | |
2015-04-09 | Merge pull request #370 from ↵ | Bruno Wagner | |
bltavares/preprend-messages-with-response-information Prepend mail quoting with the sender information #66 Removes argument fixing of the i18n library #66 | |||
2015-04-09 | Merge pull request #367 from glauco/master | Bruno Wagner | |
Issue #363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymore | |||
2015-04-09 | Merge pull request #368 from sw00/master | Bruno Wagner | |
@sw00, @amukiza: #299 tag counters are updated when mail is sent | |||
2015-04-09 | @sw00, @amukiza: #299 tag counters are updated when mail is sent | sw00 | |
2015-04-09 | Removing unnecessary period after message | Gabriel Albo | |
2015-04-09 | Changing icons for encryption statuses on email headers | Gabriel Albo | |
2015-04-09 | Merge pull request #372 from bltavares/mail-model-cleanup | Bruno Wagner Gonçalves | |
Makes the mail model creation more linear | |||
2015-04-09 | Makes the mail model creation more linear | Bruno Tavares | |
I was surfing the code and I got quite confused with the closures and redefinitions of `this` when creating the mail model. I tried to keep the style of grouping together the functions assignment on the model on the end. | |||
2015-04-09 | Default broken Content-Transfer-Encoding to 8bit. | Folker Bernitt | |
- Issue #347 | |||
2015-04-09 | Added fallback to us ascii for invalid Content-Type values. | Folker Bernitt | |
- Issue #347 | |||
2015-04-08 | Validates username before request user creation on leap server | Enzo Zuccolotto | |
-- Issue #147 @anikarni and @enzoz pairing | |||
2015-04-08 | Prepend mail quoting with the sender information #66 | Bruno Tavares | |
2015-04-08 | Removes argument fixing of the i18n library #66 | Bruno Tavares | |
To introduce variables on the internationalization functions we should be able to pass extra arguments to the `i18n.t`. The way it was we could only pass the key and no more options to interpolate values. | |||
2015-04-08 | #363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymore | Glauco Vinicius | |
2015-04-08 | Merge pull request #366 from recarreira/master | Rafael Lisboa | |
Unchecking all emails when changing inbox | |||
2015-04-08 | Unchecking all emails when changing inbox | Renata Carreira | |
Triggering events.ui.mails.uncheckAll when calling events.ui.tag.select refers to #289 with @mindyor :) | |||
2015-04-08 | Merge pull request #358 from pixelated-project/shybamaster | Victor Shyba | |
Welcome email | |||
2015-04-08 | Closes #27 Changed the encryption status messages | Bruno Wagner | |
2015-04-07 | Merge pull request #361 from glauco/master | Rafael Lisboa | |
#298 [Glauco, Luiz] Including trash icon on trashed emails | |||
2015-04-07 | #298 [Glauco, Luiz] Including trash icon on trashed emails | Glauco Vinicius | |
2015-04-07 | Merge pull request #359 from glauco/master | Rafael Lisboa | |
Updating certificate folder | |||
2015-04-07 | Updating certificate folder | Glauco Vinicius | |
Previously it was assuming that you were always running the pixelated-user-agent from inside the /vagrant folder. Now we will make sure everyone is able to run it, wherever they are. | |||
2015-04-07 | Added lc parameter for specify the cert file for access ↵ | Jefferson Stachelski | |
dev.pixelated-project.org | |||
2015-04-07 | Update README.md | Bruno Wagner Gonçalves | |
2015-04-07 | for #333, validate True if no cert given | Victor Shyba | |
2015-04-07 | Re-adding the logo in svg to try to get it fixed on try, staging and dev. | Gabriel Albo | |
2015-04-07 | Changing middle pane background color and removing the svg logo | Gabriel Albo | |
2015-04-07 | Only patch debian requests if it's installed. | Folker Bernitt | |
2015-04-02 | catch invalid data in received header when parsing date. | Lisa Junger | |
- Issue #347 | |||
2015-04-02 | when receiving invalid data for date header, fall back to datetime.now. | Lisa Junger | |
- Issue #347 | |||
2015-04-02 | handle incorrectly encoded headers as ascii. | Lisa Junger | |
- Issue #347 | |||
2015-04-02 | Removed unused certs_home code. | Folker Bernitt | |