Commit Graph

359 Commits

Author SHA1 Message Date
Valentin Deniaud 103dff03cb misc: apply double-quote-string-fixer (#79788) 2023-08-16 11:53:33 +02:00
Agate 295e994b83 Revert "django4: fix default AppConfig deprecation warnings (#68573)"
This reverts commit e1f969f813.
2022-09-05 16:16:43 +02:00
Agate ee871ebc33 django4: replaced ugettext* calls with corresponding gettext* calls (#68573) 2022-08-31 09:49:42 +02:00
Agate ed3fc882cd django4: replaced force_text with equivalent force_str (#68573) 2022-08-31 09:49:42 +02:00
Agate d8786aae95 django4: fix urls deprecation warnings (#68573) 2022-08-31 09:49:42 +02:00
Agate e1f969f813 django4: fix default AppConfig deprecation warnings (#68573) 2022-08-31 09:49:42 +02:00
Frédéric Péters 549fc3ec00 misc: remove usage of django.utils.six (#63686) 2022-04-15 18:12:53 +02:00
Frédéric Péters 3a6215856f mail: use absolute path in url patterns (#59894) 2021-12-19 18:07:31 +01:00
Frédéric Péters 2a287e61b9 feed mail: use FileContent to avoid SuspiciousOperation (#59894) 2021-12-19 17:46:51 +01:00
Frédéric Péters 250ef2e74a trivial: apply isort & pyupgrade 2021-07-13 11:41:37 +02:00
Nicolas Roche 36c0e69cb1 kb: use html.unescape (#55535) 2021-07-13 11:24:39 +02:00
Frédéric Péters 7abee88825 misc: only force height of home page (#55546) 2021-07-12 19:55:57 +02:00
Frédéric Péters 3635a9524d misc: monkeypatch django-ckeditor support for django 2.2 (#55347) 2021-07-02 14:16:26 +02:00
Frédéric Péters ce7f2dd500 trivial: apply black 2021-01-11 20:10:12 +01:00
Frédéric Péters f9f922656c misc: remove django-reversion dependency (#41641) 2020-04-24 08:30:38 +02:00
Frédéric Péters 43c19c2a67 translation update 2020-04-14 09:29:53 +02:00
Frédéric Péters bf1864f324 misc: use new login class based view (#41286) 2020-04-03 08:26:20 +02:00
Frédéric Péters 72f29fcd68 misc: import mellon only if declared in installed apps (#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
Frédéric Péters bd09632404 misc: add on_delete to foreign key (#41286) 2020-04-02 21:33:55 +02:00
Frédéric Péters 15ce4e23ea settings: remove unnecessary middleware (#41286) 2020-04-02 21:13:56 +02:00
Frédéric Péters 99fb727020 misc: upgrade import of admin site URLs for 2.2 compatibility (#41286) 2020-04-02 21:13:52 +02:00
Nicolas Roche 6ee1285701 python3: convert .values to list before accessing (#40830) 2020-03-19 15:23:01 +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 a78e567583 python3: convert .keys to list before comparing (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters b562bef51f python3: use key function to sort categories (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters a8e12b9630 python3: pass bytes for hmac (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters 90c29f0fa0 python3: use relative imports (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters e91178a2e1 python3: use modern except syntax (#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 46113c03dd python3: replace iteritems (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters 27af09b510 python3: get urllib/urlparse/htmlparser from six (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters 4f9bb8b161 python3: use exec(open(... to replace execfile (#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
Frédéric Péters bd1a4fdb0e style: adjust content height for new gadjo header (#31477) 2019-07-15 23:14:03 +02:00
Frédéric Péters c6fc60c3c1 misc: remove validation steps (#31454) 2019-07-15 23:14:03 +02:00
Frédéric Péters 5bcd9442b9 remove alfortville custom extension (#31454) 2019-07-15 23:14:03 +02:00
Frédéric Péters 346cad74fe mail: upate feed_mail command for django 1.11 (#31474) 2019-03-25 18:49:44 +01:00
Benjamin Dauvergne cd42622b22 maarch: force external_id to string (fixes #30045) 2019-01-23 20:48:13 +01:00
Benjamin Dauvergne 308d46e51b maarch: fix wrong of setting for response status (fixes #29912) 2019-01-18 18:56:34 +01:00
Frédéric Péters 866b37a147 misc: port django 1.11 ckeditor support late changes (#28864) 2018-12-11 19:25:04 +01:00
Frédéric Péters f114291004 misc: add ckeditor monkeypatch for 1.11 (#28864) 2018-12-11 15:00:16 +01:00
Frédéric Péters d1642e2b0f style: adjust some knowledge database pages to revamped style (#28863) 2018-12-11 14:56:54 +01:00
Frédéric Péters 879fe9643a contacts: log user creation requests to authentic (#28828) 2018-12-11 14:56:54 +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
Frédéric Péters 1e392e0ba9 push mail external id to w.c.s. (#27794) 2018-11-06 19:12:26 +01:00
Frédéric Péters d0a602e0b5 mail: don't crash on undefined mail external id (#27616) 2018-10-30 08:41:57 +01:00
Frédéric Péters 29418b51d2 double waiting time for provisionning system to create user (#27040) 2018-10-05 15:37:09 +02:00
Thomas NOËL ef5df073f2 update french translations 2018-08-30 11:03:10 +02:00