Jakob Borg
9701998f82
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-25 16:55:42 +01:00
Jakob Borg
0289c50ad9
Changelog.go needs a copyright header
2015-03-25 08:55:10 +01:00
Jakob Borg
50490f5b26
Merge pull request #1514 from kamadak/name
...
List the given name first for consistency with others
2015-03-24 21:10:12 +01:00
Jakob Borg
d12f802027
Merge pull request #1513 from kamadak/dir-perm
...
Preserve the permission of a newly created directory
2015-03-24 21:09:48 +01:00
KAMADA Ken'ichi
ac7097b4d0
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-23 22:39:16 +09:00
KAMADA Ken'ichi
66087e4332
List the given name first for consistency with others
2015-03-23 21:38:07 +09:00
Jakob Borg
3706f9bcb8
Merge pull request #1510 from AudriusButkevicius/location
...
Configure location provider
2015-03-22 18:38:33 +01:00
Audrius Butkevicius
c505218896
Configure location provider
2015-03-22 15:36:40 +00:00
Jakob Borg
6186a746e0
Rewrite changelog.sh in Go
2015-03-22 16:14:52 +01:00
Jakob Borg
3e98bae5ec
Fix changelog.sh for Linux
2015-03-22 15:45:40 +01:00
Audrius Butkevicius
2e1e8f764e
Fix crash on walker error ( fixes #1507 )
2015-03-22 14:28:14 +00:00
Jakob Borg
a7492f8612
Send correct MIME type for SVG images ( fixes #1506 )
2015-03-22 12:57:16 +01:00
Jakob Borg
123b1f01e4
Translation update
2015-03-22 11:33:10 +01:00
Jakob Borg
865f62e3eb
Merge pull request #1505 from rumpelsepp/systemd
...
systemd: Set -logflags to 0, provide -no-browser flag
2015-03-21 23:28:54 +01:00
Stefan Tatschner
3ea93f52ee
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-21 20:55:29 +01:00
Audrius Butkevicius
b53e545ebc
Merge pull request #1502 from calmh/defaults
...
Set defaults correctly for autoNormalize
2015-03-21 14:44:46 +00:00
Jakob Borg
157a4c891c
Update integration test configs to v10
2015-03-21 15:40:00 +01:00
Jakob Borg
ad9ea07309
Set defaults correctly for autoNormalize
...
The default:"foo" struct tags aren't actually used for folder configs.
2015-03-21 15:33:31 +01:00
Jakob Borg
fc483cdfc6
Assets
2015-03-20 09:35:02 +01:00
Jakob Borg
9033838cf2
Merge pull request #1492 from alex2108/fix-gui
...
use lowerCamelCase for file versioning display
2015-03-20 09:34:48 +01:00
Jakob Borg
8e5d2d5905
Merge pull request #1491 from alex2108/master
...
use Lstat instead of Stat to prevent errors with symlinks
2015-03-20 09:34:10 +01:00
Alexander Graf
18aa66dabb
use lowerCamelCase for file versioning display
2015-03-19 18:16:48 +01:00
Alexander Graf
a2f7b78453
use Lstat instead of Stat to prevent errors with symlinks
2015-03-19 17:36:15 +01:00
Jakob Borg
5c026cbe1d
Merge pull request #1490 from syncthing/unspecified
...
Skip unspecified IPs
2015-03-19 14:02:47 +01:00
Audrius Butkevicius
dc51476897
Skip unspecified IPs
2015-03-19 12:44:38 +00:00
Jakob Borg
39eaa577e0
Merge pull request #1489 from syncthing/lans
...
Print LANs on startup
2015-03-19 13:09:59 +01:00
Jakob Borg
1f006481ee
Merge pull request #1484 from alex2108/master
...
Add external versioner (ref #573 )
2015-03-19 13:08:54 +01:00
Audrius Butkevicius
60faabcbe2
Print LANs on startup
2015-03-19 11:07:20 +00:00
Alexander Graf
d3f1eaf1a3
Add external versioner (ref #573 )
2015-03-19 11:31:21 +01:00
Audrius Butkevicius
f568e76fd4
Merge pull request #1488 from calmh/utf8
...
Automatically fix file name normalization errors (fixes #430 )
2015-03-19 08:33:08 +00:00
Jakob Borg
e947223aaa
Decide once and for all to return filepath.SkipDir or nil
2015-03-19 07:46:13 +01:00
Jakob Borg
8311162be3
Automatically fix file name normalization errors ( fixes #430 )
2015-03-19 00:21:48 +01:00
Jakob Borg
75523556e8
Use SVG format logos
2015-03-18 12:51:23 +01:00
Audrius Butkevicius
c82b5d4982
Merge pull request #1474 from calmh/refactor-states
...
Refactor state handling
2015-03-17 19:09:48 +00:00
Jakob Borg
1c3158099c
Rename files to match type names
2015-03-17 19:37:06 +01:00
Jakob Borg
bdbca75dfa
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-17 19:37:06 +01:00
Audrius Butkevicius
124b189cc0
Rebuild assets
2015-03-17 17:58:19 +00:00
Audrius Butkevicius
de38b46392
Fix build
2015-03-17 17:54:25 +00:00
Jakob Borg
e1975644d6
Add /rest/filestatus
2015-03-17 17:51:50 +00:00
Jakob Borg
d9fd27a9e8
Merge pull request #1421 from syncthing/mpl
...
Relicense to MPLv2
2015-03-17 16:42:33 +01:00
Jakob Borg
32425c5561
MPLv2
2015-03-17 16:02:27 +01:00
Johan Vromans
8d20923881
Suppress 'Last File Received' if a node is folder master ( fixes #1472 )
2015-03-17 08:44:17 +01:00
Jakob Borg
3a35b8b26c
Add sciurius
2015-03-17 08:42:27 +01:00
Jakob Borg
36c93b755a
Merge pull request #1465 from pascalj/lowercase-api
...
Use lowerCamelCase for the JSON API (fixes #1338 )
2015-03-16 21:43:34 +01:00
Jakob Borg
ea8c3debea
Merge pull request #1470 from syncthing/silence
...
Silence warnings (ref #1388 )
2015-03-16 12:01:29 +01:00
Audrius Butkevicius
b2425b2a25
Silence warnings (ref #1388 )
2015-03-16 10:47:59 +00:00
Pascal Jungblut
49bc74e7a0
Use lowerCamelCase for the JSON API ( fixes #1338 )
...
Replace the current mix of UpperCamelCase und lowerCamelCase with
consistent lowerCamelCase keys for the JSON API. Also adapt the frontend
so it works with the changed API.
Attention: this will break existing consumers of the API.
2015-03-16 10:05:01 +01: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
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