Skip to content

Commit 9bb8fc7

Browse files
committed
update syncthing and the UI
this is quite a big change. The sources have been generated from scratch with custom generators. Both the python and the go generator needed changes to accommodate syncthing. The Go sources can be generated by sharing the network and calling go build -mod=vendor. The resulting vendor/modules.txt needs to be run through the custom go generator. The patches have been included upstream. But a new one was written for the appdata file.
1 parent 62e0ff7 commit 9bb8fc7

11 files changed

+534
-324
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
From 9458c37d7ff6192e1112a71f193272f482d4fb1c Mon Sep 17 00:00:00 2001
2+
From: Tobias Mueller <[email protected]>
3+
Date: Tue, 17 Dec 2019 22:33:24 +0100
4+
Subject: [PATCH] appdata: added 0.9.4.4 release to appdata
5+
6+
---
7+
me.kozec.syncthingtk.appdata.xml | 19 +++++++++++++++++++
8+
1 file changed, 19 insertions(+)
9+
10+
diff --git a/me.kozec.syncthingtk.appdata.xml b/me.kozec.syncthingtk.appdata.xml
11+
index 2c87d6a..c5378b8 100644
12+
--- a/me.kozec.syncthingtk.appdata.xml
13+
+++ b/me.kozec.syncthingtk.appdata.xml
14+
@@ -47,6 +47,25 @@
15+
<content_attribute id="social-info">moderate</content_attribute>
16+
</content_rating>
17+
<releases>
18+
+ <release date="2019-08-04" version="v0.9.4.4">
19+
+ <description>
20+
+ <p>
21+
+ Changes:
22+
+ </p>
23+
+ <ul>
24+
+ <li>Creating ~/.config/autostart with wrong permissions</li>
25+
+ <li>Correctly terminating Syncthing Daemon when terminated by signal</li>
26+
+ <li>Crash when adding new folder</li>
27+
+ <li>Displaying folders multiple times in device editor</li>
28+
+ <li>i3 detection</li>
29+
+ <li>Cosmetic receive-only folder fixes</li>
30+
+ <li>Windows: Bypassing proxy when connecting to Syncthing Daemon (thanks @TrueXakeP)</li>
31+
+ <li>Broken icon in Abot dialog (thanks @TrueXakeP)</li>
32+
+ <li>AppData improvements (thanks @jurf)</li>
33+
+ <li>Translation updates</li>
34+
+ </ul>
35+
+ </description>
36+
+ </release>
37+
<release date="2018-11-13" version="v0.9.4.3">
38+
<description>
39+
<p>
40+
--
41+
2.17.1
42+

generated-sources.json

