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 |
|
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 |
|
binsky
|
6a103d8c8c
|
disable registering the personal additional settings page since there is only a number printed
|
2021-03-13 00:48:07 +01:00 |
|
binsky
|
0fd6f276fc
|
rename disable_global_search_inclusion setting to enable_global_search
|
2021-03-12 22:53:57 +01:00 |
|
binsky
|
ca2717d610
|
add option to disable the global search inclusion
|
2021-03-12 22:04:40 +01:00 |
|
binsky
|
860611525a
|
fix sprintf call; set minimum NextCloud version to 20
|
2021-03-12 17:25:56 +01:00 |
|
binsky
|
16839713e5
|
implement global nextcloud search credential handling
|
2021-03-12 16:31:01 +01:00 |
|
binsky
|
990ecf3534
|
add search provider for global nextcloud search
|
2021-03-12 03:58:01 +01:00 |
|
binsky
|
db7e020360
|
migrate app.php to AppInfo\Application
|
2021-03-12 02:56:15 +01:00 |
|
Felix Nüsse
|
40bf5cfdb6
|
reintroduced fixes for nc17
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
|
2019-11-13 23:05:12 +01:00 |
|
WolFi
|
52b97e781e
|
FIX #625 fix for NC17 broke NC16 so we revert it and bump release and change max version
|
2019-10-21 23:15:38 +02:00 |
|