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
WolFi
76f4a5df97
Merge branch 'fix/issue-610' of https://github.com/gouttegd/passman into gouttegd-fix/issue-610
2019-10-20 20:48:59 +02:00
Damien Goutte-Gattat
4a1878ef0c
Escape reserved SQL keyword when notifying expired credentials.
...
The CronService fails to send notifications for expired credentials
due to the SQL query containing as a column name the word 'rows',
which is a reserved keyword. This is the cause of issue #490 .
This patch fixes the issue simply by quoting the offending keyword.
Signed-off-by: Damien Goutte-Gattat <dgouttegattat@incenp.org>
2019-10-01 20:22:30 +01:00
Damien Goutte-Gattat
aefd7bd3b0
Adjust notifier registration for Nextcloud 17 API.
...
This patch implements the changes recommended in issue #610
following the overhaul of the notification API introduced in
Nextcloud 17:
* Update the signature of the INotifier::prepare method.
* Use the new NotificationManager::registerNotifierService
method instead of NotificationManager::registerNotifier
(deprecated).
Signed-off-by: Damien Goutte-Gattat <dgouttegattat@incenp.org>
2019-10-01 20:08:11 +01:00
fnuesse
deee11f454
Added compromised state to database
...
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-01-08 21:23:27 +01:00
brantje
5ed525e4b1
Make use of icon groups
2017-10-29 14:14:08 +01:00
brantje
c2c4d613d8
Add icons to credentials
2017-10-29 13:31:18 +01:00
brantje
e6c1c131d6
Add icon service
2017-08-06 21:16:15 +02:00
Julius Härtl
e624c0c3bc
Remove log message on cron run
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-07-10 13:22:59 +02:00
brantje
acedaf1535
Code style fixes
2017-02-22 18:02:55 +01:00