summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/appinfo
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-07-05 13:23:30 +0200
committerMorris Jobke <hey@morrisjobke.de>2020-07-06 09:45:08 +0200
commit0bcc643d6e8fdc369e8c7117a619b1dcc8f8822d (patch)
tree954d5fa282898b4c6cf0240e5797994778b6a0bb /apps/sharebymail/appinfo
parent52af709ceaf77b1f8b6b8f7b81dbbc115784f792 (diff)
downloadnextcloud-server-0bcc643d6e8fdc369e8c7117a619b1dcc8f8822d.tar.gz
nextcloud-server-0bcc643d6e8fdc369e8c7117a619b1dcc8f8822d.zip
Cleanup share by mail a bit
* Moved to ned IBootstrap * Register everything via the capabilities api (So clients can use it as well) - This applies to the enforcing passwords * Updated the sharing js code to use it * removed app.php * removed unused settings now * typehints * strict typing Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/sharebymail/appinfo')
-rw-r--r--apps/sharebymail/appinfo/app.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/apps/sharebymail/appinfo/app.php b/apps/sharebymail/appinfo/app.php
deleted file mode 100644
index b57957e7dac..00000000000
--- a/apps/sharebymail/appinfo/app.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-/**
- * @copyright Copyright (c) 2016 Bjoern Schiessle <bjoern@schiessle.org>
- *
- * @author Bjoern Schiessle <bjoern@schiessle.org>
- * @author Robin Appelman <robin@icewind.nl>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * 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
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-use OCA\ShareByMail\AppInfo\Application;
-
-$app = \OC::$server->query(Application::class);