Commit graph

260 commits

Author SHA1 Message Date
binsky
f44591b4fd
fix using a string literal without proper parameter binding in a query builder expression
fix deprecated db query builder execute calls

Signed-off-by: binsky <timo@binsky.org>
2025-03-09 23:07:14 +01:00
binsky
f235428850
fix previously deprecated table name specification usage in db query builder delete expression
fixes #826

Signed-off-by: binsky <timo@binsky.org>
2025-03-09 21:15:06 +01:00
binsky
fcc7a1c4d1
fix rendering the public credential share page in 'public' render mode (instead of 'user' mode)
(which seems to just magically worked the last years)
fixes #831

Signed-off-by: binsky <timo@binsky.org>
2025-03-09 19:10:24 +01:00
binsky
b89c03e84f
mark credential notification as processed even if the corresponding credential does not exist #488 2024-04-06 00:50:59 +02:00
binsky
a31dee3343
delete credential notifications on credential delete 2024-04-05 03:34:17 +02:00
binsky
594583bd00
move credential edit link generation into CredentialService 2024-04-05 03:24:14 +02:00
binsky
2fc9844ac7
move already existing notification check from cron service into notification service 2024-04-05 03:13:02 +02:00
binsky
cea77b8ed9
fix credential edit link generation for expired credential notifications 2024-04-05 02:51:08 +02:00
binsky
a56b9d7162
fix overwriting shared files field without permission 2023-12-31 17:16:21 +01:00
binsky
ca3966ed93
Merge branch 'constructor_property_promotion'
Signed-off-by: binsky <timo@binsky.org>
2023-07-16 23:37:02 +02:00
binsky
0d62b20f87
Merge branch 'array_short_syntax'
Signed-off-by: binsky <timo@binsky.org>
2023-07-16 23:36:47 +02:00
Hamid Dehnavi
f6def6c811 Use square bracket syntax to modify array
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
2023-07-06 11:02:16 +03:30
Hamid Dehnavi
e26a1b2958 convert array to short syntax
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
2023-07-05 18:10:03 +03:30
Hamid Dehnavi
8f5de1fd72 convert array to short syntax
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
2023-07-05 18:06:01 +03:30
Hamid Dehnavi
20d8d8cb35 make adjustments based on the review
Co-authored-by: binsky <timo@binsky.org>
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
2023-07-05 17:11:49 +03:30
Hamid Dehnavi
9fd9045455 use PHP8's constructor property promotion
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
2023-07-05 14:40:34 +03:30
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