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
2022-05-08Merge branch 'fix/642/hash_equals'Marcos Zuriaga
2022-05-04refactor hash_equals usage in the EncryptService decrypt methodfix/642/hash_equalsbinsky
2022-04-24add link to the latest github releaseimprove-github-release-infobinsky
2022-04-24get latest GitHub release version using the GitHub API instead of xml parsing...binsky
2022-04-24replace unsecure hash comparison with hash_equals php methodbinsky
2021-10-22delete credentials before vault is deleted from backendbinsky
2021-10-01move favicon data to new icon column if requiredbinsky
2021-09-27fix failed label column index generationbinsky
2021-09-18Merge branch 'update-label-column' into nextMarcos Zuriaga
2021-09-07fix public sharingbinsky
2021-08-31add migration to uniformly change the label column to a length of 2048binsky
2021-08-31set label column length to 2048 #711binsky
2021-08-22Merge branch 'binsky08-fix-694' into nextMarcos Zuriaga
2021-08-22Merge branch 'improve-account-mover' into nextMarcos Zuriaga
2021-08-22Merge branch 'add-label-column-index' into nextMarcos Zuriaga
2021-08-15use less memory hungry account mover strategybinsky
2021-08-12add migration to create an index for label in the credentials tablebinsky
2021-08-11Revert "add migration to create an index for label in the credentials table"binsky
2021-08-05add migration to create an index for label in the credentials tablebinsky
2021-07-11migrate database.xml to a php database migration #698binsky
2021-05-26fix showing Passman app icon in application header whether access is restrict...binsky
2021-03-23improve Admin.phpbinsky
2021-03-23revert some method return type declarations that were IDE optimizationsbinsky
2021-03-22verify that deleting a credential will delete all related shares; fix #664binsky
2021-03-22fix setting a custom icon on credential creationbinsky
2021-03-16migrate L10NFactory access; migrate some other deprecationsbinsky
2021-03-16add named parameters in Provider.php; set php7.4 as min php versionbinsky
2021-03-16Merge branch 'nc22-ready' of github.com:binsky08/passman into migrations-2binsky
2021-03-16remove named parameters as these are only supported from php7.4; set php7.2 a...binsky
2021-03-14migrate deprecated (database access) methodsbinsky
2021-03-13migrate admin additional settings implementationbinsky
2021-03-13migrate logging and password expiration notificationsbinsky
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