Browse Source
chore: Add webhook_listeners to list of shipped apps
As well as CODEOWNERS and l10n
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/47356/head
Côme Chilliet
1 year ago
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
3 changed files with
8 additions and
0 deletions
-
.github/CODEOWNERS
-
.tx/config
-
core/shipped.json
|
|
@ -26,6 +26,7 @@ |
|
|
|
/apps/user_ldap/appinfo/info.xml @come-nc @blizzz |
|
|
|
/apps/user_status/appinfo/info.xml @Antreesy @nickvergessen |
|
|
|
/apps/weather_status/appinfo/info.xml @julien-nc @juliushaertl |
|
|
|
/apps/webhook_listeners/appinfo/info.xml @come-nc @julien-nc |
|
|
|
/apps/workflowengine/appinfo/info.xml @blizzz @juliushaertl |
|
|
|
|
|
|
|
# Frontend expertise |
|
|
|
|
|
@ -176,6 +176,12 @@ source_file = translationfiles/templates/weather_status.pot |
|
|
|
source_lang = en |
|
|
|
type = PO |
|
|
|
|
|
|
|
[o:nextcloud:p:nextcloud:r:webhook_listeners] |
|
|
|
file_filter = translationfiles/<lang>/webhook_listeners.po |
|
|
|
source_file = translationfiles/templates/webhook_listeners.pot |
|
|
|
source_lang = en |
|
|
|
type = PO |
|
|
|
|
|
|
|
[o:nextcloud:p:nextcloud:r:workflowengine] |
|
|
|
file_filter = translationfiles/<lang>/workflowengine.po |
|
|
|
source_file = translationfiles/templates/workflowengine.pot |
|
|
|
|
|
@ -49,6 +49,7 @@ |
|
|
|
"user_status", |
|
|
|
"viewer", |
|
|
|
"weather_status", |
|
|
|
"webhook_listeners", |
|
|
|
"workflowengine" |
|
|
|
], |
|
|
|
"defaultEnabled": [ |
|
|
|