Sergey Mishin
77882e6086
Enable gzip encoding static files for webgui
2015-04-06 03:11:30 +03:00
Jakob Borg
a5edb6807e
The -reset option now only removes db
2015-04-05 17:40:58 +02:00
Jakob Borg
c2f367cf70
Merge pull request #1585 from Zillode/extra-case-test
...
Test combination of prefixes (@benapetr)
2015-04-05 13:37:52 +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
16ae019c8c
Fix AUTHORS
2015-04-04 23:52:23 +02: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
6d3003716c
Merge remote-tracking branch 'syncthing/pr/1553'
...
* syncthing/pr/1553:
Add dzarda
Added an "n", typo in a GUI string
2015-04-04 23:20:48 +02:00
Marc Laporte
2c87c3bac3
Fix some typos
2015-04-04 23:15:07 +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
b08ee3ff81
golint: locHttps -> locHTTPS
2015-04-04 21:59:54 +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
Jakob Borg
55e434d67a
Allow non-word characters at the end of commit messages
2015-04-04 09:50:59 +02:00
Jakob Borg
04d4b5d8a0
NICKS
2015-04-04 09:47:54 +02:00
Jakob Borg
7ea00bcb78
Merge pull request #1570 from ralder/select-language-webgui
...
Add language select menu in webgui (fixes #981 )
2015-04-04 09:47:08 +02:00
ralder
0ab56ffde8
Add ralder
2015-04-04 03:27:02 +03:00
ralder
e7e945533e
Add language select menu in webgui ( fixes #981 )
2015-04-04 02:57:07 +03:00
Jakob Borg
7fd1047832
Merge pull request #1578 from Zillode/fix-config-windows
...
Expand locations during initialisation (fixes #1575 ).
2015-04-03 22:04:08 +02:00
Lode Hoste
19dfa88258
Expand locations during initialisation ( fixes #1575 ).
2015-04-03 21:57:19 +02:00
Jakob Borg
65923b5c20
The summary event service should send summary events
2015-04-02 10:07:54 +02:00
Jaroslav Malec
ac731aa50c
Add dzarda
2015-04-01 17:12:56 +02:00
Audrius Butkevicius
2aa3182476
Merge pull request #1539 from calmh/locations
...
Move index to index-v0.11.0.db (new format) and centralize location config
2015-04-01 13:18:49 +01: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
eba98717c9
Dependency update
2015-04-01 11:58:35 +02:00
Jakob Borg
e4dba99cc0
Immediately recalculate summary when folder state changes syncing->idle
2015-04-01 11:58:27 +02:00
Jakob Borg
454e688c3d
Push model data instead of pull ( fixes #1434 )
2015-04-01 11:46:30 +02:00
Jakob Borg
54752deaa1
Move index to index-v0.11.0.db (new format) and centralize location config
2015-04-01 11:30:28 +02:00
Jakob Borg
a3cf37cb2e
Refactor and improve integration tests
2015-04-01 11:13:19 +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
Jaroslav Malec
15f2fabaaf
Added an "n", typo in a GUI string
2015-03-31 19:27:25 +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
c7f6f4f48d
Merge pull request #1546 from Zillode/fix-reset-dir
...
Fix -reset folder target
2015-03-30 21:57:09 +02:00
Lode Hoste
747c6c2714
Fix -reset folder target
2015-03-30 17:07:31 +02:00
Jakob Borg
2951f128f6
Translation update for external versioner
2015-03-30 14:15:17 +02:00
Jakob Borg
53cb66eeaf
Merge pull request #1537 from syncthing/marker
...
More graceful handling on folder errors (fixes #762 )
2015-03-30 09:30:15 +02:00
Jakob Borg
bcf8f798e2
Merge pull request #1543 from rumpelsepp/systemd
...
systemd: Fix error code definitions to prevent failed units
2015-03-30 08:37:08 +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
34ba5678c3
Allowed integration test time 60m -> 90m
2015-03-30 08:26:31 +02:00
Stefan Tatschner
da0b78c67a
systemd: Fix error code definitions to prevent failed units
...
The systemd exit code definitions (introduced in c586a17
, refs #1324 ) caused
problems. Per default systemd considers a return code != 0 as failed. So when
you click on "Restart" in the WebUI an error appears:
systemd[953]: syncthing.service: main process exited, code=exited, status=3/NOTIMPLEMENTED
systemd[953]: Unit syncthing.service entered failed state.
systemd[953]: syncthing.service failed.
systemd[953]: syncthing.service holdoff time over, scheduling restart.
systemd[953]: Started Syncthing - Open Source Continuous File Synchronization.
systemd[953]: Starting Syncthing - Open Source Continuous File Synchronization...
syncthing[13222]: [LFKUK] INFO: syncthing v0.10.30 (go1.4.2 linux-amd64 default) builduser@jara 2015-03-29 07:46:44 UTC
To fix this error we have to add the "succes codes" 2, 3, 4 to
"SuccessExitStatus":
syncthing[13006]: [LFKUK] INFO: Restarting
syncthing[13006]: [LFKUK] OK: Exiting
systemd[953]: syncthing.service holdoff time over, scheduling restart.
systemd[953]: Started Syncthing - Open Source Continuous File Synchronization.
systemd[953]: Starting Syncthing - Open Source Continuous File Synchronization...
syncthing[13031]: [LFKUK] INFO: syncthing v0.10.30 (go1.4.2 linux-amd64 default) builduser@jara 2015-03-29 07:46:44 UTC
To make sure that syncthing restarts in case of error, and to make sure
that "Restart=on-failure" actually works, let's remove
"RestartPreventExitStatus=1". Systemd considers this as an error per
default and the restart will be triggered successfully.
2015-03-30 00:51:06 +02:00
Jakob Borg
47e64ae503
Handle conflicts when pulling ( fixes #220 )
2015-03-30 00:01:52 +02:00