Commit Graph

24 Commits

Author SHA1 Message Date
Frédéric Péters 775d3b190b tests: declare missing attributes when mocking known_services (#41286) 2020-04-03 08:26:20 +02:00
Frédéric Péters cd9a25a069 trivial: import reverse from django.urls (#41286) 2020-04-02 21:33:56 +02:00
Nicolas Roche 44afd83770 tests: add tests on feed_mail command (#40816) 2020-03-20 09:37:59 +01:00
Nicolas Roche 126e137998 tests: add tests on mail views (#40816) 2020-03-20 09:37:07 +01:00
Nicolas Roche 3380e678b6 tests: add tests on contacts views (#40816) 2020-03-19 15:25:52 +01:00
Nicolas Roche 563b6ae83c tests: add tests on main views.py (#40816) 2020-03-19 15:25:52 +01:00
Nicolas Roche 5e731e5b59 templates: add a login template (#40802) 2020-03-18 10:28:11 +01:00
Frédéric Péters 62d08f4243 python3: always pass strings to json.loads, for 3.5 compatibility (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters e2eb510f87 python3: update maarch tests (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters 9a5edc0b00 python3: encode response.content in tests (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters 8112d57b0a python3: replace unicode references (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters 1c810c703b misc: update settings to use MIDDLEWARE (#38162) 2019-12-03 14:50:42 +01:00
Benjamin Dauvergne c7676678df tests: make tests pass with django-webtest >= 1.9.6 2019-06-09 01:21:58 +02:00
Emmanuel Cazenave 39f8f5d3bb jenkins: use a Jenkinsfile (#33259) 2019-05-28 10:56:03 +02:00
Benjamin Dauvergne cd42622b22 maarch: force external_id to string (fixes #30045) 2019-01-23 20:48:13 +01: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 7283ba180a tests: remove debugging print 2018-11-07 13:52:11 +01:00
Benjamin Dauvergne 7388218208 run tests with django 1.11 (#25630) 2018-08-14 07:41:59 +02:00
Benjamin Dauvergne a4ae8845e9 mail: feed from MaarchCourrier (#22550) 2018-07-12 22:55:21 +02:00
Serghei Mihai 27d62bf7ff qualification: get only backoffice submission available forms (#24495) 2018-07-04 15:00:27 +02:00
Thomas NOËL 5ed78d803e phone: don't use SSO username as a line by default (#16648) 2017-06-02 09:33:06 +02:00
Thomas NOËL 8bbb458eae phone: handle a new max call duration settings (#15979) 2017-06-01 18:22:02 +02:00
Thomas NOËL c1e0c32a29 phone: add a one call per callee limit possibility (#15980) 2017-06-01 18:20:36 +02:00
Benjamin Dauvergne 5cedd08743 implement telephony models and web services (#8789)
- 2 new models: PhoneCall, PhoneLine
- 4 web-services:
 - call_event
 - current_calls
 - take_line
 - release_line
2015-11-02 22:54:39 +01:00