summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-04Changed wheezy backports to jessieBruno Wagner
Changed to jessie backports as we are using that now. Also adapted the nodejs_legacy package calls to nodejs, that's the name of the package on jessie
2016-01-04Rename develop_requirements.txt to requirements.txtFolker Bernitt
- fixes package build as it expects requirements.txt
2016-01-04Decouple test_feedback_service from dev providerFolker Bernitt
- Mock request instead
2016-01-04Fix: Replace u1db dependency with its launchpad urlFolker Bernitt
- Same problem as with dirspec
2015-12-31Issue #25 - Implemented shortcuts on UIJefferson Stachelski
2015-12-30Updates jshint to latest version #565Giovane
- Change 'use strict' mode to function-level - Update needed files
2015-12-30Updating bower, html-minifier and imagemin versions #565Giovane
2015-12-30Changed dirspec fix so it works on vagrant tooBruno Wagner
2015-12-29adding u1db, dirspec requirements backNavaL
2015-12-29adding a step to toggle cc and bcc fields when forwarding emails -- fixing ↵NavaL
functional test Issue #563
2015-12-29Issue #562 - Capture inline attachments from Content Disposition.Gislene Pereira
2015-12-29removing custom egg install of u1db and dirspec --already installed from ↵NavaL
requires.txt
2015-12-29refactoring: moved upload logic out of the attachment iconNavaL
Issue #548
2015-12-29Shows selected tag in addition of unread count #564Giovane
2015-12-29Listens to mails available events and count unread #564Giovane
- Considering unread all the mails that doesn't have the 'read' status - Remove initial templates because title doesn't support html tags inside
2015-12-29Shows unread count on title barGiovane
- This commit creates the unread_count_title component
2015-12-28Changed dirspec and u1db urls to use what launchpad recommendsBruno Wagner
2015-12-28 #563 merging from recipientsGabriel Albo
2015-12-28#563 - Adding arrows up and down to indicate the state of the cc and bcc fieldsGabriel Albo
2015-12-28Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵Bruno Wagner
bazaar for that to work
2015-12-28Changed vagrant box to new LEAP jessie boxBruno Wagner
2015-12-28#563 - Removing recipients fields border and leaving only one at the top of ↵Gabriel Albo
the subject field
2015-12-28#563 - Adding hide/show logic and link. Hiding cc and bcc by defaultGabriel Albo
2015-12-28Added file upload dependencies to buildBruno Wagner
They weren't being minified with the rest of the JS, so I added them to the packaging and the UI should be correct inside docker
2015-12-24Issue #557 - Fixed REGEX to receive attachments from Apple Mail.Gislene Pereira
2015-12-23removes attachment feature togglePixelated
Issue #548
2015-12-23enable/disable send button when attachment is uploadingPixelated
Issue #548
2015-12-23Changed test not to test fixed content, but the existence of an error messageBruno Wagner
2015-12-23Fixed typo in error messageBruno Wagner
2015-12-22front-end for sending attachmentsNavaL
Issue #548
2015-12-22decode to base64 the raw attachment that is in bytes... and renaming id to ↵NavaL
attachment_id in the mail POST Issue #548
2015-12-21Make download attachment link as a box #558 w/ @albogabrielGiovane
2015-12-21restoring default disabled features --fixing ftNavaL
Issue #548
2015-12-21adds poster pip require for the test --fixing buildNavaL
Issue #548
2015-12-21added filename and size to the attachment endpoint post responseNavaL
Issue #548
2015-12-19refactored Mail modelmnandri
Issue #548
2015-12-19moving custom to_unicode to pixelated.supportmnandri
2015-12-18adapting mail controllers POST and PUT to work with attachementsmnandri
Issue #548
2015-12-18ensuring the same file is not saved twicemnandri
Issue #548
2015-12-18extracted a leap attachment store, handling all attachment responsibilities, ↵mnandri
including saving attachments. Issue #548
2015-12-18fixing unit test -- again WIPmnandri
2015-12-18WIP: rename me latermnandri
2015-12-18enabling backend for Attachment feature togglemnandri
Issue #548
2015-12-18backend that handles post of a single attachment filemnandri
Issue #548
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