Jakob Borg
b99e92bad7
gui, man: Update docs & translations
2017-11-22 07:45:21 +01:00
Jakob Borg
783dd612f7
gui, man: Update docs & translations
2017-11-15 07:45:19 +01:00
Jakob Borg
40c952c0ae
gui, man: Update docs & translations
2017-11-08 07:45:21 +01:00
Jakob Borg
617bf173a4
gui, man: Update docs & translations
2017-11-01 07:45:19 +01:00
Jakob Borg
9ecf9a3f48
gui, man: Update docs & translations
2017-10-25 07:45:19 +02:00
Simon Frei
c704ba9ef9
gui: "versioner" -> "versioning" and add missing translations
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4435
2017-10-20 13:55:22 +00:00
Jakob Borg
dfad6a2aa9
gui, man: Update docs & translations
2017-10-18 07:45:20 +02:00
Jakob Borg
813e6ddf83
gui, man: Update docs & translations
2017-10-11 07:45:19 +02:00
Jakob Borg
0b5c11bf93
gui, man: Update docs & translations
2017-10-04 07:45:19 +02:00
Jakob Borg
59ebcea356
gui, man: Update docs & translations
2017-09-20 07:45:17 +02:00
Jakob Borg
baec3f909c
gui, man: Update docs & translations
2017-09-06 07:45:19 +02:00
Jakob Borg
5883eb9a25
gui, man: Update docs & translations
2017-08-30 10:50:19 +02:00
Jakob Borg
b31611a8d1
gui, man: Update docs & translations
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4320
2017-08-22 09:00:52 +00:00
Jakob Borg
d475ad7ce1
gui, man: Update docs & translations
2017-07-13 08:55:12 +02:00
Jakob Borg
487655b365
gui, man: Update docs & translations
2017-07-05 07:45:22 +02:00
Jakob Borg
34f8cc8620
gui: Rename assets/lang/README-FIRST to README for greater visibility
...
README is rendered in the GitHub web UI
2017-06-28 18:58:41 +02:00
Jakob Borg
6503326073
gui, man: Update docs & translations
2017-06-28 07:45:20 +02:00
Jakob Borg
3641c97667
gui, man: Update docs & translations
2017-06-21 07:45:20 +02:00
Simon Frei
98cfc204ca
gui: Add dropdown menu to choose discovered devices to device modal ( fixes #4157 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4186
LGTM: AudriusButkevicius, calmh
2017-06-16 15:27:09 +00:00
Jakob Borg
d0061c172c
gui, man: Update docs & translations
2017-06-14 07:45:21 +02:00
Jakob Borg
7346113742
gui, man: Update docs & translations
2017-06-07 07:45:21 +02:00
Jakob Borg
3d11efc9e0
gui, man: Update docs & translations
2017-06-01 12:25:17 +02:00
Audrius Butkevicius
2c10beed0b
gui: Add (?d) and (?i) to ignores guide
2017-05-21 22:16:21 +02:00
Jakob Borg
8f3f787a34
gui, man: Update docs & translations
2017-05-18 07:47:51 +02:00
Darshil Chanpura
3522d451df
gui: Added a CSS rule for out of sync items modal
...
Removed text decoration on hover which was shown while hovering on span with eject icon.
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4135
2017-05-16 08:56:54 +00:00
Wulf Weich
7931d956f7
gui: fix path breaking out of global changes modal ( fixes #3895 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4146
2017-05-13 10:42:37 +00:00
Jakob Borg
bdaef44765
gui, man: Update docs & translations
2017-04-26 09:13:12 +09:00
Jakob Borg
26654df48c
gui: Restrict GUI listening ports to >1024, add help ( fixes #4020 )
...
This adds a pattern validator to the GUI listen port field that checks
for port numbers 1024 and above. Also adds a help link pointing to the
(new) page talking about GUI listen port numbers. That page has
information on how to work around the restriction, in general terms.
Also changes the header from "GUI Listen Addresses" to the singular
version, because we only support one listen address today.
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4116
2017-04-24 07:19:28 +00:00
Jakob Borg
da34f27546
gui, lib/config, lib/model: Allow absolute values for minimum disk free space ( fixes #3307 )
...
This deprecates the current minDiskFreePct setting and introduces
minDiskFree. The latter is, in it's serialized form, a string with a
unit. We accept percentages ("2.35%") and absolute values ("250 k", "12.5
Gi"). Common suffixes are understood. The config editor lets the user
enter the string, and validates it.
We still default to "1 %", but the user can change that to an absolute
value at will.
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4087
LGTM: AudriusButkevicius, imsodin
2017-04-12 09:01:19 +00:00
Jakob Borg
ae4206f362
gui: Add forgotten translation string
2017-04-07 09:16:55 +02:00
Jakob Borg
b1edf12257
gui, man: Update docs & translations
2017-04-05 17:10:31 +02:00
Simon Frei
25b314f5f1
lib/model, gui: Allow creating and editing ignores of paused folders ( fixes #3608 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3996
LGTM: calmh, AudriusButkevicius
2017-04-01 09:58:06 +00:00
Jakob Borg
c5e0c47989
lib/connections, lib/model, gui: Specify allowed networks per device ( fixes #219 )
...
This adds a new config AllowedNetworks per device, which when set should
contain a list of network prefixes (192.168.0.0/126 etc) that are
allowed for the given device. The connection service will not attempt
connections to addresses outside of the given networks and incoming
connections will be rejected as well.
I've added the config to the normal device editor and shown it (when
set) in the device summary on the main screen.
There's a unit test for the IsAllowedNetwork method, I've done some
manual sanity testing on top of that.
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4073
2017-04-01 09:52:31 +00:00
Jakob Borg
c3820fbbf2
gui: Allow toggleable units for transfer rate ( fixes #234 )
...
Click the transfer rate to toggle between binary-exponent bytes (KiB/s,
MiB/s) and metric based bits (kb/s, Mb/s). The setting is persisted in
browser local storage (best effort).
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4074
2017-03-31 06:32:54 +00:00
Simon Frei
1ad547fb65
gui, script: Translate discovery popover and detect it in translate script
...
Skip-check: pr-solaris
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4061
2017-03-25 11:56:51 +00:00
Jakob Borg
ac46db78d7
gui, man: Update docs & translations
2017-03-23 20:04:35 +09:00
Sacheendra Talluri
ee92ee0190
gui: Move discovery failures to modal ( fixes #2344 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4048
LGTM: calmh, AudriusButkevicius
2017-03-20 13:55:08 +00:00
nov1n
ed771f5c64
gui: Show full failed item path
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4023
2017-03-18 11:43:24 +00:00
Jakob Borg
f4ccc69422
gui, man: Update docs & translations
2017-03-09 14:13:11 +01:00
Simon Frei
1b08176583
gui: Update translation strings
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4031
2017-03-08 12:38:25 +00:00
Jakob Borg
28449f9f5b
gui, man: Update docs and translations
2017-02-23 07:47:07 +01:00
Jakob Borg
a0e2e7a962
gui: Translation strinsg for pause/resume all
2017-02-22 04:03:41 +01:00
Jakob Borg
f7fc0c1d3e
all: Update license url to https (ref #3976 )
2017-02-09 08:04:16 +01:00
Jakob Borg
5a1ee7f0b0
gui, man: Update docs & translations
2017-02-07 08:28:02 +01:00
Jakob Borg
1f586c0fdd
gui, man: Update docs & translations
2017-02-05 13:54:49 +01:00
Jakob Borg
3eb7a9373a
gui, lib/config: Add notification about new release channels
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3945
2017-02-04 09:45:17 +00:00
Jakob Borg
20f8b4fd57
gui: Wording of auto upgrade selections
2017-01-30 23:14:45 +01:00
Jakob Borg
35e87e23fd
cmd/syncthing, gui, lib/config, lib/upgrade: Add option to upgrade to pre-releases
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3939
2017-01-27 12:17:06 +00:00
Jakob Borg
9587b89d9d
gui, man: Update docs & translations
2017-01-23 22:03:08 +01:00
Jakob Borg
f36f00e87b
gui: Update translation base (lang-en) ( fixes #3909 )
2017-01-17 15:58:35 +01:00