Salvatore Martire

Results 25 comments of Salvatore Martire

> I fear that you’re gonna break `ignore-missing-user` option. You test in several places if the user exists despite the option value. Also in some places you use the user...

@provokateurin under suggestion from @come-nc, I moved the profile settings under `occ user:profile` for cleaner logic and separation of what is a config value and what is profile/account data. The...

Rebased the branch on master and squashed all commits that could be squashed.

Merged in https://github.com/nextcloud/server/pull/53540

It seems like even MKCOL calls need to have existing ancestor collections and must fail if not. So basically there is no way to implement this without breaking the standard.

@artonge and @CarlSchwan had to add two commits to make psalm happy: - added array_any to psalm stubs - removed two unnecessary entries from the psalm-baseline - added `@since` annotations...

CodeQL is stuck, probably because of switching target branch. I'll update the branch with rebase to see if the proper CodeQL checks run (should actually be CodeQL Advanced, and not...

> Update 2: I looked at it some more and it seems as if the sensor readings are now on my AC Pro instead of the Ultra. Like the "_power_battery"...

Performance regression warning is unrelated. The output of the check contains text which makes the `json_decode` part of the check fail and return null.

I converted the PR back to a draft because I ran into an issue with access control rules. ### Problem statement Apps that rely on path navigation to perform checks...