Commit graph

244 commits

Author SHA1 Message Date
binsky 04c2d277d6
Merge branch 'issue-581-fix-postgres-sharing'
Signed-off-by: binsky <timo@binsky.org>
2023-06-25 18:03:28 +02:00
binsky b4f6ec07ed
Merge branch 'feature/add-compromised-filter'
Signed-off-by: binsky <timo@binsky.org>
2023-06-25 18:03:19 +02:00
binsky e6123203b2
Merge branch 'fix_icon_service'
Signed-off-by: binsky <timo@binsky.org>
2023-06-25 18:03:08 +02:00
binsky 9aee7be0e0
Merge branch 'import_missing_fields'
Signed-off-by: binsky <timo@binsky.org>
2023-06-25 18:02:59 +02:00
Holger Hees f514ce36a9 change coding style
Signed-off-by: Holger Hees <holger.hees@desy.de>
2023-06-20 12:06:27 +02:00
Holger Hees 845bbd2350 fix icon service for absolute base hrefs without server part
Signed-off-by: Holger Hees <holger.hees@desy.de>
2023-06-20 12:06:27 +02:00
binsky 2864001581 fix migration namespace 2023-06-20 00:28:11 +02:00
Holger Hees 95e93fcce3 import missing fields from passman json backup file
Signed-off-by: Holger Hees <holger.hees@desy.de>
2023-06-16 17:32:54 +02:00
binsky c0f596460d update deprecated code routing and file loading code 2023-06-15 20:42:30 +02:00
binsky 54cfa4a1b5 move navigation entry logic from Application.php to info.xml 2023-06-15 20:40:49 +02:00
binsky 3a91a6b84b fix middleware location and namespace 2023-06-15 20:40:05 +02:00
Florent 3cfb3bdf10 Fix Postgres sharing issue #581
Signed-off-by: Florent F <florent.git@zeteo.me>
2023-06-14 21:47:51 +02:00
binsky 3c5555c7f2 fix controller namespace 2023-06-14 14:12:49 +02:00
binsky 0465c54669 move controller/ to lib/Controller/ 2023-06-14 13:23:19 +02:00
binsky 9bba4df657 fix deprecations in ExpireCredentials background job 2023-06-14 12:54:49 +02:00
Marcos Zuriaga 9da9455e40
Merge branch 'fix-offline-mode-requests' 2023-05-02 19:45:25 +02:00
binsky 776ffe6ea1 implement re-encryption of the acl shared_key when changing vault password 2023-04-23 18:31:50 +02:00
binsky 93e96a0107 check has_internet_connection configuration before fetching the version from github 2023-04-23 12:40:56 +02:00
Marcos Zuriaga ad1e4b8d4a
Merge branch 'fix/642/hash_equals' 2022-05-08 21:47:13 +02:00
binsky f48fd19979 refactor hash_equals usage in the EncryptService decrypt method
Signed-off-by: binsky <timo@binsky.org>
2022-05-04 01:41:18 +02:00
binsky 2f7db824d5 add link to the latest github release
Signed-off-by: binsky <timo@binsky.org>
2022-04-24 20:11:59 +02:00
binsky 69d947c482 get latest GitHub release version using the GitHub API instead of xml parsing from dist branch
Signed-off-by: binsky <timo@binsky.org>
2022-04-24 19:43:50 +02:00
binsky ccb884f5ac replace unsecure hash comparison with hash_equals php method
Signed-off-by: binsky <timo@binsky.org>
2022-04-24 18:49:45 +02:00
binsky cef5bce47b delete credentials before vault is deleted from backend 2021-10-22 09:51:23 +02:00
binsky 1d75efad36 move favicon data to new icon column if required
Signed-off-by: binsky <timo@binsky.org>
2021-10-01 16:55:05 +02:00
binsky 737dcbab4b fix failed label column index generation
Signed-off-by: binsky <timo@binsky.org>
2021-09-26 23:49:04 +02:00
Marcos Zuriaga 412f64c0a6
Merge branch 'update-label-column' into next 2021-09-18 16:45:35 +02:00
binsky 2714853195 fix public sharing
Signed-off-by: binsky <timo@binsky.org>
2021-09-07 19:55:58 +02:00
binsky 0599f803fa add migration to uniformly change the label column to a length of 2048
Signed-off-by: binsky <timo@binsky.org>
2021-08-31 18:14:58 +02:00
binsky 9e52fa0cfc set label column length to 2048 #711
Signed-off-by: binsky <timo@binsky.org>
2021-08-31 17:55:38 +02:00
Marcos Zuriaga 337f8cf32e
Merge branch 'binsky08-fix-694' into next 2021-08-22 13:43:12 +02:00
Marcos Zuriaga ba116a02ed
Merge branch 'improve-account-mover' into next 2021-08-22 13:28:29 +02:00
Marcos Zuriaga c81157584a
Merge branch 'add-label-column-index' into next 2021-08-22 13:27:58 +02:00
binsky 2ec84c778a use less memory hungry account mover strategy
Signed-off-by: binsky <timo@binsky.org>
2021-08-15 18:00:28 +02:00
binsky 65fc2fa02d add migration to create an index for label in the credentials table
Signed-off-by: binsky <timo@binsky.org>
2021-08-12 16:00:02 +02:00
binsky 762d798d10 Revert "add migration to create an index for label in the credentials table"
This reverts commit 0cbc6df302.

Signed-off-by: binsky <timo@binsky.org>
2021-08-11 12:11:02 +02:00
binsky 0cbc6df302 add migration to create an index for label in the credentials table
Signed-off-by: binsky <timo@binsky.org>
2021-08-05 19:49:58 +02:00
binsky b39a8edd6a migrate database.xml to a php database migration #698 2021-07-11 14:34:24 +02:00
binsky 5183d8eb58 fix showing Passman app icon in application header whether access is restricted to a certain group or not #694 2021-05-25 23:56:13 +02:00
binsky eddef5af57 improve Admin.php 2021-03-23 00:25:45 +01:00
binsky 9d47d0f28d revert some method return type declarations that were IDE optimizations 2021-03-22 23:55:44 +01:00
binsky 80d76f4697 verify that deleting a credential will delete all related shares; fix #664 2021-03-22 20:10:00 +01:00
binsky 8b2eeb9eb2 fix setting a custom icon on credential creation 2021-03-22 17:47:25 +01:00
binsky b14fb90120 migrate L10NFactory access; migrate some other deprecations 2021-03-16 21:10:15 +01:00
binsky d7ff5587c3 add named parameters in Provider.php; set php7.4 as min php version 2021-03-16 17:36:04 +01:00
binsky e405d71b5b Merge branch 'nc22-ready' of github.com:binsky08/passman into migrations-2 2021-03-16 17:33:27 +01:00
binsky 66f3150619 remove named parameters as these are only supported from php7.4; set php7.2 as min php version 2021-03-16 17:17:35 +01:00
binsky c7c3f24215 migrate deprecated (database access) methods 2021-03-14 19:02:52 +01:00
binsky 7065a60686 migrate admin additional settings implementation 2021-03-13 20:05:16 +01:00
binsky 3358d5de8b migrate logging and password expiration notifications 2021-03-13 18:58:21 +01:00