Commit graph

22 commits

Author SHA1 Message Date
Translation updater bot f79a3ad984
Localisation updates from https://translatewiki.net.
Change-Id: I5bf4071c71d817cb642233ebd2a09f9de5a2aeff
2024-10-17 08:27:31 +02:00
Translation updater bot 74c96e7b5a
Localisation updates from https://translatewiki.net.
Change-Id: I7ddc5e6c9ebae027990fa86a61490266c2ff309f
2024-10-03 08:11:07 +02:00
Translation updater bot 24dd7b166a
Localisation updates from https://translatewiki.net.
Change-Id: Icd86c25b7365a09b0d119b50feb991c6ea83ac6f
2024-08-08 08:07:51 +02:00
alex4401 317d472e8a Turnstile's response field uses a static name instead of IDs
The script was originally looking for the field by ID. This resulted in an infinite challenge loop when saving edits through the VisualEditor.

This bug stopped our [wiki.gg] rollout of Turnstile over the network last week, so upstreaming this fix in case someone else needs it.

Bug: T361098
Bug: T368852
Change-Id: I0354a33d0d1af988c8788ad2bb021c585384b038
(cherry picked from commit 92bcb7f2a2)
2024-07-19 17:21:24 +00:00
Translation updater bot c2458d2fd7 Localisation updates from https://translatewiki.net.
Change-Id: I19619d42907f3a065ccbe44f70d0c4de1229dbb7
2024-05-16 08:29:29 +02:00
Translation updater bot 98b40f64f7 Localisation updates from https://translatewiki.net.
Change-Id: Iffff977c9c6189f999f4c9a8f3d3931adeb45a62
2024-05-09 08:07:41 +02:00
Translation updater bot b422f6dd3f Localisation updates from https://translatewiki.net.
Change-Id: I132f2343baa401e9a5c3cb080fcbe39ed80a1ff3
2024-04-25 08:30:19 +02:00
Translation updater bot 9103ee8957 Localisation updates from https://translatewiki.net.
Change-Id: Id55958f4a20a5180897f33c9627fbada7728e307
2024-04-18 08:09:46 +02:00
Translation updater bot 78ba529096 Localisation updates from https://translatewiki.net.
Change-Id: I90c432110e3e63db95889d7064654f660f330d6d
2024-03-18 08:30:41 +01:00
Translation updater bot 43f2f36462 Localisation updates from https://translatewiki.net.
Change-Id: Icb81ed4ae441b5c6582e8c3f2907a244658bd31d
2024-03-07 08:48:18 +01:00
Translation updater bot d523383d6e Localisation updates from https://translatewiki.net.
Change-Id: I96cbb18680f3dbf0d1077d942fcb5352b8bf07a7
2024-02-21 08:35:28 +01:00
Translation updater bot b56abdc0b3 Localisation updates from https://translatewiki.net.
Change-Id: I6b7c8d58dc6613fa2e4fa6826ee6a95b2551e444
2024-02-15 13:27:54 +01:00
Translation updater bot bc07ba7ac8 Localisation updates from https://translatewiki.net.
Change-Id: I7cddc35be6a4b4b01e82302e267f5e73f5920b4f
2024-02-12 14:49:14 +01:00
Translation updater bot 8d84937609 Localisation updates from https://translatewiki.net.
Change-Id: I5ad1b58ff9eebef2867ab14244527bc947803ac1
2024-02-08 09:14:51 +01:00
Translation updater bot 43dc2b2059 Localisation updates from https://translatewiki.net.
Change-Id: If50e27e7066726e37e7564dbbf29011333668ba2
2024-02-05 08:49:28 +01:00
Translation updater bot b0227d4ab7 Localisation updates from https://translatewiki.net.
Change-Id: I4a8d5b54fa90a08c8fd6cb07d5b4534922c3241d
2024-01-28 16:05:59 +01:00
Umherirrender a672544be1 Turnstile: Drop RL targets definitions, no longer honoured
Bug: T328497
Follow-Up: Id8501de1d372b7eca8e49c669d401322b2a51371
Change-Id: Ibc1ba4895a38f7f34838e4f4faa8144b0f889d76
2024-01-24 00:00:04 +01:00
jenkins-bot 3935691f2f Merge "Turnstile: Minor cleanup" 2024-01-19 11:05:08 +00:00
Translation updater bot a754620fd5 Localisation updates from https://translatewiki.net.
Change-Id: Ie61b6d4d10cadb1e667bc01facd0c5f294d26606
2024-01-19 09:16:37 +01:00
Translation updater bot 89394063e9 Localisation updates from https://translatewiki.net.
Change-Id: I0b65c94cc5f7126bc9a5f77ed9aee8c2466468f2
2024-01-17 08:37:07 +01:00
Reedy 8d3afbd390 Turnstile: Minor cleanup
Bug: T319068
Follows-Up: I0d5a74655619975f0bf61b5b672159afe5f4fb00
Change-Id: I15c26957158f22a0b6d6abb9def0e84e73c63ddc
2024-01-15 20:04:49 +00:00
Jayden Bailey fbf6c1c7ea Add Turnstile support
This is a rudimentary implementation of Cloudflare's Turnstile captcha alternative.

Since it is fairly similar to ReCaptchaNoCaptcha, there is some duplicate code used here. I opted not to use the migration path that CF has for reCAPTCHA v2 and build this as a separate implementation. After T324925, it should be easy to refactor this code.

Users should set $wgTurnstileSiteKey and $wgTurnstileSecretKey as appropriate, based on details from the Cloudflare dashboard.

Bug: T319068
Change-Id: I0d5a74655619975f0bf61b5b672159afe5f4fb00
2024-01-15 19:31:24 +00:00