Jakob Borg
45c1357bab
Update osext dependency ( fixes #1272 )
2015-11-23 13:09:42 +01:00
Audrius Butkevicius
845f31b98f
Add timeouts, deal with overlapping markers, add a table, increase circle radiuses
2015-11-22 22:47:48 +00:00
Jakob Borg
5136675fae
Docs & translation update
2015-11-22 16:05:20 +01:00
Audrius Butkevicius
89b6c32cee
Merge pull request #6 from canton7/feature/fix-map
...
Fix a couple of issues with the relays map (geoip, 'data unavailable')
2015-11-22 14:27:58 +00:00
Antony Male
6ee36fe361
Fix a couple of issues with the relays map (geoip, 'data unavailable')
...
- Move to ipinfo.io for geoip, rather than Telize. Telize has been closed
down. ipinfo.io has apparently got decent availability, and allows
1,000 requests per day on the free tier. Since requests are made by the
client, this should be more than enough (and the total across all clients
should still be less than this).
- Fix issue where one nonresponsive relay would cause 'data unavailable'
to be shown for many relays. This was caused by the relay status
promise not being correctly added to the list of things being waited
for before the map was rendered. Any delayed relay status requests
would therefore occur after the map was rendered, which was too late.
2015-11-22 14:10:29 +00:00
Jakob Borg
db4f23f377
Refactor: extract function generate
2015-11-22 07:35:24 +01:00
AudriusButkevicius
77572d0aee
Typo
2015-11-21 18:58:52 +00:00
Audrius Butkevicius
6ff02761a9
Merge pull request #2500 from calmh/sparse
...
Handle sparse files (fixes #245 )
2015-11-21 17:21:11 +00:00
Jakob Borg
d46f267663
Handle sparse files ( fixes #245 )
2015-11-21 17:58:09 +01:00
Jakob Borg
6a98534d5d
Merge pull request #2498 from AudriusButkevicius/relaystuff
...
Change the way relays are chosen, add RelayFull message.
2015-11-21 16:51:03 +01:00
Audrius Butkevicius
eeb5d99942
Sort relays in 50ms latency increments, shuffle relays within the same increment
2015-11-21 13:23:49 +00:00
Audrius Butkevicius
dcc5f333c1
Merge pull request #2499 from calmh/metrics
...
Add metrics for HTTP calls
2015-11-21 13:08:26 +00:00
Jakob Borg
ff8a66d22f
Add metrics for HTTP calls
2015-11-21 09:48:57 +01:00
Jakob Borg
f7ad97918a
HTTP debug middleware should be behind ShouldDebug()
2015-11-21 09:39:40 +01:00
Audrius Butkevicius
37b79735bf
Add signal handlers ( fixes #15 )
2015-11-21 00:35:38 +00:00
Audrius Butkevicius
9d9ad6de88
Update readme ( fixes #16 )
2015-11-21 00:35:38 +00:00
Audrius Butkevicius
20b925abec
Limit number of connections ( fixes #23 )
2015-11-21 00:35:31 +00:00
Audrius Butkevicius
9047d56aa0
Add RelayFull message
2015-11-20 23:42:49 +00:00
Jakob Borg
945ddc2403
Moved to syncthing-nsi repo
2015-11-20 19:56:01 +01:00
Audrius Butkevicius
92158b0611
Merge pull request #2494 from calmh/refactorwalk
...
Refactor the walk stuff a bit
2015-11-20 11:15:01 +00:00
Jakob Borg
bed6155c79
Refactor: multiple-if to switch
2015-11-20 11:24:50 +01:00
Jakob Borg
f2459e61dd
Refactor: break out walkRegular method
2015-11-20 10:32:16 +01:00
Jakob Borg
69dcdafb3d
Refactor: break out walkDir method
2015-11-20 09:54:12 +01:00
Jakob Borg
6dbb072d11
Refactor: break out walkSymlink method
2015-11-20 09:50:46 +01:00
Jakob Borg
dc96849718
Refactor: break out normalizePath method
2015-11-20 09:41:44 +01:00
Jakob Borg
d7a3cc505c
Refactor: rename p->absPath, rn->relPath
2015-11-20 09:38:45 +01:00
Audrius Butkevicius
c6936ced6c
Merge pull request #2486 from uok/patch-1
...
Add brackets to scanning percentage
2015-11-18 14:19:28 +00:00
Ben S
91048f655c
Add brackets to scanning percentage
2015-11-18 15:15:35 +01:00
Audrius Butkevicius
66bf524394
Merge pull request #2485 from calmh/scantime
...
Add remaining scanning time (fixes #2484 )
2015-11-18 11:17:36 +00:00
Jakob Borg
ba9448bdd7
Add remaining scanning time ( fixes #2484 )
2015-11-18 12:09:10 +01:00
Audrius Butkevicius
c5cb5cba18
Merge pull request #2481 from calmh/scanrate
...
Add scan rate in web GUI
2015-11-17 20:25:37 +00:00
Jakob Borg
aa853ac833
Fix tests
2015-11-17 21:23:17 +01:00
Jakob Borg
8b759d0e1e
Update dependencies
2015-11-17 21:23:17 +01:00
Jakob Borg
a8a2192cf9
Show scan rate in web GUI
2015-11-17 21:23:17 +01:00
Jakob Borg
37f866b47f
Use pause/resume device to ensure TestConflictsDefault can run
2015-11-17 13:32:57 +01:00
Jakob Borg
9cf653d673
Rename Model.clusterConfig to Model.generateClusterConfig
2015-11-17 12:10:08 +01:00
Jakob Borg
0167b4b4a3
Don't cause rare spurious event timeout
...
Correctly resetting timers is surprisingly tricky.
2015-11-17 12:05:22 +01:00
Audrius Butkevicius
dcb773e446
Merge pull request #2478 from calmh/opengui
...
Warn the user if they're running with an insecure looking setup (fixes #2139 )
2015-11-16 22:05:55 +00:00
Jakob Borg
b1a86fbc98
Warn the user if they're running with an insecure looking setup ( fixes #2139 )
2015-11-16 21:58:08 +01:00
Jakob Borg
cdd0cf7f18
Merge pull request #2477 from MoOx/patch-1
...
Update CI badge to specify environement (unix/windows)
2015-11-16 20:49:27 +01:00
Jakob Borg
9ae419201d
White list commit e37cef
2015-11-16 20:48:40 +01:00
Maxime Thirouin
e37cefdbee
Update CI badge to specify environement (unix/windows)
2015-11-16 20:31:16 +01:00
Jakob Borg
ad8c266f76
Update docs & translation
2015-11-15 18:15:10 +01:00
Jakob Borg
807c3bdcc7
Merge pull request #2473 from syncthing/revert-2470-nostoppedrescan
...
Revert "Don't show "Rescan" button for stopped folders"
2015-11-14 21:10:52 +01:00
Audrius Butkevicius
62efbd17de
Revert "Don't show "Rescan" button for stopped folders"
2015-11-14 14:01:22 -05:00
Audrius Butkevicius
d99350fd61
Merge pull request #2470 from calmh/nostoppedrescan
...
Don't show "Rescan" button for stopped folders
2015-11-14 09:09:28 -05:00
Jakob Borg
40c70a9a2a
Don't show "Rescan" button for stopped folders
2015-11-14 12:14:09 +01:00
Audrius Butkevicius
8fb7f40a6a
Merge pull request #2468 from calmh/removefolder
...
Remove folder without restart (fixes #2262 )
2015-11-13 09:51:58 -05:00
Jakob Borg
2f12d41d9d
Don't dirty blockmap key between lookups ( fixes #2455 )
2015-11-13 15:44:30 +01:00
Jakob Borg
9fbdb6b305
Cancel a running scan
2015-11-13 15:30:21 +01:00