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
AgeCommit message (Collapse)Author
2017-07-01Merge remote-tracking branch 'origin/master' into csv_export_fixbrantje
2017-06-14Remove password generator from change vault key. Solves #313brantje
2017-06-14Check if variable exists before comparing. Fixes #316brantje
2017-06-04ADD JSON exporterWolFi
2017-05-06Fix translationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-06Merge message parts. Fixes #287brantje
2017-05-06Rename function to prevent collusion in other scopesbrantje
2017-02-22Small fixesbrantje
2017-02-22Fix password audit linksbrantje
2017-02-22Require vault key strength when changing vault keybrantje
2017-02-22Implement onclick disable directivebrantje
2017-02-22Add feature to request vault destructionsbrantje
2017-02-22Add feature to move vaults to other accountbrantje
2017-02-22Add a generic CSV importerbrantje
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-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-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 revision details layoutbrantje
2017-01-11Fixesbrantje
2017-01-11Implement encryption classbrantje
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-03Add regex searchbrantje
2016-12-31Double click on credential row to editbrantje
2016-12-30Refactor settings, create SettingsServicebrantje
Fix settings not working in ownCloud Signed-off-by: brantje <brantje@gmail.com>
2016-12-29Check if shared_key existsbrantje
Remove value set by php Replace DoesNotExistException with Exeption
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-28Fix custom fields always beeing added as text fieldsbrantje
2016-12-28Require a minimum password strength for vaultsbrantje
2016-12-22Fix bookmarkletbrantje
2016-12-22Building worksbrantje
2016-12-21Fix public share pagebrantje
2016-12-20Apply translations to html templatesbrantje
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-22Save sharing keysbrantje
2016-10-16Better searchbox behaviour.brantje
Add a clear icon.
2016-10-12Rename description labels to notes.brantje
In the code .description property is still used. Upon save all html tags will be stripped.
2016-10-12Download files from link shared credentialbrantje
Add missing ;
2016-10-12Login to selected vault on enter pressbrantje
2016-10-08Add export functionalitybrantje
2016-10-07Update vault keys on password changebrantje
2016-10-07Merge branch 'master' of github.com:nextcloud/passmanbrantje
2016-10-07More feedback during changing passwordbrantje
2016-10-07Fix custom fields displayMarcos Zuriaga