Ross Smith II
|
17e60b9e0c
|
Chmod -x non-executable files (fixes #9629) (#9630)
Fixed via
```
git ls-files -s | grep 100755 | grep -E -v '(run|sh)$' | cut -f 2 | xargs git update-index --chmod -x
```
See #9629.
|
2024-08-05 18:32:23 +02:00 |
|
Eric P
|
fd0a6225aa
|
gui: Add connection status icons to Remote Devices (fixes #8244) (#8553)
|
2022-09-30 18:15:19 +02:00 |
|
Alexandre Viau
|
b09c50bf9c
|
gui: Ship license files (#5037)
|
2018-06-27 19:09:57 +02:00 |
|
Ben S
|
eb31be0432
|
gui: Update to Font Awesome v5 (#4889)
|
2018-05-24 19:59:32 +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
|
c6881b6d02
|
gui: Update Bootstrap (v3.3.6), non-minified
|
2016-03-28 10:51:12 +00:00 |
|
Audrius Butkevicius
|
cd54186113
|
Add support for themes (fixes #1925)
|
2016-01-10 17:57:27 +00:00 |
|