Jakob Borg
3e4a90a2ba
gui, man, authors: Update docs, translations, and contributors
2020-06-03 07:45:41 +02:00
Jakob Borg
1c089a4d11
gui, man, authors: Update docs, translations, and contributors
2020-05-27 07:45:24 +02:00
Jakob Borg
8419c05794
gui, man, authors: Update docs, translations, and contributors
2020-05-13 07:45:31 +02:00
Jakob Borg
4a8a8b294d
gui, man, authors: Update docs, translations, and contributors
2020-05-06 07:46:12 +02:00
Tomasz Wilczyński
f560e8c850
gui: Prevent text overflow in file lists ( fixes #6268 ) ( #6292 )
2020-05-02 19:34:28 +02:00
Jakob Borg
bdb25f9ba5
gui, man, authors: Update docs, translations, and contributors
2020-04-29 07:45:31 +02:00
Jakob Borg
78a741d0be
gui, man, authors: Update docs, translations, and contributors
2020-04-22 07:45:34 +02:00
Jakob Borg
41ef945b2b
gui, man, authors: Update docs, translations, and contributors
2020-04-15 07:45:24 +02:00
Jakob Borg
c6c74e8291
gui, man, authors: Update docs, translations, and contributors
2020-04-08 07:45:32 +02:00
Jakob Borg
7ce20f197b
gui, man, authors: Update docs, translations, and contributors
2020-04-01 07:45:33 +02:00
Jakob Borg
1a29296d9d
gui, man, authors: Update docs, translations, and contributors
2020-03-25 07:45:35 +01:00
Jakob Borg
2ae3ea0d52
gui, man, authors: Update docs, translations, and contributors
2020-03-18 07:45:30 +01:00
Jakob Borg
0bc571b2fd
gui, man, authors: Update docs, translations, and contributors
2020-03-11 07:45:28 +01:00
Jakob Borg
92533dd9f0
gui, man, authors: Update docs, translations, and contributors
2020-03-04 07:45:31 +01:00
Jakob Borg
10af09e4b4
gui, man, authors: Update docs, translations, and contributors
2020-02-26 07:45:29 +01:00
Jakob Borg
7b5551248a
gui, man, authors: Update docs, translations, and contributors
2020-02-19 07:45:29 +01:00
Jakob Borg
b4dc15bc06
gui, man, authors: Update docs, translations, and contributors
2020-02-05 07:45:30 +01:00
Jakob Borg
ac3879e2b0
gui, man, authors: Update docs, translations, and contributors
2020-01-29 07:45:31 +01:00
Jakob Borg
b9879e2013
gui, man, authors: Update docs, translations, and contributors
2020-01-22 07:45:33 +01:00
Tomasz Wilczyński
9cc49aea77
assets, gui: Losslessly compress all JPG, PNG, and PDF images ( #6265 )
...
Use FileOptimizer (https://nikkhokkho.sourceforge.io/static.php?page=FileOptimizer )
to losslessly compress all JPG, PNG, and PDF images without reducing their
quality.
Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
2020-01-16 13:52:43 +01:00
Jakob Borg
d323e9c106
gui, man, authors: Update docs, translations, and contributors
2020-01-15 07:46:01 +01:00
Jakob Borg
a79de840bd
gui, man, authors: Update docs, translations, and contributors
2020-01-14 08:01:03 +01:00
Jakob Borg
1b52197f71
gui, man, authors: Update docs, translations, and contributors
2020-01-11 12:56:45 +01:00
Mateusz Ż
e2f6d0d6c4
UI enhancements on mobile ( #6180 )
...
* Set fallback font for log viewer
* Enable logo scaling in About view
* Don't split "dependency list" into 2 columns on mobile
2019-11-23 12:25:25 +00:00
Jakob Borg
df866e10c8
gui: Increase padding a bit again (ref #6153 )
...
I change my mind on this, the modals need *some* padding to not look weird.
2019-11-19 22:03:31 +01:00
Domenic Horner
a5699d40a8
gui: Decrease padding on the panel and modal bodies ( #6153 )
...
This allows better viewing when on a condensed screen, and reduces screen real estate slightly.
2019-11-13 15:14:00 +01:00
Audrius Butkevicius
d3d7408b17
lib/api: Make theme paths relative ( #6142 )
...
* Update theme.css
* Update syncthingController.js
2019-11-09 12:07:46 +00:00
Pablo
9b01e64c66
gui, lib/api: Adds support for prefers-color-scheme ( fixes #6115 )
...
* gui, lib/api: Adds support for prefers-color-scheme on default theme (fixes #6115 )
- Renames current default theme into a new "light" theme
- Modifies assets serving to allow getting assets from different themes
* lib/api: Serve assets from arbitrary theme when path starts with "theme-assets"
* lib/api: Moves constant out of function
* Loads light theme in browsers without support for prefers-color-scheme
* gui: Disables dark theme when printing
* Prevents repeated injection and adds support for older browsers
The CSS is always loaded if there is no support for `matchMedia`.
2019-11-08 21:44:37 +00:00
Wulf Weich
0d86166890
gui: Optimize folder/device info for small screens ( fixes #5774 ) ( #5787 )
...
break table layout and add button margin on small screens
2019-06-17 15:24:45 +03:00
Jakob Borg
6b74cdc613
gui, man, authors: Update docs, translations, and contributors
2019-06-12 07:45:26 +02:00
Jakob Borg
d3f583c8c9
gui, man, authors: Update docs, translations, and contributors
2019-05-29 07:45:25 +02:00
Jakob Borg
98cda96b1c
gui, man, authors: Update docs, translations, and contributors
2019-05-22 07:45:27 +02:00
Jakob Borg
c02aed0a21
gui, man, authors: Update docs, translations, and contributors
2019-05-15 07:45:24 +02:00
Jakob Borg
59e1349499
gui, man, authors: Update docs, translations, and contributors
2019-05-08 07:45:28 +02:00
Jakob Borg
26e6d94c00
gui, man, authors: Update docs, translations, and contributors
2019-05-01 07:45:25 +02:00
Jakob Borg
32dec4a00d
gui, man, authors: Update docs, translations, and contributors
2019-04-24 07:45:24 +02:00
otbutz
952c8becf5
gui: Adjust table column width to content size ( fixes #4531 ) ( #5565 )
2019-04-18 18:35:44 +02:00
Jakob Borg
32ee8d783d
gui, man, authors: Update docs, translations, and contributors
2019-04-17 07:45:24 +02:00
Jakob Borg
1954239ffa
gui, man, authors: Update docs, translations, and contributors
2019-04-10 07:45:25 +02:00
Jakob Borg
48b1a2b264
gui, man, authors: Update docs, translations, and contributors
2019-04-03 07:45:31 +02:00
Jakob Borg
d23e8be39f
gui, man, authors: Update docs, translations, and contributors
2019-03-27 07:45:25 +01:00
Jakob Borg
24967e99a7
gui, man, authors: Update docs, translations, and contributors
2019-03-13 07:45:25 +01:00
Jakob Borg
3d5af675db
gui, man, authors: Update docs, translations, and contributors
2019-03-06 07:45:23 +01:00
Jakob Borg
88b0ce892d
gui, man, authors: Update docs, translations, and contributors
2019-02-27 07:45:23 +01:00
Jakob Borg
4b8853bfde
gui, man, authors: Update docs, translations, and contributors
2019-02-20 07:45:22 +01:00
Jakob Borg
5fd333e4f7
gui, man, authors: Update docs, translations, and contributors
2019-02-13 07:45:23 +01:00
Jakob Borg
cb49136269
gui: Add missing translation string ( fixes #5515 )
2019-02-07 07:30:22 +01:00
Jakob Borg
b076031bfa
gui, man, authors: Update docs, translations, and contributors
2019-02-06 07:45:24 +01:00
Jakob Borg
47d68a0aec
gui, man, authors: Update docs, translations, and contributors
2019-01-30 07:45:27 +01:00
Jakob Borg
6421693cce
gui, man, authors: Update docs, translations, and contributors
2019-01-23 07:45:23 +01:00
Jakob Borg
c2cc1dadea
gui, man, authors: Update docs, translations, and contributors
2019-01-16 07:45:23 +01:00
Jakob Borg
d924bd7bd9
gui, man, authors: Update docs, translations, and contributors
2019-01-09 07:45:23 +01:00
Jakob Borg
78ccedfeec
gui, man, authors: Update docs, translations, and contributors
2019-01-02 07:45:22 +01:00
Hugo Locurcio
2ad40734f8
gui: Use a modern font stack inspired by Bootstrap 4 ( #5407 )
...
See https://github.com/twbs/bootstrap/pull/19098 for more information.
2018-12-26 23:05:20 +01:00
Jakob Borg
84ca86f095
gui, man, authors: Update docs, translations, and contributors
2018-12-26 07:45:23 +01:00
Jakob Borg
58f3e56729
gui, man, authors: Update docs, translations, and contributors
2018-12-19 07:45:22 +01:00
Jakob Borg
c98a34a5d4
gui, man, authors: Update docs, translations, and contributors
2018-12-12 07:45:23 +01:00
Jakob Borg
351e855464
gui, man, authors: Update docs, translations, and contributors
2018-12-05 07:45:21 +01:00
Jakob Borg
7203ccb73d
gui, man, authors: Update docs, translations, and contributors
2018-11-28 07:45:22 +01:00
Jakob Borg
d1704d5304
gui, man, authors: Update docs, translations, and contributors
2018-11-21 07:45:22 +01:00
Jakob Borg
d3d0161fb9
gui, man, authors: Update docs, translations, and contributors
2018-11-14 07:45:23 +01:00
Jakob Borg
e67be59c5f
gui, man, authors: Update docs, translations, and contributors
2018-11-07 07:45:25 +01:00
Jakob Borg
830bde2c83
gui, man, authors: Update docs, translations, and contributors
2018-10-31 07:45:23 +01:00
Jakob Borg
9a07b22d4a
gui, man, authors: Update docs, translations, and contributors
2018-10-24 07:45:24 +02:00
Jakob Borg
3c657d1749
gui, man, authors: Update docs, translations, and contributors
2018-10-17 07:45:24 +02:00
Jakob Borg
dfc1101307
gui, man, authors: Update docs, translations, and contributors
2018-10-10 07:45:20 +02:00
Jakob Borg
2e425c4386
gui, man, authors: Update docs, translations, and contributors
2018-10-03 07:45:28 +02:00
Jakob Borg
91c3218a0c
gui, man, authors: Update docs, translations, and contributors
2018-09-26 07:45:25 +02:00
Jakob Borg
4f034a01ed
gui, man, authors: Update docs, translations, and contributors
2018-09-19 07:45:25 +02:00
Jakob Borg
d9d2cf74a0
gui, man, authors: Update docs, translations, and contributors
2018-09-12 07:45:26 +02:00
Jakob Borg
8aa2d8d92c
gui, man, authors: Update docs, translations, and contributors
2018-09-05 07:45:24 +02:00
Jakob Borg
916182bc73
gui, man, authors: Update docs, translations, and contributors
2018-08-29 07:45:24 +02:00
Jakob Borg
d2c68fd163
gui, man, authors: Update docs, translations, and contributors
2018-08-22 07:45:24 +02:00
Jakob Borg
0bc3ae15ae
gui, man, authors: Update docs, translations, and contributors
2018-08-15 07:45:28 +02:00
Jakob Borg
54d610878d
gui, man, authors: Update docs, translations, and contributors
2018-08-08 07:45:31 +02:00
Jakob Borg
524ffe3fa5
gui, man, authors: Update docs, translations, and contributors
2018-07-25 07:45:29 +02:00
Jakob Borg
a4415bce10
gui, man: Update docs & translations
2018-07-18 07:45:27 +02:00
Jakob Borg
1a6c7587c2
gui, man: Update docs & translations
2018-07-11 07:45:26 +02:00
Jakob Borg
0c2cebb775
gui, man: Update docs & translations
2018-06-27 07:45:25 +02:00
Jakob Borg
d69a9d52a9
gui, man: Update docs & translations
2018-06-20 07:45:26 +02:00
Jakob Borg
c7c7fbe9d9
gui, man: Update docs & translations
2018-06-13 07:45:27 +02:00
Simon Frei
9e0e04f4de
all: Fix FS watcher restarting and web UI indication ( fixes #4923 ) ( #4962 )
2018-06-11 15:47:54 +02:00
Jakob Borg
dd9e1d61eb
gui, man: Update docs & translations
2018-06-06 07:45:29 +02:00
Jakob Borg
677fde50b3
gui, man: Update docs & translations
2018-05-16 07:45:25 +02:00
Jakob Borg
b6b0d0664d
gui, man: Update docs & translations
2018-05-09 07:45:15 +02:00
Jakob Borg
58bc722a1f
gui, man: Update docs & translations
2018-05-02 07:45:15 +02:00
Jakob Borg
78094fa0cb
gui, man: Update docs & translations
2018-04-25 07:45:13 +02:00
Jakob Borg
d903bf79c5
gui, man: Update docs & translations
2018-04-18 07:45:16 +02:00
Jakob Borg
fa367e92b0
gui, man: Update docs & translations
2018-04-11 07:45:15 +02:00
Jakob Borg
cf4d7ff50f
gui, man: Update docs & translations
2018-04-04 07:45:15 +02:00
Jakob Borg
4aaf8d4ceb
gui, man: Update docs & translations
2018-03-28 07:45:15 +02:00
Audrius Butkevicius
3c920c61e9
gui: Add folder label to global changes, use bootstrap table ( fixes #4828 ) ( #4838 )
2018-03-26 11:29:06 +02:00
Simon Frei
a557d62c4a
all: Transition to using fs watcher by default ( fixes #4552 )
2018-03-25 21:05:47 +01:00
Jakob Borg
6cb4ac9ec2
gui, man: Update docs & translations
2018-03-21 07:45:15 +01:00
Simon Frei
81bd428b25
review & forgotten fixes from other PR
2018-03-18 01:10:13 +00:00
Jakob Borg
4b1782cf6d
gui, man: Update docs & translations
2018-03-07 07:45:16 +01:00
Jakob Borg
a26778fa9b
gui, man: Update docs & translations
2018-02-28 07:45:16 +01:00
Jakob Borg
5931231a32
gui, man: Update docs & translations
2018-02-21 07:45:16 +01:00
Jakob Borg
b57c9b6af5
gui, man: Update docs & translations
2018-02-14 07:45:17 +01:00
Simon Frei
3f4f6d5787
gui: Handle paused folders and fix translation strings for fs watcher (ref #4713 ) ( #4740 )
2018-02-07 13:46:27 +01:00
Jakob Borg
c17547159e
gui, man: Update docs & translations
2018-02-07 07:45:17 +01:00
Simon Frei
f87f13081b
all: Display fs watcher status and retry starting it (ref #4552 ) ( #4713 )
2018-02-04 22:46:24 +01:00
Jakob Borg
c0ab669142
gui, man: Update docs & translations
2018-01-31 07:45:16 +01:00
Simon Frei
a0514bb1a7
gui: Add missing translation string to log viewer
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4714
2018-01-28 08:40:06 +00:00
Jakob Borg
5cfb9783b3
gui, man: Update docs & translations
2018-01-17 07:45:19 +01:00
Jakob Borg
5611173366
gui, man: Update docs & translations
2018-01-10 07:45:17 +01:00
Jakob Borg
9410634c2b
gui, man: Update docs & translations
2018-01-03 07:45:21 +01:00
Audrius Butkevicius
b0e2050cdb
cmd/syncthing: UI for version restoration ( fixes #2599 ) ( #4602 )
...
cmd/syncthing: Add UI for version restoration (fixes #2599 )
2018-01-01 15:39:23 +01:00
Jakob Borg
5a05d9b867
gui, man: Update docs & translations
2017-12-27 07:45:19 +01:00
Simon Frei
8fa2b7765a
gui, lib/model: Display list of files needed by remote ( fixes #4369 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4559
LGTM: AudriusButkevicius, calmh
2017-12-15 20:01:56 +00:00
Jakob Borg
673bd5fcc0
gui, man: Update docs & translations
2017-12-13 07:45:17 +01:00
Audrius Butkevicius
445c4edeca
gui, lib/config, lib/model: Support auto-accepting folders ( fixes #2299 )
...
Also introduces a new Waiter interface for config changes and segments the
configuration GUI.
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4551
2017-12-07 07:08:24 +00:00
Jakob Borg
3153e36a3d
gui, man: Update docs & translations
2017-12-06 07:45:18 +01:00
Pawel Palenica
205426a9c6
gui: Add confirmation on removing devices and folders ( fixes #4543 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4563
LGTM: calmh
2017-12-02 11:28:06 +00:00
Jakob Borg
bd12e38b56
gui, man: Update docs & translations
2017-11-29 07:45:17 +01:00
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
KAMADA Ken'ichi
929a4d0c0c
gui: Improve warnings when creating folder in a subdirectory ( fixes #3197 , fixes #3902 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3904
2017-01-14 12:18:48 +00:00
Jakob Borg
c20c17e3c6
gui, man: Update docs & translations
2017-01-10 08:41:14 +01:00
Jakob Borg
c765f7be8d
gui, man: Update docs and translations
2016-12-26 14:23:55 +01:00
Jakob Borg
fc16e49cb0
Merge branch 'v0.14.16-hotfix'
...
* v0.14.16-hotfix:
gui, man: Update docs & translations
lib/model: Allow empty subdirs in scan request (fixes #3829 )
lib/model: Don't send symlinks to old devices that can't handle them (fixes #3802 )
lib/model: Accept scan requests of paths ending in slash (fixes #3804 )
gui: Avoid pause between event polls (ref #3527 )
2016-12-24 20:12:53 +01:00
Jakob Borg
722b81c6f0
gui, man: Update docs & translations
2016-12-21 19:46:28 +01:00
Jakob Borg
f09698d845
gui: Add missing strings to lang-en.json
2016-12-18 22:29:43 +01:00
Jakob Borg
653be136ee
gui: Update lang-en.json
2016-12-17 00:59:25 +01:00
Jakob Borg
163d335078
gui: Update lang-en.json
2016-12-16 09:42:13 +01:00
Jakob Borg
1ef75be1c6
gui, man: Update docs & translations
2016-12-13 11:29:40 +01:00
Jakob Borg
9da422f1c5
gui, man: Update docs & translations
2016-11-29 11:56:02 +01:00
Wulf Weich
eeedab4091
gui: bottom nav always behind dropdown ( fixes #3758 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3759
2016-11-23 17:03:43 +00:00
Jakob Borg
5bb74ee61c
gui, man: Update docs & translations
2016-11-22 09:32:57 +01:00
Jakob Borg
2641062c17
gui, man: Update docs & translations
2016-11-15 07:23:48 +01:00
Jakob Borg
b7e21984a1
gui, man: Update docs & translations
2016-11-01 11:26:25 +01:00
Jakob Borg
ff0ebc196c
gui: Improve display of local size, ignore pattern status ( fixes #3623 )
...
The discrepancy between global and local sizes is fine and expected in
the presence of ignores. This just moves the "we have ignore patterns"
indication to the actual local size metric, as an explanation of why it
may differ from the global size...
2016-10-17 23:57:58 +02:00
Jakob Borg
60e7ca4a4c
gui, man: Update docs & translations
2016-10-17 09:12:16 +02:00
Jakob Borg
54d4010f1a
gui, man: Update docs and translations
2016-10-07 11:09:19 +09:00
Jakob Borg
cb1b53cfb5
gui: Update English base strings ( fixes #3638 )
2016-10-07 11:07:12 +09:00
Jakob Borg
1188ebbb7b
gui, man: Update docs & translations
2016-08-23 10:42:09 +02:00
Jakob Borg
7114cacb85
gui, man: Update docs & translations
2016-08-10 11:41:46 +02:00
Jakob Borg
a022b0cfff
gui, man: Update docs & translations
2016-07-28 13:15:14 +02:00
Jakob Borg
25a7b0a6f8
gui, man: Update docs & translations
2016-07-26 10:53:00 +02:00
Jakob Borg
e1a4f81e50
gui, man: Update docs & translations
2016-07-17 23:45:22 +02:00
Jakob Borg
beec9e834e
gui, man: Update docs & translations
2016-07-10 09:23:58 +02:00
Jakob Borg
223e14b0d0
gui, man: Update docs & translations
2016-07-03 13:29:32 +02:00
Peter Dave Hello
b701de60ce
gui, assets: Compress PNGs using ZopfliPNG
...
Skip-check: authors pr-build
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3358
2016-06-28 06:19:12 +00:00
Jakob Borg
b71cc8a580
gui, man: Update docs & translations
2016-06-26 12:48:18 +02:00
Daniel Harte
99ddf1e4ab
gui: Adjust border-radius on accordion title buttons ( fixes #3299 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3320
2016-06-17 06:59:07 +00:00
Daniel Harte
fb778218f5
gui: Improve layout of "out of sync" modal ( fixes #3306 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3296
2016-06-17 06:54:33 +00:00
Jakob Borg
c1a96d4900
gui, man: Update docs & translations
2016-06-12 16:21:34 +02:00
Daniel Harte
09b7348595
gui: Accordion titles as buttons
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3284
LGTM: calmh, AudriusButkevicius
2016-06-08 15:55:44 +00:00
Jakob Borg
06e63aedea
gui: "Syncing" favicon is no longer animated ( fixes #3267 )
...
Resaved with just first frame in Photoshop, ran pngcrush on it.
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3269
2016-06-06 13:01:40 +00:00
Jakob Borg
eefcecc7ce
gui, man: Update docs & translations
2016-06-03 13:03:24 +02:00
Daniel Harte
3795a786c9
gui: CSS tweaks for mobile views
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3257
2016-06-02 23:21:19 +00:00
Daniel Harte
855a1bef89
gui: Vertically center identicons in panel titles
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3256
2016-06-02 20:52:10 +00:00