Skip to content

Commit

Permalink
fix(profile): make sure the app cannot be disabled as it was in core
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Nov 13, 2024
1 parent c9b63d8 commit b078415
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/shipped.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"provisioning_api",
"recommendations",
"related_resources",
"settings",
"serverinfo",
"settings",
"sharebymail",
"support",
"survey_client",
Expand Down Expand Up @@ -99,13 +99,14 @@
"webhook_listeners"
],
"alwaysEnabled": [
"files",
"cloud_federation_api",
"dav",
"federatedfilesharing",
"files",
"lookup_server_connector",
"provisioning_api",
"oauth2",
"profile",
"provisioning_api",
"settings",
"theming",
"twofactor_backupcodes",
Expand Down

0 comments on commit b078415

Please sign in to comment.