0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-07 13:19:19 +08:00
discourse/migrations/core
Juan David Martínez Cubillos 04b5530f34
DEV: Plugin rename discourse captcha (#39350)
####  Description:
This PR renames the `discourse-hcaptcha` plugin to `discourse-captcha`
to better reflect its support for multiple captcha providers (hCaptcha
and reCAPTCHA)

#### Changes

- Renamed plugin directory from plugins/discourse-hcaptcha to
plugins/discourse-captcha
- Updated Ruby module namespace from DiscourseHcaptcha to
DiscourseCaptcha
  - Updated references in:
    - .gitignore
    - pnpm-workspace.yaml
    - tsconfig.json
    - config/official_plugins.json
    - translator.yml
    - migrations/core/config/intermediate_db.yml
    - `hosted-site` plugin
- Migration file preserved to handle existing discourse_hcaptcha_enabled
setting migration

---------

Co-authored-by: Gabriel Grubba <gabriel@discourse.org>
2026-07-21 17:21:39 -05:00
..
bin
config DEV: Plugin rename discourse captcha (#39350) 2026-07-21 17:21:39 -05:00
db MT: Keep the real created_at for category moderation groups 2026-07-06 10:58:15 +02:00
lib MT: Balance partitioned conversion steps across forks 2026-07-06 22:53:24 +02:00
spec MT: Balance partitioned conversion steps across forks 2026-07-06 22:53:24 +02:00
.rspec
Gemfile
migrations-core.gemspec MT: Run conversion steps concurrently and split the heavy ones across cores 2026-07-03 11:48:25 +02:00