Nick Craig-Wood
4bd2386632
build: don't specify macos SDK any more as default is good enough #5951
...
This fixes the build, in particular the error:
Failed to run ["xcrun" "--sdk" "macosx11.1" "--show-sdk-path"]: exit status 1
2022-01-27 17:33:04 +00:00
Nick Craig-Wood
83b6b62c1b
build: disable cmount tests under macOS and the CI since they are locking up
...
This fixes #5951 and allows the macOS builds to run again
See #5960 for more info.
2022-01-27 17:33:04 +00:00
Nick Craig-Wood
5826cc9d9e
Add Paulo Martins to contributors
2022-01-27 17:33:04 +00:00
Nick Craig-Wood
252432ae54
Add Gourav T to contributors
2022-01-27 17:33:04 +00:00
Nick Craig-Wood
8821629333
Add Isaac Levy to contributors
2022-01-27 17:33:04 +00:00
Nick Craig-Wood
a2092a8faf
Add Vanessasaurus to contributors
2022-01-27 17:33:04 +00:00
Nick Craig-Wood
2b6f4241b4
Add Alain Nussbaumer to contributors
2022-01-27 17:33:04 +00:00
Nick Craig-Wood
e3dd16d490
Add Charlie Jiang to contributors
2022-01-27 17:33:04 +00:00
Nick Craig-Wood
9e1fd923f6
Add Yunhai Luo to contributors
2022-01-27 17:33:04 +00:00
Nick Craig-Wood
3684789858
Add Koopa to contributors
2022-01-27 17:33:04 +00:00
Nick Craig-Wood
1ac1dd428a
Add Niels van de Weem to contributors
2022-01-27 17:33:04 +00:00
Nick Craig-Wood
65dbd29c22
Add Kim to contributors
2022-01-27 17:33:04 +00:00
albertony
164774d7e1
Add Shmz Ozggrn to contributors
2022-01-27 09:43:42 +01:00
Shmz Ozggrn
507020f408
docs: Use Adaptive Logo in README
2022-01-27 09:35:36 +01:00
albertony
a667e03fc9
http: improved recognition of url pointing to a single file - fixes #5929
2022-01-26 11:41:01 +01:00
albertony
1045344943
http: status string already includes the status code
2022-01-26 11:41:01 +01:00
albertony
5e469db420
docs/http: fix list layout in --http-no-head help
...
Existing help text ended with a list, but then auto-generated list items
Config, Env Var, Type and Default would be included in the same list.
2022-01-26 11:41:01 +01:00
albertony
946e84d194
http: use string contains instead of index
2022-01-26 11:41:01 +01:00
albertony
162aba60eb
http: error strings should not be capitalized
2022-01-26 11:41:01 +01:00
albertony
d8a874c32b
Make http tests line ending agnostic
2022-01-26 11:41:01 +01:00
albertony
9c451d9ac6
Fix linting errors
2022-01-26 00:02:17 +01:00
albertony
8f3f24672c
docs/serve: move help for template option into separate section
2022-01-25 18:19:21 +01:00
Paulo Martins
0eb7b716d9
s3: document Content-MD5 workaround for object-lock enabled buckets - Fixes #5765
2022-01-25 16:10:57 +00:00
Gourav T
ee9684e60f
fichier: implemented about functionality
2022-01-25 15:53:58 +00:00
negative0
e0cbe413e1
rc: Allow user to disable authentication for web gui
2022-01-25 15:52:30 +00:00
albertony
2523dd6220
version: report correct friendly-name for windows 10/11 versions after 2004
...
Until Windows 10 version 2004 (May 2020) this can be found from registry entry
ReleaseID, after that we must use entry DisplayVersion (ReleaseId is stuck at 2009).
Source: https://ss64.com/nt/ver.html
2022-01-24 21:27:42 +01:00
albertony
c504d97017
config: fix display of config choices with empty help text
2022-01-18 20:17:57 +01:00
albertony
b783f09fc6
config: show default and example values in correct input syntax instead of quoted and escaped golang string syntax
...
See #5551
2022-01-16 14:57:38 +01:00
albertony
a301478a13
config: improved punctuation in initial config prompt
2022-01-16 14:57:38 +01:00
albertony
63b450a2a5
config: minor improvement of help text for encoding option
...
See #5551
2022-01-16 14:57:38 +01:00
albertony
843b77aaaa
docs/ftp: improved default value description of port and username options
...
See #5551
2022-01-16 14:57:38 +01:00
albertony
3641727edb
config: fix issue where required password options had to be re-entered when editing existing remote
...
See #5551
2022-01-16 14:57:38 +01:00
albertony
38e2f835ed
config: fix handling of default, exclusive and required properties of multiple-choice options
...
Previously an empty input (just pressing enter) was only allowed for multiple-choice
options that did not have the Exclusive property set. With this change the existing
Required property is introduced into the multiple choice handling, so that one can have
Exclusive and Required options where only a value from the list is allowed, and one can
have Exclusive but not Required options where an empty value is accepted but any
non-empty value must still be matching an item from the list.
Fixes #5549
See #5551
2022-01-16 14:57:38 +01:00
albertony
bd4bbed592
config: remove explicit setting of required property to true for options with a default value
...
See #5551
2022-01-16 14:57:38 +01:00
albertony
994b501188
config: remove explicit setting of required property to its default value false
...
See #5551
2022-01-16 14:57:38 +01:00
albertony
dfa9381814
docs/jottacloud: correct reference to temp-dir
2022-01-16 14:34:15 +01:00
albertony
2a85feda4b
docs/jottacloud: add note about upload only being supported on jotta device
2022-01-16 14:34:15 +01:00
albertony
ad46af9168
docs/librclone: note that adding -ldflags -s to the build command will reduce size of library file
2022-01-16 14:32:01 +01:00
albertony
2fed02211c
docs/librclone: document use from C/C++ on Windows
2022-01-16 14:11:56 +01:00
albertony
237daa8aaf
dedupe: add quit as a choice in interactive mode
...
Fixes #5881
2022-01-14 19:57:48 +01:00
albertony
8aeca6c033
docs: align menu items when icons have different sizes
2022-01-14 17:39:27 +00:00
albertony
fd82876086
librclone: allow empty string or null input instead of empty json object
2022-01-14 17:37:13 +00:00
Isaac Levy
be1a668e95
onedrive: minor optimization of quickxorhash
...
This patch avoids creating a new slice header in favour of a for loop.
This saves a few instructions!
2022-01-14 17:30:56 +00:00
Vanessasaurus
9d4eab32d8
cmd: fix broken example link in help.go
...
This link appears to be broken, so here is another reference to (I think) the same file that provides a good example of coba. We could also do the current commit 8312004f41/cli/cobra.go
although it might be better to maintain an up to date example.
2022-01-13 16:26:19 +00:00
Alain Nussbaumer
b4ba7b69b8
dlna: change icons to the newest ones.
2022-01-13 16:23:24 +00:00
albertony
deef659aef
Add Bumsu Hyeon to contributors
2022-01-13 13:25:20 +01:00
Bumsu Hyeon
4b99e84242
vfs/cache: fix handling of special characters in file names ( #5875 )
2022-01-13 13:23:25 +01:00
albertony
06bdf7c64c
Add Lu Wang to contributors
2022-01-12 21:33:35 +01:00
Lu Wang
e1225b5729
docs/s3: fixed max-age example
2022-01-12 21:31:54 +01:00
albertony
871cc2f62d
docs: fix links to rc sections
2022-01-12 19:51:26 +01:00