passman/lib/Service
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
..
ActivityService.php Don't publish an activity if there is no user 2016-12-21 14:41:43 +01:00
CredentialRevisionService.php Fixes 2017-01-11 18:09:49 +01:00
CredentialService.php Add icons to credentials 2017-10-29 13:31:18 +01:00
CronService.php Escape reserved SQL keyword when notifying expired credentials. 2019-10-01 20:22:30 +01:00
DeleteVaultRequestService.php Add feature to request vault destructions 2017-02-22 18:02:55 +01:00
EncryptService.php Add icons to credentials 2017-10-29 13:31:18 +01:00
FileService.php Add feature to move vaults to other account 2017-02-22 18:02:55 +01:00
IconService.php Add icons to credentials 2017-10-29 13:31:18 +01:00
NotificationService.php Add license header to files 2016-10-19 17:45:50 +02:00
SettingsService.php Add setting to disable javascript console. 2017-01-18 21:01:56 +01:00
ShareService.php Clean up when a credential is deleted 2017-01-11 21:25:18 +01:00
VaultService.php Implement delete vault 2017-01-12 00:17:23 +01:00