Jakob Borg
3b5e1fa0fc
gui: Update Angular to 1.3.20, enable $applyAsync ( fixes #4918 )
2018-05-05 11:13:16 +01:00
Simon Frei
a94aceb22f
lib/model: Don't create folder root when paused ( fixes #4903 ) ( #4904 )
2018-05-05 10:30:39 +02:00
Nils Jakobi
f5d8243f15
dockerfile: Incorporate exposed ports, add volume ( #4908 )
...
Added EXPOSE to Dockerfile. this way these ports will show up in docker GUIs like cockpit.
Added VOLUME parameter, this renders creating the folder (/var/syncthing) obsolete.
2018-05-05 10:28:19 +02:00
Jakob Borg
c9c2e69f49
authors: Add thunderstorm99
2018-05-05 10:27:26 +02:00
Audrius Butkevicius
ef0dcea6a4
lib/model: Verify request content against weak (and possibly strong) hash ( #4767 )
2018-05-05 10:24:44 +02:00
Jakob Borg
678c80ffe4
authors: Add harrisonhjones ( fixes #4909 )
2018-05-02 08:40:33 +02:00
Jakob Borg
0f1d0380dc
build: Syso stuff needs to happen on build (ref #4909 )
2018-05-02 08:37:53 +02:00
Jakob Borg
58bc722a1f
gui, man: Update docs & translations
2018-05-02 07:45:15 +02:00
Simon Frei
53dc346583
lib/model: Fix test function for introducer ( #4898 )
2018-05-01 22:56:20 +01:00
Jakob Borg
c2f498fc82
lib/model: Units are hard ( fixes #4910 )
2018-05-01 22:50:23 +01:00
Simon Frei
a548014755
lib/db, lib/model: Add sequence->deviceKey to db for sending indexes ( #4906 )
...
Instead of walking and unmarshalling the entire db and sorting the resulting
file infos by sequence, add store device keys by sequence number in the
database. Thus only the required file infos need be unmarshalled and are already
sorted by index.
2018-05-01 23:39:15 +02:00
Wulf Weich
2c18640386
gui: Localize number formatting ( fixes #4896 ) ( #4902 )
2018-04-25 10:26:49 +02:00
Jakob Borg
78094fa0cb
gui, man: Update docs & translations
2018-04-25 07:45:13 +02:00
Simon Frei
f6458d1b8f
lib/config, lib/model: Include paused folders in cluster config ( fixes #4897 )
2018-04-22 17:01:52 +01:00
Jakob Borg
56cf2db68b
Merge branch 'release'
...
* release:
vendor: Update github.com/syncthing/notify (fixes #4885 ) (#4894 )
2018-04-21 13:43:56 +02:00
Simon Frei
a1b5a3d5c0
vendor: Update github.com/syncthing/notify ( fixes #4885 ) ( #4894 )
2018-04-21 13:42:08 +02:00
Iain Barnett
4d3b5348ae
lib/protocol: Add note about non-standard Luhn calculation ( #4895 )
...
Skip-check: authors
2018-04-20 18:52:03 +02:00
Simon Frei
3d02fcd473
vendor: Update github.com/syncthing/notify ( fixes #4885 ) ( #4894 )
2018-04-20 17:01:03 +02:00
Jakob Borg
25bf406f0e
authors: Patch pramodhkp
2018-04-20 08:03:11 +02:00
pramodhkp
071910b255
cmd/syncthing-cli: Fix errors show command ( #4849 )
2018-04-18 21:08:10 +01:00
Jakob Borg
bed6fb8baf
authors: Add pramodhkp
2018-04-18 21:37:40 +02:00
Jakob Borg
d903bf79c5
gui, man: Update docs & translations
2018-04-18 07:45:16 +02:00
Jakob Borg
49cfe57edc
Merge branch 'release'
...
* release:
lib/osutil: Fix TraversesSymlink with symlinked fs root on windows (fixes #4875 ) (#4886 )
2018-04-18 07:33:01 +02:00
Simon Frei
1f70f7e37c
lib/osutil: Fix TraversesSymlink with symlinked fs root on windows ( fixes #4875 ) ( #4886 )
2018-04-18 07:28:35 +02:00
Simon Frei
eca076cf7d
lib/osutil: Fix TraversesSymlink with symlinked fs root on windows ( fixes #4875 ) ( #4886 )
2018-04-17 22:53:06 +02:00
Jakob Borg
dbcf7a02a0
lib/model: Increase the default pull limit ( fixes #4883 )
...
Bumping the limit to 2 * the max block size (16 MiB) is a slight
increase compared to previously. Nonetheless I think it's good to allow
us to queue one request and have one on the way in, or conversely have
one large block on the way in and be able to ask for smaller blocks from
others at the same time.
2018-04-17 07:55:49 +01:00
Jakob Borg
7be53bbb88
Merge branch 'release'
...
* release:
lib/fs: Fix watcher panic due to casing on windows (fixes #4877 ) (#4878 )
2018-04-16 20:14:54 +02:00
Simon Frei
17e3608865
lib/fs: Fix watcher panic due to casing on windows ( fixes #4877 ) ( #4878 )
2018-04-16 20:10:11 +02:00
Jakob Borg
19c7cd99f5
all: Implement variable sized blocks ( fixes #4807 )
2018-04-16 19:08:50 +01:00
Simon Frei
01aef75c96
lib/fs: Fix watcher panic due to casing on windows ( fixes #4877 ) ( #4878 )
2018-04-16 20:07:00 +02:00
Jakob Borg
8f6d587ecb
authors: Patch wwwutz
2018-04-14 14:39:41 +02:00
Peter Marquardt
3ef19411f9
cmd/syncthing: Remove spurious <nil> in debug output
...
Remove spurious gui.go:985: DEBUG: <nil> on successful call time.Parse() in getSystemLog and getSystemLogTxt.
2018-04-14 10:46:33 +02:00
Jakob Borg
ea43e089d4
authors: Add wwwutz
2018-04-14 10:43:42 +02:00
Jakob Borg
5fa9237a62
script: Don't base64 encode the assets ( #4874 )
...
We did this to minimize source size and make it compile faster. Nowadays
byte slice literals compile as fast as anything, and the source isn't
checked in so it doesn't matter how big it is.
Not using base64 avoids a decode step at startup and makes the binary
about 400k smaller.
2018-04-11 22:02:14 +01:00
Jakob Borg
fa367e92b0
gui, man: Update docs & translations
2018-04-11 07:45:15 +02:00
Simon Frei
4072ae4d05
lib/model: Prevent warning on request in paused folder ( fixes #4870 )
2018-04-09 20:55:52 +01:00
Jakob Borg
e9c6795ef8
docker: Add README from old Docker repo ( fixes #4868 ) ( #4869 )
...
With slight modifications
2018-04-09 10:48:37 +02:00
Audrius Butkevicius
afb27f7f02
cmd/strelaypoolsrv: Move metric scraping to the server itself ( #4866 )
2018-04-08 20:13:55 +01:00
Jakob Borg
cf4d7ff50f
gui, man: Update docs & translations
2018-04-04 07:45:15 +02:00
Audrius Butkevicius
29e7e54bb4
assets: Use icon from synctrayzor (ref #4839 ) ( #4859 )
2018-04-02 19:57:01 -04:00
Jakob Borg
6982c06261
cmd/strelaypoolsrv: Handle portless X-Forwarded-For ( #4856 )
2018-04-01 21:29:34 -04:00
Simon Frei
26d87ec3bb
lib/fs: Don't panic when watching a folder with symlinked root ( #4846 )
2018-03-28 22:01:25 +01:00
John Rinehart
c51591b308
cmd/syncthing: Set Content-Type header regardless of asset location ( #4847 )
2018-03-28 15:51:24 -04:00
Jakob Borg
8b052a950d
authors: Add fuzzybear3965
2018-03-28 15:48:04 -04:00
Audrius Butkevicius
1ff5fc9620
cmd/syncthing: Correct --paths in some cases ( #4845 )
2018-03-28 18:02:43 +01:00
Jakob Borg
4aaf8d4ceb
gui, man: Update docs & translations
2018-03-28 07:45:15 +02:00
Audrius Butkevicius
720e8dedbc
lib/osutil: Use unix lowprio implementation on Android ( #4844 )
2018-03-27 22:03:09 +01:00
Jakob Borg
8ac11f19bd
Merge branch 'release'
...
* release:
lib/scanner, lib/model: Actually assign version when un-ignoring (fixes #4841 ) (#4842 )
2018-03-27 16:27:53 -04:00
Simon Frei
bea6ecaf35
lib/scanner, lib/model: Actually assign version when un-ignoring ( fixes #4841 ) ( #4842 )
...
This fixes a mistake introduced in #4750 and #4776 and is relevant to v0.14.46-rc1
2018-03-27 16:25:36 -04:00
Simon Frei
69f2c26d50
lib/scanner, lib/model: Actually assign version when un-ignoring ( fixes #4841 ) ( #4842 )
...
This fixes a mistake introduced in #4750 and #4776 and is relevant to v0.14.46-rc1
2018-03-27 16:24:20 -04:00