Jakob Borg
8f3effed32
Refactor node ID handling, use check digits ( fixes #269 )
...
New node ID:s contain four Luhn check digits and are grouped
differently. Code uses NodeID type instead of string, so it's formatted
homogenously everywhere.
2014-06-30 01:42:03 +02:00
Jakob Borg
efbdf72d20
Lower CPU usage at idle by reducing db polling
2014-06-20 00:28:45 +02:00
Jakob Borg
b05fcbc9d7
Simplify usage reporting config options ( fixes #370 )
2014-06-18 12:54:30 +02:00
Jakob Borg
26ebbee877
Hard override on changes from master repo
2014-06-16 10:47:02 +02:00
Jakob Borg
48a3fac2da
Show out of sync items, rename files->items ( fixes #312 , fixes #352 )
2014-06-14 10:58:36 +02:00
Jakob Borg
f40f3b3b7b
Anonymous Usage Reporting
2014-06-11 20:06:53 +02:00
Jakob Borg
df381fd03f
Let server side decide if restart is needed on config change
2014-06-07 04:00:46 +02:00
Jakob Borg
20a018db2e
Implement API keys
2014-06-04 22:00:55 +02:00
Jakob Borg
80c2b32b92
Implement CSRF protection for REST interface ( fixes #287 )
2014-06-04 21:20:07 +02:00
Jakob Borg
843fd9bdbd
Add license header
2014-06-01 22:50:14 +02:00
Ryan Sullivan
672f7a010f
reverted 'use strict'
2014-05-28 14:06:48 -04:00
Ryan Sullivan
4d7837ba96
Reset protocolChanged just incase
2014-05-28 11:29:08 -04:00
Ryan Sullivan
832ed556d9
Resolved issue #252 . Page will now refresh the protocol if it is changed
2014-05-28 11:26:38 -04:00
Jakob Borg
381f6aeaf6
Handle and prevent invalid repo ID. Validate node ID format. ( fixes #286 )
2014-05-28 05:27:34 +02:00
Jakob Borg
3d055bbb79
Simple file versioning ( fixes #218 )
2014-05-25 20:49:08 +02:00
Jakob Borg
c2f75d3689
Show counters for total data transferred ( fixes #265 )
2014-05-24 21:34:11 +02:00
Jakob Borg
5454ca1cf7
Sort list of sharing nodes ( fixes #266 )
2014-05-24 21:13:35 +02:00
Jakob Borg
8644bf30a9
Syncthing might be restarted after shutdown ( fixes #274 )
2014-05-24 21:08:53 +02:00
Jakob Borg
db3341a178
In Sync is now Up to Date ( fixes #268 )
2014-05-24 21:06:46 +02:00
Jakob Borg
e2cb0219c7
Node IDs are always upper case (ref #269 )
2014-05-24 21:01:21 +02:00
Jakob Borg
52d8e4c691
Set local discovery port in GUI
2014-05-22 09:38:11 +02:00
Ryan Sullivan
a97985b428
Added suggestions to settings fix.
2014-05-21 15:54:16 -04:00
Ryan Sullivan
63c0f11458
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
auto/gui.files.go
2014-05-21 15:15:37 -04:00
Jakob Borg
8bba82a08d
Squelch interpolation errors at startup
2014-05-21 21:07:37 +02:00
Jakob Borg
51bf15728a
Fix delete node ( fixes #250 )
2014-05-21 21:06:20 +02:00
Ryan Sullivan
b336b2c336
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
auto/gui.files.go
2014-05-21 14:38:54 -04:00
Ryan Sullivan
8a5a573851
Fixed issue #239 Saving an unchanged config does not prompt for reboot
2014-05-21 14:35:51 -04:00
Jakob Borg
6fb05fc82a
Add Edit > Show ID with QR ( fixes #243 )
2014-05-21 20:06:14 +02:00
Jakob Borg
4235175966
Show 'shutdown complete' modal ( fixes #251 )
2014-05-21 19:35:56 +02:00
Jakob Borg
7c8652b600
Implement HTTPS for GUI
2014-05-21 14:42:53 +02:00
Jakob Borg
3c25a74f3b
Correct units for rate limits (ref #234 )
2014-05-20 21:16:04 +02:00
Jakob Borg
dd3d8a6c98
Revamp UI ( fixes #185 , fixes #147 , fixes #136 , fixes #124 )
2014-05-20 19:36:37 +02:00
Jakob Borg
1aef03288a
Revert "Show liveness indicator (beating heart)"
...
This reverts commit 84c4298cd5
.
Conflicts:
gui/app.js
gui/index.html
2014-05-20 01:02:24 +02:00
Jakob Borg
5c65e10875
Also remove dashes from GUI entered node IDs
2014-05-18 22:40:25 +02:00
Jakob Borg
bbefcef53b
Allow node IDs with spaces/dashes in config. Use dashes in GUI. (ref #230 )
2014-05-18 12:05:31 +02:00
Jakob Borg
84c4298cd5
Show liveness indicator (beating heart)
2014-05-17 13:56:59 +02:00
Jakob Borg
b60251b960
Show node name in title/header ( fixes #221 )
2014-05-16 14:24:32 +02:00
Jakob Borg
dc2f83e522
Add GUI validations for node and repo editors ( fixes #153 )
2014-05-14 07:55:00 -03:00
Veeti Paananen
870ce57005
Split node ID's into multiple parts/chunks for readability
...
Helps with manual entry.
2014-05-13 23:43:14 +03:00
Jakob Borg
837f3a68ab
Sort repos on directory ( fixes #178 )
2014-05-11 15:25:06 -03:00
Jakob Borg
a91eb701bf
Reload configuration after lost connection or restart.
2014-05-11 14:43:38 -03:00
Jakob Borg
f39e105101
Stop repository if the directory disappears ( fixes #154 )
2014-05-04 18:22:59 +02:00
Jakob Borg
0d55cf4be5
Don't use absolute URL for rest calls ( fixes #166 )
2014-04-30 22:02:34 +02:00
Jakob Borg
dcd7d278aa
Handle and indicate duplicate repo ID:s ( fixes #153 )
2014-04-27 21:53:27 +02:00
Jakob Borg
3e4d628f54
Handle non-word characters in repo name ( fixes #152 )
2014-04-23 10:04:25 +02:00
Jakob Borg
aa78fbb09d
Don't offer to delete this node ( fixes #144 )
2014-04-22 12:01:09 +02:00
Jakob Borg
a08cba9c85
Config option to enable/disable UPnP
2014-04-18 13:39:51 +02:00
Jakob Borg
a98d75edaa
Clear acknowledged errors server-side as well ( fixes #128 )
2014-04-16 16:30:49 +02:00
Jakob Borg
1ca7e47fd6
Show restarting notification instead of network error ( fixes #129 )
2014-04-16 15:16:44 +02:00
Jakob Borg
935a8eb9a7
Sort nodes on name if set, otherwise ID ( fixes #119 )
2014-04-15 10:57:17 +02:00