Edouard

Results 7 comments of Edouard

Thank you but it has been fixed in a previous release On Thu, Sep 15, 2022, 2:08 PM github-actions[bot] ***@***.***> wrote: > Is this still relevant? If so, what is...

Hello, I made this quick PR that sends an email for each "Comment Card" notifications. Feel free to improve with more notification types support, and configurable settings :pray: https://github.com/plankanban/planka/pull/631

Hello, I made this quick PR that sends an email for each "Comment Card" notifications. Feel free to improve with more notification types support, and configurable settings :pray: https://github.com/plankanban/planka/pull/631

Maybe I upgrade pymongo or mongokit, but the following code doesn'ty work anymore with the latest versions ``` python #!/usr/bin/env python # Encoding: utf-8 import mongokit, datetime connection = mongokit.Connection()...

I also needed to store the refresh_token on the backend, and manage to do it with this workaround ```python class ConvertTokenSerializer(Serializer): grant_type = CharField(max_length=50) backend = CharField(max_length=200) client_id = CharField(max_length=200)...

Hello, I made this quick PR that sends an email for each "Comment Card" notifications. Feel free to improve with more notification types support, and configurable settings :pray: https://github.com/plankanban/planka/pull/631