Commit Graph
1922 Commits
Author SHA1 Message Date
Jakob Borg 930e90289f Backport the v0.11 upgrade system 2015-04-22 21:27:13 +09:00
Jakob Borg bf959a77e2 Allow major upgrade (fixes #1680) 2015-04-22 21:22:16 +09:00
Jakob Borg 3cc4cb0a0b Translation update v0.10.30 2015-03-29 09:46:44 +02:00
Jakob Borg e6cba61740 Don't allow arbitrarily short reconnection intervals (fixes #1524) 2015-03-29 09:44:20 +02:00
Jakob Borg cd7ce73f59 Add negative cache time to global discovery
This reduces the amount of external queries by not repeating a query for
a given address if we have failed within the last three minutes.
2015-03-26 08:43:55 +01:00
KAMADA Ken'ichiandJakob Borg fab4e33c58 Preserve the permission of a newly created directory
We need an explicit chmod() when creating a new directory.
Otherwise a new directory may be created with a different permission
from the one received from an originating device, because the umask
is applied to the mode given to mkdir().
The incorrect permission is later sent back to the originating device
and the original permission will be lost.
2015-03-26 08:43:16 +01:00
Audrius ButkeviciusandJakob Borg b79b13a75b Configure location provider 2015-03-26 08:43:06 +01:00
Audrius Butkevicius c294d5f087 Fix crash on walker error (fixes #1507) v0.10.29 2015-03-22 14:09:14 +00:00
Jakob Borg 10ead2e61f Send correct MIME type for SVG images (fixes #1506) 2015-03-22 12:56:50 +01:00
Jakob Borg 960b40fa89 Translation update v0.10.28 2015-03-22 10:34:45 +01:00
Stefan TatschnerandJakob Borg afad329e99 systemd: Set -logflags to 0, provide -no-browser flag
Syncthing should not try to start a browser when invoked by systemd.
Furthermore we do not need any timestamps in the journal as systemd
already handles this for us.
2015-03-22 10:26:53 +01:00
Jakob Borg 4025284fba Update integration test configs to v10 2015-03-22 10:26:53 +01:00
Jakob Borg a595e814dd Set defaults correctly for autoNormalize
The default:"foo" struct tags aren't actually used for folder configs.
2015-03-22 10:26:51 +01:00
Alexander GrafandJakob Borg 963d8121d9 use Lstat instead of Stat to prevent errors with symlinks 2015-03-22 08:48:37 +01:00
Audrius ButkeviciusandJakob Borg 03019988b1 Skip unspecified IPs 2015-03-22 08:48:37 +01:00
Audrius ButkeviciusandJakob Borg 97115afa32 Print LANs on startup 2015-03-22 08:48:37 +01:00
Jakob Borg c9f5bae177 Decide once and for all to return filepath.SkipDir or nil 2015-03-22 08:47:36 +01:00
Jakob Borg 2bd11ca4e3 Automatically fix file name normalization errors (fixes #430) 2015-03-22 08:47:34 +01:00
Jakob Borg a5de1acb46 Use SVG format logos 2015-03-22 08:46:54 +01:00
Jakob Borg 5581751e9d Rename files to match type names 2015-03-22 08:46:43 +01:00
Jakob Borg 055ae92273 Refactor state tracking (...)
Move state tracking into the puller/scanner objects. This is a first
step towards resolving #1391.

Rename Puller and Scanner to roFolder and rwFolder as they have more
duties than just pulling and scanning, and don't need to be exported.
2015-03-22 08:46:43 +01:00
Audrius ButkeviciusandJakob Borg dea7c77055 Rebuild assets 2015-03-22 08:46:41 +01:00
Audrius ButkeviciusandJakob Borg 765dda6ad7 Fix build 2015-03-22 08:46:26 +01:00
Jakob Borg 28702a1c9d Add /rest/filestatus 2015-03-22 08:46:26 +01:00
Jakob Borg 40d1226612 MPLv2 2015-03-22 08:46:25 +01:00
Johan VromansandJakob Borg effe8ce8a9 Suppress 'Last File Received' if a node is folder master (fixes #1472) 2015-03-22 08:46:24 +01:00
Jakob Borg 4c3ba24826 Add sciurius 2015-03-22 08:45:42 +01:00
Audrius Butkevicius b2425b2a25 Silence warnings (ref #1388) 2015-03-16 10:47:59 +00:00
Jakob Borg 51c932164f bep/1.0 negotiation can't be a hard error. 2015-03-15 17:49:47 +01:00
Jakob Borg 19e82e93b1 Translation update v0.10.27 2015-03-15 16:42:52 +01:00
Jakob Borg 3f785eaecf Merge pull request #1466 from kamadak/win-w-bits
Do not send group/others-writable bits from Windows.
2015-03-15 16:35:13 +01:00
Jakob Borg e59c0f38d9 Also build darwin/386 2015-03-15 16:23:45 +01:00
Jakob Borg 64004c6bc0 Alternate email for pascalj 2015-03-15 16:02:34 +01:00
Jakob Borg 422332de7e Add kamadak 2015-03-15 15:19:17 +01:00
Jakob Borg 5a15ba7451 Add pascalj 2015-03-15 15:17:35 +01:00
Jakob Borg d3686bb1e2 Add kilburn 2015-03-15 15:17:26 +01:00
KAMADA Ken'ichi 3a6eeef580 Do not send group/others-writable bits from Windows.
There is no user/group/others in Windows' read-only attribute,
and all "w" bits are set in os.FileInfo if the file is not read-only.
Do not send these group/others-writable bits to other devices
in order to avoid unexpected world-writable files on other platforms.
2015-03-15 22:14:44 +09:00
Audrius Butkevicius 1dc5c6b8a8 Merge pull request #1457 from calmh/relverv3
Guessing version from directory name is not viable in Go (ref #1449)
2015-03-13 10:42:27 +00:00
Jakob Borg 3532a560d8 Guessing version from directory name is not viable in Go (ref #1449) 2015-03-13 10:10:13 +01:00
Audrius Butkevicius d2d894d808 Merge pull request #1451 from calmh/relverv2
Get version from RELEASE file if it exists, or guess from directory (fixes #1449)
2015-03-12 10:38:39 +00:00
Jakob Borg 2aa38bfc4b Get version from RELEASE file if it exists, or guess from directory (fixes #1449) 2015-03-12 11:18:23 +01:00
Jakob Borg 9c3cee9ae4 Translation update v0.10.26 2015-03-11 21:15:55 +01:00
Jakob Borg fc521b5f9d Protocol dep update 2015-03-11 21:13:17 +01:00
Audrius Butkevicius 5253368acc Merge pull request #1448 from calmh/xp
Fall back to %AppData% is %LocalAppData% is blank (fixes #1446)
2015-03-11 20:06:13 +00:00
Jakob Borg 51cfc3d4be Fall back to %AppData% is %LocalAppData% is blank (fixes #1446) 2015-03-11 21:04:10 +01:00
Audrius Butkevicius 80bffd93e7 Merge pull request #1447 from calmh/silencio
Don't yell about discovery listening and resolving (ref #1418)
2015-03-11 20:03:37 +00:00
Jakob Borg df4f22e899 Don't yell about discovery listening and resolving (ref #1418) 2015-03-11 20:57:20 +01:00
Audrius Butkevicius 8cc70843a5 Merge pull request #1445 from calmh/compression
Compress only metadata by default (fixes #1374)
2015-03-11 19:35:15 +00:00
Jakob Borg 70c841f23a Compress only metadata by default (fixes #1374) 2015-03-11 19:10:57 +01:00
Jakob Borg 7b22e09805 Merge pull request #1438 from moshen/runit-reparenting
Fix syncthing process reparenting with runit
2015-03-10 08:21:41 +01:00