首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
1
Star
0
Fork
0
bfsupeng
/
syncthing
Fork 仓库
加载中
取消
确认
代码
Issues
0
Pull Requests
0
Wiki
0
统计
标签
标签名
描述
提交信息
操作
v1.16.1
v1.16.1 Bugfixes: - #7628: upgrade with apt fails in post-inst script
3967b39
2021-05-05 00:33
下载
v1.16.0
v1.16.0 This release adds untrusted / encrypted devices for public testing. It should still be considered beta / testing-only. Bugfixes: - #7026: panic: key not found when repairing DB - #7379: "Warning, this path is a subdirectory of an existing folder" does not appear when editing only folder label - #7533: Remote completion on untrusted devices is incorrect - #7548: Upgrading syncthing-relaysrv to 1.15.0 fails in post-installation - #7551: QUIC: failed to determine receive buffer size: doesn't have a SyscallConn - #7557: Encrypted folder(s) on Windows reported as "Unexpected Objects" - #7568: panic: runtime error: slice bounds out of range [24:3] - #7584: Folder label missing from folder path when adding new folders Enhancements: - #109: Support for file encryption (e.g. non-trusted servers) - #3322: GUI "Out of sync" modal uses massive amounts of CPU in browser - #7520: Ask for confirmation before reverting/overriding a folder
ec86db1
2021-04-26 21:36
下载
v1.16.0-rc.3
v1.16.0-rc.3 This release adds untrusted / encrypted devices for public testing. It should still be considered beta / testing-only. Bugfixes: - #7026: panic: key not found when repairing DB - #7379: "Warning, this path is a subdirectory of an existing folder" does not appear when editing only folder label - #7533: Remote completion on untrusted devices is incorrect - #7548: Upgrading syncthing-relaysrv to 1.15.0 fails in post-installation - #7551: QUIC: failed to determine receive buffer size: doesn't have a SyscallConn - #7557: Encrypted folder(s) on Windows reported as "Unexpected Objects" - #7568: panic: runtime error: slice bounds out of range [24:3] - #7584: Folder label missing from folder path when adding new folders Enhancements: - #109: Support for file encryption (e.g. non-trusted servers) - #3322: GUI "Out of sync" modal uses massive amounts of CPU in browser - #7520: Ask for confirmation before reverting/overriding a folder
ec86db1
2021-04-26 21:36
下载
v1.16.0-rc.2
v1.16.0-rc.2 This release adds untrusted / encrypted devices for public testing. It should still be considered beta / testing-only. Bugfixes: - #7026: panic: key not found when repairing DB - #7533: Remote completion on untrusted devices is incorrect - #7548: Upgrading syncthing-relaysrv to 1.15.0 fails in post-installation - #7551: QUIC: failed to determine receive buffer size: doesn't have a SyscallConn - #7557: Encrypted folder(s) on Windows reported as "Unexpected Objects" - #7568: panic: runtime error: slice bounds out of range [24:3] Enhancements: - #109: Support for file encryption (e.g. non-trusted servers) - #3322: GUI "Out of sync" modal uses massive amounts of CPU in browser - #7520: Ask for confirmation before reverting/overriding a folder
156d96e
2021-04-14 02:22
下载
v1.16.0-rc.1
v1.16.0-rc.1 This release adds untrusted / encrypted devices for public testing. It should still be considered beta / testing-only. Bugfixes: - #7026: panic: key not found when repairing DB - #7533: Remote completion on untrusted devices is incorrect - #7548: Upgrading syncthing-relaysrv to 1.15.0 fails in post-installation - #7557: Encrypted folder(s) on Windows reported as "Unexpected Objects" Enhancements: - #109: Support for file encryption (e.g. non-trusted servers) - #3322: GUI "Out of sync" modal uses massive amounts of CPU in browser - #7520: Ask for confirmation before reverting/overriding a folder
f71fcd4
2021-04-13 16:12
下载
v1.15.1
v1.15.1 This is a patch release to correct the inadvertently changed `--config` flag. Bugfixes: - #7532: Removing pending folders is flaky - #7549: Flag --config was renamed to --conf in 1.15.0
1367928
2021-04-06 16:28
下载
v1.15.0
[v1.15.0](https://github.com/syncthing/syncthing/releases/v1.15.0) This release fixes a vulnerability where Syncthing and the relay server can crash due to malformed relay protocol messages (CVE-2021-21404); see https://github.com/syncthing/syncthing/security/advisories/GHSA-x462-89pf-6r5h. This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on important production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - [#7198](https://github.com/syncthing/syncthing/issues/7198): Removing a folder and re-adding it again (untrusted) makes it not sync until restart - [#7385](https://github.com/syncthing/syncthing/issues/7385): infinite filesystem recursion due to missing file id - [#7419](https://github.com/syncthing/syncthing/issues/7419): panic "Snapshot(): database is closed" on start after wiping database - [#7429](https://github.com/syncthing/syncthing/issues/7429): "Ignore Patterns" tab disappears after visiting "Folder Defaults" - [#7434](https://github.com/syncthing/syncthing/issues/7434): Non-DNS-like computer name fails creation of HTTPS certificate - [#7451](https://github.com/syncthing/syncthing/issues/7451): strelaysrv v1.14.0 failing to load - [#7466](https://github.com/syncthing/syncthing/issues/7466): Receive-encrypted fails after a while: file with empty block list - [#7469](https://github.com/syncthing/syncthing/issues/7469): .stignore should be ignored in Receive Encrypted folders - [#7474](https://github.com/syncthing/syncthing/issues/7474): Device tries to push ignored files to a remote device in a 3-device setup - [#7481](https://github.com/syncthing/syncthing/issues/7481): Versioning help strings are not displayed in the GUI - [#7509](https://github.com/syncthing/syncthing/issues/7509): Sharing the first folder to an untrusted device on an established connection sends plain-text Enhancements: - [#6566](https://github.com/syncthing/syncthing/issues/6566): Ship stcli in main package - [#7457](https://github.com/syncthing/syncthing/issues/7457): Remove sub-second precision from the REST API rest/stats/device. - [#7514](https://github.com/syncthing/syncthing/issues/7514): Increase default strelaysrv network buffer size Other issues: - [#4719](https://github.com/syncthing/syncthing/issues/4719): Package stcli as Debian package - [#7199](https://github.com/syncthing/syncthing/issues/7199): Build script -no-upgrade handling is unintuitive
fb4fdaf
2021-04-06 14:00
下载
v1.15.0-rc.6
v1.15.0-rc.6 This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on important production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - #7198: Removing a folder and re-adding it again (untrusted) makes it not sync until restart - #7385: infinite filesystem recursion due to missing file id - #7419: panic "Snapshot(): database is closed" on start after wiping database - #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults" - #7434: Non-DNS-like computer name fails creation of HTTPS certificate - #7451: strelaysrv v1.14.0 failing to load - #7466: Receive-encrypted fails after a while: file with empty block list - #7469: .stignore should be ignored in Receive Encrypted folders - #7474: Device tries to push ignored files to a remote device in a 3-device setup - #7481: Versioning help strings are not displayed in the GUI - #7509: Sharing the first folder to an untrusted device on an established connection sends plain-text Enhancements: - #6566: Ship stcli in main package - #7457: Remove sub-second precision from the REST API rest/stats/device. - #7514: Increase default strelaysrv network buffer size Other issues: - #4719: Package stcli as Debian package - #7199: Build script -no-upgrade handling is unintuitive
0d7a77b
2021-03-23 17:38
下载
v1.15.0-rc.5
v1.15.0-rc.5 This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on important production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - #7385: infinite filesystem recursion due to missing file id - #7419: panic "Snapshot(): database is closed" on start after wiping database - #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults" - #7434: Non-DNS-like computer name fails creation of HTTPS certificate - #7451: strelaysrv v1.14.0 failing to load - #7466: Receive-encrypted fails after a while: file with empty block list - #7469: .stignore should be ignored in Receive Encrypted folders - #7474: Device tries to push ignored files to a remote device in a 3-device setup - #7481: Versioning help strings are not displayed in the GUI Enhancements: - #6566: Ship stcli in main package - #7457: Remove sub-second precision from the REST API rest/stats/device. Other issues: - #4719: Package stcli as Debian package - #7199: Build script -no-upgrade handling is unintuitive
39c2d1b
2021-03-17 22:51
下载
v1.15.0-rc.4
v1.15.0-rc.4 This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on important production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - #7385: infinite filesystem recursion due to missing file id - #7419: panic "Snapshot(): database is closed" on start after wiping database - #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults" - #7434: Non-DNS-like computer name fails creation of HTTPS certificate - #7451: strelaysrv v1.14.0 failing to load - #7466: Receive-encrypted fails after a while: file with empty block list - #7469: .stignore should be ignored in Receive Encrypted folders - #7474: Device tries to push ignored files to a remote device in a 3-device setup - #7481: Versioning help strings are not displayed in the GUI Enhancements: - #6566: Ship stcli in main package - #7457: Remove sub-second precision from the REST API rest/stats/device. Other issues: - #4719: Package stcli as Debian package - #7199: Build script -no-upgrade handling is unintuitive
cd21b8d
2021-03-17 16:06
下载
v1.15.0-rc.3
v1.15.0-rc.3 This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on important production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - #7419: panic "Snapshot(): database is closed" on start after wiping database - #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults" Enhancements: - #6566: Ship stcli in main package Other issues: - #4719: Package stcli as Debian package - #7199: Build script -no-upgrade handling is unintuitive
cf838c7
2021-03-11 18:21
下载
v1.15.0-rc.2
v1.15.0-rc.2 This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on important production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - #7419: panic "Snapshot(): database is closed" on start after wiping database - #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults" Enhancements: - #6566: Ship stcli in main package Other issues: - #4719: Package stcli as Debian package - #7199: Build script -no-upgrade handling is unintuitive
5548a8e
2021-03-10 14:45
下载
v1.15.0-rc.1
v1.15.0-rc.1 This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on critical production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - #7419: panic "Snapshot(): database is closed" on start after wiping database - #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults" Enhancements: - #6566: Ship stcli in main package Other issues: - #4719: Package stcli as Debian package - #7199: Build script -no-upgrade handling is unintuitive
c1d06d9
2021-03-05 15:08
下载
v1.14.0
v1.14.0 This release adds configurable device and folder defaults. The output format of the [/rest/db/browse endpoint](https://docs.syncthing.net/rest/db-browse-get.html) has changed. Bugfixes: - #5426: Old device removed from introducer isn't removable from other devices - #6086: Default Folder uses different config than user-created folders - #7257: Rescan All button should be greyed out when all folders are paused. - #7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files - #7267: GUI log tailing is broken if closed when scrolled up - #7268: Data requests block each other, and some API requests, due to casefs lock contention - #7270: Data requests block API requests that also touch the filesystem - #7273: Data requests block adding new folder - #7280: Stopped folder not synchronizing after a rescan - #7284: Do not touch .stignore on saving folder config when ignore patterns have not changed - #7287: Tons of "Found x elements with non-unique id #optionsInputX" JavaScript errors when opening Advanced Configuration - #7333: Encrypted folder fails to serve files < 1024 bytes - #7347: “TypeError: Cannot set property ‘connected’ of undefined” error when removing devices - #7354: Error message when external versioning fails is ambiguous - #7371: junctionsAsDirs requires Syncthing restart to trigger Enhancements: - #944: Handle info labels that are longer than available space - #4224: Editable default values for folders, devices - #5187: Remove pending folders if remote device no longer announces them - #6949: Visual eye sore on Advanced Configuration page. - #7340: Change name from "Open Source Continuous File Synchronization" to "Syncthing" in Windows Firewall Other issues: - #7344: Very slow tests due to encryption token generation
e2e5643
2021-02-26 19:04
下载
v1.14.0-rc.3
v1.14.0-rc.3 This release adds configurable device and folder defaults. The output format of the [/rest/db/browse endpoint](https://docs.syncthing.net/rest/db-browse-get.html) has changed. Bugfixes: - #5426: Old device removed from introducer isn't removable from other devices - #6086: Default Folder uses different config than user-created folders - #7257: Rescan All button should be greyed out when all folders are paused. - #7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files - #7267: GUI log tailing is broken if closed when scrolled up - #7268: Data requests block each other, and some API requests, due to casefs lock contention - #7270: Data requests block API requests that also touch the filesystem - #7273: Data requests block adding new folder - #7280: Stopped folder not synchronizing after a rescan - #7284: Do not touch .stignore on saving folder config when ignore patterns have not changed - #7287: Tons of "Found x elements with non-unique id #optionsInputX" JavaScript errors when opening Advanced Configuration - #7333: Encrypted folder fails to serve files < 1024 bytes - #7347: “TypeError: Cannot set property ‘connected’ of undefined” error when removing devices - #7354: Error message when external versioning fails is ambiguous - #7371: junctionsAsDirs requires Syncthing restart to trigger Enhancements: - #944: Handle info labels that are longer than available space - #4224: Editable default values for folders, devices - #5187: Remove pending folders if remote device no longer announces them - #6949: Visual eye sore on Advanced Configuration page. - #7340: Change name from "Open Source Continuous File Synchronization" to "Syncthing" in Windows Firewall Other issues: - #7344: Very slow tests due to encryption token generation
e2e5643
2021-02-26 19:04
下载
v1.14.0-rc.2
v1.14.0-rc.2 This release adds configurable device and folder defaults. The output format of the [/rest/db/browse endpoint](https://docs.syncthing.net/rest/db-browse-get.html) has changed. Bugfixes: - #5426: Old device removed from introducer isn't removable from other devices - #6086: Default Folder uses different config than user-created folders - #7257: Rescan All button should be greyed out when all folders are paused. - #7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files - #7267: GUI log tailing is broken if closed when scrolled up - #7268: Data requests block each other, and some API requests, due to casefs lock contention - #7270: Data requests block API requests that also touch the filesystem - #7273: Data requests block adding new folder - #7280: Stopped folder not synchronizing after a rescan - #7284: Do not touch .stignore on saving folder config when ignore patterns have not changed - #7287: Tons of "Found x elements with non-unique id #optionsInputX" JavaScript errors when opening Advanced Configuration - #7333: Encrypted folder fails to serve files < 1024 bytes - #7347: “TypeError: Cannot set property ‘connected’ of undefined” error when removing devices - #7354: Error message when external versioning fails is ambiguous - #7371: junctionsAsDirs requires Syncthing restart to trigger Enhancements: - #944: Handle info labels that are longer than available space - #4224: Editable default values for folders, devices - #5187: Remove pending folders if remote device no longer announces them - #6949: Visual eye sore on Advanced Configuration page. - #7340: Change name from "Open Source Continuous File Synchronization" to "Syncthing" in Windows Firewall Other issues: - #7344: Very slow tests due to encryption token generation
60c218e
2021-02-20 21:56
下载
v1.14.0-rc.1
v1.14.0 This release adds configurable device and folder defaults. The output format of the [/rest/db/browse endpoint](https://docs.syncthing.net/rest/db-browse-get.html) has changed. Bugfixes: - #5426: Old device removed from introducer isn't removable from other devices - #6086: Default Folder uses different config than user-created folders - #7257: Rescan All button should be greyed out when all folders are paused. - #7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files - #7267: GUI log tailing is broken if closed when scrolled up - #7268: Data requests block each other, and some API requests, due to casefs lock contention - #7270: Data requests block API requests that also touch the filesystem - #7273: Data requests block adding new folder - #7280: Stopped folder not synchronizing after a rescan - #7284: Do not touch .stignore on saving folder config when ignore patterns have not changed - #7287: Tons of "Found x elements with non-unique id #optionsInputX" JavaScript errors when opening Advanced Configuration - #7333: Encrypted folder fails to serve files < 1024 bytes Enhancements: - #4224: Editable default values for folders, devices - #5187: Remove pending folders if remote device no longer announces them - #6949: Visual eye sore on Advanced Configuration page. - #7340: Change name from "Open Source Continuous File Synchronization" to "Syncthing" in Windows Firewall Other issues: - #7344: Very slow tests due to encryption token generation
d842197
2021-02-09 00:13
下载
v1.13.1
v1.13.1 This release adds configuration options for min/max connections (see https://docs.syncthing.net/advanced/option-connection-limits.html) and moves the storage of pending devices/folders from the config to the database (see https://docs.syncthing.net/dev/rest.html#cluster-endpoints). Bugfixes: - #7005: panic: nil pointer dereference because (*db.Lowlevel)getMetaAndCheck() returns nil - #7076: File not detected due to watching reporting events on old, deleted path - #7165: Connections aren't actually closed when closing a protocol connection - #7184: Spurious unexpected directory in untrusted folder - #7197: In Recent Changes, the Device column is empty - #7231: panic: deadlock detected at fmut Enhancements: - #7176: Active connections min/max setting - #7178: Pending devices and folders should live in the database instead of configuration Other issues: - #6551: Test failure because of umask
f6fac3e
2021-01-11 22:15
下载
v1.13.0
v1.13.0 This release adds configuration options for min/max connections (see https://docs.syncthing.net/advanced/option-connection-limits.html) and moves the storage of pending devices/folders from the config to the database (see https://docs.syncthing.net/dev/rest.html#cluster-endpoints). Bugfixes: - #7005: panic: nil pointer dereference because (*db.Lowlevel)getMetaAndCheck() returns nil - #7076: File not detected due to watching reporting events on old, deleted path - #7165: Connections aren't actually closed when closing a protocol connection - #7184: Spurious unexpected directory in untrusted folder - #7197: In Recent Changes, the Device column is empty - #7231: panic: deadlock detected at fmut Enhancements: - #7176: Active connections min/max setting - #7178: Pending devices and folders should live in the database instead of configuration Other issues: - #6551: Test failure because of umask
f6fac3e
2021-01-11 22:15
下载
v1.13.0-rc.1
v1.13.0 This release adds configuration options for min/max connections (see https://docs.syncthing.net/advanced/option-connection-limits.html) and moves the storage of pending devices/folders from the config to the database (see https://docs.syncthing.net/dev/rest.html#cluster-endpoints, https://docs.syncthing.net/events/pendingdeviceschanged.html, and https://docs.syncthing.net/events/pendingfolderschanged.html). Bugfixes: - #7005: panic: nil pointer dereference because (*db.Lowlevel)getMetaAndCheck() returns nil - #7076: File not detected due to watching reporting events on old, deleted path - #7165: Connections aren't actually closed when closing a protocol connection - #7184: Spurious unexpected directory in untrusted folder - #7197: In Recent Changes, the Device column is empty - #7231: panic: deadlock detected at fmut Enhancements: - #7176: Active connections min/max setting - #7178: Pending devices and folders should live in the database instead of configuration Other issues: - #6551: Test failure because of umask
f6fac3e
2021-01-11 22:15
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载