Andrew

Results 21 comments of Andrew

Sorry to resurrect a really old thread, but I'm having this issue as well and can't work out a way to differentiate between expired credentials and purely _invalid_ credentials, without...

I'm having the same issue, and it appears that we're not alone. https://github.com/nextcloud/user_saml/issues/227 This was working for me with NC 14, but our upgrade to 16 has broken it.

After a little digging, I can confirm that the URLs are built using OC's `URLGenerator`, which respects the `HTTP_X_FORWARDED_PROTO` header and `overwriteprotocol` configuration option, as per: https://github.com/nextcloud/server/blob/23245904d386144090b313568b09385a88291e73/lib/private/AppFramework/Http/Request.php#L688 TL;DR: You can...

Hey @vitaprimo, I'm not sure if you've resolved this on your end, given it was over a year ago, but I had a similar issue and was able to resolve...

@douglas-gibbons , @vishnubob - Any chance one of the PRs that patch this issue can be merged? Has this repo been abandoned? If so, would someone else here be able...

I've just reviewed the code, and can see that this is due to the recipients being "assigned" to the campaign (and emails scheduled/delivered) upon creation. I can think of a...

> The next step will be to add support for randomized sending instead of evenly spaced sending. This should be a piece of 🍰, but it might have to come...

Is there any interest in this feature, from the core team? Or is there a simple way to do this, whilst retaining all shares (for the folder itself, not subfolders/files),...

Thanks, @tverbeke. I had a quick look, but it seems more Kubernetes centric. Does this work with Docker swarm/engine, as well? Edit: Also, it looks a bit more complex than...

Hi @tverbeke, I've had a bit more of a read of ShinyProxy Operator and I think I've got my head around it. Whilst it would solve most of my issues,...