Implement Nextcloud hooks
Open
Nobody has claimed this yet.
Feature request
- Dominant language
- JavaScript
- Stars
- 823
- Forks
- 117
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 8
Description
This so #295 can be solved.
Currently Passman doesn't clean up after when a user is deleted.
We should make use of the Nextcloud hooks.
Imo would best to use the postDelete hook from UserManager.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading issue #295 and the linked Nextcloud hooks documentation, especially the UserManager postDelete hook. Trace how Passman stores data for users and identify the cleanup expected when a user is deleted. Done means the hook is registered and deleted-user data is cleaned up without affecting other users.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100