Commit Graph

1661 Commits

Author SHA1 Message Date
Emmanuel Cazenave 805c7d825e tests: read/write email in binary mode (#40572) 2020-06-03 15:05:42 +02:00
Emmanuel Cazenave 155aa68995 tests: use force_text() on bytes before string iterpolation (#40572) 2020-06-03 15:05:38 +02:00
Emmanuel Cazenave da11a1298f tests: write file in binary mode (#40572) 2020-06-03 15:05:29 +02:00
Emmanuel Cazenave 0942b6477f tests: use explicit integer division (#40572) 2020-06-03 15:05:25 +02:00
Emmanuel Cazenave 421da3bcaa expand map() result (#40572) 2020-06-03 15:05:21 +02:00
Emmanuel Cazenave 4b8723b695 remove str.decode() calls (#40572) 2020-06-03 15:05:17 +02:00
Emmanuel Cazenave 6a3c23fb0f use resp.text instead of resp.content (#40572) 2020-06-03 15:05:12 +02:00
Emmanuel Cazenave 2836f24119 use items() instead of iteritems() (#40572) 2020-06-03 15:05:08 +02:00
Emmanuel Cazenave 898dfe95d2 remove usage of 'unicode' (#40572) 2020-06-03 15:04:52 +02:00
Emmanuel Cazenave 672fe73dce grab StringIO from six (#40572) 2020-06-03 15:01:33 +02:00
Emmanuel Cazenave 7e1c6d061a update except syntax (#40572) 2020-06-03 15:01:27 +02:00
Emmanuel Cazenave af75993e9e import _thread as thread (#40572) 2020-06-03 15:01:21 +02:00
Emmanuel Cazenave 67cce5d3b2 eventually grab BeautifulSoup from bs4 (#40572) 2020-06-03 15:01:15 +02:00
Emmanuel Cazenave 58d6c346cc grab urlparse from six (#40572) 2020-06-03 15:01:10 +02:00
Emmanuel Cazenave 2a791ce1cd use __str__() instead of __unicode__() (#40572) 2020-06-03 15:01:00 +02:00
Emmanuel Cazenave bd46309742 use absolute imports (#40572) 2020-06-03 15:00:53 +02:00
Emmanuel Cazenave 8d44c284fc use AppConfig to register signals (#40572) 2020-06-03 15:00:47 +02:00
Emmanuel Cazenave 39a961d1f9 use open() to open file (#40572) 2020-06-03 15:00:41 +02:00
Emmanuel Cazenave 04579e0784 use print as a function (#40572) 2020-06-03 15:00:35 +02:00
Emmanuel Cazenave 3a986d9669 jenkins: build default eobuilder target (#42463) 2020-06-03 12:41:23 +02:00
Emmanuel Cazenave 505d23bffb remove rfc3161 timestamping (#42352) 2020-05-04 13:59:26 +02:00
Emmanuel Cazenave 779138c4fd stop django 1.8 support (#42340) 2020-05-04 13:55:18 +02:00
Lauréline Guérin 13d7219738
settings: fix DEBUG (#41579) 2020-04-24 10:45:02 +02:00
Emmanuel Cazenave f0e771cf54 tests: mock urllib2 (#33751) 2020-04-13 18:58:42 +02:00
Emmanuel Cazenave de2560126a pfwb: use tabellio identifier during SSO (#40827) 2020-04-02 12:37:17 +02:00
Emmanuel Cazenave d7e5e44a9c sync-tabellio: use/store tabellio identifer (#40795) 2020-03-31 18:58:26 +02:00
Emmanuel Cazenave 61f4f355c5 sync-tabellio: use sqlalchemy instead of raw SQL (#40795) 2020-03-31 18:58:26 +02:00
Emmanuel Cazenave 7f204d5844 sync-tabellio: delete dead code (#40795) 2020-03-31 18:58:26 +02:00
Emmanuel Cazenave 4d6c5bbc5b sync-tabellio: use sqlalchemy to test it (#40795) 2020-03-31 18:58:26 +02:00
Emmanuel Cazenave 9fcb121ef4 add external_identifer on DocbowProfile (#40798) 2020-03-31 18:57:05 +02:00
Emmanuel Cazenave 36b66ec8fe add missing migration (#40798) 2020-03-31 18:57:05 +02:00
Emmanuel Cazenave 01c1832477 update exisiting migration (#40798) 2020-03-31 18:57:05 +02:00
Emmanuel Cazenave 3d99026ac2 make mellon optional (#41202) 2020-03-31 18:39:18 +02:00
Emmanuel Cazenave fdcb025534 tox: pass BRANCH_NAME in environ (#41010) 2020-03-26 08:38:50 +01:00
Emmanuel Cazenave fca079ed2c settings: rely on AppDirectoriesFinder to find static files (#41004) 2020-03-26 08:38:11 +01:00
Emmanuel Cazenave ef61f0d72a sync-tabellio: do not rely on environment (#41008) 2020-03-26 08:37:20 +01:00
Emmanuel Cazenave 4b0d93750b get rid of statsd (#34953) 2020-03-25 15:29:11 +01:00
Emmanuel Cazenave ea7ed2186e custom backport of CVE-2019-19844 (#40956)
https://www.djangoproject.com/weblog/2019/dec/18/security-releases/
https://security-tracker.debian.org/tracker/CVE-2019-19844
f4cff43bf9

Shoud be reverted when support of django 1:1.11.20-1~bpo9+1 is not needed any more.
The revert should maintain the usage of '_unicode_ci_compare' in
'PasswordResetFormWithLogging.clean_idenfiers'.
2020-03-24 12:50:43 +01:00
Emmanuel Cazenave ab8f6e659c test email recipient on password reset (#40956) 2020-03-24 12:49:37 +01:00
Emmanuel Cazenave 47a4edd998 debian: allow django > 1.9 (#40915) 2020-03-23 15:21:04 +01:00
Christophe Siraut 4cf439d2d9 debian: move postgresql to suggests (#40907) 2020-03-23 14:35:57 +01:00
Emmanuel Cazenave 252db71e91 jenkins: build deb package for stretch (#40389) 2020-03-23 12:28:47 +01:00
Emmanuel Cazenave 566865de6f misc: remove python-raven dependency (#40390) 2020-03-05 17:12:06 +01:00
Benjamin Dauvergne 50682cb2f2 misc: remove use of python-entrouvert (#40385) 2020-03-05 16:28:51 +01:00
Frédéric Péters 8a0dde0d25 pfwb: adjust navigation to align with portal site
(#40206)40206)40206)40206)
2020-02-26 14:01:06 +01:00
Frédéric Péters 3257dab00d pfwb: add link to videos site (#40206) 2020-02-26 13:52:08 +01:00
Emmanuel Cazenave 5bd0918b85 limit django-watson version (#40093) 2020-02-21 19:32:26 +01:00
Benjamin Dauvergne d04cf5987b misc: update merge-junit-results.py 2019-12-07 11:08:32 +01:00
Emmanuel Cazenave 444b61b7fb jenkins: use ci@entrouvert.org for notifications 2019-10-02 13:51:24 +02:00
Emmanuel Cazenave b0ab589654 create forward-docs module (#36302) 2019-09-25 12:01:21 +02:00