Commit graph

1180 commits

Author SHA1 Message Date
Kunal Mehta 74e5d2937a Drop broken postgres/patch-oathauth_users-drop-id-nextval.sql
This patch has a syntax error. Once fixed, after it's applied to
the original postgres schema (P31006) it makes no difference and
can safely be dropped.

Bug: T312744
Change-Id: Ief18c3a428979d6c7f3592b5763630ac19b85d83
(cherry picked from commit 751cce3259)
2022-09-30 08:18:11 +00:00
Translation updater bot 7d34dbf227 Localisation updates from https://translatewiki.net.
Change-Id: I903288b9e88f7c61ac028b2ee6ef59887eee15fa
2022-09-29 07:14:07 +02:00
Translation updater bot 3fdc3189eb Localisation updates from https://translatewiki.net.
Change-Id: Ic803416ae5e0fd9807abb81308d0863d96b09c1c
2022-09-22 16:18:21 +02:00
Umherirrender 3171a37b49 phan: Fix type for IMaintainableDatabase::fieldExists on updater
Since core change dffca06 the fieldExists function is only for
maintenance database connections.
Phan reports the type error, the real object on runtime implements the
necessary method, so adjust the doc

Follow-Up: I282cd08d47be1e16cd05903d92561da04889768f
Change-Id: I6d78b3958dc68a61be7e6811b36cc772fa165ffd
(cherry picked from commit 7b6d8ccdea)
2022-09-21 19:13:31 +00:00
Translation updater bot 36d7b9da36 Localisation updates from https://translatewiki.net.
Change-Id: I4e2296ed3b77994df4d661121e0f5d463a84999b
2022-09-05 10:11:28 +02:00
Translation updater bot 41e2639583 Localisation updates from https://translatewiki.net.
Change-Id: If2db40d8199276e0ed1343f6da800b56149ee7f4
2022-08-23 08:11:04 +02:00
Translation updater bot c5193ef5da Localisation updates from https://translatewiki.net.
Change-Id: Icbdcc6d3d243214ce97b848a9cd733eb48c0eab7
2022-08-22 08:23:31 +02:00
Translation updater bot 9f5fe29efc Localisation updates from https://translatewiki.net.
Change-Id: I3c85d6f2409f91f7646a09869a3ef5474478390d
2022-08-18 08:39:18 +02:00
Translation updater bot 42643b056a Localisation updates from https://translatewiki.net.
Change-Id: I04b7d68e48d969a3f42ba580eb49ecd206405f98
2022-08-09 08:20:02 +02:00
Reedy cd8fe59d7b Update mediawiki/mediawiki-phan-config to 0.11.1
Bug: T295285
Change-Id: I269714bc1109cc3be540dc569ab18e47b859b979
2022-08-02 02:01:41 +01:00
Translation updater bot 21c1401303 Localisation updates from https://translatewiki.net.
Change-Id: I390cca0b1af745a081910b82cfda859255a65fa9
2022-07-28 08:57:30 +02:00
Translation updater bot 2cca8345ce Localisation updates from https://translatewiki.net.
Change-Id: I17491428e1d69c6398eb8f8c156c642e1efc5eed
2022-07-25 08:38:05 +02:00
Umherirrender 9b5754e351 Change type hint from Wikimedia\Rdbms\DBConnRef to IDatabase
The interface IDatabase is more common

Change-Id: I346e42fc4f58cc17e659c0fb12bc920afa261d24
2022-07-13 13:56:48 -04:00
jenkins-bot 6804922c80 Merge "Bump minimum required version for upgrade to 1.31" 2022-07-13 17:54:34 +00:00
Translation updater bot b6800f4359 Localisation updates from https://translatewiki.net.
Change-Id: Ia69cb16381adaefb32e4f0048d3156dd4d6ea630
2022-07-13 08:17:54 +02:00
Umherirrender c1c8cf8e49 Bump minimum required version for upgrade to 1.31
Remove sql patches, mention the gerrit change to check version
- patch-remove_reset.sql - Ife5f1bae4ad65b66c5e20017cc43c0576b4aba19

