Audrius Butkevicius
8c42aea827
Add #include directive to .stignore ( fixes #424 )
...
Though breaks #502 in a way, as .stignore is not the only place where
stuff gets defined anymore.
Though it never was, as .stignore can be placed in each dir, but I think we
should phase that out in favor of globbing which means that we can then
have a single file, which means that we can have a UI for editing that.
Alternative would be as suggested to include a .stglobalignore which is then synced
as a normal file, but gets included by default.
Then when the UI would have two editors, a local ignore, and a global ignore.
2014-08-31 15:32:22 +01:00
Audrius Butkevicius
f44f5964bb
Set rescan interval on default repository ( fixes #579 )
2014-08-27 23:45:09 +01:00
Audrius Butkevicius
91ba93bd7a
Merge pull request #571 from syncthing/recheck
...
Add routine for checking possible standby (fixes #565 )
2014-08-27 22:44:36 +01:00
Audrius Butkevicius
0abe4cefb4
Add routine for checking possible standby ( fixes #565 )
2014-08-27 22:42:59 +01:00
Audrius Butkevicius
887890baf5
Add translation strings
2014-08-25 12:57:44 +01:00
Audrius Butkevicius
c66b24feeb
Display Last Seen value in the UI
2014-08-25 12:54:50 +01:00
Audrius Butkevicius
84c6f147ad
Add /rest/stats/node endpoint
2014-08-25 12:49:22 +01:00
Audrius Butkevicius
0cdb0daa8c
Add stats package and node related statistics model
2014-08-25 12:49:21 +01:00
Audrius Butkevicius
9e1fd3454f
Fix race condition while restarting ( fixes #560 )
2014-08-25 00:15:28 +01:00
Audrius Butkevicius
3b1603cadf
Merge pull request #557 from AudriusButkevicius/opts
...
Allow configuring GUI options from command line and environment (fixes #505 , closes #507 )
2014-08-24 16:56:15 +01:00
Audrius Butkevicius
8803bac708
Allow configuring GUI options from command line and environment ( fixes #505 , closes #507 )
2014-08-24 16:55:35 +01:00
Audrius Butkevicius
3a01eaa4a6
Fix build.go on Windows
2014-08-23 21:19:29 +01:00
Audrius Butkevicius
716a8329c2
Do not warn about failed IPv6 discovery
2014-08-20 22:06:58 +01:00
Audrius Butkevicius
b6912ef95e
Merge pull request #544 from marcindziadus/rescan-interval
...
Per repository scan intervals
2014-08-20 00:02:34 +01:00
Audrius Butkevicius
db54dca694
Do not fire UIOffline when navigating away
...
Fixes #487
2014-08-19 23:44:40 +01:00
Audrius Butkevicius
997b20a975
Set Content-Type before sending out headers
2014-08-19 23:30:32 +01:00
Audrius Butkevicius
cfae06db65
Flush headers before potentially blocking
2014-08-19 23:18:28 +01:00
Audrius Butkevicius
52219c5f3f
Merge pull request #532 from AudriusButkevicius/config
...
Replace NodeConfiguration with RepositoryNodeConfiguration (Fixes #522 )
2014-08-17 12:47:12 +01:00
Audrius Butkevicius
668b429615
Better error message
...
Closes #526
2014-08-17 00:03:41 +01:00
Audrius Butkevicius
7db528be39
Replace NodeConfiguration with RepositoryNodeConfiguration
2014-08-16 23:20:21 +01:00
Audrius Butkevicius
e8a679c280
Advertise and update node names on cluster config exchange
...
Closes #244
2014-08-16 21:26:30 +01:00
Audrius Butkevicius
0c1e60894f
Fix tests on Windows
2014-08-16 17:33:01 +01:00
Audrius Butkevicius
cbb07b0d67
Set default UPnP renewal to 30 minutes
2014-08-13 22:45:44 +01:00
Audrius Butkevicius
7cc9921615
Restart port sequence when UPnP renewal fails
2014-08-13 22:42:58 +01:00
Audrius Butkevicius
870e3ca893
Rediscover gateway on UPnP renewal
2014-08-13 21:15:20 +01:00
Audrius Butkevicius
dc9df0a79a
Reannounce renewed UPnP mapping
2014-08-12 23:29:29 +01:00
Audrius Butkevicius
8976e53998
Add UPnP renewal
2014-08-11 23:10:24 +01:00
Audrius Butkevicius
b41590ce38
Fix and refactor modals
2014-08-10 23:28:04 +01:00
Audrius Butkevicius
6948903084
Add Windows upgrade support
2014-08-07 21:07:21 +01:00
Audrius Butkevicius
6b46465c77
Avoid resorting multiple times
2014-07-28 00:21:22 +01:00
Audrius Butkevicius
75388caeed
Prevent duplicate nodes in repos
2014-07-28 00:15:16 +01:00
Audrius Butkevicius
2546930a1a
Fix in-place removal
2014-07-28 00:08:15 +01:00
Audrius Butkevicius
b208102b98
Remove non-existing nodes from repositories
2014-07-22 22:29:44 +01:00