sftpgo-mirror/dataprovider
Nicola Murino ad53429cf1 add support for build tag to allow to disable some features
The following build tags are available:

- "nogcs", disable Google Cloud Storage backend
- "nos3", disable S3 Compabible Object Storage backends
- "nobolt", disable Bolt data provider
- "nomysql", disable MySQL data provider
- "nopgsql", disable PostgreSQL data provider
- "nosqlite", disable SQLite data provider
- "noportable", disable portable mode
2020-05-23 11:58:05 +02:00
..
bolt.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00
bolt_disabled.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00
dataprovider.go sftpd: add support for SSH user certificate authentication 2020-05-15 20:08:53 +02:00
memory.go add support for partial authentication 2020-04-09 23:32:42 +02:00
mysql.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00
mysql_disabled.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00
pgsql.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00
pgsql_disabled.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00
sqlcommon.go add more linters 2020-05-06 19:36:34 +02:00
sqlite.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00
sqlite_disabled.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00
sqlqueries.go add support for virtual folders 2020-02-23 11:30:26 +01:00
user.go sftpd: add support for excluding virtual folders from user quota limit 2020-05-01 15:27:53 +02:00