Skip to content

Commit

Permalink
Updated Syncthing to v1.27.3-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imsodin committed Jan 10, 2024
1 parent 6e10732 commit 5ac475a
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 49 files
+12 −12 .github/workflows/build-syncthing.yaml
+3 −0 AUTHORS
+1 −1 README.md
+8 −4 cmd/syncthing/main.go
+31 −19 go.mod
+45 −25 go.sum
+63 −63 gui/default/assets/lang/lang-ar.json
+1 −0 gui/default/assets/lang/lang-en.json
+4 −0 gui/default/assets/lang/lang-it.json
+3 −1 gui/default/assets/lang/lang-ru.json
+7 −1 gui/default/index.html
+3 −0 gui/default/syncthing/app.js
+1 −1 gui/default/syncthing/core/aboutModalView.html
+21 −9 gui/default/syncthing/core/syncthingController.js
+6 −0 gui/default/syncthing/folder/restoreVersionsModalView.html
+9 −6 lib/api/api.go
+107 −93 lib/api/api_auth.go
+77 −0 lib/api/api_auth_test.go
+12 −96 lib/api/api_csrf.go
+11 −69 lib/api/api_test.go
+137 −0 lib/api/tokenmanager.go
+411 −0 lib/api/tokenset.pb.go
+1 −1 lib/build/build.go
+5 −0 lib/build/build_test.go
+0 −3 lib/locations/locations.go
+3 −1 lib/protocol/bep_extensions.go
+2 −1 lib/protocol/deviceid.go
+1 −0 lib/protocol/deviceid_test.go
+19 −9 lib/scanner/walk.go
+3 −3 lib/syncthing/syncthing.go
+1 −1 man/stdiscosrv.1
+1 −1 man/strelaysrv.1
+1 −1 man/syncthing-bep.7
+2 −2 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
+5 −4 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
+1 −0 next-gen-gui/src/app/api-utils.ts
+1 −1 proto/generate.go
+8 −0 proto/lib/api/tokenset.proto

0 comments on commit 5ac475a

Please sign in to comment.