nextcloud / nextcloud/files_lock
Privileges management
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 39
- Forks
- 10
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 48
Description
Some kind of privilege management that allows users to:
- set who (account or group) can still edit files when they are locked
- can lock files
- can unlock files locked by others (useful for admins)
Great app, keep going!
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 reviewing the repository entry points and the existing file-lock behavior, since the issue names no files or tests. Determine how accounts and groups are represented and where lock, unlock, and edit permissions are enforced. Done means users can configure these privileges and the requested account, group, administrator, and locked-file cases are covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authorization, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100