nextcloud / nextcloud/forms

spam bot protection.

Open
#549 3 comments 20 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

  • Nextcloud-Version: 19.0.1
  • Forms-Version: 2.0.2

I like to see this app evolving. My future intent is to use the app to create entry forms for sports events.

What I am missing is some kind of spam bot protection.
I don't like the Captchas and reCaptchas like those from Google.

A method used I do like is hashcash. I use a plugin like that in my Joomla sites. https://www.richeyweb.com/software/joomla/plugins/71-hashcash
Very useful. But my development skills are far too little to recreate or reverse engineer anything

However, similar protection would be an awesome feature.
Even though there is no connection (yet) with a mailer, it would at least keep me from unwanted entries.

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 proposes spam-bot protection for form submissions, preferring a hashcash-like approach over CAPTCHA or reCAPTCHA. No repository files, tests, or entry points are named, so first identify the form submission flow and existing protection boundaries. Done would require an agreed design and working protection that prevents unwanted entries without relying on Google CAPTCHA.

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
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.