binsky
cea77b8ed9
fix credential edit link generation for expired credential notifications
2024-04-05 02:51:08 +02: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
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
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
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
776ffe6ea1
implement re-encryption of the acl shared_key when changing vault password
2023-04-23 18:31:50 +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
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
2714853195
fix public sharing
...
Signed-off-by: binsky <timo@binsky.org>
2021-09-07 19:55: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
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
c7c3f24215
migrate deprecated (database access) methods
2021-03-14 19:02:52 +01:00
binsky
3358d5de8b
migrate logging and password expiration notifications
2021-03-13 18:58:21 +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
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
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
fd8dcc6c1c
Add feature to request vault destructions
2017-02-22 18:02:55 +01:00
brantje
514cb569fb
Add feature to move vaults to other account
2017-02-22 18:02:55 +01:00
brantje
fa13c071b0
Add setting to disable javascript console.
...
This setting is enabled by default.
Signed-off-by: brantje <brantje@gmail.com>
2017-01-18 21:01:56 +01:00
brantje
a8ae7e0bda
Implement delete vault
2017-01-12 00:17:23 +01:00
brantje
331eda72ff
Clean up when a credential is deleted
2017-01-11 21:25:18 +01:00
brantje
d4600833ab
Fix for uploading files
2017-01-11 20:43:52 +01:00
brantje
5f7661659a
Adjust reviewed code
2017-01-11 20:06:39 +01:00
brantje
3f4afba34f
Fixes
2017-01-11 18:09:49 +01:00
brantje
734496ebcc
Implement encryption class
2017-01-11 18:09:49 +01:00
brantje
e5c8c5d1f7
Create encryption class
2017-01-11 18:09:49 +01:00
brantje
f30f986d60
Fix if statements
2017-01-03 21:33:00 +01:00
brantje
863d7c4985
Add test for Settings, improve SettingsService
2016-12-30 16:59:48 +01:00
brantje
a224ce4af9
Implement middleware for sharing
...
Check if sharing is enabled, if not return an empty array.
Signed-off-by: brantje <brantje@gmail.com>
2016-12-30 15:47:38 +01:00
brantje
7bb1839184
Refactor settings, create SettingsService
...
Fix settings not working in ownCloud
Signed-off-by: brantje <brantje@gmail.com>
2016-12-30 13:37:40 +01:00
brantje
fc3c019895
Don't publish an activity if there is no user
...
Signed-off-by: brantje <brantje@gmail.com>
2016-12-21 14:41:43 +01:00
brantje
63e089f363
Remove some unused code
2016-12-19 18:43:15 +01:00
brantje
892965e869
Fix for NC12 $container->getDb()
2016-12-19 18:04:00 +01:00
brantje
0cf6deeb65
Add missing phpdoc
2016-10-23 12:14:43 +02:00
brantje
f1bab7dd68
Add license header to files
2016-10-19 17:45:50 +02:00
Marcos
75f541e2c9
Merge branch 'master' into phpunit
2016-10-16 19:07:20 +02:00
brantje
bb554a8407
Remove deprecated cron
2016-10-16 13:21:27 +02:00
brantje
306c267b1b
Fix test and typo
2016-10-15 22:18:44 +02:00
Marcos Zuriaga
52c072631d
Added unit tests agains sharerequest mapper
...
Added some helper functions on the database helper test
Renamed method so it's less confusing
2016-10-14 22:39:06 +02:00