rclone/fs/config
albertony d8711cf7f9 config: create config file in windows appdata directory by default (#5226)
Use %AppData% as primary default for configuration file on Windows,
which is more in line with Windows standards, while existing default
of using home directory is more Unix standards - though that made rclone
more consistent accross different OS.

Fixes #4667
2021-04-13 19:25:09 +03:00
..
configfile config: fix issues with memory-only config file paths 2021-04-12 18:17:19 +02:00
configflags config: fix issues with memory-only config file paths 2021-04-12 18:17:19 +02:00
configmap configmap: Add Encode and Decode methods to Simple for command line encoding #5178 2021-04-08 12:34:15 +01:00
configstruct build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
flags flags: improve error message when reading environment vars #4888 2020-12-28 12:26:23 +00:00
obscure config: split up main file more and move tests into correct packages 2021-03-11 17:29:26 +00:00
testdata Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
authorize.go rclone authorize: Send and receive extra config options to fix oauth 2021-04-08 12:34:15 +01:00
config_read_password_unsupported.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config_read_password.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
config_test.go config: fix issues with memory-only config file paths 2021-04-12 18:17:19 +02:00
config.go config: create config file in windows appdata directory by default (#5226) 2021-04-13 19:25:09 +03:00
crypt_internal_test.go config: split up main file more and move tests into correct packages 2021-03-11 17:29:26 +00:00
crypt_test.go config: fix issues with memory-only config file paths 2021-04-12 18:17:19 +02:00
crypt.go config: remove log.Fatal and replace with error passing where possible 2021-03-14 16:03:35 +00:00
default_storage.go config: make config file system pluggable 2021-03-11 17:29:26 +00:00
rc_test.go config: make config file system pluggable 2021-03-11 17:29:26 +00:00
rc.go config: Wrap config library in an interface 2021-03-11 17:29:26 +00:00
ui_internal_test.go config: split up main file more and move tests into correct packages 2021-03-11 17:29:26 +00:00
ui_test.go config: fix issues with memory-only config file paths 2021-04-12 18:17:19 +02:00
ui.go config: fix issues with memory-only config file paths 2021-04-12 18:17:19 +02:00