Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-01-18 20:38:28 +0300
committerbrantje <brantje@gmail.com>2017-01-18 21:08:59 +0300
commit612dcd355bc46ae8f5500a89ba08a993d7556478 (patch)
tree0112d9c1b8a17ea4851a20d7880eb9a77eeba4e5 /appinfo
parent472713d41e8245dbe05d394da1ca275506eaccc0 (diff)
Fix missing admin-settings.js
Remove settings property (Fixes #211) Add file to avoid errors (Fixes #210) Fix for deleting credential Fix for deleting vault (fixes #212)
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 45f03643..36a1ba52 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -48,10 +48,6 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
</post-migration>
</repair-steps>
- <settings>
- <admin>OCA\Passman\Controller\SettingsController</admin>
- </settings>
-
<background-jobs>
<job>OCA\Passman\BackgroundJob\ExpireCredentials</job>
</background-jobs>