]> source.dussan.org Git - nextcloud-server.git/commit
Cleanup share by mail a bit 21692/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Sun, 5 Jul 2020 11:23:30 +0000 (13:23 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 6 Jul 2020 07:45:08 +0000 (09:45 +0200)
commit0bcc643d6e8fdc369e8c7117a619b1dcc8f8822d
tree954d5fa282898b4c6cf0240e5797994778b6a0bb
parent52af709ceaf77b1f8b6b8f7b81dbbc115784f792
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>
apps/files_sharing/js/dist/files_sharing_tab.js
apps/files_sharing/js/dist/files_sharing_tab.js.map
apps/files_sharing/src/services/ConfigService.js
apps/sharebymail/appinfo/app.php [deleted file]
apps/sharebymail/composer/composer/autoload_classmap.php
apps/sharebymail/composer/composer/autoload_static.php
apps/sharebymail/lib/AppInfo/Application.php
apps/sharebymail/lib/Capabilities.php
apps/sharebymail/lib/Settings.php [deleted file]
apps/sharebymail/lib/Settings/SettingsManager.php