navidrome/core
Deluan Quintão 8e2052ff95
feat(Insights): add anonymous usage data collection (#3543)
* feat(insights): initial code (WIP)

* feat(insights): add more info

* feat(insights): add fs info

* feat(insights): export insights.Data

Signed-off-by: Deluan <deluan@navidrome.org>

* feat(insights): more config info

Signed-off-by: Deluan <deluan@navidrome.org>

* refactor(insights): move data struct to its own package

Signed-off-by: Deluan <deluan@navidrome.org>

* refactor(insights): omit some attrs if empty

Signed-off-by: Deluan <deluan@navidrome.org>

* feat(insights): send insights to server, add option to disable

Signed-off-by: Deluan <deluan@navidrome.org>

* fix(insights): remove info about anonymous login

Signed-off-by: Deluan <deluan@navidrome.org>

* chore(insights): fix lint

Signed-off-by: Deluan <deluan@navidrome.org>

* fix(insights): disable collector if EnableExternalServices is false

Signed-off-by: Deluan <deluan@navidrome.org>

* fix(insights): fix type casting for 32bit platforms

Signed-off-by: Deluan <deluan@navidrome.org>

* fix(insights): remove EnableExternalServices from the collection (as it will always be false)

Signed-off-by: Deluan <deluan@navidrome.org>

* chore(insights): fix lint

Signed-off-by: Deluan <deluan@navidrome.org>

* refactor(insights): rename function for consistency

Signed-off-by: Deluan <deluan@navidrome.org>

* feat(insights): log the data sent to the collector server

Signed-off-by: Deluan <deluan@navidrome.org>

* feat(insights): add last collection timestamp to the "about" dialog.

Also add opt-out info to the SignUp form

Signed-off-by: Deluan <deluan@navidrome.org>

* feat(insights): only sends the initial data collection after an admin user is created

Signed-off-by: Deluan <deluan@navidrome.org>

* feat(insights): remove dangling comment

Signed-off-by: Deluan <deluan@navidrome.org>

* feat(insights): Translate insights messages

Signed-off-by: Deluan <deluan@navidrome.org>

* fix(insights): reporting empty library

Signed-off-by: Deluan <deluan@navidrome.org>

* refactor: move URL to consts.js

Signed-off-by: Deluan <deluan@navidrome.org>

---------

Signed-off-by: Deluan <deluan@navidrome.org>
2024-12-17 17:10:55 -05:00
..
agents feat(server): get artist images from Last.fm 2024-12-01 17:31:18 -05:00
artwork fix: pre-cache square images, or else they are not useful for the Album Grid 2024-11-19 18:41:50 -05:00
auth fix(server): don't try to save JWT if it fails to encrypt 2024-12-05 22:19:39 -05:00
ffmpeg fix(server): allow extra spaces in transcoding commands 2024-10-20 19:35:16 -04:00
metrics feat(Insights): add anonymous usage data collection (#3543) 2024-12-17 17:10:55 -05:00
playback Fixing Build/lint error: "non-constant format string in call to fmt.Errorf (govet)" (#3198) 2024-08-19 17:58:35 -04:00
scrobbler Use userId in player, other fixes (#3182) 2024-08-03 13:37:21 -04:00
archiver.go Add log.IsGreaterOrEqualTo, that take into consideration path-scoped log levels 2023-12-25 16:35:16 -05:00
archiver_test.go Add support for timeOffset in /stream endpoint 2023-12-02 13:10:36 -05:00
common.go Move project to Navidrome GitHub organization 2021-02-06 21:46:35 -05:00
core_suite_test.go Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00
external_metadata.go fix(server): more race conditions when updating artist/album from external sources 2024-12-04 17:34:26 -05:00
media_streamer.go fix: forcing transcoding when client does not specify transcoding options (#3455) 2024-11-05 20:39:05 -05:00
media_streamer_Internal_test.go fix: forcing transcoding when client does not specify transcoding options (#3455) 2024-11-05 20:39:05 -05:00
media_streamer_test.go Add support for timeOffset in /stream endpoint 2023-12-02 13:10:36 -05:00
players.go fix(server): add disc number to fake path. 2024-12-02 09:35:39 -05:00
players_test.go Use userId in player, other fixes (#3182) 2024-08-03 13:37:21 -04:00
playlists.go fix(playlists): make the m3u parser case-insensitive again #3410 2024-10-20 14:21:39 -04:00
playlists_test.go fix(playlists): make the m3u parser case-insensitive again #3410 2024-10-20 14:21:39 -04:00
share.go Fix null values in DB (#2840) 2024-02-07 20:45:08 -05:00
share_test.go Add option to allow share to be downloaded 2023-03-10 23:33:29 -05:00
wire_providers.go feat(Insights): add anonymous usage data collection (#3543) 2024-12-17 17:10:55 -05:00