Jakob Borg
|
a9d422e008
|
Revert "lib/model: Use the new file name when requesting rescan"
This has consequences that I haven't thought through for case mismatches
(i.e. we have foo.txt in the database and queue a rescan for FOO.txt).
|
2017-11-09 13:55:45 +01:00 |
|
Jakob Borg
|
75f64733f9
|
lib/model: Use the new file name when requesting rescan
If the file is not already in the database, the "curfile" will be empty
and the rescan request cover the entire folder.
|
2017-11-09 13:48:39 +01:00 |
|
Audrius Butkevicius
|
ad0a205116
|
Add block stats aggregates (#11)
|
2017-11-08 14:41:42 +00:00 |
|
Jakob Borg
|
40c952c0ae
|
gui, man: Update docs & translations
|
2017-11-08 07:45:21 +01:00 |
|
AudriusButkevicius
|
0ee1146e1c
|
lib/connections: Indicate stack in transport (fixes #4463)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4486
|
2017-11-07 07:25:05 +00:00 |
|
AudriusButkevicius
|
88180904f2
|
cmd/syncthing: Don't cache stale options in main (fixes #4474)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4491
LGTM: imsodin, calmh
|
2017-11-07 07:20:19 +00:00 |
|
Simon Frei
|
f6ea2a7f8e
|
lib/model: Trigger pulls instead of pulling periodically
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4340
|
2017-11-07 06:59:35 +00:00 |
|
AudriusButkevicius
|
c5f90d64bc
|
cmd/syncthing: Report if weak hash is enabled
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4490
|
2017-11-06 15:04:59 +00:00 |
|
Jakob Borg
|
941c9f1531
|
cmd/syncthing: Accept pre-hashed password in config POST (fixes #4458)
It must be a bcrypt hash.
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4466
|
2017-11-06 14:22:10 +00:00 |
|
AudriusButkevicius
|
62a4106a79
|
lib/connections: Fix lan detection (fixes #4421)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4487
|
2017-11-06 14:05:29 +00:00 |
|
Jakob Borg
|
9c855ab22e
|
lib/config, lib/model: Configurable folder marker name (fixes #1126)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4483
|
2017-11-05 12:18:05 +00:00 |
|
Jakob Borg
|
166273b357
|
vendor: Patch github.com/ccding/go-stun for user-visible spelling error
|
2017-11-05 12:05:01 +01:00 |
|
Jakob Borg
|
d304498027
|
vendor: Update github.com/syndtr/goleveldb, minor bugfixes
|
2017-11-05 10:56:24 +01:00 |
|
HairyFotr
|
7cbd92e1b1
|
all: Fix comment typos
Skip-check: authors
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4481
|
2017-11-04 07:20:11 +00:00 |
|
nelsonkhan
|
9245d22f16
|
gui: Rename 'global changes' to 'recent changes' (fixes #4326)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4479
|
2017-11-03 07:09:10 +00:00 |
|
Jakob Borg
|
3f85f719de
|
authors: Add nelsonkhan
|
2017-11-03 08:00:14 +01:00 |
|
Jakob Borg
|
7ba05c18ee
|
Merge branch 'release'
* release:
cmd/syncthing: Fix incorrect shadowing preventing first startup (fixes #4471)
|
2017-11-02 07:48:50 +01:00 |
|
Jakob Borg
|
617bf173a4
|
gui, man: Update docs & translations
|
2017-11-01 07:45:19 +01:00 |
|
Jakob Borg
|
5f8c0ca932
|
cmd/syncthing: Fix incorrect shadowing preventing first startup (fixes #4471)
|
2017-10-28 21:15:32 +02:00 |
|
Jakob Borg
|
93a66deb7e
|
cmd/syncthing: Fix incorrect shadowing preventing first startup (fixes #4471)
|
2017-10-28 21:14:37 +02:00 |
|
Jakob Borg
|
997bed569e
|
Merge branch 'release'
* release:
lib/model: Add initial noop watch cancel func (fixes #4464)
vendor: Fix kcp deadlock
|
2017-10-28 10:04:28 +02:00 |
|
Simon Frei
|
b999b58049
|
lib/watchaggregator: Relax test timing requirement for the benefit of macos
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4469
|
2017-10-26 21:09:10 +00:00 |
|
Jakob Borg
|
c3c6ff0093
|
Various haxery
|
2017-10-26 15:10:17 +02:00 |
|
Simon Frei
|
2953fe40d1
|
lib/model: Add initial noop watch cancel func (fixes #4464)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4465
|
2017-10-26 13:50:30 +02:00 |
|
Simon Frei
|
4b69d0e093
|
lib/model: Add initial noop watch cancel func (fixes #4464)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4465
|
2017-10-26 11:49:06 +00:00 |
|
Audrius Butkevicius
|
ff0a83fe5b
|
vendor: Fix kcp deadlock
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4461
|
2017-10-25 21:57:51 +02:00 |
|
Audrius Butkevicius
|
9c60bb8336
|
vendor: Fix kcp deadlock
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4461
|
2017-10-25 19:34:38 +00:00 |
|
Jakob Borg
|
34903c4201
|
Option to listen on just HTTP (behind reverse proxy)
|
2017-10-25 09:26:13 +02:00 |
|
Jakob Borg
|
9ecf9a3f48
|
gui, man: Update docs & translations
|
2017-10-25 07:45:19 +02:00 |
|
Simon Frei
|
7ba9e7c322
|
lib/db: Filter unchanged files when updating and polish
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4426
|
2017-10-24 20:05:29 +00:00 |
|
Simon Frei
|
dc42db444b
|
lib/model, lib/config: Refactor folder health/error handling (fixes #4445, fixes #4451)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4455
LGTM: AudriusButkevicius, calmh
|
2017-10-24 07:58:55 +00:00 |
|
Audrius Butkevicius
|
a9c221189b
|
lib/connections: Stun resolves server adress beforehand (fixes #4453)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4454
|
2017-10-22 18:48:06 +00:00 |
|
Audrius Butkevicius
|
b2966957e0
|
lib/connections: Add KCP blacklist period
|
2017-10-22 13:56:52 +01:00 |
|
Audrius Butkevicius
|
0d30166357
|
lib/connections: Use own KCP fork, move listener setup earlier (ref #4446)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4452
|
2017-10-22 12:36:36 +00:00 |
|
Jakob Borg
|
d65f1fb08a
|
lib/config: Improve debug logging around folder marker
|
2017-10-22 00:04:51 +02:00 |
|
Audrius Butkevicius
|
622b614f31
|
all: Ignore Sync errors on directories (fixes #4432)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4449
|
2017-10-21 22:00:46 +00:00 |
|
Audrius Butkevicius
|
335b08e3a8
|
Support fs watcher stuff, add missing fields (#9)
|
2017-10-21 21:15:00 +02:00 |
|
Audrius Butkevicius
|
b1ade6d0c0
|
gui: Do not prompt for UR changes if disabled (fixes #4444)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4448
|
2017-10-21 18:46:07 +00:00 |
|
Simon Frei
|
46becc5338
|
build: Handle split GOPATH
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4447
|
2017-10-21 17:37:06 +00:00 |
|
Simon Frei
|
20fac4bb80
|
main: Improve logging for initial config loading (ref #4431)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4436
|
2017-10-21 09:00:24 +00:00 |
|
Simon Frei
|
d84b6bb822
|
build: Warn when being executed outside of gopath
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4425
|
2017-10-20 23:10:55 +00:00 |
|
Simon Frei
|
55b63941b8
|
cmd/syncthing: Add fswatcher and remove useAPIKey stats
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4438
|
2017-10-20 16:25:20 +00:00 |
|
Simon Frei
|
c9bb3ba2e4
|
Remove obsolete UseAPIKey value (#8)
|
2017-10-20 17:24:25 +01:00 |
|
Simon Frei
|
e70003737b
|
lib/fs: make watcher tests even more darwin slowness resistant
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4439
|
2017-10-20 15:59:18 +00:00 |
|
Michael Ploujnikov
|
f98c21b68e
|
all: Add filesystem notification support
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3986
|
2017-10-20 14:52:55 +00:00 |
|
Simon Frei
|
c704ba9ef9
|
gui: "versioner" -> "versioning" and add missing translations
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4435
|
2017-10-20 13:55:22 +00:00 |
|
Jakob Borg
|
dfad6a2aa9
|
gui, man: Update docs & translations
|
2017-10-18 07:45:20 +02:00 |
|
Audrius Butkevicius
|
fb7264a663
|
cmd/syncthing: Enable KCP by default
Also, use upstream library, as my changes have been merged.
|
2017-10-17 23:17:10 +01:00 |
|
Audrius Butkevicius
|
889814a1af
|
gui: Add uncamel filter
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4428
LGTM: imsodin, calmh
|
2017-10-17 07:56:36 +00:00 |
|
Simon Frei
|
694a7de59d
|
build: Correct import paths for vet tools
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4420
|
2017-10-15 10:39:50 +00:00 |
|