mediawiki-extensions-Echo/i18n/api
Michael Holloway a3674974f1 Add push subscription management
Adds DB tables for storing push subscriptions, some DB interaction code
for retrieving them within MediaWiki, and a set of API modules for
managing them from the outside world.

When testing this patch, be sure to run maintenance/update.php to create
the new tables, and set $wgEchoEnablePush = true in LocalSettings.php
to enable the API new API module.

N.B. The current DB schema is centered on app push subscriptions. Web
push subscriptions require slightly different handling, since they are
provided by browsers as a JSON blob rather than a token string. How to
handle web push subscriptions is a question we can defer until the time
comes to add web push support.

Subscription data is stored in the echo_push_subscription table, with
provider names normalized into the echo_push_provider table. We expect to
be looking up subscriptions by central user ID, so that column is indexed.
The subscription data also includes a column to store SHA256 digests of
the subscriber tokens. This is for use as a unique key constraint, since
we expect every push token to be univerally unique, and the token values
themselves may be too large to reasonably index in MySQL.

Bug: T252899
Change-Id: I3928761b3fba12e54ff4850e9a05c68ec7772f62
2020-06-02 13:40:00 -04:00
..
ar.json Localisation updates from https://translatewiki.net. 2020-04-07 08:39:52 +02:00
ast.json Localisation updates from https://translatewiki.net. 2017-07-21 22:33:23 +02:00
ba.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
bg.json Localisation updates from https://translatewiki.net. 2019-08-21 10:03:22 +02:00
bn.json Localisation updates from https://translatewiki.net. 2018-06-27 22:18:51 +02:00
bs.json Localisation updates from https://translatewiki.net. 2017-06-01 22:56:08 +02:00
ca.json Localisation updates from https://translatewiki.net. 2017-01-28 22:35:06 +01:00
ce.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
ckb.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
cs.json Localisation updates from https://translatewiki.net. 2017-08-23 09:09:46 +02:00
de.json Localisation updates from https://translatewiki.net. 2020-05-29 08:32:18 +02:00
diq.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
en.json Add push subscription management 2020-06-02 13:40:00 -04:00
eo.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
es.json Localisation updates from https://translatewiki.net. 2020-04-07 08:39:52 +02:00
et.json Localisation updates from https://translatewiki.net. 2016-12-23 14:07:17 +01:00
eu.json Localisation updates from https://translatewiki.net. 2017-07-20 22:41:33 +02:00
fa.json Localisation updates from https://translatewiki.net. 2020-05-13 08:42:29 +02:00
fi.json Localisation updates from https://translatewiki.net. 2016-12-23 14:07:17 +01:00
fr.json Localisation updates from https://translatewiki.net. 2020-04-07 08:39:52 +02:00
frr.json Localisation updates from https://translatewiki.net. 2016-12-23 14:07:17 +01:00
gl.json Localisation updates from https://translatewiki.net. 2018-09-08 10:39:14 +02:00
gsw.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
he.json Localisation updates from https://translatewiki.net. 2020-01-10 08:34:19 +01:00
hi.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
hr.json Localisation updates from https://translatewiki.net. 2017-06-01 22:56:08 +02:00
hu.json Localisation updates from https://translatewiki.net. 2020-04-07 08:39:52 +02:00
ia.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
id.json Localisation updates from https://translatewiki.net. 2020-04-07 08:39:52 +02:00
is.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
it.json Localisation updates from https://translatewiki.net. 2019-04-12 08:31:58 +02:00
ja.json Localisation updates from https://translatewiki.net. 2020-04-07 08:39:52 +02:00
ka.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
kab.json Localisation updates from https://translatewiki.net. 2020-05-29 08:32:18 +02:00
kk-cyrl.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
ko.json Localisation updates from https://translatewiki.net. 2019-06-06 22:48:23 +02:00
krc.json Localisation updates from https://translatewiki.net. 2016-12-23 14:07:17 +01:00
ksh.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
lb.json Localisation updates from https://translatewiki.net. 2020-04-07 08:39:52 +02:00
lki.json Localisation updates from https://translatewiki.net. 2016-12-23 14:07:17 +01:00
lrc.json Localisation updates from https://translatewiki.net. 2016-12-23 14:07:17 +01:00
lt.json Localisation updates from https://translatewiki.net. 2016-12-23 14:07:17 +01:00
lv.json Localisation updates from https://translatewiki.net. 2019-12-10 09:29:35 +01:00
mai.json Localisation updates from https://translatewiki.net. 2016-12-23 14:07:17 +01:00
mk.json Localisation updates from https://translatewiki.net. 2020-01-09 08:28:54 +01:00
ml.json Localisation updates from https://translatewiki.net. 2019-06-10 22:54:32 +02:00
mr.json Localisation updates from https://translatewiki.net. 2018-01-20 14:42:40 +01:00
nap.json Localisation updates from https://translatewiki.net. 2019-11-04 09:30:15 +01:00
nb.json Localisation updates from https://translatewiki.net. 2020-01-22 08:29:53 +01:00
ne.json Localisation updates from https://translatewiki.net. 2020-02-24 09:02:23 +01:00
nl.json Localisation updates from https://translatewiki.net. 2020-04-07 08:39:52 +02:00
oc.json Localisation updates from https://translatewiki.net. 2017-02-21 22:37:38 +01:00
pl.json Localisation updates from https://translatewiki.net. 2020-04-07 08:39:52 +02:00
pms.json Localisation updates from https://translatewiki.net. 2016-12-23 14:07:17 +01:00
pt-br.json Localisation updates from https://translatewiki.net. 2020-05-29 08:32:18 +02:00
pt.json Localisation updates from https://translatewiki.net. 2020-01-13 09:10:21 +01:00
qqq.json Add push subscription management 2020-06-02 13:40:00 -04:00
ro.json Localisation updates from https://translatewiki.net. 2016-12-23 14:07:17 +01:00
roa-tara.json Localisation updates from https://translatewiki.net. 2020-04-30 08:37:46 +02:00
ru.json Localisation updates from https://translatewiki.net. 2020-04-07 08:39:52 +02:00
sah.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
sh.json Localisation updates from https://translatewiki.net. 2019-08-13 09:15:44 +02:00
sl.json Localisation updates from https://translatewiki.net. 2019-07-12 08:43:20 +02:00
sr-ec.json Localisation updates from https://translatewiki.net. 2020-04-07 08:39:52 +02:00
sr-el.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
sv.json Localisation updates from https://translatewiki.net. 2020-01-13 09:10:21 +01:00
th.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
tr.json Localisation updates from https://translatewiki.net. 2020-05-29 08:32:18 +02:00
tt-cyrl.json Localisation updates from https://translatewiki.net. 2018-06-15 22:35:41 +02:00
uk.json Localisation updates from https://translatewiki.net. 2020-02-14 08:25:39 +01:00
vi.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
yi.json Localisation updates from https://translatewiki.net. 2017-12-05 09:40:28 +01:00
zh-hans.json Localisation updates from https://translatewiki.net. 2017-07-20 22:41:33 +02:00
zh-hant.json Localisation updates from https://translatewiki.net. 2020-04-07 08:39:52 +02:00