summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-28Activate custom modules now uses the correct setupBruno Wagner
2015-04-28Changing signature status messages to use the term 'verified', 'not signed' ↵Gabriel Albo
and 'bad signature'
2015-04-28Removed hackday vagrant while cleaning up the vagrantfileBruno Wagner
2015-04-28#337 Made some refactors to make the code more readableJefferson Stachelski
2015-04-27#337 Fixed the if __name__ is __main__ to run the appJefferson Stachelski
2015-04-27Merge pull request #373 from roberto/masterRafael Lisboa
Allow user to move emails from trash to inbox
2015-04-24Fixing margin around close button inside the compose email boxGabriel Albo
2015-04-24Rearranging the compose box element to be align the same way the full email ↵Gabriel Albo
view for reading is; removing inline styles from an html tag to a proper css class
2015-04-23Patched soledad sync so it will give us meaningful error messagesBruno Wagner
2015-04-23#329 Disabled stop script when a command return non-zero for print the ↵Jefferson Stachelski
warning when are missing same prequiremets and then enable it again
2015-04-23Added first draft of maintenance howto.Folker Bernitt
- Issue #335
2015-04-22Adding a max-height as a fallback for a really long list of custom tagsGabriel Albo
2015-04-22Making the custom tag list be as high as the number of custom tags instead ↵Gabriel Albo
of having a fixed size
2015-04-22Fixing some of the encryption messagesGabriel Albo
2015-04-22removing styles related to tip-msgGabriel Albo
2015-04-22Removing compose box form input order message from the topGabriel Albo
2015-04-22Fix: Remove invalid import from maintenance.py.Folker Bernitt
2015-04-21Fixes typo in warnSendButtonOfRecipients.Lisa Junger
- Issue #353
2015-04-21Added load-mails maintenance command.Folker Bernitt
- Issue #335
2015-04-17Added exception message to the error for referenceBruno Wagner
2015-04-17Removes dangling list itemTiago Ferraz
2015-04-16update readme with feedback from #378Rafael Lisboa
2015-04-16maintenance reads credentials from stdin.Folker Bernitt
- Issue #345
2015-04-15Attaching error handler to TwistedVictor Shyba
For #375
2015-04-15Creating error handler for SSLError w/ more infoVictor Shyba
For #375
2015-04-15pixelated-dispatcher#91 Renamed some arguments and replaced all words 'leap' ↵Jefferson Stachelski
and 'provider' by 'LEAP provider'
2015-04-15Test description was not matching codeVictor Shyba
Fixing for #189
2015-04-15Introduced maintenance command and added reset behaviour.Folker Bernitt
- Call with: pixelated_maintenance reset - Issues #335, #345
2015-04-14Using consistent colors for the open and closed padlocks :)Gabriel Albo
2015-04-14Refactoring the scss file to avoid duplicationGabriel Albo
2015-04-14Adding icons to help identify whether an email is encryptable or not for a ↵Gabriel Albo
given address
2015-04-14Log was leaking subject, changed to uid insteadBruno Wagner
2015-04-14Merge pull request #376 from pixelated-project/mail-item-refactorRafael Lisboa
Mail item refactor
2015-04-14remove no longer used method on mail_itemrafael lisboa
2015-04-14update trash template with correct field namerafael lisboa
2015-04-14fix typo on side_nav_expandedrafael lisboa
2015-04-14Fix mail opening and add some testsAlexandre Pretto Nunes
2015-04-14fix jshintrafael lisboa
2015-04-14refactor mail item mixin creation and renderingrafael lisboa
2015-04-14Fixing padding that was breaking the line when user clicked to add a new tag ↵Gabriel Albo
to an email
2015-04-14Making the logo also toggle the sidenavGabriel Albo
2015-04-13Add coveralls informationTiago Ferraz
Add coveralls information for branch master
2015-04-13Added call of pep8 and jshit in when passing coverage_all parameter toTiago Ferraz
go. So we can replace "go test" in builds.
2015-04-13Removed last traces of progress barBruno Wagner
2015-04-13modify quoted mail test that was breaking due to different timezonesrafael lisboa
2015-04-13Removed info sync because we have a loading page nowBruno Wagner
2015-04-13#289 - uncheck mails when user changes current tag/mailboxrafael lisboa
change solution to let event be handled in mail item mixin
2015-04-13Merge pull request #371 from enzoz/validates_username_before_create_accountBruno Wagner Gonçalves
Validates username before request user creation on leap server
2015-04-10 improve details about encriptionNeissi Torres Lima
2015-04-10Allows dot on username.Enzo Zuccolotto
-- Issue #147 @anikarni and @enzoz pairing