Emil Lundberg
|
7df75e681d
|
gui: Replace global "Panel padding decrease" style with targeted class (#9659)
Transplanted from https://github.com/emlun/syncthing/pull/8 (meta-PR
into https://github.com/syncthing/syncthing/pull/9175) by request of
@acolomb (see:
https://github.com/emlun/syncthing/pull/8#discussion_r1724470574).
This padding decrease currently applies to _all_ collapsible panels, but
this padding decrease may not be appropriate for all collapsible panels.
In particular, it will not be appropriate for the collapsible panels
introduced in https://github.com/emlun/syncthing/pull/8.
|
2024-08-21 15:02:45 +02:00 |
|
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 |
|
Anatoli Babenia
|
b184d46d8a
|
cmd/ursrv: Add link to source code (#9224)
To see that https://data.syncthing.net is open source, study the code
and change it.
|
2023-11-15 08:51:23 +00:00 |
|
Jakob Borg
|
b96b23957b
|
cmd/ursrv: Update map tile URL
|
2023-07-16 17:36:05 +02:00 |
|
Jakob Borg
|
6aecc2622c
|
cmd/ursrv: Merge ursrv and uraggregate as subcommands
|
2023-07-10 09:00:57 +02:00 |
|