Stanislas Plum

Results 10 comments of Stanislas Plum

Seems relevant indeed :) . Can you try upgrading it localy?

Hello, No changes were made on that part. Could you check celery's workers? As the mail sending task is processed there, they might be the problem.

This solution might work but creates a specific behavior which differs from the rest of the storages. Flask-fs uses `ensure_path` method on its `write()` and `save()` methods. The flask-fs way...

It's actually even more hacky than the previous one :sweat_smile: When I mentioned other storages, I meant that they download files using the chunk way and the `ensure_path` is implicitly...

Sorry my previous comment was not very clear. When I mentioned the chunks way I was thinking of using chunk's storage like in the [handle_upload](https://github.com/opendatateam/udata/blob/267555b6ab7c2f375f619ccec2f9220e23934ab4/udata/core/storages/api.py#L129) function. It might seem a...

Upgraded `flask-security-too`. Migration is needed for the new mandatory `fs_uniquifier` attribute in the `User` model.

Hello, Yes Udata does not support python 2 anymore. This unicode error seems to be a redundant error when trying to use Python on windows 10. Regarding the click library,...

Hello, We created a fork for flask-fs [here](https://github.com/etalab/flask-storage) for futher development. Our storage is based on mongoDB so we do not have a need for an S3 storage nor plan...

Well we made the fork in the first place in order to upgrade `udata` to `flask` v2. But some requirements broke and the upgrade was abandonned for a time. The...

@abulte I would need a review here. I left several comments in the code after implementing the double cache feature. The question comes from the upload view. The uploaded file...