Commit Graph

  • cdefa535ed
    lib/connections: Skip allocation in check for missing port (#9297) greatroar 2023-12-20 11:59:11 +0100
  • 91084b83b4
    lib/upgrade: Extract signing key to embedded file (fixes #9247) (#9296) gudvinr 2023-12-18 22:47:57 +0300
  • 5360e7153b gui, man, authors: Update docs, translations, and contributors Syncthing Release Automation 2023-12-18 03:45:20 +0000
  • 5d0ca19350 build: Update quic-go (fixes #9287) Jakob Borg 2023-12-13 12:35:59 +0100
  • e8d3529fed
    lib/model: Only handle relevant folder summaries (kqueue) (fixes #9183) (#9288) Eric P 2023-12-13 12:34:24 +0100
  • 935a28c961
    lib/model: Use a single lock (phase two: cleanup) (#9276) Jakob Borg 2023-12-11 22:06:45 +0100
  • d21a2de055
    build(deps): bump actions/setup-go from 4 to 5 (#9279) dependabot[bot] 2023-12-11 21:38:46 +0100
  • 6f1023665c
    lib/model: Use a single lock (#9275) Jakob Borg 2023-12-11 21:26:23 +0100
  • c53a1f210c
    cmd/syncthing: Better cli stdin handling (ref #9166) (#9281) Jakob Borg 2023-12-11 21:15:52 +0100
  • b71a930bfc
    cmd/syncthing: Mostly replace urfave/cli command line parser with alecthomas/kong (#9166) cjc7373 2023-12-11 18:35:57 +0800
  • 36acf3e66b Add basic C bindings to start and stop Syncthing and invoke its CLI libsyncthing-v1.27.1 Martchus 2018-04-08 20:01:43 +0200
  • a2cbc62521 lib/nat: Fix test build failure (ref #9010) Jakob Borg 2023-12-11 10:13:14 +0100
  • 768fd6bff8 Merge branch 'release' Jakob Borg 2023-12-11 08:13:28 +0100
  • 48883e0e32 lib/model: Add pmut locking for DeviceStatistics (fixes #9274) Jakob Borg 2023-12-11 08:02:25 +0100
  • 30fe2cf514 lib/model: Add pmut locking for DeviceStatistics (fixes #9274) Jakob Borg 2023-12-11 08:02:25 +0100
  • 3850a08252 lib/model: Remove spurious "replacing service" failure event (ref #9271) Jakob Borg 2023-12-11 07:42:39 +0100
  • d0e407f3c3 lib/model: Remove spurious "replacing service" failure event (ref #9271) Jakob Borg 2023-12-11 07:42:39 +0100
  • 16db6fcf3d
    lib/nat, lib/upnp: IPv6 UPnP support (#9010) Maximilian 2023-12-11 07:36:18 +0100
  • 4c5528bd0e gui, man, authors: Update docs, translations, and contributors Syncthing Release Automation 2023-12-11 03:45:22 +0000
  • d42fff1016
    gui: Show folder/device status on small screens (#8643) tomasz1986 2023-12-10 15:14:10 +0100
  • a28de73031
    lib/model: Remove runner during folder cleanup (fixes #9269) (#9271) Simon Frei 2023-12-08 07:13:09 +0100
  • 75310b58a0
    build: Update dependencies (#9265) Jakob Borg 2023-12-06 10:53:45 +0100
  • 8064957270
    build: Revert specifics for Go 1.21.4, build using Go 1.21.5 (#9264) Jakob Borg 2023-12-06 09:02:12 +0100
  • 9ff85f7192 Add basic C bindings to start and stop Syncthing and invoke its CLI libsyncthing-v1.27.0 Martchus 2018-04-08 20:01:43 +0200
  • c1ec9a8826
    lib/fs: Reduce memory usage in xattrs handling (#9251) Jakob Borg 2023-12-04 12:48:17 +0100
  • 1625b44892
    lib/model: Improve LastSeen handling (#9256) Jakob Borg 2023-12-04 09:24:10 +0100
  • d51760f410
    lib/scanner: Record inode change time for directories and symlinks (#9250) Jakob Borg 2023-12-04 07:48:24 +0100
  • 7b1932d64e
    lib/api: Improve ignore loading error handling (fixes #9253) (#9254) Jakob Borg 2023-12-04 07:11:35 +0100
  • 5bfc540c88 gui, man, authors: Update docs, translations, and contributors Syncthing Release Automation 2023-12-04 03:45:22 +0000
  • 4cba99fcd4 lib/fs: Better equality comparison in mtimefs Jakob Borg 2023-12-03 16:01:46 +0100
  • 2ae15aa454 cmd/stcrashreceiver: Add metrics for diskstore inventory Jakob Borg 2023-11-24 09:05:57 +0100
  • 47bcf4f8f4 cmd/stcrashreceiver: Minor cleanup, stricter file permissions Jakob Borg 2023-11-24 08:55:33 +0100
  • a8b9096353 cmd/stcrashreceiver: Add metrics for incoming reports Jakob Borg 2023-11-24 08:38:34 +0100
  • 5328380691 cmd/ursrv: Add metrics for incoming reports Jakob Borg 2023-10-16 16:20:47 +0200
  • 6069cf39e5 gui, man, authors: Update docs, translations, and contributors Syncthing Release Automation 2023-11-27 03:45:21 +0000
  • 1f7d236742
    gui: Specialize a special-purpose checkbox style (#9236) Emil Lundberg 2023-11-21 10:00:18 +0100
  • 8e9ee3fbe8 gui, man, authors: Update docs, translations, and contributors Syncthing Release Automation 2023-11-20 08:49:38 +0000
  • 35b0afc131 build: Support new nested namespaces in Weblate downloads Jakob Borg 2023-11-20 09:47:08 +0100
  • 958ff67ccc
    lib/model: Acquire fmut lock in ensureIndexHandler (fixes #9234) (#9235) Simon Frei 2023-11-20 08:12:25 +0100
  • 13d9317a38
    gui: Allow to translate "unknown device" (#9229) tomasz1986 2023-11-16 22:07:15 +0100
  • b67dd1dc62 Add basic C bindings to start and stop Syncthing and invoke its CLI libsyncthing-v1.26.1 Martchus 2018-04-08 20:01:43 +0200
  • b014a9ebc2 lib/api: Add cache busting for basic auth (ref #9208) (#9215) Jakob Borg 2023-11-14 11:57:39 +0100
  • 53123c0b01 lib/api: Improve cookie handling (fixes #9208) (#9214) Jakob Borg 2023-11-13 20:37:29 +0100
  • 07ad2db503 build: Version constraint to avoid Go 1.21.4 on Windows (ref #9207) (#9213) Jakob Borg 2023-11-13 10:52:59 +0100
  • b184d46d8a
    cmd/ursrv: Add link to source code (#9224) Anatoli Babenia 2023-11-15 11:51:23 +0300
  • 3f32c5cb4b cmd/ursrv: Anchor distribution expressions to avoid mismatches (ref #9141) Jakob Borg 2023-11-15 09:24:24 +0100
  • 5c65a1bc83 build: Ursrv image for infrastructure Jakob Borg 2023-11-15 08:46:11 +0100
  • d0a6dc5b13 cmd/ursv: Report on copy range method Jakob Borg 2023-11-15 08:46:27 +0100
  • 439c6c5b7c
    lib/api: Add cache busting for basic auth (ref #9208) (#9215) Jakob Borg 2023-11-14 11:57:39 +0100
  • aaee0c126b cmd/stdiscorv: Expose build info in metrics Jakob Borg 2023-11-14 09:31:53 +0100
  • f3bd4d71de
    gui: Fix Weblate merge conflict (#9222) André Colomb 2023-11-14 08:21:40 +0100
  • 876d056705
    build: Fixup Docker changes from previous (#9223) Jakob Borg 2023-11-14 08:17:34 +0100
  • e988978fa1
    Add `org.opencontainers.image.source` to Dockerfiles (#9211) DerRockWolf 2023-11-14 06:46:14 +0000
  • d5deede7a1 build: Update dependencies Jakob Borg 2023-11-14 07:41:53 +0100
  • 4f70f5c280
    gui: Use nested namespace for theme name translation keys (#9220) André Colomb 2023-11-14 07:22:52 +0100
  • a1ad020b63
    Support explicit translation ID and dotted namespaces in translation extraction (#9192) Emil Lundberg 2023-11-13 21:04:24 +0100
  • 8f1b0df74b
    lib/api: Improve cookie handling (fixes #9208) (#9214) Jakob Borg 2023-11-13 20:37:29 +0100
  • 0f8dc6c1d3 test: Update testing configs Jakob Borg 2023-11-13 13:51:15 +0100
  • 8ae9db3b2d
    build: Use actual Go version as cache key (#9216) Jakob Borg 2023-11-13 12:20:40 +0100
  • e477777f49
    build: Version constraint to avoid Go 1.21.4 on Windows (ref #9207) (#9213) Jakob Borg 2023-11-13 10:52:59 +0100
  • 7a132bdf24 gui, man, authors: Update docs, translations, and contributors Syncthing Release Automation 2023-11-13 03:45:25 +0000
  • 5e2b7825dc cmd/stdiscosrv: Metric for returned retry-after Jakob Borg 2023-11-03 10:09:19 -1000
  • 6d30c109e4 build: Push to Docker :edge tag for infrastructure builds Jakob Borg 2023-10-26 15:09:13 +0200
  • 58bd931d90 cmd/stdiscosrv: Account IPv4 & IPv6 Jakob Borg 2023-10-26 15:07:52 +0200
  • 854499382e
    cmd/stdiscosrv: Prevent nil IPs from X-Forwarded-For (fixes #9189) (#9190) vapatel2 2023-11-08 03:10:23 -0800
  • 13a8b58e40 Add basic C bindings to start and stop Syncthing and invoke its CLI libsyncthing-v1.26.0 Martchus 2018-04-08 20:01:43 +0200
  • cb4c1f9ad2
    build: Update dependencies (#9202) Jakob Borg 2023-11-06 14:43:11 -1000
  • b452fb3ad2
    gui: Add id attribute to login button, allows form filling tools to be used (fixes #9200) (#9201) Catfriend1 2023-11-07 01:30:19 +0100
  • c17a1fea77 gui, man, authors: Update docs, translations, and contributors Syncthing Release Automation 2023-11-06 03:45:25 +0000
  • d50511c5c6 gui, man, authors: Update docs, translations, and contributors Syncthing Release Automation 2023-10-30 03:45:44 +0000
  • bae6d5f375
    lib/location: Fix regression of timestamp handling (ref #9180) (#9185) Jakob Borg 2023-10-26 07:41:02 +0200
  • b5082f6af8
    lib/locations: Change default config/data location to new XDG recommendation (fixes #9178, fixes #9179) (#9180) Jakob Borg 2023-10-25 11:16:24 +0200
  • 9666e9701b
    build(deps): bump github.com/quic-go/quic-go from 0.39.0 to 0.39.1 (#9181) dependabot[bot] 2023-10-24 07:23:38 +0200
  • 86e1c5ff18 gui, man, authors: Update docs, translations, and contributors Syncthing Release Automation 2023-10-23 03:45:41 +0000
  • 16ae1fbe5e
    lib/fs: Ignore inode change time on Android (#9177) tomasz1986 2023-10-21 08:24:29 +0200
  • 11f508d9be build: Post build logs to Syncthing Loki Jakob Borg 2023-10-16 11:07:37 +0200
  • 9ce6a73f42 Revert "cmd/stcrashreceiver: Aggregate slice out of bounds errors" Jakob Borg 2023-10-16 08:07:57 +0200
  • c5a991cf0a gui, man, authors: Update docs, translations, and contributors Syncthing Release Automation 2023-10-16 03:45:30 +0000
  • 14569f12d3
    Hide log out button when auth is not enabled (#9158) Emil Lundberg 2023-10-15 14:10:41 +0200
  • a405c21ebb cmd/stdiscosrv: Only attempt unescaping when there are %-encodings in the header (fixes #9143) Jakob Borg 2023-10-14 12:29:53 +0200
  • dc6a10dff4 cmd/stcrashreceiver: Aggregate slice out of bounds errors Jakob Borg 2023-09-20 08:52:33 +0200
  • d4c2acf6f6 cmd/stcrashreceiver: Propagate synthetic user ID for crashes Jakob Borg 2023-09-20 08:39:01 +0200
  • 483ecada80 build: Update dependencies Jakob Borg 2023-10-14 12:18:27 +0200
  • 9553365d31
    lib/fs: Properly handle Windows deduplicated files (fixes #9120) (#9168) Eric P 2023-10-11 14:40:55 +0200
  • 5eb20580b1
    cmd/ursrv: Replace "2006-01-02" with time.DateOnly (#9157) orangekame3 2023-10-11 19:32:19 +0900
  • ea1ea366d2 lib/api: Check basic auth (and set session cookie) before noauth exceptions (#9159) Emil Lundberg 2023-10-10 07:48:35 +0200
  • 6e4574a9f7 gui, man, authors: Update docs, translations, and contributors Syncthing Release Automation 2023-10-09 03:45:35 +0000
  • 3d0da5ac60
    lib/api: Better handle %s templates in LDAP strings (fixes #9072) (#9155) Jakob Borg 2023-10-07 04:29:53 +0200
  • 9f8e6966d8
    docker: Allow start even if chown fails (fixes #9133) (#9152) Jakob Borg 2023-10-07 04:12:07 +0200
  • a64ae36bcc
    lib/model: Verify versioning on configuration reload (fixes #9106) (#9154) Jakob Borg 2023-10-07 04:09:51 +0200
  • 690b55360f
    cmd/stdiscosrv: Handle unescaped cert header from Traefik (fixes #9143) (#9153) Jakob Borg 2023-10-07 04:09:07 +0200
  • 2f6187dc0e
    Add oxford comma (#9137) DeflateAwning 2023-10-06 09:25:28 -0600
  • 8294870ffc
    Add HTML login form (fixes #4137) (#8757) Emil Lundberg 2023-10-06 13:00:58 +0200
  • ac2e444a97
    gui: Fix favicon status (fixes #9149) (#9150) bt90 2023-10-06 12:27:13 +0200
  • 4f6b86a1c0 cmd/stdiscosrv: Slightly tweak replication settings Jakob Borg 2023-10-04 11:36:49 +0200
  • 606fd3a001 Add basic C bindings to start and stop Syncthing and invoke its CLI libsyncthing-v1.25.0 Martchus 2018-04-08 20:01:43 +0200
  • 516c057d43 build: Update deps Jakob Borg 2023-10-03 10:00:16 +0200
  • d644dce4e7 build: Run release steps for workflow_dispatch as well Jakob Borg 2023-10-03 09:33:52 +0200
  • 7c579880eb
    cmd/ursrv: Add linuxserver.io detection (#9145) bt90 2023-10-02 12:48:04 +0200
  • 296db314f5
    lib/config: Improve parsing of gui-address overrides (#9144) Jakob Borg 2023-10-02 08:40:03 +0200