Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Updated Syncthing to v1.27.2-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imsodin committed Dec 17, 2023
1 parent d0520c5 commit 3494d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncthing/src/github.com/syncthing/syncthing
Submodule syncthing updated 67 files
+1 −1 .github/workflows/build-infra-dockers.yaml
+10 −10 .github/workflows/build-syncthing.yaml
+1 −1 .github/workflows/update-docs-translations.yaml
+9 −1 cmd/strelaysrv/main.go
+21 −11 cmd/syncthing/cli/config.go
+26 −36 cmd/syncthing/cli/debug.go
+25 −26 cmd/syncthing/cli/errors.go
+20 −26 cmd/syncthing/cli/index.go
+1 −3 cmd/syncthing/cli/index_accounting.go
+1 −3 cmd/syncthing/cli/index_dump.go
+1 −3 cmd/syncthing/cli/index_dumpsize.go
+1 −3 cmd/syncthing/cli/index_idxck.go
+51 −128 cmd/syncthing/cli/main.go
+35 −40 cmd/syncthing/cli/operations.go
+19 −26 cmd/syncthing/cli/pending.go
+30 −38 cmd/syncthing/cli/show.go
+57 −71 cmd/syncthing/cli/utils.go
+10 −22 cmd/syncthing/main.go
+0 −2 go.mod
+0 −5 go.sum
+6 −4 gui/default/assets/css/overrides.css
+2 −2 gui/default/assets/lang/lang-bg.json
+2 −0 gui/default/assets/lang/lang-en.json
+2 −0 gui/default/assets/lang/lang-es.json
+1 −1 gui/default/assets/lang/lang-fr.json
+2 −0 gui/default/assets/lang/lang-ko-KR.json
+3 −1 gui/default/assets/lang/lang-pl.json
+2 −0 gui/default/assets/lang/lang-pt-PT.json
+2 −0 gui/default/assets/lang/lang-tr.json
+2 −0 gui/default/assets/lang/lang-zh-CN.json
+21 −45 gui/default/index.html
+107 −0 gui/default/syncthing/core/syncthingController.js
+9 −1 lib/connections/tcp_listen.go
+2 −2 lib/model/folder_recvonly_test.go
+0 −39 lib/model/mocks/model.go
+186 −227 lib/model/model.go
+10 −10 lib/model/model_test.go
+2 −2 lib/model/requests_test.go
+0 −1 lib/model/service_map.go
+4 −4 lib/model/testutils_test.go
+0 −88 lib/model/util.go
+12 −2 lib/nat/interface.go
+90 −33 lib/nat/service.go
+11 −10 lib/nat/structs.go
+3 −3 lib/nat/structs_test.go
+13 −2 lib/pmp/pmp.go
+1 −9 lib/sync/debug.go
+0 −8 lib/sync/sync.go
+5 −12 lib/syncthing/syncthing.go
+174 −31 lib/upnp/igd_service.go
+230 −46 lib/upnp/upnp.go
+1 −1 man/stdiscosrv.1
+1 −1 man/strelaysrv.1
+1 −1 man/syncthing-bep.7
+1 −1 man/syncthing-config.5
+1 −1 man/syncthing-device-ids.7
+1 −1 man/syncthing-event-api.7
+1 −1 man/syncthing-faq.7
+1 −1 man/syncthing-globaldisco.7
+1 −1 man/syncthing-localdisco.7
+1 −1 man/syncthing-networking.7
+1 −1 man/syncthing-relay.7
+1 −1 man/syncthing-rest-api.7
+1 −1 man/syncthing-security.7
+1 −1 man/syncthing-stignore.5
+1 −1 man/syncthing-versioning.7
+1 −1 man/syncthing.1

0 comments on commit 3494d3c

Please sign in to comment.