Luc Didry

Results 74 comments of Luc Didry

Credentials sent 🙂

Hello @knadh, did you had some time to test the credentials?

It seems to be a very good job 👍 Small bug: the "My projects" link, when clicking on my avatar (on a non-admin user) isn't displayed when being on a...

How to reproduce on my test installation: - log in with a non-admin user, with the right to create projects - created a project (or already have one created) -...

I think it can be a good idea but I wonder if it has to be enabled by default or not. I'm not sure : do you often swap ?...

- [ ] add an option to specify the path for the check (for ex, I can't do a HEAD / on my Ceph S3 API (it returns a 403...

Here’s a patch to make "manage subscription" links in notification emails working: ```diff diff --git a/app/Notifications/Incident/NewIncidentNotification.php b/app/Notifications/Incident/NewIncidentNotification.php index ac56c9de..335e982b 100644 --- a/app/Notifications/Incident/NewIncidentNotification.php +++ b/app/Notifications/Incident/NewIncidentNotification.php @@ -18,6 +18,7 @@ use Illuminate\Notifications\Messages\NexmoMessage;...