Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-21 | added filename and size to the attachment endpoint post response | NavaL | |
Issue #548 | |||
2015-12-19 | refactored Mail model | mnandri | |
Issue #548 | |||
2015-12-19 | moving custom to_unicode to pixelated.support | mnandri | |
2015-12-18 | adapting mail controllers POST and PUT to work with attachements | mnandri | |
Issue #548 | |||
2015-12-18 | ensuring the same file is not saved twice | mnandri | |
Issue #548 | |||
2015-12-18 | extracted a leap attachment store, handling all attachment responsibilities, ↵ | mnandri | |
including saving attachments. Issue #548 | |||
2015-12-18 | fixing unit test -- again WIP | mnandri | |
2015-12-18 | WIP: rename me later | mnandri | |
2015-12-18 | enabling backend for Attachment feature toggle | mnandri | |
Issue #548 | |||
2015-12-18 | backend that handles post of a single attachment file | mnandri | |
Issue #548 | |||
2015-12-17 | Remove junk from old modifications. | Giovane | |
2015-12-17 | Fixes sync on debian/jessie box #556 | Giovane | |
- Will install vbguest plugins if needed - Sticks box version to avoid rsync used on newer versions - Runs vbguest daemon on guest machine | |||
2015-12-15 | Removed not used soledad monkey patch | Jefferson Stachelski | |
2015-12-15 | Removed not used monkey patch | Jefferson Stachelski | |
2015-12-15 | Updates vagrant box image and fix jshint path. | Giovane | |
- Change vagrant image to debian jessie - Uses absolute path to jshint on package.json | |||
2015-12-15 | Chaged the coveralls url | Jefferson Stachelski | |
from pixelated-projet to pixelated as we renamed on github | |||
2015-12-11 | Add english translation for the feedback-placeholder key | Giovane | |
2015-12-11 | change add tag placeholder text | mnandri | |
Issue #524 | |||
2015-12-10 | #299 +@fbernitt made tag-refreshing to listen on document directly | mnandri | |
2015-12-08 | Closes user settings box when clicking outside it. #509 w/ @pereiragislene | Giovane Liberato | |
2015-12-07 | Issue #411 - Fixing user settings box position [w/ @giovaneliberato] | Gislene Pereira | |
2015-12-07 | Issue #507 - Refactored fix broken UI when start UA | Jefferson Stachelski | |
Paring with bwagner | |||
2015-12-07 | Issue #507 - Hidden the search icon when start UA | Jefferson Stachelski | |
2015-12-07 | #454 added utf-8 encoding on message body, and corresponding query search term | mnandri | |
2015-12-03 | Issue #411 - Fixed the tests [Gil/Jeff] | Jefferson Stachelski | |
2015-12-03 | Issue #411 - Did some refactores [Gil/Jeff] | Jefferson Stachelski | |
2015-12-03 | Issue #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-03 | Issue #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 header | Gabriel Albo | |
2015-12-01 | start releasing for jessie | Christoph Kluenter | |
2015-12-01 | create jessie Docker containers | Christoph Kluenter | |
use the new jessie packages for creating containers based on debian:jessie | |||
2015-12-01 | Release 0.3 | Christoph Kluenter | |
2015-11-30 | Issue #509 - Ajusted the bottom pop up alignment | Jefferson Stachelski | |
Ajusted the bottom aligment when the logout button is enable or not | |||
2015-11-30 | Check if the discardMail method is define before apply the default ↵ | Giovane | |
implementation. #512 | |||
2015-11-27 | Permanently delete discarded drafts #512 w/ bwagner | Giovane | |
2015-11-27 | Issue #509 - Fixed space between navbar icons [Gil/Jeff] | Gislene Pereira | |
Adjusted user settings popup text size. Done some SASS refactoring. | |||
2015-11-27 | Add the user settings icon, with a popup box | Cam Jackson | |
2015-11-27 | Created a discard draft behaviour #512 w/ bwagner | Giovane | |
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-27 | Remove display message calls on save draft. | Giovane | |
2015-11-26 | Setting "Send" and "Delete It" buttons translation in Portuguese | Gislene Pereira | |
2015-11-26 | Issue #532 - Removing name from canonical address | Jefferson 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-25 | Issue #298 - Making trash, draft and attachment icons color lighter on mail list | Victor Shyba | |
2015-11-25 | Isse #515 - Refactored bcc login on send mail | Jefferson Stachelski | |
2015-11-25 | Issue #515 - Removed the Bcc when sending email | Jefferson Stachelski | |
2015-11-24 | Issue #494 - Bruno/Jeff Fixed the encoding tests | Jefferson Stachelski | |
2015-11-24 | Issue #536 - Refactoed search_addresses | Jefferson Stachelski | |
2015-11-24 | pixelated.adapter.errors is not used anymore. | Christoph Kluenter | |
It was removed in e68f667 | |||
2015-11-23 | Return 422 if deletion failed | Victor Shyba | |
This is needed for protecting against concurrent saves on drafts. --Issue #512 | |||
2015-11-23 | Simplify controller logic on PUT draft | Victor 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-23 | Making explicit the goal for test that checks double deletion | Victor 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 |