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
path: root/js
AgeCommit message (Collapse)Author
2017-02-17 Lock vault after 3 wrong attempts (Fixes #197)brantje
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
2017-02-13Remove server side encryption setting at admin page.brantje
Fix counting credentials (Fixes #235) Fix for deleting shared credental (Fixes #232) Fix for empty sharing keys in vaults (Fixes #230) Fix removed shared credential leaves tags Fix for lastpass import #233 Disable share button when link sharing is disabled. Or when it's not shared with a user. Add issue template Bump version
2017-02-06Small fixes for 2.0.1brantje
Fix for going back from deleted credentials Use method
2017-02-05Fix shared credentials not updatedbrantje
2017-01-29Fix OTP not workingbrantje
Fix [Object object] for file fields. Add a copy icon to share link Signed-off-by: brantje <brantje@gmail.com>
2017-01-29Don't send key to server when updating sharing keysbrantje
Signed-off-by: brantje <brantje@gmail.com>
2017-01-18Add setting to disable javascript console.brantje
This setting is enabled by default. Signed-off-by: brantje <brantje@gmail.com>
2017-01-16Fix input fields not changes when field type changesbrantje
2017-01-12Implement delete vaultbrantje
2017-01-11Fix for vault settings not loadedbrantje
2017-01-11Fix revision details layoutbrantje
2017-01-10Merge remote-tracking branch 'EdOverflow/random'brantje
2017-01-09Add sjcl.random.randomWords(1)EdOverflow
2017-01-09Add vault logout timerbrantje
2017-01-06Fix reading CSV'sbrantje
Signed-off-by: brantje <brantje@gmail.com>
2017-01-06Add copy descrioptionbrantje
2017-01-04Add RandomSource.getRandomValues()EdOverflow
The RandomSource.getRandomValues() method lets you get cryptographically random values. The array given as the parameter is filled with random numbers (random in its cryptographic meaning). https://developer.mozilla.org/en-US/docs/Web/API/RandomSource/getRandomValues
2017-01-04Add rel="nofollow noopener noreferrer" by EdOverflowbrantje
2017-01-03Small fixes in js filesbrantje
2017-01-03Catch regex errorsbrantje
2017-01-03Add regex searchbrantje
2016-12-31Double click on credential row to editbrantje
2016-12-31Fix some small scrutinizer issuesbrantje
2016-12-30Implement middleware for sharingbrantje
Check if sharing is enabled, if not return an empty array. Signed-off-by: brantje <brantje@gmail.com>
2016-12-30Refactor settings, create SettingsServicebrantje
Fix settings not working in ownCloud Signed-off-by: brantje <brantje@gmail.com>
2016-12-29Fix setting vault key strength is not savedbrantje
2016-12-28Add settings page, non functionalbrantje
Implement disable context menu Implemement disable http warning Implement vault key strength setting Implement share settings Implement version check setting
2016-12-28Don't search in password fieldbrantje
Signed-off-by: brantje <brantje@gmail.com>
2016-12-28Fix custom fields always beeing added as text fieldsbrantje
2016-12-28Require a minimum password strength for vaultsbrantje
2016-12-28This fixes the decryption error happening when auto login is enabled and ↵brantje
user changes vault password.
2016-12-28Fix for accentuation in useSanitizeValueStrategybrantje
2016-12-28Fix for destroying a credentialbrantje
2016-12-23Fix bookmarklet tabsbrantje
2016-12-21Add $translate as depbrantje
2016-12-21Fix public share pagebrantje
2016-12-21Change translation keybrantje
2016-12-21Code style changesbrantje
2016-12-21Add translations to javascript filesbrantje
2016-12-20Merge branch 'master' into translationsbrantje
2016-12-20Add sanitize strategy for translationsbrantje
2016-12-20Ignore failed passwordsbrantje
2016-12-20Add angular-translatebrantje
2016-12-20Apply translations to html templatesbrantje
2016-12-19Remove some unused codebrantje
2016-12-19Fix for NC12 $container->getDb()brantje
2016-12-19Share links are valid for one monthbrantje
2016-12-19Check if description is not emptybrantje
2016-10-24Custom field typesbrantje
Custom fields can have files. Order custom fields. It's now possible to reorganise the custom fields by drag and drop. Signed-off-by: brantje <brantje@gmail.com>
2016-10-23Add test for bookmarkletCtrlbrantje
Signed-off-by: brantje <brantje@gmail.com> Add test templates for other controllers