summaryrefslogtreecommitdiff
path: root/service/pixelated/resources
AgeCommit message (Collapse)Author
2016-01-11matching POST response and GET of an attachment -- API specificationNavaL
Issue #548
2016-01-11renamed attachment_id attribute to ident on POST response, to conform with ↵NavaL
the GET attachment API Issue #548
2016-01-11removing GET support on attachment APINavaL
Issue #548
2015-12-23removes attachment feature togglePixelated
Issue #548
2015-12-23Fixed typo in error messageBruno Wagner
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-21restoring default disabled features --fixing ftNavaL
Issue #548
2015-12-21added filename and size to the attachment endpoint post responseNavaL
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-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-07#454 added utf-8 encoding on message body, and corresponding query search termmnandri
2015-12-03Issue #411 - Display user email in user settings popup [w/ @jeffhsta]Gislene Pereira
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-18Issue #526 - Fixed contacts query input and results to only return matched termsBruno Wagner
2015-11-17Issue #495 Giovane/Jeff: Fixed from undefinedJefferson Stachelski
Sent mail doesn't have a from field, so now we are adding it
2015-11-13Issue #523 - Created python test for arhive mailJefferson Stachelski
2015-11-13Issue #523 - Created an archive mail buttonJefferson Stachelski
2015-11-11unhandled errors were not being logged and generated no response backVictor Shyba
2015-11-09use mail_service to inject account_email into root_resourcesw00
instead of using leap_session, mail_service can be used to get the account email.
2015-11-09template user's email address into titlesw00
this should solve https://github.com/pixelated/pixelated-user-agent/issues/246 needed to inject leap_session into root resource to access user email on request.
2015-10-22Move interstitial to root resourceFolker Bernitt
- Issue #501 - Moves assets to startup-assets - No more switching between twisted resources at runtime
2015-09-25Issue #470 handling the update draftJefferson Stachelski
Deleting the new draft created if the old one was not found to fix the duplication drafts
2015-09-21#442 Moves feedback url to environment variable.Giovane
2015-09-21#442 Creates feedback service that create tickets on leap web.Giovane
2015-09-14#442 Correcting env variable name and initialize dispatcher_features before ↵Giovane
usage.
2015-09-14#442 Undo renaming of variable on features resource.Giovane
2015-09-14#442 Rename forgotten attribute on features resources.Giovane
2015-09-14#442 Add feature hiddig to feedback link.Giovane
2015-09-02Download attachments from mail store instead of querierFolker Bernitt
- Issue #435 - Improved error handling of attachment resource
2015-08-30[bug] Do not send failure to user, send a msgVictor Shyba
Failure was being returned when user expect just a status message. -- Issue #369
2015-08-25[refactor] remove mailbox referencesVictor Shyba
Extracted listener logic and removed remaining mailboxes references Issues -- #439 -- #440
2015-08-19Remove poor person's debugging printskaeff
2015-08-11Make indexing recepients work again by fixing serialization bugKlaus Fl
2015-08-11Changed test_delete_mail.py integration test to new mail store.Folker Bernitt
- intermediate state, some tests are broken
2015-08-11First steps migrating mail service to new data model.Folker Bernitt
2015-08-11[refactor] Extracts get_key logic, sharing itVictor Shyba
This avoids direct access to keymanager and reuses logic from NickNym class. -- Issue #422
2015-08-11Fixed test_delete_mail integration test.Folker Bernitt
2015-08-11Fixed attachments_resource.py.Folker Bernitt
2015-08-11Fixed test_mark_as_read_unread.py.Folker Bernitt
2015-08-11Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying ↵Folker Bernitt
implementation.
2015-08-11fix integration.test_draftsVictor Shyba
2015-08-11fixing integration.test_tagsVictor Shyba
2015-08-11Fixed pep8.Folker Bernitt
2015-08-11Get single mail endpoint works.Folker Bernitt