Commit Graph

2925 Commits

Author SHA1 Message Date
coolsnowwolf
f907feafd6 Version update to R20.10.20 2020-10-20 13:14:47 +08:00
coolsnowwolf
0dc0e9fdef r8125: bump to 9.004.01 to fix packet loss issue 2020-10-20 13:07:35 +08:00
AmadeusGhost
7459894377
ipq40xx: add support for Century WR142AC (#5670)
This commit add support for the yyets_le router.

Hardware Highlights:

SoC:	  Qualcomm IPQ4019 717 MHz
RAM:	  512M NT5CC256M16ER-EK
Flash:    32M SPI NOR MX25L25635F
WIFI1:    2.4 GHz 2T2R integrated
WIFI2:    5 GHz 2T2R integrated
Ethernet: Qualcomm QCA8075 (4x LAN, 1x WAN)
USB:      1x 3.0
LEDS:     power, wlan2g, wlan5g, usb
Button:   Reset

Installation:
 Upload the firmware on the upgrade page of the stcok, and this will
 take a few minutes.

This commit also supports the addition of a 128M nand flash version,
just use the P&W R619AC's OpBoot to overwrite the original uboot.

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2020-10-19 12:48:48 +08:00
Beginner
4ccbf14700
v2ray : update v4.31.2 (#5682) 2020-10-19 12:48:05 +08:00
bingsugar
e1e1c8b49c
luci-app-v2ray-server: update v2ray url (#5662) 2020-10-14 13:31:16 +08:00
CN_SZTL
c39177efcf
autocore: add cpu freq & temp display for some arm devices (#5657)
* autocore: add cpu freq & temp display for some arm devices

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>

Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>

* Revert "show CPU Temperature for NanoPi R2S (#5612)"

This reverts commit 099439f051.

Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-10-13 01:07:17 +08:00
Texot
d61db96155
mtwifi: mt7615: fix multi-profile merge (#5622)
* mtwifi: mt7615: fix multi-profile merge

Currently some settings like AutoChannelSelect, CountryRegion(ABand),
HT_BW/VHT_BW are not respected. This is due to wrong multi-profile
merging when l1profile.dat is not consistent with compiling flag
DEFAULT_5G_PROFILE.

5g profile should be put before 2g profile when DEFAULT_5G_PROFILE is
set.

References:
- 099439f051/package/lean/mt/drivers/mt7615d/Makefile (L52)
- 099439f051/package/lean/mt/drivers/mt7615d/src/mt_wifi/os/linux/rt_profile.c (L211)

* mtwifi: mt7615: fix reload
2020-10-13 01:06:34 +08:00
AmadeusGhost
dc28ade4d8
generic: limit commit "ramips/mediatek: improve GRO performance, fix PPE packet parsing" to mediatek target only (#5650) 2020-10-13 01:05:26 +08:00
ZeaKyX
1ca9a56362
Fix Migu typo (#5652)
* Fix Migu typo

* Update unblockmusic.lua
2020-10-13 01:04:36 +08:00
6667933
6fac299e61
remove 82_show_temp to resolve r2s start up problems (#5656) 2020-10-13 01:04:11 +08:00
lzx2009vb
d653619eb1
kcptun: bump to v20201010 (#5658)
kcptun: bump to v20201010
2020-10-13 01:03:58 +08:00
nobody
289296beec
frp: version bump to v0.34.1 (#5627) 2020-10-10 14:01:45 +08:00
CN_SZTL
64debc95d5
kernel: bump 5.4 to 5.4.69 (#5587)
Seemingly unneeded based on new upstream code so manually deleted:
 platform/820-usb-0007-usb-dwc3-gadget-increase-timeout-value-for-send-ep-c.patch

Manually merged:
 generic-hack/251-sound_kconfig.patch

All other modifications made by update_kernel.sh

Build system: x86_64
Build-tested: ipq806x/R7800, ath79/generic, bcm27xx/bcm2711
Run-tested: ipq806x/R7800

No dmesg regressions, everything functional

Signed-off-by: John Audia <graysky@archlinux.us>

Co-authored-by: John Audia <graysky@archlinux.us>
2020-10-10 14:01:25 +08:00
Beginner
d2cbce4dbf
v2ray : update v4.31.0 , v2ray-plugin : update v1.6.0 (#5632)
* v2ray : update v4.31.0

* v2ray-plugin : update v1.6.0
2020-10-10 13:59:57 +08:00
Yangbo
099439f051
show CPU Temperature for NanoPi R2S (#5612)
Co-authored-by: Yangbo Wei <467815891@qq.com>
2020-10-07 23:25:41 +08:00
CN_SZTL
0bfbe98823
Revert "uboot-rockchip: update NanoPi R2S patches" (#5596)
* Revert "uboot-rockchip: update NanoPi R2S patches"

This reverts commit bda6f6572be630bcf9a1c8a429e40d8a53033af5.

This commit breaks the onboard ethernet on some units. Revert it for
now.

Signed-off-by: David Bauer <mail@david-bauer.net>

* rockchip: enable Realtek PHY support

The NanoPi R2S features a Realtek Gigabit Ethernet PHY. Enable the
Realtek specific PHY driver to correctly configure internal delays.

Signed-off-by: David Bauer <mail@david-bauer.net>

* uboot-rockchip: fix nanopi-r2s failed to boot on some sd cards

Add regulator-boot-on parameters to vcc_sd.
Add startup-delay-us parameters to vcc_sdio.
This will improve the problem that in some SD cards are failing to boot up.

Signed-off-by: Yuan Tao <ty@wevs.org>

* rockchip: fix NanoPi R2S GMAC clock name

This commit fixes the name for the GMAC clock to gmac_clkin, as this is
the name of the clock provided by the rk3328-clk driver.

Without this commit, the GMAC will not work in TX direction.

Suggested-by: Tobias Waldvogel <tobias.waldvogel@gmail.com>
Signed-off-by: David Bauer <mail@david-bauer.net>

Co-authored-by: David Bauer <mail@david-bauer.net>
Co-authored-by: Yuan Tao <ty@wevs.org>
2020-10-07 23:22:52 +08:00
AmadeusGhost
8de358af76
ramips: XiaoYu-C5: reuse ralink-eth driver (#5605)
* treewide: remove support for 'DEVICE_COMPAT' variable

This commit removes support for the DEVICE_COMPAT variable due to it
requires relatively few changes.

* Revert "ramips: disable PORT 5 MAC RX/TX flow control by default"

The TX/RX flow control is not the cause of the TX timeouts issue

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>

* ramips: net/mediatek fix logical error

fe_empty_txd() should return `tx_ring_size - 1` on ring empty, and
return 0 on ring full.

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>

* ramips: net/mediatek disable eee

This disable eee for mt7530 ports, it causes the link down/up
issue, which happens when connecting to 100Mbit switch

Fixes: FS#1449

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>

* ramips: XiaoYu-C5: reuse ralink-eth driver

Co-authored-by: Chen Minqiang <ptpt52@gmail.com>
2020-10-07 23:20:11 +08:00
Mattraks
71e335c0be
v2ray:switch asset files' download url to v2fly (#5551) 2020-10-03 00:41:31 +08:00
AmadeusGhost
a16a54e4a4
openssl: bump to 1.1.1h (#5570)
This is a bug-fix release.  Patches were refreshed.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>

Co-authored-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-10-03 00:37:24 +08:00
AmadeusGhost
86bc29e4a8
kernel: bump 5.4 to 5.4.68 (#5555)
[mac80211]
 ca5ee6e mac80211: Fix potential endless loop
 2c14710 mac80211: add more AQL fixes/improvements
 91fb3ce mac80211: remove an obsolete patch that is no longer doing anything useful
 acf1733 mac80211: add preliminary support for enabling 802.11ax in config
 d717343 mac80211: update encap offload patches to the latest version
 673062f mac80211: allow bigger A-MSDU sizes in VHT, even if HT is limited
 caf7277 mac80211: do not allow bigger VHT MPDUs than the hardware supports
 cd36c0d mac80211: select the first available channel for 5GHz interfaces
 1c6d456 mac80211: fix regression in station connection monitor optimization
 4bd7689 mac80211: update sta connection monitor regression fix

[target]
 Sync: at91, ath25, ath79, lantiq, mediatek, mvebu.
2020-10-03 00:36:16 +08:00
小甲哥
0ecfa0d4fa
adapt luci configuration to new n2n version 2.8.0; add static route support (#5576) 2020-10-03 00:31:46 +08:00
ricksuzade-maker
b6a9a388b8
v2ray-plugin: bump to 1.5.0 (#5558) 2020-10-03 00:30:18 +08:00
Beginner
8cf0b35dc1
v2ray: update v4.30.0 (#5584) 2020-10-03 00:28:13 +08:00
CN_SZTL
b5fa901e0b
rockchip: improve FriendlyElec NanoPi R2S support (#5578)
* rockchip: refresh NanoPi R2S patches

Update the patches for the NanoPi R2S to the v3 sent (and accepted)
upstream.

Signed-off-by: David Bauer <mail@david-bauer.net>

* rockchip: rk3328: add compatible to NanoPi R2S ethernet PHY

This adds the compatible property to the NanoPi R2S ethernet PHY node.
Otherwise, the PHY might not be probed, as the PHY ID reads all 0xff
when it is still in reset.

Signed-off-by: David Bauer <mail@david-bauer.net>

* uboot-rockchip: update NanoPi R2S patches

Update the patches required for the NanoPi R2S to match the DTS accepted
for upstream Linux. The U-Boot patch meanwhile is still pending
upstream.

Signed-off-by: David Bauer <mail@david-bauer.net>

* rockchip: refresh target patches

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>

Co-authored-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
Co-authored-by: wevsty <ty@wevs.org>

* rockchip: fix NanoPi R2S PHY ID

Fix the PHY ID for the NanoPi R2S PHY compatible to match the used PHY.
The ID was wrong as I've accidentally picked the wrong upstream patch.

Signed-off-by: David Bauer <mail@david-bauer.net>

Co-authored-by: David Bauer <mail@david-bauer.net>
Co-authored-by: wevsty <ty@wevs.org>
2020-10-03 00:27:34 +08:00
op
c15c7e9263
Update UnblockNeteaseMusicGo v0.2.7 (#5586) 2020-10-03 00:26:57 +08:00
ricksuzade-maker
9a482a15a3
Wireguard: bump to 1.0.20200908 (#5535) 2020-09-24 10:01:24 +08:00
John
2397e103d7
v2ray: Update v4.28.2 (#5500) 2020-09-24 10:00:51 +08:00
Mattraks
dcefd8bb69
Revert "v2ray 4.28.2 (#5508)" (#5530)
This reverts commit dffe50b581.
2020-09-24 10:00:29 +08:00
liuchao
94a7c85782
if wan iface set to apcli0 or apclii0 while wireless relay, add them to lan should be avoided (#5528) 2020-09-23 16:51:29 +08:00
op
dffe50b581
v2ray 4.28.2 (#5508)
v2ray同步至4.28.2
2020-09-23 14:38:36 +08:00
nobody
5d6052ccd7
Update Makefile (#5510)
frp: fix  PKG_HASH
2020-09-23 14:36:28 +08:00
小甲哥
89866db121
update n2n 2.8 to latest commit (#5518) 2020-09-23 14:35:56 +08:00
Saxon
5323eac14f
Update Makefile (#5505) 2020-09-21 15:10:02 +08:00
CN_SZTL
a750363c5c
luci-app-unblockmusic: add a new function for go version (#5493)
* UnblockNeteaseMusic-Go: bump to 0.2.6

* luci-app-unblockmusic: drop outdated cloud servers

* luci-app-unblockmusic: add a new function from go version
2020-09-20 13:37:31 +08:00
AmadeusGhost
7b6163f336
automount: add libblkid dependencies for exfat (#5485) 2020-09-19 14:27:37 +08:00
SuLingGG
a54f38733b
Bump mt76 from 2020-08-22 to 2020-08-25 (#5469)
This update fix clients can not get correct IP adress on mt76x2u
Then add disable_usb_sg module parameter to fix wireless devices crash when multi-devices connect to mt76x2u devices (Line 336)
Details: https://github.com/openwrt/mt76/issues/405\#issuecomment-665737497
2020-09-16 20:04:43 +08:00
eSir
48b8c58de7
fstools-support-extroot-for-non-MTD-rootfs (#5472) 2020-09-16 20:04:13 +08:00
lean
99222f49fd Version Update to R20.9.15 2020-09-15 14:01:14 +08:00
lean
697f6e9972 Revert "Update v2ray version to 4.28.1 (#5447)"
This reverts commit cfc9629d4f.
2020-09-15 11:54:54 +08:00
Android Dev Notes
c11f800d34
Fix grammatical errors (#5463) 2020-09-15 09:35:55 +08:00
AmadeusGhost
bcce04eb66
luci-app-kodexplorer: add missing dependencies unzip (#5460) 2020-09-15 09:34:57 +08:00
AmadeusGhost
92481cb484
verysync: adjust download address (#5455) 2020-09-14 19:26:43 +08:00
cabbyjing
4abf84eae9
Update Makefile (#5443) 2020-09-13 09:08:54 +08:00
accors
cfc9629d4f
Update v2ray version to 4.28.1 (#5447) 2020-09-13 09:08:32 +08:00
536wfr
c1305ad3bc
add curl as dependence (#5448) 2020-09-13 09:08:03 +08:00
DoveKi
2b57c926b4
Update Xiaomi R4 get lan_mac (#5437) 2020-09-11 13:52:09 +08:00
Saxon
a3d51d83b0
Rclone: bump version from 1.52.2 to 1.53.0 (#5422)
v1.53.0 - 2020-09-02
See commits

New Features
The VFS layer was heavily reworked for this release - see below for more details
Interactive mode -i/--interactive for destructive operations (fishbullet)
Add --bwlimit-file flag to limit speeds of individual file transfers (Nick Craig-Wood)
Transfers are sorted by start time in the stats and progress output (Max Sum)
Make sure backends expand ~ and environment vars in file names they use (Nick Craig-Wood)
Add --refresh-times flag to set modtimes on hashless backends (Nick Craig-Wood)
build
Remove vendor directory in favour of Go modules (Nick Craig-Wood)
Build with go1.15.x by default (Nick Craig-Wood)
Drop macOS 386 build as it is no longer supported by go1.15 (Nick Craig-Wood)
Add ARMv7 to the supported builds (Nick Craig-Wood)
Enable rclone cmount on macOS (Nick Craig-Wood)
Make rclone build with gccgo (Nick Craig-Wood)
Make rclone build with wasm (Nick Craig-Wood)
Change beta numbering to be semver compatible (Nick Craig-Wood)
Add file properties and icon to Windows executable (albertony)
Add experimental interface for integrating rclone into browsers (Nick Craig-Wood)
lib: Add file name compression (Klaus Post)
rc
Allow installation and use of plugins and test plugins with rclone-webui (Chaitanya Bankanhal)
Add reverse proxy pluginsHandler for serving plugins (Chaitanya Bankanhal)
Add mount/listmounts option for listing current mounts (Chaitanya Bankanhal)
Add operations/uploadfile to upload a file through rc using encoding multipart/form-data (Chaitanya Bankanhal)
Add core/copmmand to execute rclone terminal commands. (Chaitanya Bankanhal)
rclone check
Add reporting of filenames for same/missing/changed (Nick Craig-Wood)
Make check command obey --dry-run/-i/--interactive (Nick Craig-Wood)
Make check do --checkers files concurrently (Nick Craig-Wood)
Retry downloads if they fail when using the --download flag (Nick Craig-Wood)
Make it show stats by default (Nick Craig-Wood)
rclone obscure: Allow obscure command to accept password on STDIN (David Ibarra)
rclone config
Set RCLONE_CONFIG_DIR for use in config files and subprocesses (Nick Craig-Wood)
Reject remote names starting with a dash. (jtagcat)
rclone cryptcheck: Add reporting of filenames for same/missing/changed (Nick Craig-Wood)
rclone dedupe: Make it obey the --size-only flag for duplicate detection (Nick Craig-Wood)
rclone link: Add --expire and --unlink flags (Roman Kredentser)
rclone mkdir: Warn when using mkdir on remotes which can't have empty directories (Nick Craig-Wood)
rclone rc: Allow JSON parameters to simplify command line usage (Nick Craig-Wood)
rclone serve ftp
Don't compile on < go1.13 after dependency update (Nick Craig-Wood)
Add error message if auth proxy fails (Nick Craig-Wood)
Use refactored goftp.io/server library for binary shrink (Nick Craig-Wood)
rclone serve restic: Expose interfaces so that rclone can be used as a library from within restic (Jack)
rclone sync: Add --track-renames-strategy leaf (Nick Craig-Wood)
rclone touch: Add ability to set nanosecond resolution times (Nick Craig-Wood)
rclone tree: Remove -i shorthand for --noindent as it conflicts with -i/--interactive (Nick Craig-Wood)
Bug Fixes
accounting
Fix documentation for speed/speedAvg (Nick Craig-Wood)
Fix elapsed time not show actual time since beginning (Chaitanya Bankanhal)
Fix deadlock in stats printing (Nick Craig-Wood)
build
Fix file handle leak in GitHub release tool (Garrett Squire)
rclone check: Fix successful retries with --download counting errors (Nick Craig-Wood)
rclone dedupe: Fix logging to be easier to understand (Nick Craig-Wood)
Mount
Warn macOS users that mount implementation is changing (Nick Craig-Wood)
to test the new implementation use rclone cmount instead of rclone mount
this is because the library rclone uses has dropped macOS support
rc interface
Add call for unmount all (Chaitanya Bankanhal)
Make mount/mount remote control take vfsOpt option (Nick Craig-Wood)
Add mountOpt to mount/mount (Nick Craig-Wood)
Add VFS and Mount options to mount/listmounts (Nick Craig-Wood)
Catch panics in cgofuse initialization and turn into error messages (Nick Craig-Wood)
Always supply stat information in Readdir (Nick Craig-Wood)
Add support for reading unknown length files using direct IO (Windows) (Nick Craig-Wood)
Fix On Windows don't add -o uid/gid=-1 if user supplies -o uid/gid. (Nick Craig-Wood)
Fix macOS losing directory contents in cmount (Nick Craig-Wood)
Fix volume name broken in recent refactor (Nick Craig-Wood)
VFS
Implement partial reads for --vfs-cache-mode full (Nick Craig-Wood)
Add --vfs-writeback option to delay writes back to cloud storage (Nick Craig-Wood)
Add --vfs-read-ahead parameter for use with --vfs-cache-mode full (Nick Craig-Wood)
Restart pending uploads on restart of the cache (Nick Craig-Wood)
Support synchronous cache space recovery upon ENOSPC (Leo Luan)
Allow ReadAt and WriteAt to run concurrently with themselves (Nick Craig-Wood)
Change modtime of file before upload to current (Rob Calistri)
Recommend --vfs-cache-modes writes on backends which can't stream (Nick Craig-Wood)
Add an optional fs parameter to vfs rc methods (Nick Craig-Wood)
Fix errors when using > 260 char files in the cache in Windows (Nick Craig-Wood)
Fix renaming of items while they are being uploaded (Nick Craig-Wood)
Fix very high load caused by slow directory listings (Nick Craig-Wood)
Fix renamed files not being uploaded with --vfs-cache-mode minimal (Nick Craig-Wood)
Fix directory locking caused by slow directory listings (Nick Craig-Wood)
Fix saving from chrome without --vfs-cache-mode writes (Nick Craig-Wood)
Local
Add --local-no-updated to provide a consistent view of changing objects (Nick Craig-Wood)
Add --local-no-set-modtime option to prevent modtime changes (tyhuber1)
Fix race conditions updating and reading Object metadata (Nick Craig-Wood)
Cache
Make any created backends be cached to fix rc problems (Nick Craig-Wood)
Fix dedupe on caches wrapping drives (Nick Craig-Wood)
Crypt
Add --crypt-server-side-across-configs flag (Nick Craig-Wood)
Make any created backends be cached to fix rc problems (Nick Craig-Wood)
Alias
Make any created backends be cached to fix rc problems (Nick Craig-Wood)
Azure Blob
Don't compile on < go1.13 after dependency update (Nick Craig-Wood)
B2
Implement server side copy for files > 5GB (Nick Craig-Wood)
Cancel in progress multipart uploads and copies on rclone exit (Nick Craig-Wood)
Note that b2's encoding now allows \ but rclone's hasn't changed (Nick Craig-Wood)
Fix transfers when using download_url (Nick Craig-Wood)
Box
Implement rclone cleanup (buengese)
Cancel in progress multipart uploads and copies on rclone exit (Nick Craig-Wood)
Allow authentication with access token (David)
Chunker
Make any created backends be cached to fix rc problems (Nick Craig-Wood)
Drive
Add rclone backend drives to list shared drives (teamdrives) (Nick Craig-Wood)
Implement rclone backend untrash (Nick Craig-Wood)
Work around drive bug which didn't set modtime of copied docs (Nick Craig-Wood)
Added --drive-starred-only to only show starred files (Jay McEntire)
Deprecate --drive-alternate-export as it is no longer needed (themylogin)
Fix duplication of Google docs on server side copy (Nick Craig-Wood)
Fix "panic: send on closed channel" when recycling dir entries (Nick Craig-Wood)
Dropbox
Add copyright detector info in limitations section in the docs (Alex Guerrero)
Fix rclone link by removing expires parameter (Nick Craig-Wood)
Fichier
Detect Flood detected: IP Locked error and sleep for 30s (Nick Craig-Wood)
FTP
Add explicit TLS support (Heiko Bornholdt)
Add support for --dump bodies and --dump auth for debugging (Nick Craig-Wood)
Fix interoperation with pure-ftpd (Nick Craig-Wood)
Google Cloud Storage
Add support for anonymous access (Kai Lüke)
Jottacloud
Bring back legacy authentification for use with whitelabel versions (buengese)
Switch to new api root - also implement a very ugly workaround for the DirMove failures (buengese)
Onedrive
Rework cancel of multipart uploads on rclone exit (Nick Craig-Wood)
Implement rclone cleanup (Nick Craig-Wood)
Add --onedrive-no-versions flag to remove old versions (Nick Craig-Wood)
Pcloud
Implement rclone link for public link creation (buengese)
Qingstor
Cancel in progress multipart uploads on rclone exit (Nick Craig-Wood)
S3
Preserve metadata when doing multipart copy (Nick Craig-Wood)
Cancel in progress multipart uploads and copies on rclone exit (Nick Craig-Wood)
Add rclone link for public link sharing (Roman Kredentser)
Add rclone backend restore command to restore objects from GLACIER (Nick Craig-Wood)
Add rclone cleanup and rclone backend cleanup to clean unfinished multipart uploads (Nick Craig-Wood)
Add rclone backend list-multipart-uploads to list unfinished multipart uploads (Nick Craig-Wood)
Add --s3-max-upload-parts support (Kamil Trzciński)
Add --s3-no-check-bucket for minimising rclone transactions and perms (Nick Craig-Wood)
Add --s3-profile and --s3-shared-credentials-file options (Nick Craig-Wood)
Use regional s3 us-east-1 endpoint (David)
Add Scaleway provider (Vincent Feltz)
Update IBM COS endpoints (Egor Margineanu)
Reduce the default --s3-copy-cutoff to < 5GB for Backblaze S3 compatibility (Nick Craig-Wood)
Fix detection of bucket existing (Nick Craig-Wood)
SFTP
Use the absolute path instead of the relative path for listing for improved compatibility (Nick Craig-Wood)
Add --sftp-subsystem and --sftp-server-command options (aus)
Swift
Fix dangling large objects breaking the listing (Nick Craig-Wood)
Fix purge not deleting directory markers (Nick Craig-Wood)
Fix update multipart object removing all of its own parts (Nick Craig-Wood)
Fix missing hash from object returned from upload (Nick Craig-Wood)
Tardigrade
Upgrade to uplink v1.2.0 (Kaloyan Raev)
Union
Fix writing with the all policy (Nick Craig-Wood)
WebDAV
Fix directory creation with 4shared (Nick Craig-Wood)
v1.52.3 - 2020-08-07
See commits

Bug Fixes
docs
Disable smart typography (eg en-dash) in MANUAL.* and man page (Nick Craig-Wood)
Update install.md to reflect minimum Go version (Evan Harris)
Update install from source instructions (Nick Craig-Wood)
make_manual: Support SOURCE_DATE_EPOCH (Morten Linderud)
log: Fix --use-json-log going to stderr not --log-file on Windows (Nick Craig-Wood)
serve dlna: Fix file list on Samsung Series 6+ TVs (Matteo Pietro Dazzi)
sync: Fix deadlock with --track-renames-strategy modtime (Nick Craig-Wood)
Cache
Fix moveto/copyto remote:file remote:file2 (Nick Craig-Wood)
Drive
Stop using root_folder_id as a cache (Nick Craig-Wood)
Make dangling shortcuts appear in listings (Nick Craig-Wood)
Drop "Disabling ListR" messages down to debug (Nick Craig-Wood)
Workaround and policy for Google Drive API (Dmitry Ustalov)
FTP
Add note to docs about home vs root directory selection (Nick Craig-Wood)
Onedrive
Fix reverting to Copy when Move would have worked (Nick Craig-Wood)
Avoid comma rendered in URL in onedrive.md (Kevin)
Pcloud
Fix oauth on European region "eapi.pcloud.com" (Nick Craig-Wood)
S3
Fix bucket Region auto detection when Region unset in config (Nick Craig-Wood)
2020-09-09 11:32:39 +08:00
Saxon
38a401c9de
Update Makefile (#5425) 2020-09-09 11:32:26 +08:00
AmadeusGhost
611171589b
verysync: add more download address to avoid official changes (#5420) 2020-09-09 11:32:07 +08:00
Zeng Weiyu
7ee73b061a
Change portainer to portainer-ce (#5431) 2020-09-09 11:31:08 +08:00