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/lib
AgeCommit message (Expand)Author
2021-03-16remove named parameters as these are only supported from php7.4; set php7.2 a...binsky
2021-03-13disable registering the personal additional settings page since there is only...binsky
2021-03-13rename disable_global_search_inclusion setting to enable_global_searchbinsky
2021-03-13add option to disable the global search inclusionbinsky
2021-03-12fix sprintf call; set minimum NextCloud version to 20binsky
2021-03-12implement global nextcloud search credential handlingbinsky
2021-03-12add search provider for global nextcloud searchbinsky
2021-03-12migrate app.php to AppInfo\Applicationbinsky
2019-11-14reintroduced fixes for nc17Felix Nüsse
2019-10-22FIX #625 fix for NC17 broke NC16 so we revert it and bump release and change ...WolFi
2019-10-20Merge branch 'fix/issue-610' of https://github.com/gouttegd/passman into gout...WolFi
2019-10-01Escape reserved SQL keyword when notifying expired credentials.Damien Goutte-Gattat
2019-10-01Adjust notifier registration for Nextcloud 17 API.Damien Goutte-Gattat
2019-01-08Added compromised state to databasefnuesse
2017-10-29Make use of icon groupsbrantje
2017-10-29Add icons to credentialsbrantje
2017-08-06Add icon servicebrantje
2017-07-10Remove log message on cron runJulius Härtl
2017-02-22Code style fixesbrantje
2017-02-22Add feature to request vault destructionsbrantje
2017-02-22Add feature to move vaults to other accountbrantje
2017-02-17 Lock vault after 3 wrong attempts (Fixes #197)brantje
2017-01-19Fix cors headersbrantje
2017-01-18Add setting to disable javascript console.brantje
2017-01-12Implement delete vaultbrantje
2017-01-11Clean up when a credential is deletedbrantje
2017-01-11Fix for uploading filesbrantje
2017-01-11Adjust reviewed codebrantje
2017-01-11Fixesbrantje
2017-01-11Implement encryption classbrantje
2017-01-11Create encryption classbrantje
2017-01-03Fix if statementsbrantje
2016-12-30Add test for Settings, improve SettingsServicebrantje
2016-12-30Implement middleware for sharingbrantje
2016-12-30Refactor settings, create SettingsServicebrantje
2016-12-29Check if shared_key existsbrantje
2016-12-28Add settings page, non functionalbrantje
2016-12-21Don't publish an activity if there is no userbrantje
2016-12-19Remove some unused codebrantje
2016-12-19Fix for NC12 $container->getDb()brantje
2016-10-23Add missing phpdocbrantje
2016-10-19Add license header to filesbrantje
2016-10-16Merge branch 'master' into phpunitMarcos
2016-10-16Finished credential mapper testsMarcos Zuriaga
2016-10-16Remove deprecated cronbrantje
2016-10-15Fix countbrantje
2016-10-15Limit it to 20 credential for preformance reasonsbrantje
2016-10-15Fix getRandomCredentialByVaultId for sqllitebrantje
2016-10-15Fix test and typobrantje
2016-10-15Added partial testMarcos Zuriaga