Commit Graph

30 Commits

Author SHA1 Message Date
Frédéric Péters 250ef2e74a trivial: apply isort & pyupgrade 2021-07-13 11:41:37 +02:00
Frédéric Péters ce7f2dd500 trivial: apply black 2021-01-11 20:10:12 +01:00
Frédéric Péters cd9a25a069 trivial: import reverse from django.urls (#41286) 2020-04-02 21:33:56 +02:00
Benjamin Dauvergne 10c16a0bf6 maarch: add a webservice for sending a mail response (#27814)
POST /api/mail/response/

   {"mail_id": 1234, "content": "response text content"}
2018-11-16 15:32:16 +01:00
Benjamin Dauvergne a4ae8845e9 mail: feed from MaarchCourrier (#22550) 2018-07-12 22:55:21 +02:00
Frédéric Péters 9b1fe45772 general: misc update template API usage for django 1.11 (#20909) 2017-12-28 13:10:41 +01:00
Thomas NOËL 908d47ff09 mails: add reference field, only for alfortville flavour (#13549) 2016-10-14 10:09:16 +02:00
Frédéric Péters 8ea4c31c33 mail: require to be logged in to access manual feeder (#13251) 2016-09-21 08:11:10 +02:00
Thomas NOËL e48cfe16e9 mails: add subject field, only for alfortville flavour (#11289) 2016-06-22 11:29:23 +02:00
Frédéric Péters 060d1b6a18 mail: always display category filter 2016-04-12 13:33:10 +02:00
Frédéric Péters c009f03989 alfortville: dg summary table (#10089) 2016-03-22 13:25:48 +01:00
Frédéric Péters 42e4c24cc1 mail: display mail note in summary (#10096) 2016-02-26 12:34:26 +01:00
Frédéric Péters ed12a9a411 trivial: remove unused imports 2016-01-22 14:11:37 +01:00
Frédéric Péters f163f1b6e7 mail: remove "mail number" (#9008) 2016-01-11 15:05:29 +01:00
Frédéric Péters 35bbbfcc17 general: add counter endpoints, to be used by agent portal (#8689) 2015-11-01 20:42:58 +01:00
Frédéric Péters f32967d84d mail: make it possible to reject an unreadable mail (#8714) 2015-10-28 16:04:48 +01:00
Frédéric Péters 5ad7168dcc mail: add a field to enter a mail number (#8714) 2015-10-28 15:27:55 +01:00
Frédéric Péters 4bbc9ed8a5 mail: add a select box to filter on formdef 2015-10-11 19:18:08 +02:00
Frédéric Péters 8f15a7e4e0 general: make it possible to add a note to mails 2015-10-11 18:34:38 +02:00
Frédéric Péters 89b3ea5393 mails: add registered mail number field (#8516) 2015-10-10 18:24:22 +02:00
Frédéric Péters 80909756fa general: redo submission, support for dgs & dga screen for alfortville 2015-10-10 18:24:21 +02:00
Frédéric Péters 30e1c9cc43 general: reorganize models in a simpler way
A source object (e.g. Mail) may now be attached to several Association objects,
each one has a formdef_reference attribute (at first), and a formdata_id
attribute (once submitted to wcs).
2015-10-10 18:24:21 +02:00
Frédéric Péters ee70113a47 add start of a phone call view 2015-09-30 10:46:55 +02:00
Frédéric Péters 05a921b132 mail: add a "feeder" page 2015-09-30 10:46:54 +02:00
Frédéric Péters b2a58843ac mail: add fields to qualify mail (post date / registered mail) 2015-09-30 10:46:54 +02:00
Frédéric Péters dc2dededec mail: display only untriaged mails 2015-09-29 18:12:40 +02:00
Frédéric Péters 737ffffd7f general: make it possible to associate formdefs to a mail 2015-09-29 18:12:40 +02:00
Frédéric Péters df1ca5b574 mail: integrate mozilla pdf.js viewer
The pdf.js code itself must be linked from /static/pdf to its system location
(libjs-pdf in Debian puts it under /usr/share/javascript/pdf).
2015-09-29 18:12:39 +02:00
Frédéric Péters 5de7db7494 mail: generate mail pane from mail application 2015-09-29 18:12:39 +02:00
Frédéric Péters 428ea02d75 general: add sources.mail apps 2015-09-29 18:12:39 +02:00