Lines changed: 338 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,338 @@
1+
[
2+
{
3+
"type": "git",
4+
"url": "https://github.com/AudriusButkevicius/go-nat-pmp",
5+
"dest": "vendor/github.com/AudriusButkevicius/go-nat-pmp",
6+
"commit": "452c97607362"
7+
},
8+
{
9+
"type": "git",
10+
"url": "https://github.com/AudriusButkevicius/pfilter",
11+
"dest": "vendor/github.com/AudriusButkevicius/pfilter",
12+
"commit": "c55ef6137fc6"
13+
},
14+
{
15+
"type": "git",
16+
"url": "https://github.com/AudriusButkevicius/recli",
17+
"tag": "v0.0.5",
18+
"dest": "vendor/github.com/AudriusButkevicius/recli"
19+
},
20+
{
21+
"type": "git",
22+
"url": "https://github.com/StackExchange/wmi",
23+
"dest": "vendor/github.com/StackExchange/wmi",
24+
"commit": "cbe66965904d"
25+
},
26+
{
27+
"type": "git",
28+
"url": "https://github.com/beorn7/perks",
29+
"tag": "v1.0.1",
30+
"dest": "vendor/github.com/beorn7/perks"
31+
},
32+
{
33+
"type": "git",
34+
"url": "https://github.com/bkaradzic/go-lz4",
35+
"dest": "vendor/github.com/bkaradzic/go-lz4",
36+
"commit": "7224d8d8f27e"
37+
},
38+
{
39+
"type": "git",
40+
"url": "https://github.com/calmh/xdr",
41+
"tag": "v1.1.0",
42+
"dest": "vendor/github.com/calmh/xdr"
43+
},
44+
{
45+
"type": "git",
46+
"url": "https://github.com/ccding/go-stun",
47+
"dest": "vendor/github.com/ccding/go-stun",
48+
"commit": "be486d185f3d"
49+
},
50+
{
51+
"type": "git",
52+
"url": "https://github.com/certifi/gocertifi",
53+
"dest": "vendor/github.com/certifi/gocertifi",
54+
"commit": "a5e0173ced67"
55+
},
56+
{
57+
"type": "git",
58+
"url": "https://github.com/cespare/xxhash",
59+
"tag": "v2.1.0",
60+
"dest": "vendor/github.com/cespare/xxhash/v2"
61+
},
62+
{
63+
"type": "git",
64+
"url": "https://github.com/cheekybits/genny",
65+
"tag": "v1.0.0",
66+
"dest": "vendor/github.com/cheekybits/genny"
67+
},
68+
{
69+
"type": "git",
70+
"url": "https://github.com/chmduquesne/rollinghash",
71+
"dest": "vendor/github.com/chmduquesne/rollinghash",
72+
"commit": "a60f8e7142b5"
73+
},
74+
{
75+
"type": "git",
76+
"url": "https://github.com/cpuguy83/go-md2man",
77+
"dest": "vendor/github.com/cpuguy83/go-md2man/v2",
78+
"commit": "f79a8a8ca69d"
79+
},
80+
{
81+
"type": "git",
82+
"url": "https://github.com/d4l3k/messagediff",
83+
"tag": "v1.2.1",
84+
"dest": "vendor/github.com/d4l3k/messagediff"
85+
},
86+
{
87+
"type": "git",
88+
"url": "https://github.com/flynn-archive/go-shlex",
89+
"dest": "vendor/github.com/flynn-archive/go-shlex",
90+
"commit": "3f9db97f8568"
91+
},
92+
{
93+
"type": "git",
94+
"url": "https://github.com/getsentry/raven-go",
95+
"tag": "v0.2.0",
96+
"dest": "vendor/github.com/getsentry/raven-go"
97+
},
98+
{
99+
"type": "git",
100+
"url": "https://github.com/go-ole/go-ole",
101+
"tag": "v1.2.4",
102+
"dest": "vendor/github.com/go-ole/go-ole"
103+
},
104+
{
105+
"type": "git",
106+
"url": "https://github.com/gobwas/glob",
107+
"tag": "v0.2.3",
108+
"dest": "vendor/github.com/gobwas/glob"
109+
},
110+
{
111+
"type": "git",
112+
"url": "https://github.com/gogo/protobuf",
113+
"tag": "v1.3.1",
114+
"dest": "vendor/github.com/gogo/protobuf"
115+
},
116+
{
117+
"type": "git",
118+
"url": "https://github.com/golang/groupcache",
119+
"dest": "vendor/github.com/golang/groupcache",
120+
"commit": "869f871628b6"
121+
},
122+
{
123+
"type": "git",
124+
"url": "https://github.com/golang/protobuf",
125+
"tag": "v1.3.2",
126+
"dest": "vendor/github.com/golang/protobuf"
127+
},
128+
{
129+
"type": "git",
130+
"url": "https://github.com/golang/snappy",
131+
"tag": "v0.0.1",
132+
"dest": "vendor/github.com/golang/snappy"
133+
},
134+
{
135+
"type": "git",
136+
"url": "https://github.com/jackpal/gateway",
137+
"tag": "v1.0.5",
138+
"dest": "vendor/github.com/jackpal/gateway"
139+
},
140+
{
141+
"type": "git",
142+
"url": "https://github.com/kballard/go-shellquote",
143+
"dest": "vendor/github.com/kballard/go-shellquote",
144+
"commit": "95032a82bc51"
145+
},
146+
{
147+
"type": "git",
148+
"url": "https://github.com/lib/pq",
149+
"tag": "v1.2.0",
150+
"dest": "vendor/github.com/lib/pq"
151+
},
152+
{
153+
"type": "git",
154+
"url": "https://github.com/lucas-clemente/quic-go",
155+
"tag": "v0.12.1",
156+
"dest": "vendor/github.com/lucas-clemente/quic-go"
157+
},
158+
{
159+
"type": "git",
160+
"url": "https://github.com/marten-seemann/qtls",
161+
"tag": "v0.3.2",
162+
"dest": "vendor/github.com/marten-seemann/qtls"
163+
},
164+
{
165+
"type": "git",
166+
"url": "https://github.com/maruel/panicparse",
167+
"tag": "v1.3.0",
168+
"dest": "vendor/github.com/maruel/panicparse"
169+
},
170+
{
171+
"type": "git",
172+
"url": "https://github.com/mattn/go-isatty",
173+
"tag": "v0.0.10",
174+
"dest": "vendor/github.com/mattn/go-isatty"
175+
},
176+
{
177+
"type": "git",
178+
"url": "https://github.com/matttproud/golang_protobuf_extensions",
179+
"tag": "v1.0.1",
180+
"dest": "vendor/github.com/matttproud/golang_protobuf_extensions"
181+
},
182+
{
183+
"type": "git",
184+
"url": "https://github.com/minio/sha256-simd",
185+
"tag": "v0.1.1",
186+
"dest": "vendor/github.com/minio/sha256-simd"
187+
},
188+
{
189+
"type": "git",
190+
"url": "https://github.com/oschwald/geoip2-golang",
191+
"tag": "v1.3.0",
192+
"dest": "vendor/github.com/oschwald/geoip2-golang"
193+
},
194+
{
195+
"type": "git",
196+
"url": "https://github.com/oschwald/maxminddb-golang",
197+
"tag": "v1.4.0",
198+
"dest": "vendor/github.com/oschwald/maxminddb-golang"
199+
},
200+
{
201+
"type": "git",
202+
"url": "https://github.com/petermattis/goid",
203+
"dest": "vendor/github.com/petermattis/goid",
204+
"commit": "b0b1615b78e5"
205+
},
206+
{
207+
"type": "git",
208+
"url": "https://github.com/pkg/errors",
209+
"tag": "v0.8.1",
210+
"dest": "vendor/github.com/pkg/errors"
211+
},
212+
{
213+
"type": "git",
214+
"url": "https://github.com/prometheus/client_golang",
215+
"tag": "v1.2.1",
216+
"dest": "vendor/github.com/prometheus/client_golang"
217+
},
218+
{
219+
"type": "git",
220+
"url": "https://github.com/prometheus/client_model",
221+
"dest": "vendor/github.com/prometheus/client_model",
222+
"commit": "14fe0d1b01d4"
223+
},
224+
{
225+
"type": "git",
226+
"url": "https://github.com/prometheus/common",
227+
"tag": "v0.7.0",
228+
"dest": "vendor/github.com/prometheus/common"
229+
},
230+
{
231+
"type": "git",
232+
"url": "https://github.com/prometheus/procfs",
233+
"tag": "v0.0.5",
234+
"dest": "vendor/github.com/prometheus/procfs"
235+
},
236+
{
237+
"type": "git",
238+
"url": "https://github.com/rcrowley/go-metrics",
239+
"dest": "vendor/github.com/rcrowley/go-metrics",
240+
"commit": "cac0b30c2563"
241+
},
242+
{
243+
"type": "git",
244+
"url": "https://github.com/russross/blackfriday",
245+
"tag": "v2.0.1",
246+
"dest": "vendor/github.com/russross/blackfriday/v2"
247+
},
248+
{
249+
"type": "git",
250+
"url": "https://github.com/sasha-s/go-deadlock",
251+
"tag": "v0.2.0",
252+
"dest": "vendor/github.com/sasha-s/go-deadlock"
253+
},
254+
{
255+
"type": "git",
256+
"url": "https://github.com/shirou/gopsutil",
257+
"dest": "vendor/github.com/shirou/gopsutil",
258+
"commit": "47ef3260b6bf"
259+
},
260+
{
261+
"type": "git",
262+
"url": "https://github.com/shurcooL/sanitized_anchor_name",
263+
"tag": "v1.0.0",
264+
"dest": "vendor/github.com/shurcooL/sanitized_anchor_name"
265+
},
266+
{
267+
"type": "git",
268+
"url": "https://github.com/syncthing/notify",
269+
"dest": "vendor/github.com/syncthing/notify",
270+
"commit": "69c7a957d3e2"
271+
},
272+
{
273+
"type": "git",
274+
"url": "https://github.com/syndtr/goleveldb",
275+
"dest": "vendor/github.com/syndtr/goleveldb",
276+
"commit": "758128399b1d"
277+
},
278+
{
279+
"type": "git",
280+
"url": "https://github.com/thejerf/suture",
281+
"tag": "v3.0.2",
282+
"dest": "vendor/github.com/thejerf/suture"
283+
},
284+
{
285+
"type": "git",
286+
"url": "https://github.com/urfave/cli",
287+
"tag": "v1.22.2",
288+
"dest": "vendor/github.com/urfave/cli"
289+
},
290+
{
291+
"type": "git",
292+
"url": "https://github.com/vitrun/qart",
293+
"dest": "vendor/github.com/vitrun/qart",
294+
"commit": "bf64b92db6b0"
295+
},
296+
{
297+
"type": "git",
298+
"url": "https://go.googlesource.com/crypto",
299+
"dest": "vendor/golang.org/x/crypto",
300+
"commit": "9756ffdc2472"
301+
},
302+
{
303+
"type": "git",
304+
"url": "https://go.googlesource.com/net",
305+
"dest": "vendor/golang.org/x/net",
306+
"commit": "ba9fcec4b297"
307+
},
308+
{
309+
"type": "git",
310+
"url": "https://go.googlesource.com/sys",
311+
"dest": "vendor/golang.org/x/sys",
312+
"commit": "b09406accb47"
313+
},
314+
{
315+
"type": "git",
316+
"url": "https://go.googlesource.com/text",
317+
"tag": "v0.3.2",
318+
"dest": "vendor/golang.org/x/text"
319+
},
320+
{
321+
"type": "git",
322+
"url": "https://go.googlesource.com/time",
323+
"dest": "vendor/golang.org/x/time",
324+
"commit": "9d24e82272b4"
325+
},
326+
{
327+
"type": "git",
328+
"url": "https://gopkg.in/asn1-ber.v1",
329+
"dest": "vendor/gopkg.in/asn1-ber.v1",
330+
"commit": "f715ec2f112d"
331+
},
332+
{
333+
"type": "git",
334+
"url": "https://gopkg.in/ldap.v2",
335+
"tag": "v2.5.1",
336+
"dest": "vendor/gopkg.in/ldap.v2"
337+
}
338+
]

0 commit comments

Comments
 (0)