Change-Id: Iae21017f7724390470ca89f492ef26f8ea36e0ad
2022-07-11 19:01:36 +02:00
Translation updater bot a0ecda0b26 Localisation updates from https://translatewiki.net.
Change-Id: Ia799389175421914188466fc3da40a4231b22ce6
2022-07-11 09:50:11 +02:00
Matěj Suchánek 0e4ffe44af Replace Maintenance::error calls with ::fatalError
Calling Maintenance::error() with the exit code has
been deprecated since 1.31.

Change-Id: I64fb31b36f8476e3c9ac0f6089f801d375abab9c
2022-07-08 11:13:30 +02:00
Translation updater bot 423f9c7b38 Localisation updates from https://translatewiki.net.
Change-Id: I2572ecfa631656e1a0d8aa774396078ed556ceda
2022-07-05 08:38:41 +02:00
Reedy 4f82fe9bc8 TOTPKey: Apply array return type to jsonSerialize()
Bug: T311673
Change-Id: Ibeeda6e873d1b025a7c43b2f43cf547f981a1692
2022-06-30 00:48:11 +01:00
Translation updater bot f6366908de Localisation updates from https://translatewiki.net.
Change-Id: Ic9610a53e8b87a8301d50df647f500907ae552c7
2022-06-16 09:25:08 +02:00
Translation updater bot 754e325cd8 Localisation updates from https://translatewiki.net.
Change-Id: I0cc3d026324bf43e65f15c3894f924774412ed26
2022-06-15 08:42:04 +02:00
Kunal Mehta c896015a44 Allow filtering Special:Log/oath by action
Configure "ActionFilteredLogs" in extension.json to allow filtering
the oath log by its two actions, verify ("checking" in the UI) and
disable-other.

== Test plan ==
* Enable 2FA on your administrator account, use Special:VerifyOATHForUser
  and Special:VerifyOATHForUser to generate two log entries.
* Visit Special:Log/oath and use the new action selector, testing each
  state to verify the correct set of logs are shown.
* Screenshots showing this testing are posted at T310487#7999991.

Bug: T310487
Change-Id: I10632c86689e330b21b44a096b098436ebe47e3e
2022-06-13 14:28:22 -04:00
Translation updater bot 93df1c72a4 Localisation updates from https://translatewiki.net.
Change-Id: I1f33e8a93407de88b7b5bf603ed3e90a70fe7cb0
2022-06-06 09:26:19 +02:00
Translation updater bot 84fd8f191b Localisation updates from https://translatewiki.net.
Change-Id: I64fdd6e63fb9b81dd01de60e90528cc5ff186fb2
2022-06-02 08:14:52 +02:00
Translation updater bot 2aa0eab5d9 Localisation updates from https://translatewiki.net.
Change-Id: I6d62ed7e7b5fb26ded99f4008a0d5ffd9a7f0c2b
2022-05-30 09:23:52 +02:00
Translation updater bot 3ffe16642f Localisation updates from https://translatewiki.net.
Change-Id: I5939d308b3421d992e82fc44dc060ecd137f0fc8
2022-05-23 08:17:17 +02:00
jenkins-bot 53aa409ff0 Merge "OATHAuth.alias.php: Add Korean aliases" 2022-05-23 03:32:47 +00:00
Translation updater bot 22ea9b824f Localisation updates from https://translatewiki.net.
Change-Id: If47ffb28b8d94c04849dfd250afc0010429c1e11
2022-05-16 08:24:50 +02:00
Translation updater bot b5f92e0876 Localisation updates from https://translatewiki.net.
Change-Id: Ib9848213b363328c8feec39c8c7ea452c672064b
2022-05-05 08:06:46 +02:00
Klein Muçi 7eb87b5cfc Fix typo
Bug: T201491
Change-Id: Ib5cdd7082c6c4ae3d3c6564ea608a7dedac88446
2022-05-02 22:47:14 +00:00
Translation updater bot 5e108c281e Localisation updates from https://translatewiki.net.
Change-Id: I7fafd4c10337ccc57abf09bf06064e8bef13ae66
2022-05-02 08:20:02 +02:00
Translation updater bot 826c6cbcb2 Localisation updates from https://translatewiki.net.
Change-Id: If467eb231da6340cdaf510f625d1f3b9c6fb8f9f
2022-04-29 08:43:28 +02:00
Translation updater bot 249971292c Localisation updates from https://translatewiki.net.
Change-Id: Id279e0cd7e3ad60f24a9d6d2a197e0af222cc1ac
2022-04-25 08:18:34 +02:00
Translation updater bot 9a6bb80ad1 Localisation updates from https://translatewiki.net.
Change-Id: I7ecf6dd6d237952bddf3d5f797fbf321de02d43f
2022-04-19 10:15:16 +02:00
Bluehill395 bc451cefe1 OATHAuth.alias.php: Add Korean aliases
Added Korean aliases for 'OATHManage'.

