passerelle/passerelle/base
Benjamin Dauvergne d5352aec67 add utilities to access SFTP servers (#32655)
Disclaimer: paramiko does not work with recent OpenSSH key format (PKCS8
or RFC4716), only the legacy PEM format is supported.
2019-04-29 11:26:23 +02:00
..
management general: add basic asynchronous job infrastructure (#12469) 2019-02-20 11:31:48 +01:00
migrations misc: include help_text in availability check migration 2019-02-20 11:41:34 +01:00
templates add utilities to access SFTP servers (#32655) 2019-04-29 11:26:23 +02:00
templatetags general: move logging parameters to its own model (#27162) 2018-11-19 12:14:44 +01:00
__init__.py csvdatasource: add support for preset queries (#13709) 2016-10-24 23:48:35 +02:00
admin.py method to check if the user making the request has appropriate rights (#5108) 2014-07-11 10:04:40 +02:00
context_processors.py don't try to catch DatabaseError for template vars 2014-03-28 18:45:17 +01:00
forms.py fix RemovedInDjango18Warning (#7232) 2015-05-19 10:51:43 +02:00
mixins.py base: add mixins for child model views (#32652) 2019-04-29 11:05:55 +02:00
models.py models: hide related_name and related_query_name for BaseResource.users (#32553) 2019-04-26 15:42:51 +02:00
signature.py fix key type in request signing (#7866) 2015-08-04 17:39:26 +02:00
urls.py manage availability check through the UI (#29965) 2019-02-20 11:07:55 +01:00
views.py fix PEP8 / code style (#32533) 2019-04-26 16:41:57 +02:00