nextcloud / nextcloud/forms

Allow requiring a unique share link or password

Open
#617 6 comments 6 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop enhancement feature: 👥 sharing settings
Dominant language
JavaScript
Stars
382
Forks
127
Avg merge
19h 31m
Merged PRs (30d)
75

Description

Forms currently supports sharing to users who do not have an account using a public link. This functionality is critical. In some instances, though, a method is needed to prevent repeat submissions from the same person.

This could be accomplished by supporting generation of an arbitrary number of passcodes or unique ids to provide in the URL. For instance, 500 codes could be generated, exported from Forms, sent in mail-merge mailing, and thus be used to restrict entry to approved participants (and prevent duplicate form submissions).

Similarly, it could be useful to allow upload of a list of passcodes generated from a user/participant database.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points; begin by locating the existing public-link sharing and submission-handling paths. Done should support participant passcode or unique-ID generation, export or import of codes, and restriction of submissions to approved participants without repeat entries.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.