Jakob Borg
|
936c76119d
|
Index reset should generate file conflicts (fixes #1613)
|
2015-04-09 13:06:09 +02:00 |
|
Jakob Borg
|
f5030f1c2c
|
Update XDR dependency (fixes #1606)
|
2015-04-08 14:49:29 +02:00 |
|
Audrius Butkevicius
|
df6dbc5fa4
|
Only run deadlock detection if asked or non-release/beta (fixes #1536)
|
2015-04-08 13:40:05 +01:00 |
|
Jakob Borg
|
b2a79855ae
|
Handle long filenames on Windows (fixes #1295)
|
2015-04-08 14:05:39 +02:00 |
|
Jakob Borg
|
0bfb40ae51
|
discourse -> forum
|
2015-04-07 16:07:16 +02:00 |
|
Audrius Butkevicius
|
68ff4f3842
|
Fix GUI
|
2015-04-07 14:24:34 +01:00 |
|
Jakob Borg
|
ab25cd09ed
|
Merge pull request #1600 from syncthing/conns
Change /rest/system/connections output (fixes #1487)
|
2015-04-07 14:29:40 +02:00 |
|
Audrius Butkevicius
|
8f05b8f982
|
Change /rest/system/connections output (fixes #1487)
|
2015-04-07 13:21:03 +01:00 |
|
Jakob Borg
|
63ae2f64cf
|
Woops: /rest/system/errors -> /rest/system/error
|
2015-04-07 13:46:39 +02:00 |
|
Jakob Borg
|
105103fae0
|
Woops: /rest/system/report -> /rest/svc/report
|
2015-04-07 13:33:37 +02:00 |
|
Jakob Borg
|
70f4792ab1
|
Translation update
|
2015-04-07 12:24:02 +02:00 |
|
Jakob Borg
|
e884d0fda6
|
Tidy up the REST interface URLs (fixes #1593)
|
2015-04-07 12:16:23 +02:00 |
|
Audrius Butkevicius
|
5f6a8fdc20
|
Merge pull request #1568 from calmh/override
Override needs to twiddle the version a bit more (fixes #1564)
|
2015-04-07 11:13:43 +01:00 |
|
Jakob Borg
|
b74c31e520
|
Only show Override button in idle state
|
2015-04-06 23:33:28 +02:00 |
|
Jakob Borg
|
221f43e4bd
|
Use a socket per interface for v6 multicast (fixes #1563)
|
2015-04-06 20:55:50 +02:00 |
|
Jakob Borg
|
a17333d73e
|
Override needs to twiddle the version a bit more (fixes #1564)
|
2015-04-06 20:55:40 +02:00 |
|
Jakob Borg
|
207b43499c
|
Merge remote-tracking branch 'syncthing/pr/1577'
* syncthing/pr/1577:
Add uptime in webgui (fixes #1501)
Conflicts:
cmd/syncthing/gui.go
internal/auto/gui.files.go
|
2015-04-06 20:53:32 +02:00 |
|
Jakob Borg
|
0c0de17b38
|
Merge pull request #1582 from ralder/webgui-enable-gzip
Enable gzip for static files for webgui
|
2015-04-06 08:33:57 +02:00 |
|
Sergey Mishin
|
77882e6086
|
Enable gzip encoding static files for webgui
|
2015-04-06 03:11:30 +03:00 |
|
Audrius Butkevicius
|
19a9834843
|
Merge pull request #1589 from calmh/copyconf
Copy configuration struct when sending Changed() events
|
2015-04-05 20:53:10 +01:00 |
|
ralder
|
b5d7ce8ebe
|
Add uptime in webgui (fixes #1501)
|
2015-04-05 22:37:55 +03:00 |
|
Jakob Borg
|
bf4eb4b269
|
Copy configuration struct when sending Changed() events
Avoids data race. Copy() must be called with lock held.
|
2015-04-05 21:07:15 +02:00 |
|
Jakob Borg
|
ecadf30fe7
|
model: Use separate db commit routine (fixes #1558)
|
2015-04-05 16:19:14 +02:00 |
|
Lode Hoste
|
f21dfea965
|
Test combination of prefixes (@benapetr)
|
2015-04-05 11:45:43 +02:00 |
|
Audrius Butkevicius
|
b84cad4db0
|
Merge pull request #1583 from calmh/configcleanup
Remove handling for old deprecated config versions
|
2015-04-05 01:31:53 +01:00 |
|
Jakob Borg
|
bd2051febd
|
Remove handling for old deprecated config versions
|
2015-04-04 23:37:47 +02:00 |
|
Audrius Butkevicius
|
6fb1e03ed4
|
Merge pull request #1576 from Zillode/reset-indexes
Update reset API to reflect new use cases.
|
2015-04-04 22:31:59 +01:00 |
|
Jakob Borg
|
8d41a762b6
|
Clean up translations, generate assets
|
2015-04-04 23:21:45 +02:00 |
|
Jakob Borg
|
739c525a98
|
model: TestIgnores should not randomly fail
|
2015-04-04 22:55:24 +02:00 |
|
Lode Hoste
|
ab287ebf40
|
Update reset API to reflect new use cases.
/rest/reset clears the entire Syncthing DB and restart the program
/rest/reset&folder=default clears the indexes of the default folder
|
2015-04-04 22:45:11 +02:00 |
|
Jakob Borg
|
ab6bcab78a
|
fnmatch: Test should pass on Mac/windows
|
2015-04-04 22:05:15 +02:00 |
|
Jakob Borg
|
6e317896e9
|
golint: FNM_FOOBAR -> fnmatch.FooBar
|
2015-04-04 22:03:03 +02:00 |
|
Jakob Borg
|
17fd09102e
|
go vet: t.Errorf -> t.Error
|
2015-04-04 21:58:21 +02:00 |
|
Jakob Borg
|
a598cd2b18
|
Auto generate author list in gui/index.html
|
2015-04-04 10:09:42 +02:00 |
|
ralder
|
e7e945533e
|
Add language select menu in webgui (fixes #981)
|
2015-04-04 02:57:07 +03:00 |
|
Audrius Butkevicius
|
529c386943
|
Merge pull request #1529 from calmh/modeldata
Push model data instead of pull (fixes #1434)
|
2015-04-01 13:10:44 +01:00 |
|
Jakob Borg
|
b659da8a4b
|
Merge pull request #1548 from Zillode/case-insensitive-ignores
Support case-insensitive ignores (fixes #1511).
|
2015-04-01 13:46:59 +02:00 |
|
Jakob Borg
|
454e688c3d
|
Push model data instead of pull (fixes #1434)
|
2015-04-01 11:46:30 +02:00 |
|
Jakob Borg
|
6459d11d32
|
Merge pull request #1378 from Zillode/draft-upgrade
Do not consider draft releases or releases with emtpy assets
|
2015-04-01 11:03:13 +02:00 |
|
Lode Hoste
|
d6030b8d68
|
Only consider relevant releases (fixes #1285).
|
2015-03-31 10:22:28 +02:00 |
|
Audrius Butkevicius
|
e1757ee726
|
Fix test
|
2015-03-30 22:49:16 +01:00 |
|
Lode Hoste
|
9fed75d59c
|
Support case-insensitive ignores (fixes #1511).
|
2015-03-30 22:41:12 +02:00 |
|
Audrius Butkevicius
|
5fe15475a4
|
Merge pull request #1540 from calmh/conflicts
Handle conflicts when pulling (fixes #220)
|
2015-03-30 21:20:23 +01:00 |
|
Jakob Borg
|
2951f128f6
|
Translation update for external versioner
|
2015-03-30 14:15:17 +02:00 |
|
Audrius Butkevicius
|
7406176fad
|
More graceful handling on folder errors (fixes #762)
Checks health before accepting every scanner batch, also
recovers from errors without having to restart.
|
2015-03-30 08:27:12 +02:00 |
|
Jakob Borg
|
47e64ae503
|
Handle conflicts when pulling (fixes #220)
|
2015-03-30 00:01:52 +02:00 |
|
Jakob Borg
|
ba575f55ec
|
Merge pull request #1530 from Zillode/multi-scan
Support multiple scan query strings at the same time
|
2015-03-29 16:02:45 +02:00 |
|
Lode Hoste
|
2012ce02e8
|
Support multiple scan query strings at the same time
|
2015-03-28 22:40:13 +01:00 |
|
Jakob Borg
|
c67e2c2a5a
|
Merge pull request #1528 from Zillode/change-gui-port
Change (default) GUI port from 8080 to 8384 ('ST' in ascii values)
|
2015-03-27 14:08:03 +01:00 |
|
Audrius Butkevicius
|
0401a07507
|
Change existingBlocks map type
|
2015-03-26 22:04:34 +00:00 |
|