@thibault said in CalDAV/CardDAV with OIDC?:
Super merci cela fonctionne sur un autre navigateur c'est assez étrange...
Bonne journée
Super thank you it works on another browser is quite strange ...
Have a nice day
I could bet it is some strange issue with iOS Safari.
Je parie qu'il s'agit d'un problème étrange avec iOS Safari.
Thanks @girish for the changes in the docs and letting me know. I will take a look as soon as the time allows and may get back to this topic at a later date.
@jayonrails good one!
Out of interest I asked ChatGPT where partially uploaded files might be within Nextcloud and the advice it gave was:
Delete files in /data/<user>/uploads/
Clear /data/tmp/
Remove .part files
Fix database with occ files:scan --all
Run occ files:cleanup to remove orphaned files
@jayonrails sounds good. Otherwise, if both commands work and things are still failing, please send a mail to support@cloudron.io to debug this further. Can't see how it fails.
On the server where I have Nextcloud installed and backed up to Object Storage to Nuremberg and works fine. I will also give the settings from Memory Limit and Upload Part Size.
[image: 1733477464697-1-resized.png]
[image: 1733477159720-2-resized.png]
[image: 1733477163222-3-resized.png]
If you have servers in Falkenstein or Nuremberg and you send to Helsinki or vice versa then there maybe problems, because there is a broken fiber optic cable by probably by sabotage.
Have you tried if creating a token via the Django admin interface works?
admin -> settings -> Django-Adminpanel
[image: 1728130465641-ff8759bf-2b05-4a68-b727-fff78cb04600-image-resized.png]
via api you can do that.
POST
{{baseUrl}}/mail/:domain/mailboxes
note :domain is a variable for the mail domain.
note {{baseUrl}} is the Cloudron api url e.g. https://my.DOMAIN.TLD/api/v1
with body:
{
"name": "webmaster",
"ownerId": "uid-be9dcf57-ad65-40e0-a3f8-d1c75974bf01",
"ownerType": "user"
}
The ownerType can be user or group. and the ownerId you need to get via either /users and for groups /groups.
The API and the API Doc is currently being reworked.
https://git.cloudron.io/cloudron/docs/-/blob/master/api/cloudron_api_swagger.yaml?ref_type=heads
@scooke ha ha, no worries. We are just trying to understand your concerns really and if there is something we need to be concerned about if/when we implement this. Some of the other providers seem to have unicode field for domains already and our UI seems lagging behind here. I understand some of your concerns though like the homograph attack.