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-02-17 23:25:18 +0300
committerbrantje <brantje@gmail.com>2017-02-17 23:25:18 +0300
commit6767322a22bae9549b439fac40bbdbd2a2df8fee (patch)
tree2bfcd4ec82685f31b226168f4a76ad8f0ba15b0c /appinfo
parent76852c0d77c81766fe706afb9293eff40187c7a4 (diff)
Lock vault after 3 wrong attempts (Fixes #197)
Fix share button, fix shared_key not added to storedCredential after sharing (Fixes #249) Add password app importer. Fixes #248 Fix version check via proxy. Fixes #237 Fix activity app not filtering. Fixes #246 Add EnPass txt importer. Fixes #159 Fix for disabled share button Require vault key for export. Fixes #199 Indicate that sharing only works with users that have 1 or more vaults. Fixes #242 Reset tags on logout. Fixes #245 Ability to enter OTP secret manually. Fixes #198 Create teampass importer. Fixes #244
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 1403c4ae..07e41ac2 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -40,7 +40,7 @@ $manager->registerNotifier(function() {
$manager = \OC::$server->getActivityManager();
$manager->registerExtension(function() {
return new Activity(
- \OC::$server->getL10NFactory()
+ \OC::$server->getURLGenerator()
);
});
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 941e967f..88c5dc04 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
]]></description>
<licence>AGPL</licence>
- <version>2.0.2</version>
+ <version>2.1.0</version>
<author homepage="https://github.com/brantje">Sander Brand</author>
<author homepage="https://github.com/animalillo">Marcos Zuriaga</author>
<namespace>Passman</namespace>