-
0ac6ea6f1e
gui: Reformat HTML & JS for consistent white space
Jakob Borg
2018-12-25 14:26:46 +01:00
-
41469c5393
lib/rc: Remove dead lock (fixes #5403)
Jakob Borg
2018-12-23 09:11:15 +01:00
-
4783294a09
lib/model: Don't pass nil *Matcher to performFinish (fixes #5401) (#5402)
Simon Frei
2018-12-22 21:58:17 +01:00
-
c8123bda28
cmd/syncthing: Don't rewrite config on startup unless necessary (#5399)
Jakob Borg
2018-12-21 15:26:36 +01:00
-
99c9d65ddf
lib/scanner: Check ignore patterns before reporting error (fixes #5397) (#5398)
Simon Frei
2018-12-21 12:08:15 +01:00
-
fc81e2b3d7
lib/model: Do folder watch operations under lock (fixes #5392) (#5395)
Simon Frei
2018-12-21 12:06:21 +01:00
-
c3b3e02f21
test: Update configs and revert changes during testing (#5393)
Simon Frei
2018-12-21 11:50:28 +01:00
-
2626143fc5
lib/rc: Fix hangups when Syncthing process ends unexpectedly (#5383)
Simon Frei
2018-12-21 11:49:04 +01:00
-
ae0dfcd7ca
build: Allow specifying the go command (#5396)
Stefan Tatschner
2018-12-20 15:24:35 +01:00
-
58f3e56729
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-12-19 07:45:22 +01:00
-
944ddcf768
all: Become a Go module (fixes #5148) (#5384)
Jakob Borg
2018-12-18 12:36:38 +01:00
-
3cc8918eb4
lib/db: Defer unlock to avoid hangup on panic (#5388)
Simon Frei
2018-12-17 14:59:09 +01:00
-
c40c9a8d6a
lib/scanner: Don't report error on missing items (fixes #5385) (#5387)
Simon Frei
2018-12-17 14:52:15 +01:00
-
-
abb3fb8a31
lib/events: Become a service (fixes #5372) (#5373)
Jakob Borg
2018-12-13 13:42:28 +01:00
-
fc860df514
lib/watchaggregator: Properly unsubscribe from events when stopping (ref #5372) (#5374)
Jakob Borg
2018-12-13 08:11:51 +01:00
-
c934918347
lib/scanner: Fix empty path on normalization error (fixes #5369) (#5370)
Simon Frei
2018-12-12 12:09:39 +01:00
-
c98a34a5d4
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-12-12 07:45:23 +01:00
-
bdcffe703b
build: Don't use go build -i (#5367)
Jörg Thalheim
2018-12-11 12:37:47 +00:00
-
a09079ed25
all: Display list of locally changed items in UI (fixes #5336) (#5337)
Simon Frei
2018-12-11 09:59:04 +01:00
-
1b59960ff9
lib/model: Attempt to unflake Deregister tests (fixes #5362) (#5366)
Jakob Borg
2018-12-11 09:42:03 +01:00
-
f04d054b5a
lib/db: Document current keyspace
Jakob Borg
2018-12-10 09:55:04 +01:00
-
132789785d
etc: Add hardening options to syncthing systemd services (fixes #5286) (#5351)
desbma
2018-12-07 14:58:12 +01:00
-
002de7b6a0
Merge branch 'release'
Jakob Borg
2018-12-05 12:24:36 +01:00
-
-
9e725026d1
gui: Don't use newfangled ES6 features (fixes #5348)
Jakob Borg
2018-12-05 12:03:47 +01:00
-
da39dfada3
gui: Don't use newfangled ES6 features (fixes #5348)
Jakob Borg
2018-12-05 12:03:47 +01:00
-
ff2cde469e
lib/model: Allow limiting number of concurrent scans (fixes #2760) (#4888)
Audrius Butkevicius
2018-12-05 07:40:05 +00:00
-
0fe4c01a28
lib/db: Fix broken test on Windows (#5347)
Jakob Borg
2018-12-05 08:24:14 +01:00
-
351e855464
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-12-05 07:45:21 +01:00
-
7203ccb73d
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-11-28 07:45:22 +01:00
-
e89c4c053a
lib/db: Simple case sensitivity test
Jakob Borg
2018-11-26 17:58:00 +01:00
-
0391c57a37
cmd/syncthing: Improve logged device information on startup (#5321)
Simon Frei
2018-11-22 11:39:01 +01:00
-
2f9840ddae
lib: Introduce fs.IsParent (fixes #5324) (#5326)
Simon Frei
2018-11-22 11:16:45 +01:00
-
513d3bc374
gui: Display rate limit (fixes #5320) (#5328)
Ben S
2018-11-22 10:59:04 +01:00
-
c0a26c918a
lib/scanner, vendor: Update github.com/chmduquesne/rollinghash (fixes #5334) (#5335)
Jakob Borg
2018-11-22 08:50:06 +01:00
-
d1704d5304
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-11-21 07:45:22 +01:00
-
d3d0161fb9
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-11-14 07:45:23 +01:00
-
db8777c29e
lib/model: Add test for #5323 (#5325)
Simon Frei
2018-11-13 09:36:16 +01:00
-
-
ba4554f053
gui: Sharing tab for folders (#5313)
Ben S
2018-11-13 08:57:45 +01:00
-
33bed5b1ec
lib/model: Don't compare permissions if IgnorePerms is true (fixes #5323) (#5322)
Simon Frei
2018-11-13 08:54:49 +01:00
-
4f27bdfc27
lib/model, lib/protocol: Handle request concurrency in model (#5216)
Simon Frei
2018-11-13 08:53:55 +01:00
-
9212303906
gui: Defer jsTree initialisation until next digest cycle (fixes #4738)
Cromefire_
2018-11-11 13:42:53 +01:00
-
603da2dce2
cmd/syncthing, lib/relay: Fixes regarding stopping of services (#5293)
Simon Frei
2018-11-07 11:05:07 +01:00
-
d510e3cca3
all: Display errors while scanning in web UI (fixes #4480) (#5215)
Simon Frei
2018-11-07 11:04:41 +01:00
-
f51514d0e7
gui: Select / Deselect all folders / devices (#fixes 4000) (#5307)
BAHADIR YILMAZ
2018-11-07 11:44:52 +03:00
-
e67be59c5f
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-11-07 07:45:25 +01:00
-
add12b43aa
cmd/syncthing: Make directory auto-complete case insensitive (fixes #1347)
Benno Fünfstück
2018-11-01 20:13:11 +01:00
-
aec91d8f32
cmd/ursrv: Add google maps api key (fixes #5296) (#5303)
Simon Frei
2018-11-01 06:21:28 +01:00
-
53b0f36be6
lib/fs: Use os.FileMode.String for fs.FileMode (#5302)
Simon Frei
2018-10-31 12:49:50 +01:00
-
830bde2c83
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-10-31 07:45:23 +01:00
-
be1744a481
cmd/strelaypoolsrv: Hardcode a usable maps API key (fixes #5296)
Jakob Borg
2018-10-31 07:39:38 +01:00
-
01ade9c8ae
lib/connections: Don't panic on removed device (fixes #5299) (#5300)
Simon Frei
2018-10-30 10:34:19 +01:00
-
b1acc37c16
lib/db: Update local need on device removal (fixes #5294) (#5295)
Simon Frei
2018-10-30 05:40:51 +01:00
-
64a591610b
lib/model: Check if files from queue are invalid (fixes #5291) (#5292)
Simon Frei
2018-10-26 20:13:35 +02:00
-
9a07b22d4a
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-10-24 07:45:24 +02:00
-
406bedf1e3
lib/logger: Disable debug flags without debugging (fixes #4780) (#5278)
Simon Frei
2018-10-23 15:17:40 +02:00
-
7f55fbbe84
gui: Show usage reporting title regardless of RC (#5284)
Simon Frei
2018-10-23 10:30:13 +02:00
-
75f9ea623c
cmd: Update prometheus_client (fixes #5280) (#5282)
Alexandre Viau
2018-10-21 11:11:26 -04:00
-
9745679c63
lib: chmod -x on progressemitter.go and errors.go (#5281)
Alexandre Viau
2018-10-21 11:08:14 -04:00
-
8519a24ba6
cmd/*, lib/tlsutil: Refactor TLS stuff (fixes #5256) (#5276)
Jakob Borg
2018-10-21 14:17:50 +09:00
-
c0be9987d0
build: Add desktop files and icons to .deb (fixes #3439) (#5277)
Simon Frei
2018-10-20 08:25:59 +02:00
-
c1f1fd71fe
cmd/stdiscosrv: Unflake test (fixes #5247)
Jakob Borg
2018-10-18 20:39:36 +09:00
-
3c657d1749
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-10-17 07:45:24 +02:00
-
53f80fdf73
Update golint import path (#5274)
Nico Stapelbroek
2018-10-16 20:53:03 +02:00
-
6325ae070c
cmd/syncthing: Correct type assertion in verboseService (fixes #5270) (#5272)
Simon Frei
2018-10-16 01:09:24 +02:00
-
089c283ca6
lib/config: Disable folder free disk check when configured (fixes #5267) (#5268)
Simon Frei
2018-10-12 13:34:56 +02:00
-
8d7ea0424d
vendor: Update github.com/syncthing/notify (#5263)
Simon Frei
2018-10-12 12:24:25 +02:00
-
f12d5771dc
cmd/syncthing: We can use Go 1.8 constants now
Jakob Borg
2018-10-12 07:55:47 +02:00
-
7b0c49a1b6
cmd/stindex: Add index checking mode ("idxck") (#5262)
Jakob Borg
2018-10-11 21:48:39 +02:00
-
0690fe7585
lib/model: Unnecessary return (#5264)
Simon Frei
2018-10-11 15:08:37 +02:00
-
3bc918ff78
lib/db: Properly remove FileInfos when dropping folder (#5260)
Jakob Borg
2018-10-11 12:09:44 +02:00
-
3e50edf46f
lib/db: More info in sequence panic msg (#5261)
Simon Frei
2018-10-11 12:05:57 +02:00
-
1b10607def
lib/model: Don't check folder health if there is nothing to pull (fixes #2497) (#5255)
Simon Frei
2018-10-11 11:33:21 +02:00
-
9d7a811e72
lib/model: Don't flake out on shortcutting files (ref #5258, #5257, #5234) (#5259)
Jakob Borg
2018-10-11 11:07:52 +02:00
-
4f7d43a6dd
cmd/syncthing: Minor support bundle tweaks
Jakob Borg
2018-10-11 08:13:52 +02:00
-
83675e7a1d
Merge branch 'release'
Jakob Borg
2018-10-11 07:12:49 +02:00
-
-
34fee05a1d
gui: Update device name properly when saving config (fixes #5249) (#5254)
Jakob Borg
2018-10-10 20:14:24 +02:00
-
d10773c311
lib/db, lib/model: Resolve identical recv only items (fixes #5130) (#5230)
Simon Frei
2018-10-10 12:43:07 +02:00
-
caa2356409
lib/db: Rename things (ref #5198)
Jakob Borg
2018-10-10 11:48:21 +02:00
-
523ac45456
lib/model: Treat failed rename like del&update (#5203)
Simon Frei
2018-10-10 11:37:20 +02:00
-
b50d57b7fd
lib/db: Refactor: use a Lowlevel type underneath Instance (ref #5198) (#5212)
Jakob Borg
2018-10-10 11:34:24 +02:00
-
666314a9d9
gui: Close unclosed tag (fixes #5253)
Jakob Borg
2018-10-10 08:13:19 +02:00
-
8e645ab782
gui: Close unclosed tag (fixes #5253)
Jakob Borg
2018-10-10 08:13:19 +02:00
-
dfc1101307
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-10-10 07:45:20 +02:00
-
-
f12ca95af2
lib/model: Unflake TestFolderRestartZombies (fixes #5244)
Jakob Borg
2018-10-07 13:58:25 +02:00
-
f528923d1e
lib/model, cmd/syncthing: Wait for folder restarts to complete (fixes #5233) (#5239)
Jakob Borg
2018-10-05 10:26:25 +02:00
-
c9d6366d75
lib/connections: Don't info log about LAN if there are no rate limits (#5242)
Simon Frei
2018-10-05 08:22:47 +02:00
-
714a47ffb0
lib/config: Add context to the home disk out of space error (#5241)
Simon Frei
2018-10-05 08:21:39 +02:00
-
86a22b8086
gui: Add missing 'Close' button on remote devices' files (#5232)
Peter Badida
2018-10-03 09:00:02 +02:00
-
a4d27282ae
gui: Migrate to fork-awesome (fixes #5236) (#5237)
Alexandre Viau
2018-10-03 02:56:54 -04:00
-
2e425c4386
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-10-03 07:45:28 +02:00
-
d27463268d
lib/fs: Add fakefs (#5235)
Jakob Borg
2018-10-02 20:29:06 +02:00
-
3d74ff97af
cmd/syncthing: Fix support bundle zip name pattern
Jakob Borg
2018-10-02 05:32:54 +02:00
-
675846ac1e
cmd/syncthing, gui: Implement download of "support bundle" (fixes #5142) (#5145)
BAHADIR YILMAZ
2018-10-01 18:23:46 +03:00
-
c2b0d309fb
lib/model: Prevent repeat db update (#5231)
Simon Frei
2018-09-27 07:41:40 +02:00
-
cb0950b3fd
lib/db: Improve VersionList.String (#5229)
Simon Frei
2018-09-26 23:30:22 +02:00
-
03d0f0dc34
lib/fs: Try EvalSymlinks without '\\?\' prefix on failure (fixes #5226) (#5227)
Simon Frei
2018-09-26 20:28:20 +02:00
-
91c3218a0c
gui, man, authors: Update docs, translations, and contributors
Jakob Borg
2018-09-26 07:45:25 +02:00
-
2ced65b9e7
Merge branch 'release'
Jakob Borg
2018-09-24 14:58:28 +02:00
-
-
03821d8bd3
gui: Use right variable for device ID in share dialog (fixes #5213)
Jakob Borg
2018-09-24 14:49:06 +02:00
-
92405ad1a6
gui: Use right variable for device ID in share dialog (fixes #5213)
Jakob Borg
2018-09-24 14:49:06 +02:00