syncthing/gui/default/syncthing
André Colomb 30fa462e33
all: Comments and cosmetics (#8218)
* lib/api: Note ItemStarted and ItemFinished for default filtering.

The reasoning why LocalChangeDetected and RemoteChangeDetected events
are not included in the event stream by default (without explicit
filter mask requested) also holds for the ItemStarted and ItemFinished
events.  They should be excluded as well when we start to break the
API compatibility for some reason.

* gui: Enumerate unused event types in the eventService.

Define constants for the unused event types as well, for completeness'
sake.  They are intentionally not handled in the GUI currently.

* cmd/syncthing: Harmonize uppercase CLI argument placeholders.

Use ALL-UPPERCASE and connecting dashes to distinguish argument
placeholders from literal argument options (e.g. "cpu" or "heap" for
profiling).  The dash makes it clear which words form a single
argument and where a new argument starts.

This style is already used for the "syncthing cli debug file" command.

* lib/model: Simplify event data structure.

Using map[string]interface{} is not necessary when all values are
known to be strings.
2022-04-02 20:36:19 +02:00
..
core all: Comments and cosmetics (#8218) 2022-04-02 20:36:19 +02:00
development gui: Reformat HTML & JS for consistent white space 2018-12-25 14:26:46 +01:00
device gui: Make device ID read-only and hide "nearby devices" when adding a new pending device (fixes #8083) (#8091) 2022-01-28 09:15:56 +01:00
folder gui: Remove superfluous Trash Can info text from Simple Versioning (#8177) 2022-02-08 20:10:03 +01:00
settings gui: Add Docs help links to each setting in Advanced Configuration (#7358) 2022-02-09 00:05:26 +01:00
transfer all: Remove untrusted feature flag (fixes #109) (#7567) 2021-04-13 10:12:56 +02:00
usagereport lib/ur: Normalise contract between syncthing and ursrv (#6770) 2020-06-23 09:47:15 +01:00
app.js gui: Refactor to make encryption diff smaller (#7049) 2020-10-23 08:27:02 +02:00