PierreC
PierreC
I just changed a tab ... It'm not a github expert yet, I don't know how to pass the test
Before the fix, if the file is like : ``` Line1 Line2 Line3 Line4 ``` The output was : ``` Line1\nLine2 Line3 Line4 ``` But the expected output was :...
Hi, you can try to use the OpenID connector : https://github.com/robrotheram/taiga-contrib-openid-auth I think I'll fork this one to work with CAS-ng.
https://github.com/cameronmaske/celery-once/pull/133
@cameronmaske Can you take a look ;) ?
I've got more information. I found some limitations here : https://github.com/mher/flower/issues/662 But it doesn't solve the dashboard problem. If I look in the task page, I can see `Showing 1...
Hi @ENG-Jole , I've used persistance and volume (in the second message), I added like this : ``` flower: image: mher/flower restart: always command: celery flower --persistent=True environment: - CELERY_BROKER_URL=redis://redis:6379/0...
No, but with disable by default ?
Is there any binding for python ? Or php integration tuto ?
I found some troubles with custom field. First, this code is missing, I'll send a pull request later : https://github.com/robrotheram/taiga-contrib-openid-auth/commit/fbd65c15801e355140a69baa896fbe325c71b4dd In addition, I finally logged what my CAS OpenID server...