Pytal

Results 58 issues of Pytal

## Summary - Allows getting/setting the password hash of a given user ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) - [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits - [ ]...

enhancement
3. to review
feature: users and groups

## Summary Adds a method for validating that a hashed password has been hashed by IHasher::hash() This can be used when the original plain text password is not known, otherwise...

enhancement
3. to review

## Summary Calling `transfer()` with a source user who has not yet logged in will throw an "Unknown path" error. To fix this we initialize the source user filesystem like...

bug
3. to review

## Summary Before | After --- | --- ![image](https://github.com/user-attachments/assets/b61cf7db-78ec-45e0-8fee-d6226bbd418a) | ![image](https://github.com/user-attachments/assets/d811b4ff-26f7-4daf-987a-92b87fd9ae80) ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) - [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits - [ ] Tests...

bug
3. to review
feature: files

### ☑️ Resolves * Document API addition from https://github.com/nextcloud/server/pull/46596/files#diff-cc8844ef4104f51d5415dfcfb305505566f24f660c9902373359c85983a65cdd ### 🖼️ Screenshots ![image](https://github.com/user-attachments/assets/877de756-9573-4105-8ef5-dbbfd333045e)

3. to review
manual: developer

## Summary Fix https://github.com/nextcloud/server/issues/48411 Before | After --- | --- ![image](https://github.com/user-attachments/assets/ecc8e6b9-24dd-4437-aaf8-fb859d93d072) | ![image](https://github.com/user-attachments/assets/a59a3dcd-f50d-4a0c-bdf1-06d1ee99f5c8) ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) - [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits - [x]...

bug
design
3. to review
backport-request
feature: settings

Fix https://github.com/nextcloud/privacy/issues/1141 ![image](https://github.com/user-attachments/assets/87393d7b-8957-47d5-8c43-62fdfc55dc53)

3. to review

The share count returned from `/api/v1/users/` did not match the number of shares from `/api/v1/users` as it didn't include circle shares This adds a new property which includes the shares...

enhancement
3. to review