Commit Graph

130 Commits

Author SHA1 Message Date
Nicolas Roche 2d649b2247 photon: new geographic information connector (#50935) 2021-02-19 10:24:40 +01:00
Lauréline Guérin d53ce49abb
jobs: use uwsgi spooler to run jobs (#50017) 2021-02-04 08:46:21 +01:00
Frédéric Péters 4349090796 misc: don't display legacy connectors on "add connector" page (#48975) 2020-12-01 14:09:13 +01:00
Valentin Deniaud fc615aff90 ovh: send email credit alerts (#42921) 2020-10-26 14:40:19 +01:00
Serghei Mihai 750599088c maelis: initial connector (#47058) 2020-09-30 11:26:14 +02:00
Nicolas Roche 6c83551c6e sms: add a twilio connector (#19663) 2020-07-15 10:44:11 +02:00
Frédéric Péters 02a3061f72 general: remove obsolete pastell connector (#44148) 2020-06-17 08:17:41 +02:00
Nicolas Roche b9048993be sms: move sms code into a dedicated directory (#42426) 2020-05-29 11:06:18 +02:00
Nicolas Roche b6d7b10da0 tests: use postgres instead of sqlite (#42500) 2020-05-25 10:52:18 +02:00
Nicolas Roche c09c92888d opendatasoft: add opendatasoft connector (#40979) 2020-05-22 09:52:39 +02:00
Valentin Deniaud abd37a48d2 opengis: add text search for queries (#40743) 2020-04-17 11:45:42 +02:00
Thomas NOËL e137d66def add cryptor connector (#39431) 2020-03-04 12:00:24 +01:00
Benjamin Dauvergne 049198cb33 add MDEL DDPACS connector (#35818) 2020-02-10 11:34:36 +01:00
Emmanuel Cazenave 216bdc1cfd user exec() instead of execfile() (#38923) 2020-01-14 19:20:26 +01:00
Emmanuel Cazenave 57bda1870a use a tuple for MIDDLEWARE setting (#37917) 2019-11-25 13:59:26 +01:00
Benjamin Dauvergne 725e2a37c7 settings: use post dj111 MIDDLEWARE setting (#37760) 2019-11-25 11:55:36 +01:00
Nicolas Roche fc77a6e364 logging: add max sizes to connector log parameters (#36596) 2019-10-25 14:41:44 +02:00
Nicolas Roche f4544e64b9 logging: rename LOGGED_REQUESTS_MAX_SIZE parameter (#36596) 2019-10-25 14:41:26 +02:00
Nicolas Roche f469bc8cdc logging: add LOGGED_REQUEST_MAX_SIZE settings 2019-10-01 17:19:46 +02:00
Serghei Mihai bf7430176f gesbac: initial connector (#35325) 2019-09-23 09:53:00 +02:00
Benjamin Dauvergne a4ac62ce39 mdel: move into apps/ (#15687) 2019-09-20 21:57:13 +02:00
Serghei Mihai a6986f15b5 astregs: add initial connector (#33424) 2019-06-27 10:44:54 +02:00
Frédéric Péters e2eff9d82a misc: drop unused template variable model (#31205) 2019-06-12 10:25:36 +02:00
Emmanuel Cazenave 1554c5c634 start atal connector (#33348) 2019-05-28 12:46:22 +02:00
Benjamin Dauvergne e2f8d7f441 initialize sp_fr connector (#31595)
New connector for transfering forms from Service-Public.fr to w.c.s.
2019-04-29 14:56:55 +02:00
Benjamin Dauvergne beb4f0e2e3 settings: order INSTALLED_APPS alphabetically (#32528) 2019-04-23 15:07:06 +02:00
Serghei Mihai 16100aa2fb api_entreprise: add initial connector (#30010) 2019-04-15 14:31:42 +02:00
Frédéric Péters 8751dcb683 remove obsolete "passerelle.datasources" app (#31059) 2019-03-04 15:26:11 +01:00
Frédéric Péters cb4233e020 settings: force 0644 as mode for uploaded files (#30905) 2019-02-26 14:51:50 +01:00
Frédéric Péters 81690434be add connector for Cart@DS CS (#27144) 2019-02-20 13:36:32 +01:00
Thomas NOËL 154e689b3b add phone calls connector (#29829) 2019-01-21 17:31:31 +01:00
Serghei Mihai 0e9007392f vivaticket: add initial connector (#29314) 2019-01-18 14:43:39 +01:00
Thomas NOËL 872e61214e settings: allow 100MB requests (#28235) 2018-11-22 09:13:37 +01:00
Thomas NOËL a00003f1e9 move ArcGIS from contrib to apps (#17763) 2018-11-06 11:42:10 +01:00
Josue Kouka 7d0dbcb654 add actesweb connector (#22395) 2018-10-26 18:08:54 +02:00
Benjamin Dauvergne 34f2a6321d add ATOS Genesys connector (fixes #26333)
It provides the following webservices:
- /codifications, to list Genesys referentials
- /codifications/<category>/, to list values in a specific Genesys
referential
- /link, to create a link between a NameID and an account in Genesys
extranet
- /unlink, to delete a link created using the previous WS,
- /dossiers, to get all datas associates to Genesys extranet accounts
for a given NameID
2018-09-27 15:11:58 +02:00
Thomas NOËL 0bfbefb853 general: always declare django-mellon if it's available (#23374) 2018-08-12 12:09:37 +02:00
Serghei Mihai 8ebd97cc18 arpege-ecp: initial connector (#23702)
Provides wcs compliant API to get user demands.
2018-05-18 17:54:27 +02:00
Frédéric Péters 8a2c53bcbf strasbourg.eu: add new connector to manage user interests (#21595) 2018-02-27 16:39:18 +01:00
Benjamin Dauvergne f24bb06e6e add connector for API-Particulier (#14838)
API Particulier is an API published by the french government for accessing
fiscal and social informations about citizens. It can be used to improve
efficiency of procedures in local administrations.
2018-02-20 13:52:01 +01:00
Frédéric Péters 3640bfe84c remove unnecessary references to ..._ENABLED settings (#20994) 2018-01-04 14:22:44 +01:00
Thomas NOËL 940b269a51 add REQUESTS_TIMEOUT settings for utils.Request (#20838) 2018-01-02 09:40:28 +01:00
Frédéric Péters 4d0f124a56 general: use full path to modules (#15689) 2017-12-20 12:17:41 +01:00
Thomas NOËL f6a14c375b utils: rename utils.LoggedRequest as utils.Request (#20789)
... because it will not only used for logging.
2017-12-19 10:22:15 +01:00
Thomas NOËL 2b3aec8ea5 use REQUESTS_PROXIES settings in LoggedRequest (#20373) 2017-12-01 10:44:18 +01:00
Thomas NOËL 7d770226c3 misc: update to use new TEMPLATES settings (#19885) 2017-11-28 17:46:28 +01:00
Thomas NOËL 5596c972df add new Solis connector (#19364) 2017-10-11 20:19:15 +02:00
Josue Kouka 002e266bae cityweb: add cityweb connector (#15883) 2017-09-19 23:17:20 +02:00
Frédéric Péters 66f2aefb4f general: clean logs after 7 days (configurable) (#17482) 2017-07-28 16:00:21 +02:00
Frédéric Péters 2bf3babd4e general: add connector for atom/rss/etc. feeds (#17263) 2017-06-30 10:02:23 +02:00