Stanislas Plum
Stanislas Plum
Fix https://github.com/etalab/data.gouv.fr/issues/896
fix https://github.com/etalab/data.gouv.fr/issues/948
Fix https://github.com/etalab/data.gouv.fr/issues/400
In the OAuth2Client class, the checks uses by Authlib on the grant type and response type always return `True`. We should implement them as following: ``` def check_response_type(self, response_type): return...
The Bleach library used to sanatize markdown seems to parse and detect parts of domains name as link themselves. Example: https://www.data.gouv.fr/fr/datasets/lignes-souterraines-du-reseau-rte-sur-le-territoire-de-la-mel/ Within the domain "rte-france.com", "-france.com" is seen as a...
Asking for the last page of the users panel in the site admin causes an error 500. `TransportError: TransportError(500, 'search_phase_execution_exception', 'Result window is too large, from + size must be...