sftpgo-mirror/internal/common
Nicola Murino 662164c7ff
smtp: require templates only if a server is configured or in service mode
This regression was introduced after recent changes to allow setting the SMTP
settings from the WebAdmin UI.

Fixes #1217

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2023-03-01 18:31:02 +01:00
..
actions.go also capture logs for pre-login and check-password commands 2023-02-26 15:15:34 +01:00
actions_test.go fs events: add elapsed field to notifications 2023-02-12 18:56:53 +01:00
clientsmap.go update Copyright year 2023-01-03 10:18:30 +01:00
clientsmap_test.go update Copyright year 2023-01-03 10:18:30 +01:00
common.go don't expose error messages from pre-actions and post connect hooks 2023-02-28 18:01:09 +01:00
common_test.go WebAdmin: add configs section 2023-02-19 19:03:45 +01:00
connection.go don't expose error messages from pre-actions and post connect hooks 2023-02-28 18:01:09 +01:00
connection_test.go copy: use server side copy if available 2023-01-07 16:28:46 +01:00
dataretention.go printf: replace %#v with the more explicit %q 2023-02-27 19:19:57 +01:00
dataretention_test.go smtp: require templates only if a server is configured or in service mode 2023-03-01 18:31:02 +01:00
defender.go move IP/Network lists to the data provider 2023-02-09 09:33:33 +01:00
defender_test.go move IP/Network lists to the data provider 2023-02-09 09:33:33 +01:00
defenderdb.go move IP/Network lists to the data provider 2023-02-09 09:33:33 +01:00
defenderdb_test.go move IP/Network lists to the data provider 2023-02-09 09:33:33 +01:00
defendermem.go move IP/Network lists to the data provider 2023-02-09 09:33:33 +01:00
eventmanager.go printf: replace %#v with the more explicit %q 2023-02-27 19:19:57 +01:00
eventmanager_test.go eventmanager: skip password expiration check for expired users 2023-02-25 16:33:39 +01:00
eventscheduler.go scheduler: disable verbose logs 2023-02-21 18:18:24 +01:00
httpauth.go update Copyright year 2023-01-03 10:18:30 +01:00
httpauth_test.go update Copyright year 2023-01-03 10:18:30 +01:00
protocol_test.go smtp: require templates only if a server is configured or in service mode 2023-03-01 18:31:02 +01:00
ratelimiter.go printf: replace %#v with the more explicit %q 2023-02-27 19:19:57 +01:00
ratelimiter_test.go move IP/Network lists to the data provider 2023-02-09 09:33:33 +01:00
tlsutils.go telemetry: improve test cases 2023-02-24 11:05:46 +01:00
tlsutils_test.go add support for monitoring and reloading externally provided TLS certs 2023-01-22 18:31:14 +01:00
transfer.go printf: replace %#v with the more explicit %q 2023-02-27 19:19:57 +01:00
transfer_test.go update Copyright year 2023-01-03 10:18:30 +01:00
transferschecker.go printf: replace %#v with the more explicit %q 2023-02-27 19:19:57 +01:00
transferschecker_test.go update Copyright year 2023-01-03 10:18:30 +01:00