Bug: T306337
Change-Id: Ibef86ed0ed2a18a38a042205d7a33c2fcbac982a
2022-04-18 13:25:01 +00:00
Translation updater bot eb3fbfc553 Localisation updates from https://translatewiki.net.
Change-Id: I5aa56ad95585fbfa758acdc2d6b7d3a6c7a33174
2022-04-18 10:06:31 +02:00
Translation updater bot 5e6234b968 Localisation updates from https://translatewiki.net.
Change-Id: Icd3f219fcec2ffc732efb439304d89792caa86d7
2022-04-14 08:27:03 +02:00
jenkins-bot 86ba7a8e17 Merge "OATHUser: Annotate that getModule() can return null" 2022-04-11 08:53:36 +00:00
Translation updater bot d8d2ad339a Localisation updates from https://translatewiki.net.
Change-Id: I3d74f742798e0adf27bb5e87d0b535e0d857181f
2022-04-11 08:14:24 +02:00
Translation updater bot 68846a28bd Localisation updates from https://translatewiki.net.
Change-Id: Iedf54e3a683de297ace950e8921ea47e8e18b278
2022-04-07 08:09:50 +02:00
Translation updater bot 4e829fe99c Localisation updates from https://translatewiki.net.
Change-Id: I36ed68d9d2870990a5f8fea48491b737e9104527
2022-04-06 08:27:03 +02:00
jenkins-bot bf532cea7e Merge "Rename oauthauth-ui-no-module" 2022-04-06 01:04:02 +00:00
Translation updater bot 048ed3c807 Localisation updates from https://translatewiki.net.
Change-Id: I0e0ff8161f2af547c9610fc810811138b0fa953e
2022-04-05 08:25:51 +02:00
Translation updater bot 7290062aef Localisation updates from https://translatewiki.net.
Change-Id: I0e1bf7537ce449b60fca061571f63856f22f0430
2022-04-04 09:34:50 +02:00
gerritbot 3f5f7f6db9 Fix usage of ApiBase::PARAM_* deprecated constants
The ones that are replaced with ParamValidator

Bug: T275455
Change-Id: Id4800f82472f859d1a725fd98ec1007600ccd369
2022-04-04 01:28:34 +02:00
Reedy b5a762d7fe Rename oauthauth-ui-no-module
Change-Id: I23a05cd04756b87d0a97db32ddedc1ea8af0c1b7
2022-04-02 21:39:07 +00:00
jenkins-bot 710361fada Merge ""OATHUserRepository: Stop handling legacy single-key" take 2" 2022-04-01 15:47:27 +00:00
Translation updater bot 7b4cb85502 Localisation updates from https://translatewiki.net.
Change-Id: If07423b4ecf4b0d4e4202d63c6d6c40d763f7e7b
2022-04-01 08:27:14 +02:00
Reedy 81b69d625a "OATHUserRepository: Stop handling legacy single-key" take 2
This reverts commit 851656bbdf.

Change-Id: I80b20d6105a1f34834a4b60f215313fd53b0195a
2022-03-31 20:46:08 +00:00