summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-17Remove junk from old modifications.Giovane
2015-12-17Fixes sync on debian/jessie box #556Giovane
- Will install vbguest plugins if needed - Sticks box version to avoid rsync used on newer versions - Runs vbguest daemon on guest machine
2015-12-15Removed not used soledad monkey patchJefferson Stachelski
2015-12-15Removed not used monkey patchJefferson Stachelski
2015-12-15Updates vagrant box image and fix jshint path.Giovane
- Change vagrant image to debian jessie - Uses absolute path to jshint on package.json
2015-12-15Chaged the coveralls urlJefferson Stachelski
from pixelated-projet to pixelated as we renamed on github
2015-12-11Add english translation for the feedback-placeholder keyGiovane
2015-12-11change add tag placeholder textmnandri
Issue #524
2015-12-10#299 +@fbernitt made tag-refreshing to listen on document directlymnandri
2015-12-08Closes user settings box when clicking outside it. #509 w/ @pereiragisleneGiovane Liberato
2015-12-07Issue #411 - Fixing user settings box position [w/ @giovaneliberato]Gislene Pereira
2015-12-07Issue #507 - Refactored fix broken UI when start UAJefferson Stachelski
Paring with bwagner
2015-12-07Issue #507 - Hidden the search icon when start UAJefferson Stachelski
2015-12-07#454 added utf-8 encoding on message body, and corresponding query search termmnandri
2015-12-03Issue #411 - Fixed the tests [Gil/Jeff]Jefferson Stachelski
2015-12-03Issue #411 - Did some refactores [Gil/Jeff]Jefferson Stachelski
2015-12-03Issue #411 - Splitted some js logic [Gil/Jeff]Jefferson Stachelski
Separeted the logic to get the user information from the component that render the popup that shows this information
2015-12-03Issue #411 - Display user email in user settings popup [w/ @jeffhsta]Gislene Pereira
2015-12-01#509 - Fixing font size and padding for the user settings headerGabriel Albo
2015-12-01start releasing for jessieChristoph Kluenter
2015-12-01create jessie Docker containersChristoph Kluenter
use the new jessie packages for creating containers based on debian:jessie
2015-12-01Release 0.3Christoph Kluenter
2015-11-30Issue #509 - Ajusted the bottom pop up alignmentJefferson Stachelski
Ajusted the bottom aligment when the logout button is enable or not
2015-11-30Check if the discardMail method is define before apply the default ↵Giovane
implementation. #512
2015-11-27Permanently delete discarded drafts #512 w/ bwagnerGiovane
2015-11-27Issue #509 - Fixed space between navbar icons [Gil/Jeff]Gislene Pereira
Adjusted user settings popup text size. Done some SASS refactoring.
2015-11-27Add the user settings icon, with a popup boxCam Jackson
2015-11-27Created a discard draft behaviour #512 w/ bwagnerGiovane
If a draft was never saved before, and there wasn't any change to save, we now discard it instead saving and deleting it. This also lessens the calls to saveDraft that was causing some draft duplication.
2015-11-27Remove display message calls on save draft.Giovane
2015-11-26Setting "Send" and "Delete It" buttons translation in PortugueseGislene Pereira
2015-11-26Issue #532 - Removing name from canonical addressJefferson Stachelski
Now the canonical mail address are been parsed to a common one, but it is a Twisted smtp bug that should be fixed in the future
2015-11-25Issue #298 - Making trash, draft and attachment icons color lighter on mail listVictor Shyba
2015-11-25Isse #515 - Refactored bcc login on send mailJefferson Stachelski
2015-11-25Issue #515 - Removed the Bcc when sending emailJefferson Stachelski
2015-11-24Issue #494 - Bruno/Jeff Fixed the encoding testsJefferson Stachelski
2015-11-24Issue #536 - Refactoed search_addressesJefferson Stachelski
2015-11-24pixelated.adapter.errors is not used anymore.Christoph Kluenter
It was removed in e68f667
2015-11-23Return 422 if deletion failedVictor Shyba
This is needed for protecting against concurrent saves on drafts. --Issue #512
2015-11-23Simplify controller logic on PUT draftVictor Shyba
It was checking for mail existence, but thats redundant since its also checking if draft_id was being sent. Also, its service responsibility to ensure operation consistency, not the controller. --Issue #512
2015-11-23Making explicit the goal for test that checks double deletionVictor Shyba
It had no assert, making it confusing. With a failure clause on the except handler we show that its not supposed to raise errors --Issue #512
2015-11-23Removes DuplicatedDraftExceptionVictor Shyba
--Issue #512
2015-11-23Removing test, since this scenario doesnt exists anymoreVictor Shyba
--Issue #512
2015-11-23Checking on deletion errors on drafts isnt neededVictor Shyba
As delete_mail checks for mail_id there will be no more need to create errors. --Issue #512
2015-11-23Fix tokenization when email has dash on domain #513Giovane
2015-11-23No more 'need to create before delete'Victor Shyba
Checking for mdoc existence before trying to delete a deleted mail. --Issue #512
2015-11-23Add test for mail deletion with invalid mail idFolker Bernitt
- Issue #511
2015-11-20Chaged jshint version to the newest oneJefferson Stachelski
2015-11-20Issue #526 - Changed way that we use whooshJefferson Stachelski
Now we are captilizing string for don't miss name that starts with an uppercase letter
2015-11-20Removeing duplicated translation file #488Giovane
2015-11-19Fixing tests #531Giovane