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.12
Browse files Browse the repository at this point in the history
  • Loading branch information
imsodin committed Sep 29, 2024
1 parent c6ba331 commit b4ad87e
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 87 files
+3 −0 AUTHORS
+1 −1 cmd/stcompdirs/main.go
+1 −1 cmd/stcrashreceiver/main.go
+1 −2 cmd/stcrashreceiver/util.go
+1 −1 cmd/stwatchfile/main.go
+2 −2 cmd/syncthing/cli/main.go
+1 −2 cmd/syncthing/crash_reporting.go
+0 −5 cmd/syncthing/main.go
+0 −16 cmd/syncthing/monitor.go
+0 −0 cmd/ursrv/serve/static/bootstrap/css/bootstrap-theme.min.css
+0 −0 cmd/ursrv/serve/static/bootstrap/js/bootstrap.min.js
+ cmd/ursrv/serve/static/fonts/glyphicons-halflings-regular.eot
+0 −0 cmd/ursrv/serve/static/fonts/glyphicons-halflings-regular.svg
+ cmd/ursrv/serve/static/fonts/glyphicons-halflings-regular.ttf
+ cmd/ursrv/serve/static/fonts/glyphicons-halflings-regular.woff
+23 −21 go.mod
+54 −46 go.sum
+11 −0 gui/default/assets/lang/lang-ca.json
+3 −3 gui/default/assets/lang/lang-cs.json
+2 −1 gui/default/assets/lang/lang-da.json
+1 −1 gui/default/assets/lang/lang-es.json
+555 −0 gui/default/assets/lang/lang-ga.json
+310 −3 gui/default/assets/lang/lang-gl.json
+1 −1 gui/default/assets/lang/lang-ru.json
+237 −237 gui/default/assets/lang/lang-zh-CN.json
+1 −1 gui/default/assets/lang/lang-zh-TW.json
+1 −1 gui/default/assets/lang/prettyprint.js
+1 −1 gui/default/assets/lang/valid-langs.js
+1 −3 gui/default/syncthing/core/aboutModalView.html
+0 −0 gui/default/syncthing/core/syncthingController.js
+0 −0 gui/default/vendor/bootstrap/config.json
+0 −0 gui/default/vendor/bootstrap/css/bootstrap-theme.css
+0 −0 gui/default/vendor/bootstrap/css/bootstrap.css
+0 −0 gui/default/vendor/bootstrap/js/bootstrap.js
+0 −1 lib/build/build.go
+1 −1 lib/config/folderconfiguration.go
+1 −1 lib/db/lowlevel.go
+1 −1 lib/fs/basicfs.go
+3 −1 lib/fs/basicfs_watch.go
+2 −2 lib/fs/basicfs_watch_eventtypes_darwin.go
+2 −2 lib/fs/basicfs_watch_eventtypes_other.go
+2 −2 lib/fs/basicfs_watch_unsupported.go
+1 −1 lib/fs/tempname.go
+1 −1 lib/ignore/ignore.go
+1 −1 lib/ignore/ignoreresult/ignoreresult_foldcase.go
+1 −1 lib/ignore/ignoreresult/ignoreresult_nofoldcase.go
+2 −2 lib/locations/locations.go
+2 −2 lib/model/folder_sendrecv.go
+1 −1 lib/model/folder_summary.go
+102 −0 lib/model/mocks/model.go
+5 −3 lib/model/model.go
+1 −1 lib/model/model_test.go
+2 −2 lib/model/progressemitter.go
+1 −1 lib/model/progressemitter_test.go
+3 −3 lib/model/sharedpullerstate.go
+16 −0 lib/osutil/lowprio_noop.go
+2 −2 lib/osutil/lowprio_unix.go
+1 −1 lib/protocol/bep_extensions.go
+1 −2 lib/protocol/deviceid.go
+1 −1 lib/protocol/encryption.go
+1 −1 lib/scanner/blocks.go
+1 −1 lib/scanner/blocks_test.go
+1 −1 lib/scanner/walk.go
+1 −1 lib/scanner/walk_test.go
+0 −157 lib/sha256/sha256.go
+1 −1 lib/signature/signature.go
+86 −0 lib/syncthing/internals.go
+4 −6 lib/syncthing/syncthing.go
+13 −3 lib/upgrade/upgrade_supported.go
+2 −2 lib/upgrade/upgrade_unsupp.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
+10 −2 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 −6 man/syncthing.1
+1 −1 test/util.go

0 comments on commit b4ad87e

Please sign in to comment.