Kay Agahd
Kay Agahd
> But, why did you remove the cron from the [refresh_aws_services_regions.yml](https://github.com/prowler-cloud/prowler/pull/1420/commits/e15d07c8bf6cea3a50521f42d7826146ffe75386)? I removed it from my forked repo because the workflow [run failed](https://github.com/kagahd/prowler/actions/runs/3288360800) and alerted me daily by e-mail. However,...
I may have found out by myself why the workflow failed: it uses the branch `prowler-3.0-dev` which my forked repo hadn't had. To fix it, I just added that branch...
I see that the status is still `awaiting response` even though I answered your question already @sergargar. Do you need more input from me?
@bpatrik , I also think that #45 still makes sense. It's just **another** use case although both are related. > I guess you would not want to recreate your albums...
> I was thinking sofar in virtual directories that appears in the directory structure. But I find that an odd representation. True. I'd find it odd too. > So I...
Why not defining roles this way? ``` { role:"Admin", rights:[ "writingSettings", "listing gallery", "searching", "sharing" ] } ``` And then associate the role to the user as you did already:...
> So you can kinda trigger this today too by searching for something common, like "." : https://pigallery2.herokuapp.com/search/%7B%22type%22:100,%22text%22:%22.%22%7D . This will basically list all your photos/videos that you have. The...
> Again it only available if you protect your gallery with a password It seems that the current version (1.9.5) allows to share albums **without** passwords, even though the option...
@bpatrik thanks for your quick reply. Please let's continue in #607 because this issue is already closed whereas #607 addresses the bug directly.
@headcrushedindoor, as described in [this comment](https://github.com/bpatrik/pigallery2/issues/614#issuecomment-1438879256) of issue #614, you may construct an URL which points to the image that you want to share. As long as the invitee is...