aboutsummaryrefslogtreecommitdiffstats
path: root/core/shipped.json
diff options
context:
space:
mode:
authorJonas Sulzer <jonas@violoncello.ch>2018-12-21 17:32:42 +0100
committerJonas Sulzer <jonas@violoncello.ch>2018-12-21 17:32:42 +0100
commit139f5d3b0ce74a6c5737d6294113af51cfde0b6c (patch)
tree16d272f399ca3556205e9d824932c0be8d71d784 /core/shipped.json
parent58d4b8ee859afa62248bdef5024afd1eb98f68dc (diff)
downloadnextcloud-server-139f5d3b0ce74a6c5737d6294113af51cfde0b6c.tar.gz
nextcloud-server-139f5d3b0ce74a6c5737d6294113af51cfde0b6c.zip
remove user_external from shipped.json
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Diffstat (limited to 'core/shipped.json')
-rw-r--r--core/shipped.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/shipped.json b/core/shipped.json
index 12e1ee0b8e1..88905f5f368 100644
--- a/core/shipped.json
+++ b/core/shipped.json
@@ -34,7 +34,6 @@
"theming",
"twofactor_backupcodes",
"updatenotification",
- "user_external",
"user_ldap",
"workflowengine"
],
ghlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?php
/**
 * @copyright Copyright (c) 2016, ownCloud, Inc.
 *
 * @author Vincent Petry <pvince81@owncloud.com>
 *
 * @license AGPL-3.0
 *
 * This code is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License, version 3,
 * as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License, version 3,
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 *
 */
// Check if we are a user
OCP\User::checkLoggedIn();

$tmpl = new OCP\Template('files_sharing', 'list', '');

OCP\Util::addScript('files_sharing', 'app');
OCP\Util::addScript('files_sharing', 'sharedfilelist');

$tmpl->printPage();