Commit graph

25 commits

Author SHA1 Message Date
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
ca3966ed93
Merge branch 'constructor_property_promotion'
Signed-off-by: binsky <timo@binsky.org>
2023-07-16 23:37:02 +02:00
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
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
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
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
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
f30f986d60
Fix if statements 2017-01-03 21:33:00 +01:00
brantje
892965e869
Fix for NC12 $container->getDb() 2016-12-19 18:04:00 +01:00
brantje
f1bab7dd68
Add license header to files 2016-10-19 17:45:50 +02:00
brantje
bb554a8407
Remove deprecated cron 2016-10-16 13:21:27 +02:00
brantje
6dc3ddf63f
Revert "Scrutinizer Auto-Fixes"
This reverts commit 33ef75ac2f.
2016-10-08 13:45:34 +02:00
Scrutinizer Auto-Fixer
33ef75ac2f Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-10-07 23:01:16 +00:00
brantje
80289b1a71
Fix travis errors in CronService 2016-10-08 00:05:08 +02:00
brantje
5c9aac9495
Expire shared items after a certain date 2016-10-04 14:15:34 +02:00
brantje
23a02c84d9
Add todo 2016-10-04 00:35:30 +02:00
brantje
42c3e1dee0
Add todo 2016-10-04 00:34:16 +02:00
brantje
9e8b23679c
More loggin for the cron, less strict checking 2016-10-01 17:52:53 +02:00
brantje
8b9e29702a Able to restore revisions 2016-09-24 12:59:19 +02:00
brantje
0d4fe73079 Use subject instead of object type 2016-09-23 21:09:06 +02:00
brantje
d4011e1fcc Check if notification for expired credential exists 2016-09-23 20:50:14 +02:00
brantje
22f519e641 Add support for activity app 2016-09-23 16:52:41 +02:00
brantje
6eafc2d067 Expire passwords working, requires notifications app 2016-09-23 15:05:27 +02:00