diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f53284f..ca52d5b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Change log +## Version 0.9.0b3 (2024/12/18) + +**This is a pre-release. Don't install this version in production, you may not be able to safely downgrade to a stable version.** +If you find bugs, please report them. + +### Features and enhancements + +* [#660](https://github.com/SamR1/FitTrackee/issues/660) - mark notification as read on click on workout/comment/... + +### Bugs Fixed + +* [PR#659](https://github.com/SamR1/FitTrackee/pull/659) - API - get workouts list with equipment +* [PR#662](https://github.com/SamR1/FitTrackee/pull/662) - Minor fixes and improvements + +### Misc + +* [189071](https://github.com/SamR1/FitTrackee/commit/189071a949ef7cb0c01e8dedcb267af742daefa4) - use uuid instead of id for notifications + + +**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade)) + + ## Version 0.9.0b2 (2024/12/14) **This is a pre-release. Don't install this version in production, you may not be able to safely downgrade to a stable version.** diff --git a/VERSION b/VERSION index fcc90695c..c1dd561a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0b2 +0.9.0b3 diff --git a/docs/en/.buildinfo b/docs/en/.buildinfo index 1b1ddf6ef..e61a145f4 100644 --- a/docs/en/.buildinfo +++ b/docs/en/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 3e5a183fc3e1fac877f23f73ceffc857 +config: 6b8009be992dc0020541a7f00dfa8af2 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/en/_images/administration-menu.png b/docs/en/_images/administration-menu.png index 3a9008ed0..9f8dde45d 100644 Binary files a/docs/en/_images/administration-menu.png and b/docs/en/_images/administration-menu.png differ diff --git a/docs/en/_images/dashboard.png b/docs/en/_images/dashboard.png index 4c4500991..d7418c11f 100644 Binary files a/docs/en/_images/dashboard.png and b/docs/en/_images/dashboard.png differ diff --git a/docs/en/_images/equipment-detail.png b/docs/en/_images/equipment-detail.png index e0163f9b3..528e2e0f3 100644 Binary files a/docs/en/_images/equipment-detail.png and b/docs/en/_images/equipment-detail.png differ diff --git a/docs/en/_images/equipments-list.png b/docs/en/_images/equipments-list.png index 7e9010617..f9aa7a81e 100644 Binary files a/docs/en/_images/equipments-list.png and b/docs/en/_images/equipments-list.png differ diff --git a/docs/en/_images/notifications.png b/docs/en/_images/notifications.png index 0c7c4c0c8..0b666c921 100644 Binary files a/docs/en/_images/notifications.png and b/docs/en/_images/notifications.png differ diff --git a/docs/en/_images/oauth2-app-authorization.png b/docs/en/_images/oauth2-app-authorization.png index 12c364498..ce157a568 100644 Binary files a/docs/en/_images/oauth2-app-authorization.png and b/docs/en/_images/oauth2-app-authorization.png differ diff --git a/docs/en/_images/oauth2-client-creation.png b/docs/en/_images/oauth2-client-creation.png index f28ce9c59..ff477e03a 100644 Binary files a/docs/en/_images/oauth2-client-creation.png and b/docs/en/_images/oauth2-client-creation.png differ diff --git a/docs/en/_images/sports-administration.png b/docs/en/_images/sports-administration.png index c72d97227..df8c7df90 100644 Binary files a/docs/en/_images/sports-administration.png and b/docs/en/_images/sports-administration.png differ diff --git a/docs/en/_images/statistics-by-sport.png b/docs/en/_images/statistics-by-sport.png index 44fe83b7b..a6f3e5b31 100644 Binary files a/docs/en/_images/statistics-by-sport.png and b/docs/en/_images/statistics-by-sport.png differ diff --git a/docs/en/_images/statistics-by-time-period.png b/docs/en/_images/statistics-by-time-period.png index 83a11c637..7e6dc9c97 100644 Binary files a/docs/en/_images/statistics-by-time-period.png and b/docs/en/_images/statistics-by-time-period.png differ diff --git a/docs/en/_images/users-directory.png b/docs/en/_images/users-directory.png index 6b40707c1..807666e10 100644 Binary files a/docs/en/_images/users-directory.png and b/docs/en/_images/users-directory.png differ diff --git a/docs/en/_images/workout-detail.png b/docs/en/_images/workout-detail.png index b6d779504..294fa35e8 100644 Binary files a/docs/en/_images/workout-detail.png and b/docs/en/_images/workout-detail.png differ diff --git a/docs/en/_images/workouts-list.png b/docs/en/_images/workouts-list.png index 59c768f31..d95999248 100644 Binary files a/docs/en/_images/workouts-list.png and b/docs/en/_images/workouts-list.png differ diff --git a/docs/en/_sources/changelog.md.txt b/docs/en/_sources/changelog.md.txt index 12f53284f..ca52d5b11 100644 --- a/docs/en/_sources/changelog.md.txt +++ b/docs/en/_sources/changelog.md.txt @@ -1,5 +1,27 @@ # Change log +## Version 0.9.0b3 (2024/12/18) + +**This is a pre-release. Don't install this version in production, you may not be able to safely downgrade to a stable version.** +If you find bugs, please report them. + +### Features and enhancements + +* [#660](https://github.com/SamR1/FitTrackee/issues/660) - mark notification as read on click on workout/comment/... + +### Bugs Fixed + +* [PR#659](https://github.com/SamR1/FitTrackee/pull/659) - API - get workouts list with equipment +* [PR#662](https://github.com/SamR1/FitTrackee/pull/662) - Minor fixes and improvements + +### Misc + +* [189071](https://github.com/SamR1/FitTrackee/commit/189071a949ef7cb0c01e8dedcb267af742daefa4) - use uuid instead of id for notifications + + +**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade)) + + ## Version 0.9.0b2 (2024/12/14) **This is a pre-release. Don't install this version in production, you may not be able to safely downgrade to a stable version.** diff --git a/docs/en/_sources/installation.rst.txt b/docs/en/_sources/installation.rst.txt index c370fb57f..23a273c61 100644 --- a/docs/en/_sources/installation.rst.txt +++ b/docs/en/_sources/installation.rst.txt @@ -143,7 +143,10 @@ deployment method. .. envvar:: UI_URL - **FitTrackee** URL, needed for links in emails. + **FitTrackee** URL, needed for links in emails and mentions. + + .. warning:: + UI_URL must contains url scheme (``https://``). .. envvar:: EMAIL_URL diff --git a/docs/en/_static/documentation_options.js b/docs/en/_static/documentation_options.js index 914e3f7e2..6e12bd9b2 100644 --- a/docs/en/_static/documentation_options.js +++ b/docs/en/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.9.0b2', + VERSION: '0.9.0b3', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/en/api/auth.html b/docs/en/api/auth.html index 509f24761..0b666f21a 100644 --- a/docs/en/api/auth.html +++ b/docs/en/api/auth.html @@ -6,7 +6,7 @@ - Authentication and account - FitTrackee 0.9.0b2 documentation + Authentication and account - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation
diff --git a/docs/en/api/comments.html b/docs/en/api/comments.html index d31b84da5..d542dd01b 100644 --- a/docs/en/api/comments.html +++ b/docs/en/api/comments.html @@ -6,7 +6,7 @@ - Comments - FitTrackee 0.9.0b2 documentation + Comments - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -915,7 +915,7 @@

Comments

- + diff --git a/docs/en/api/configuration.html b/docs/en/api/configuration.html index 0e0cc2e50..15e445bf7 100644 --- a/docs/en/api/configuration.html +++ b/docs/en/api/configuration.html @@ -6,7 +6,7 @@ - Configuration - FitTrackee 0.9.0b2 documentation + Configuration - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -315,7 +315,7 @@

Configuration "privacy_policy": null, "privacy_policy_date": null, "stats_workouts_limit": 10000, - "version": "0.9.0b2", + "version": "0.9.0b3", "weather_provider": null }, "status": "success" @@ -361,7 +361,7 @@

Configuration "privacy_policy": null, "privacy_policy_date": null, "stats_workouts_limit": 10000, - "version": "0.9.0b2", + "version": "0.9.0b3", "weather_provider": null }, "status": "success" @@ -503,7 +503,7 @@

Configuration +

diff --git a/docs/en/api/equipment_types.html b/docs/en/api/equipment_types.html index 7cc3ed2dd..d5c752a7e 100644 --- a/docs/en/api/equipment_types.html +++ b/docs/en/api/equipment_types.html @@ -6,7 +6,7 @@ - Equipment Types - FitTrackee 0.9.0b2 documentation + Equipment Types - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -640,7 +640,7 @@

Equipment Types +

diff --git a/docs/en/api/equipments.html b/docs/en/api/equipments.html index 6b8fdef50..653928a1d 100644 --- a/docs/en/api/equipments.html +++ b/docs/en/api/equipments.html @@ -6,7 +6,7 @@ - Equipments - FitTrackee 0.9.0b2 documentation + Equipments - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -872,7 +872,7 @@

Equipments +

diff --git a/docs/en/api/follow_requests.html b/docs/en/api/follow_requests.html index 5725c1bb1..2650962b6 100644 --- a/docs/en/api/follow_requests.html +++ b/docs/en/api/follow_requests.html @@ -6,7 +6,7 @@ - Follow requests - FitTrackee 0.9.0b2 documentation + Follow requests - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -547,7 +547,7 @@

Follow requests +

diff --git a/docs/en/api/index.html b/docs/en/api/index.html index 8c6d31abd..3458c81ff 100644 --- a/docs/en/api/index.html +++ b/docs/en/api/index.html @@ -6,7 +6,7 @@ - API documentation - FitTrackee 0.9.0b2 documentation + API documentation - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -363,7 +363,7 @@

API documentation +

diff --git a/docs/en/api/notifications.html b/docs/en/api/notifications.html index 9078cc24c..21736cb6d 100644 --- a/docs/en/api/notifications.html +++ b/docs/en/api/notifications.html @@ -6,7 +6,7 @@ - Notifications - FitTrackee 0.9.0b2 documentation + Notifications - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -329,7 +329,7 @@

Notifications "suspended_at": null, "username": "admin" }, - "id": 22, + "id": "be26f35a-1239-44ff-a012-12fb835fa26c", "marked_as_read": false, "type": "follow_request" } @@ -396,12 +396,12 @@

Notifications -
-PATCH /api/notifications/(int: notification_id)
+
+PATCH /api/notifications/(string: notification_id)

Update authenticated user notification read status.

Scope: notifications:write

Example request:

-
-
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -894,7 +894,7 @@

OAuth2

-

+ diff --git a/docs/en/api/records.html b/docs/en/api/records.html index 56908a568..4c50d700d 100644 --- a/docs/en/api/records.html +++ b/docs/en/api/records.html @@ -6,7 +6,7 @@ - Records - FitTrackee 0.9.0b2 documentation + Records - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -462,7 +462,7 @@

Records

- + diff --git a/docs/en/api/reports.html b/docs/en/api/reports.html index ade3fd955..e90a26115 100644 --- a/docs/en/api/reports.html +++ b/docs/en/api/reports.html @@ -6,7 +6,7 @@ - Reports - FitTrackee 0.9.0b2 documentation + Reports - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -1071,7 +1071,7 @@

Reports

- + diff --git a/docs/en/api/sports.html b/docs/en/api/sports.html index 8adf4857d..b0dbccb9a 100644 --- a/docs/en/api/sports.html +++ b/docs/en/api/sports.html @@ -6,7 +6,7 @@ - Sports - FitTrackee 0.9.0b2 documentation + Sports - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -682,7 +682,7 @@

Sports

- + diff --git a/docs/en/api/stats.html b/docs/en/api/stats.html index efb86243a..4d2f949a1 100644 --- a/docs/en/api/stats.html +++ b/docs/en/api/stats.html @@ -6,7 +6,7 @@ - Statistics - FitTrackee 0.9.0b2 documentation + Statistics - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -725,7 +725,7 @@

Statistics +

diff --git a/docs/en/api/timeline.html b/docs/en/api/timeline.html index 185c7d185..4cf8ffde9 100644 --- a/docs/en/api/timeline.html +++ b/docs/en/api/timeline.html @@ -6,7 +6,7 @@ - Timeline - FitTrackee 0.9.0b2 documentation + Timeline - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -499,7 +499,7 @@

Timeline

- + diff --git a/docs/en/api/users.html b/docs/en/api/users.html index 322ec4aa0..2a7f36b28 100644 --- a/docs/en/api/users.html +++ b/docs/en/api/users.html @@ -6,7 +6,7 @@ - Users - FitTrackee 0.9.0b2 documentation + Users - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -1557,7 +1557,7 @@

Users

- + diff --git a/docs/en/api/workouts.html b/docs/en/api/workouts.html index 29bf10c01..cdb77798c 100644 --- a/docs/en/api/workouts.html +++ b/docs/en/api/workouts.html @@ -6,7 +6,7 @@ - Workouts - FitTrackee 0.9.0b2 documentation + Workouts - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
-
FitTrackee 0.9.0b2 +
FitTrackee 0.9.0b3 documentation
@@ -197,7 +197,7 @@
- FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -457,6 +457,11 @@

Workouts notes matching is case-insensitive

  • description (string) – any part of the workout description; description matching is case-insensitive

  • +
  • return_equipments (string) – return workouts with equipment +(by default, equipment is not returned). +Note: It’s not a filter. +Warning: Needed for 3rd-party applications +updating equipments.

  • Request Headers:
    @@ -1867,7 +1872,7 @@

    Workouts

    - + diff --git a/docs/en/changelog.html b/docs/en/changelog.html index f85b8d537..4d0dda871 100644 --- a/docs/en/changelog.html +++ b/docs/en/changelog.html @@ -6,7 +6,7 @@ - Change log - FitTrackee 0.9.0b2 documentation + Change log - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
    -
    FitTrackee 0.9.0b2 +
    FitTrackee 0.9.0b3 documentation
    @@ -197,7 +197,7 @@
    - FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -288,12 +288,36 @@

    Change log

    -
    -

    Version 0.9.0b2 (2024/12/14)

    +
    +

    Version 0.9.0b3 (2024/12/18)

    This is a pre-release. Don’t install this version in production, you may not be able to safely downgrade to a stable version.
    If you find bugs, please report them.

    +
    +

    Features and enhancements

    +
      +
    • #660 - mark notification as read on click on workout/comment/…

    • +
    +

    Bugs Fixed

      +
    • PR#659 - API - get workouts list with equipment

    • +
    • PR#662 - Minor fixes and improvements

    • +
    +
    +
    +

    Misc

    +
      +
    • 189071 - use uuid instead of id for notifications

    • +
    +

    Note: This release contains database migration (see upgrade instructions in documentation)

    +
    +
    +
    +

    Version 0.9.0b2 (2024/12/14)

    +

    This is a pre-release. Don’t install this version in production, you may not be able to safely downgrade to a stable version.
    If you find bugs, please report them.

    +
    +

    Bugs Fixed

    +
    • #657 - can not display next workouts in timeline

    @@ -301,8 +325,8 @@

    Bugs Fixed

    Version 0.9.0b1 (2024/12/14)

    This is a pre-release. Don’t install this version in production, you may not be able to safely downgrade to a stable version.
    If you find bugs, please report them.

    -
    -

    Features and enhancements

    +
    +

    Features and enhancements

    - + diff --git a/docs/en/cli.html b/docs/en/cli.html index 04ea15db7..cad3ce679 100644 --- a/docs/en/cli.html +++ b/docs/en/cli.html @@ -6,7 +6,7 @@ - Command line interface - FitTrackee 0.9.0b2 documentation + Command line interface - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
    -
    FitTrackee 0.9.0b2 +
    FitTrackee 0.9.0b3 documentation
    @@ -197,7 +197,7 @@
    - FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -604,7 +604,7 @@

    ftcli

    - + diff --git a/docs/en/features.html b/docs/en/features.html index d4d9e6075..085b63ea9 100644 --- a/docs/en/features.html +++ b/docs/en/features.html @@ -6,7 +6,7 @@ - Features - FitTrackee 0.9.0b2 documentation + Features - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -1142,7 +1142,7 @@

    Administration

    - + diff --git a/docs/en/genindex.html b/docs/en/genindex.html index a6d8c84ed..4a2e89726 100644 --- a/docs/en/genindex.html +++ b/docs/en/genindex.html @@ -4,7 +4,7 @@ - Index - FitTrackee 0.9.0b2 documentation + Index - FitTrackee 0.9.0b3 documentation @@ -167,7 +167,7 @@
    -
    @@ -195,7 +195,7 @@
    - FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -378,7 +378,7 @@

    E

    - + diff --git a/docs/en/http-routingtable.html b/docs/en/http-routingtable.html index 34af3a8a3..7a54c130f 100644 --- a/docs/en/http-routingtable.html +++ b/docs/en/http-routingtable.html @@ -4,7 +4,7 @@ - HTTP Routing Table - FitTrackee 0.9.0b2 documentation + HTTP Routing Table - FitTrackee 0.9.0b3 documentation @@ -167,7 +167,7 @@
    -
    @@ -195,7 +195,7 @@
    - FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -893,7 +893,7 @@

    HTTP Routing Table

    - PATCH /api/notifications/(int:notification_id) + PATCH /api/notifications/(string:notification_id) @@ -957,7 +957,7 @@

    HTTP Routing Table

    - + diff --git a/docs/en/index.html b/docs/en/index.html index ef186e1c5..6905147f6 100644 --- a/docs/en/index.html +++ b/docs/en/index.html @@ -6,7 +6,7 @@ - FitTrackee 0.9.0b2 documentation + FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -370,7 +370,7 @@

    Table of contents +

    diff --git a/docs/en/installation.html b/docs/en/installation.html index 00ddc7cf4..fa70308b2 100644 --- a/docs/en/installation.html +++ b/docs/en/installation.html @@ -6,7 +6,7 @@ - Installation - FitTrackee 0.9.0b2 documentation + Installation - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -507,7 +507,11 @@

    Environment variables
    UI_URL
    -

    FitTrackee URL, needed for links in emails.

    +

    FitTrackee URL, needed for links in emails and mentions.

    +
    +

    Warning

    +

    UI_URL must contains url scheme (https://).

    +
    @@ -1485,7 +1489,7 @@

    NixOS

    - + diff --git a/docs/en/oauth.html b/docs/en/oauth.html index 0091eb0cd..a41a659fa 100644 --- a/docs/en/oauth.html +++ b/docs/en/oauth.html @@ -6,7 +6,7 @@ - OAuth 2.0 - FitTrackee 0.9.0b2 documentation + OAuth 2.0 - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -481,7 +481,7 @@

    Resources +

    diff --git a/docs/en/objects.inv b/docs/en/objects.inv index 78847298d..307b07e13 100644 Binary files a/docs/en/objects.inv and b/docs/en/objects.inv differ diff --git a/docs/en/search.html b/docs/en/search.html index e21d11184..b0e32aa61 100644 --- a/docs/en/search.html +++ b/docs/en/search.html @@ -7,7 +7,7 @@ -Search - FitTrackee 0.9.0b2 +<title>Search - FitTrackee 0.9.0b3 documentation @@ -170,7 +170,7 @@
    -
    @@ -198,7 +198,7 @@
    - FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -328,7 +328,7 @@
    - + diff --git a/docs/en/searchindex.js b/docs/en/searchindex.js index 0c1295ce9..d4e8df457 100644 --- a/docs/en/searchindex.js +++ b/docs/en/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"API documentation": [[6, null]], "API rate limits": [[20, "api-rate-limits"]], "About": [[18, "about"]], "Account & preferences": [[18, "account-preferences"]], "Administration": [[18, "administration"], [18, "id8"]], "Administrator": [[23, null]], "Application": [[18, "application"]], "Authentication and account": [[0, null]], "Bugs Fixed": [[16, "bugs-fixed"], [16, "id1"], [16, "id7"], [16, "id10"], [16, "id13"], [16, "id18"], [16, "id24"], [16, "id29"], [16, "id33"], [16, "id36"], [16, "id38"], [16, "id42"], [16, "id46"], [16, "id50"], [16, "id53"], [16, "id56"], [16, "id59"], [16, "id60"], [16, "id63"], [16, "id65"], [16, "id67"], [16, "id70"], [16, "id73"], [16, "id81"], [16, "id84"], [16, "id87"], [16, "id90"], [16, "id102"], [16, "id107"], [16, "id109"], [16, "id113"], [16, "id116"], [16, "id119"], [16, "id121"], [16, "id124"], [16, "id127"], [16, "id129"], [16, "id132"], [16, "id135"], [16, "id138"], [16, "id143"], [16, "id145"], [16, "id147"], [16, "id149"], [16, "id152"], [16, "id154"], [16, "id160"], [16, "id163"], [16, "id165"], [16, "id167"], [16, "id174"], [16, "id179"], [16, "id181"], [16, "id183"], [16, "id186"], [16, "id188"], [16, "id190"], [16, "id194"], [16, "id204"], [16, "id207"], [16, "id209"], [16, "id212"], [16, "id219"]], "Change log": [[16, null]], "Command line interface": [[17, null]], "Comments": [[1, null], [18, "comments"]], "Configuration": [[2, null], [18, "configuration"]], "Dashboard": [[18, "dashboard"], [18, "id4"]], "Database": [[17, "database"]], "Deployment": [[20, "deployment"]], "Dev environment": [[20, "dev-environment"], [20, "id5"]], "Development": [[20, "development"]], "Docker": [[20, "docker"]], "Documentation": [[16, "documentation"], [16, "id77"], [16, "id111"]], "Emails": [[20, "emails"]], "Endpoints:": [[6, null]], "Environment variables": [[20, "environment-variables"]], "Equipment Types": [[3, null], [18, "equipment-types"]], "Equipments": [[4, null], [18, "equipments"], [18, "id6"]], "Failed to upload or download files": [[23, "failed-to-upload-or-download-files"]], "Features": [[16, "features"], [16, "id131"], [16, "id141"], [16, "id151"], [18, null]], "Features and enhancements": [[16, "features-and-enhancements"], [16, "id3"], [16, "id6"], [16, "id12"], [16, "id17"], [16, "id21"], [16, "id28"], [16, "id32"], [16, "id41"], [16, "id45"], [16, "id49"], [16, "id52"], [16, "id69"], [16, "id72"], [16, "id80"], [16, "id83"], [16, "id89"], [16, "id94"], [16, "id96"], [16, "id98"], [16, "id101"], [16, "id112"], [16, "id118"]], "FitTrackee": [[19, null]], "FitTrackee fails to start": [[23, "fittrackee-fails-to-start"]], "Flow": [[21, "flow"]], "Follow requests": [[5, null]], "From PyPI": [[20, "from-pypi"], [20, "id3"]], "From sources": [[20, "from-sources"], [20, "id4"]], "Import tools": [[22, "import-tools"]], "Installation": [[20, null], [20, "id2"], [20, "id6"]], "Installation scripts": [[22, "installation-scripts"]], "Interactions": [[18, "interactions"]], "Issues Closed": [[16, "issues-closed"], [16, "id123"], [16, "id126"], [16, "id130"], [16, "id134"], [16, "id137"], [16, "id140"], [16, "id142"], [16, "id146"], [16, "id148"], [16, "id150"], [16, "id155"], [16, "id159"], [16, "id162"], [16, "id164"], [16, "id166"], [16, "id168"], [16, "id170"], [16, "id172"], [16, "id177"], [16, "id180"], [16, "id182"], [16, "id185"], [16, "id187"], [16, "id189"], [16, "id192"], [16, "id196"], [16, "id198"], [16, "id200"], [16, "id203"], [16, "id205"], [16, "id208"], [16, "id210"], [16, "id214"], [16, "id217"], [16, "id220"]], "Likes": [[18, "likes"]], "Main dependencies": [[20, "main-dependencies"]], "Map images are not displayed but map is shown in Workout detail": [[23, "map-images-are-not-displayed-but-map-is-shown-in-workout-detail"]], "Map tile server": [[20, "map-tile-server"]], "Misc": [[16, "misc"], [16, "id2"], [16, "id5"], [16, "id9"], [16, "id16"], [16, "id20"], [16, "id23"], [16, "id27"], [16, "id31"], [16, "id35"], [16, "id40"], [16, "id44"], [16, "id48"], [16, "id55"], [16, "id58"], [16, "id62"], [16, "id64"], [16, "id68"], [16, "id75"], [16, "id78"], [16, "id86"], [16, "id93"], [16, "id104"], [16, "id106"], [16, "id122"], [16, "id136"], [16, "id139"], [16, "id156"], [16, "id158"], [16, "id175"], [16, "id184"], [16, "id191"], [16, "id195"], [16, "id202"], [16, "id213"], [16, "id216"]], "Moderation": [[18, "moderation"]], "New Features": [[16, "new-features"], [16, "id169"], [16, "id171"], [16, "id173"], [16, "id178"], [16, "id193"], [16, "id197"], [16, "id199"], [16, "id201"], [16, "id206"], [16, "id211"], [16, "id215"], [16, "id218"], [16, "id221"]], "NixOS": [[20, "nixos"]], "Notifications": [[7, null], [18, "notifications"], [18, "id7"]], "OAuth 2.0": [[21, null]], "OAuth Apps": [[18, "oauth-apps"]], "OAuth2": [[8, null], [17, "oauth2"]], "Prerequisites": [[20, "prerequisites"]], "Privacy policy": [[18, "privacy-policy"]], "Prod environment": [[20, "prod-environment"]], "Production environment": [[20, "production-environment"]], "Pull Requests": [[16, "pull-requests"], [16, "id125"], [16, "id128"], [16, "id144"], [16, "id153"], [16, "id157"], [16, "id161"], [16, "id176"]], "Records": [[9, null]], "Reports": [[10, null]], "Resources": [[21, "resources"]], "Scopes": [[21, "scopes"]], "Screenshots": [[18, "screenshots"]], "Security": [[16, "security"]], "Sports": [[11, null], [18, "sports"], [18, "id3"]], "Statistics": [[12, null], [18, "statistics"], [18, "id5"]], "Table of contents": [[19, "table-of-contents"]], "Third-party tools": [[22, null]], "Timeline": [[13, null]], "Translations": [[16, "translations"], [16, "id4"], [16, "id8"], [16, "id11"], [16, "id14"], [16, "id15"], [16, "id19"], [16, "id22"], [16, "id25"], [16, "id26"], [16, "id30"], [16, "id34"], [16, "id37"], [16, "id39"], [16, "id43"], [16, "id47"], [16, "id51"], [16, "id54"], [16, "id57"], [16, "id61"], [16, "id66"], [16, "id71"], [16, "id74"], [16, "id76"], [16, "id79"], [16, "id82"], [16, "id85"], [16, "id88"], [16, "id91"], [16, "id92"], [16, "id95"], [16, "id97"], [16, "id99"], [16, "id100"], [16, "id103"], [16, "id105"], [16, "id108"], [16, "id110"], [16, "id114"], [16, "id115"], [16, "id117"], [16, "id120"], [16, "id133"], [18, "translations"]], "Troubleshooting": [[24, null]], "Upgrade": [[20, "upgrade"]], "Users": [[14, null], [17, "users"], [18, "users"], [18, "id2"]], "Users directory": [[18, "users-directory"]], "Version 0.1.0 - First release \ud83c\udf89 (2018-07-04)": [[16, "version-0-1-0-first-release-2018-07-04"]], "Version 0.1.1 - Fix and improvements (2019/02/07)": [[16, "version-0-1-1-fix-and-improvements-2019-02-07"]], "Version 0.2.0 - Statistics (2019/07/07)": [[16, "version-0-2-0-statistics-2019-07-07"]], "Version 0.2.1 - Fix and improvements (2019/09/01)": [[16, "version-0-2-1-fix-and-improvements-2019-09-01"]], "Version 0.2.2 - Statistics fix (2019/09/23)": [[16, "version-0-2-2-statistics-fix-2019-09-23"]], "Version 0.2.3 - FitTrackee available in French (2019/12/29)": [[16, "version-0-2-3-fittrackee-available-in-french-2019-12-29"]], "Version 0.2.4 - Minor fix (2020/01/30)": [[16, "version-0-2-4-minor-fix-2020-01-30"]], "Version 0.2.5 - Fix and improvements (2020/01/31)": [[16, "version-0-2-5-fix-and-improvements-2020-01-31"]], "Version 0.3.0 - Administration (2020/07/15)": [[16, "version-0-3-0-administration-2020-07-15"]], "Version 0.4.0 - FitTrackee on PyPI (2020/09/19)": [[16, "version-0-4-0-fittrackee-on-pypi-2020-09-19"]], "Version 0.4.1 (2020/12/31)": [[16, "version-0-4-1-2020-12-31"]], "Version 0.4.2 (2021/01/03)": [[16, "version-0-4-2-2021-01-03"]], "Version 0.4.3 (2021/01/10)": [[16, "version-0-4-3-2021-01-10"]], "Version 0.4.4 (2021/01/31)": [[16, "version-0-4-4-2021-01-31"]], "Version 0.4.5 (2021/02/17)": [[16, "version-0-4-5-2021-02-17"]], "Version 0.4.6 (2021/02/21)": [[16, "version-0-4-6-2021-02-21"]], "Version 0.4.7 (2021/04/07)": [[16, "version-0-4-7-2021-04-07"]], "Version 0.4.8 (2021/07/03)": [[16, "version-0-4-8-2021-07-03"]], "Version 0.4.9 (2021/07/16)": [[16, "version-0-4-9-2021-07-16"]], "Version 0.5.0 (2021/11/14)": [[16, "version-0-5-0-2021-11-14"]], "Version 0.5.1 (2021/11/30)": [[16, "version-0-5-1-2021-11-30"]], "Version 0.5.2 (2021/12/19)": [[16, "version-0-5-2-2021-12-19"]], "Version 0.5.3 (2022/01/01)": [[16, "version-0-5-3-2022-01-01"]], "Version 0.5.4 (2022/01/01)": [[16, "version-0-5-4-2022-01-01"]], "Version 0.5.5 (2022/01/19)": [[16, "version-0-5-5-2022-01-19"]], "Version 0.5.6 (2022/02/05)": [[16, "version-0-5-6-2022-02-05"]], "Version 0.5.7 (2022/02/13)": [[16, "version-0-5-7-2022-02-13"]], "Version 0.6.0 (2022/03/27)": [[16, "version-0-6-0-2022-03-27"]], "Version 0.6.1 (2022/03/27)": [[16, "version-0-6-1-2022-03-27"]], "Version 0.6.10 (2022/07/13)": [[16, "version-0-6-10-2022-07-13"]], "Version 0.6.11 (2022/07/27)": [[16, "version-0-6-11-2022-07-27"]], "Version 0.6.12 (2022/09/14)": [[16, "version-0-6-12-2022-09-14"]], "Version 0.6.2 (2022/04/03)": [[16, "version-0-6-2-2022-04-03"]], "Version 0.6.3 (2022/04/09)": [[16, "version-0-6-3-2022-04-09"]], "Version 0.6.4 (2022/04/23)": [[16, "version-0-6-4-2022-04-23"]], "Version 0.6.5 (2022/04/24)": [[16, "version-0-6-5-2022-04-24"]], "Version 0.6.6 (2022/05/29)": [[16, "version-0-6-6-2022-05-29"]], "Version 0.6.7 (2022/06/11)": [[16, "version-0-6-7-2022-06-11"]], "Version 0.6.8 (2022/06/22)": [[16, "version-0-6-8-2022-06-22"]], "Version 0.6.9 (2022/07/03)": [[16, "version-0-6-9-2022-07-03"]], "Version 0.7.0 (2022/09/19)": [[16, "version-0-7-0-2022-09-19"]], "Version 0.7.1 (2022/09/21)": [[16, "version-0-7-1-2022-09-21"]], "Version 0.7.10 (2022/12/21)": [[16, "version-0-7-10-2022-12-21"]], "Version 0.7.11 (2022/12/31)": [[16, "version-0-7-11-2022-12-31"]], "Version 0.7.12 (2023/02/16)": [[16, "version-0-7-12-2023-02-16"]], "Version 0.7.13 (2023/03/05)": [[16, "version-0-7-13-2023-03-05"]], "Version 0.7.14 (2023/03/08)": [[16, "version-0-7-14-2023-03-08"]], "Version 0.7.15 (2023/04/12)": [[16, "version-0-7-15-2023-04-12"]], "Version 0.7.16 (2023/05/29)": [[16, "version-0-7-16-2023-05-29"]], "Version 0.7.17 (2023/06/03)": [[16, "version-0-7-17-2023-06-03"]], "Version 0.7.18 (2023/06/25)": [[16, "version-0-7-18-2023-06-25"]], "Version 0.7.19 (2023/07/15)": [[16, "version-0-7-19-2023-07-15"]], "Version 0.7.2 (2022/09/21)": [[16, "version-0-7-2-2022-09-21"]], "Version 0.7.20 (2023/07/22)": [[16, "version-0-7-20-2023-07-22"]], "Version 0.7.21 (2023/07/30)": [[16, "version-0-7-21-2023-07-30"]], "Version 0.7.22 (2023/08/23)": [[16, "version-0-7-22-2023-08-23"]], "Version 0.7.23 (2023/09/14)": [[16, "version-0-7-23-2023-09-14"]], "Version 0.7.24 (2023/10/04)": [[16, "version-0-7-24-2023-10-04"]], "Version 0.7.25 (2023/10/08)": [[16, "version-0-7-25-2023-10-08"]], "Version 0.7.26 (2023/11/19)": [[16, "version-0-7-26-2023-11-19"]], "Version 0.7.27 (2023/12/20)": [[16, "version-0-7-27-2023-12-20"]], "Version 0.7.28 (2023/12/23)": [[16, "version-0-7-28-2023-12-23"]], "Version 0.7.29 (2024/01/06)": [[16, "version-0-7-29-2024-01-06"]], "Version 0.7.3 (2022/11/01)": [[16, "version-0-7-3-2022-11-01"]], "Version 0.7.30 (2024/02/04)": [[16, "version-0-7-30-2024-02-04"]], "Version 0.7.31 (2024/02/10)": [[16, "version-0-7-31-2024-02-10"]], "Version 0.7.32 (2024/03/10)": [[16, "version-0-7-32-2024-03-10"]], "Version 0.7.4 (2022/11/05)": [[16, "version-0-7-4-2022-11-05"]], "Version 0.7.5 (2022/11/09)": [[16, "version-0-7-5-2022-11-09"]], "Version 0.7.6 (2022/11/09)": [[16, "version-0-7-6-2022-11-09"]], "Version 0.7.7 (2022/11/27)": [[16, "version-0-7-7-2022-11-27"]], "Version 0.7.8 (2022/11/30)": [[16, "version-0-7-8-2022-11-30"]], "Version 0.7.9 (2022/12/11)": [[16, "version-0-7-9-2022-12-11"]], "Version 0.8.0 (2024/04/21)": [[16, "version-0-8-0-2024-04-21"]], "Version 0.8.1 (2024/05/01)": [[16, "version-0-8-1-2024-05-01"]], "Version 0.8.10 (2024/10/09)": [[16, "version-0-8-10-2024-10-09"]], "Version 0.8.11 (2024/10/30)": [[16, "version-0-8-11-2024-10-30"]], "Version 0.8.12 (2024/11/17)": [[16, "version-0-8-12-2024-11-17"]], "Version 0.8.2 (2024/05/08)": [[16, "version-0-8-2-2024-05-08"]], "Version 0.8.3 (2024/05/09)": [[16, "version-0-8-3-2024-05-09"]], "Version 0.8.4 (2024/05/22)": [[16, "version-0-8-4-2024-05-22"]], "Version 0.8.5 (2024/06/29)": [[16, "version-0-8-5-2024-06-29"]], "Version 0.8.6 (2024/08/03)": [[16, "version-0-8-6-2024-08-03"]], "Version 0.8.7 (2024/08/25)": [[16, "version-0-8-7-2024-08-25"]], "Version 0.8.8 (2024/09/01)": [[16, "version-0-8-8-2024-09-01"]], "Version 0.8.9 (2024/09/21)": [[16, "version-0-8-9-2024-09-21"]], "Version 0.9.0b1 (2024/12/14)": [[16, "version-0-9-0b1-2024-12-14"]], "Version 0.9.0b2 (2024/12/14)": [[16, "version-0-9-0b2-2024-12-14"]], "Weather data": [[20, "weather-data"]], "Workout detail": [[18, "workout-detail"]], "Workouts": [[15, null], [18, "workouts"], [18, "id1"]], "Workouts list": [[18, "workouts-list"]], "Yunohost": [[20, "yunohost"]], "ftcli db drop": [[17, "ftcli-db-drop"]], "ftcli db upgrade": [[17, "ftcli-db-upgrade"]], "ftcli oauth2 clean": [[17, "ftcli-oauth2-clean"]], "ftcli users clean_archives": [[17, "ftcli-users-clean-archives"]], "ftcli users clean_tokens": [[17, "ftcli-users-clean-tokens"]], "ftcli users create": [[17, "ftcli-users-create"]], "ftcli users export_archives": [[17, "ftcli-users-export-archives"]], "ftcli users update": [[17, "ftcli-users-update"]]}, "docnames": ["api/auth", "api/comments", "api/configuration", "api/equipment_types", "api/equipments", "api/follow_requests", "api/index", "api/notifications", "api/oauth2", "api/records", "api/reports", "api/sports", "api/stats", "api/timeline", "api/users", "api/workouts", "changelog", "cli", "features", "index", "installation", "oauth", "third_party_tools", "troubleshooting/administrator", "troubleshooting/index"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["api/auth.rst", "api/comments.rst", "api/configuration.rst", "api/equipment_types.rst", "api/equipments.rst", "api/follow_requests.rst", "api/index.rst", "api/notifications.rst", "api/oauth2.rst", "api/records.rst", "api/reports.rst", "api/sports.rst", "api/stats.rst", "api/timeline.rst", "api/users.rst", "api/workouts.rst", "changelog.md", "cli.rst", "features.rst", "index.rst", "installation.rst", "oauth.rst", "third_party_tools.rst", "troubleshooting/administrator.rst", "troubleshooting/index.rst"], "indexentries": {"api_rate_limits": [[20, "envvar-API_RATE_LIMITS", false]], "app_log": [[20, "envvar-APP_LOG", false]], "app_secret_key": [[20, "envvar-APP_SECRET_KEY", false]], "app_settings": [[20, "envvar-APP_SETTINGS", false]], "app_workers": [[20, "envvar-APP_WORKERS", false]], "database_disable_pooling": [[20, "envvar-DATABASE_DISABLE_POOLING", false]], "database_url": [[20, "envvar-DATABASE_URL", false]], "default_staticmap": [[20, "envvar-DEFAULT_STATICMAP", false]], "email_url": [[20, "envvar-EMAIL_URL", false]], "environment variable": [[20, "envvar-API_RATE_LIMITS", false], [20, "envvar-APP_LOG", false], [20, "envvar-APP_SECRET_KEY", false], [20, "envvar-APP_SETTINGS", false], [20, "envvar-APP_WORKERS", false], [20, "envvar-DATABASE_DISABLE_POOLING", false], [20, "envvar-DATABASE_URL", false], [20, "envvar-DEFAULT_STATICMAP", false], [20, "envvar-EMAIL_URL", false], [20, "envvar-FLASK_APP", false], [20, "envvar-HOST", false], [20, "envvar-MAP_ATTRIBUTION", false], [20, "envvar-PORT", false], [20, "envvar-REDIS_URL", false], [20, "envvar-SENDER_EMAIL", false], [20, "envvar-STATICMAP_SUBDOMAINS", false], [20, "envvar-TILE_SERVER_URL", false], [20, "envvar-UI_URL", false], [20, "envvar-UPLOAD_FOLDER", false], [20, "envvar-VITE_APP_API_URL", false], [20, "envvar-WEATHER_API_KEY", false], [20, "envvar-WEATHER_API_PROVIDER", false], [20, "envvar-WORKERS_PROCESSES", false]], "flask_app": [[20, "envvar-FLASK_APP", false]], "host": [[20, "envvar-HOST", false]], "map_attribution": [[20, "envvar-MAP_ATTRIBUTION", false]], "port": [[20, "envvar-PORT", false]], "redis_url": [[20, "envvar-REDIS_URL", false]], "sender_email": [[20, "envvar-SENDER_EMAIL", false]], "staticmap_subdomains": [[20, "envvar-STATICMAP_SUBDOMAINS", false]], "tile_server_url": [[20, "envvar-TILE_SERVER_URL", false]], "ui_url": [[20, "envvar-UI_URL", false]], "upload_folder": [[20, "envvar-UPLOAD_FOLDER", false]], "vite_app_api_url": [[20, "envvar-VITE_APP_API_URL", false]], "weather_api_key": [[20, "envvar-WEATHER_API_KEY", false]], "weather_api_provider \ud83c\udd95": [[20, "envvar-WEATHER_API_PROVIDER", false]], "workers_processes": [[20, "envvar-WORKERS_PROCESSES", false]]}, "objects": {"": [[10, 0, 1, "patch--api-appeals-(string-appeal_id)", "/api/appeals/(string:appeal_id)"], [0, 1, 1, "post--api-auth-account-confirm", "/api/auth/account/confirm"], [0, 2, 1, "get--api-auth-account-export", "/api/auth/account/export"], [0, 2, 1, "get--api-auth-account-export-(string-file_name)", "/api/auth/account/export/(string:file_name)"], [0, 1, 1, "post--api-auth-account-export-request", "/api/auth/account/export/request"], [0, 1, 1, "post--api-auth-account-privacy-policy", "/api/auth/account/privacy-policy"], [0, 1, 1, "post--api-auth-account-resend-confirmation", "/api/auth/account/resend-confirmation"], [0, 2, 1, "get--api-auth-account-sanctions-(string-action_short_id)", "/api/auth/account/sanctions/(string:action_short_id)"], [0, 1, 1, "post--api-auth-account-sanctions-(string-action_short_id)-appeal", "/api/auth/account/sanctions/(string:action_short_id)/appeal"], [0, 2, 1, "get--api-auth-account-suspension", "/api/auth/account/suspension"], [0, 1, 1, "post--api-auth-account-suspension-appeal", "/api/auth/account/suspension/appeal"], [0, 2, 1, "get--api-auth-blocked-users", "/api/auth/blocked-users"], [0, 1, 1, "post--api-auth-email-update", "/api/auth/email/update"], [0, 1, 1, "post--api-auth-login", "/api/auth/login"], [0, 1, 1, "post--api-auth-logout", "/api/auth/logout"], [0, 1, 1, "post--api-auth-password-reset-request", "/api/auth/password/reset-request"], [0, 1, 1, "post--api-auth-password-update", "/api/auth/password/update"], [0, 3, 1, "delete--api-auth-picture", "/api/auth/picture"], [0, 1, 1, "post--api-auth-picture", "/api/auth/picture"], [0, 2, 1, "get--api-auth-profile", "/api/auth/profile"], [0, 1, 1, "post--api-auth-profile-edit", "/api/auth/profile/edit"], [0, 0, 1, "patch--api-auth-profile-edit-account", "/api/auth/profile/edit/account"], [0, 1, 1, "post--api-auth-profile-edit-preferences", "/api/auth/profile/edit/preferences"], [0, 1, 1, "post--api-auth-profile-edit-sports", "/api/auth/profile/edit/sports"], [0, 3, 1, "delete--api-auth-profile-reset-sports-(sport_id)", "/api/auth/profile/reset/sports/(sport_id)"], [0, 1, 1, "post--api-auth-register", "/api/auth/register"], [1, 3, 1, "delete--api-comments-(string-comment_short_id)", "/api/comments/(string:comment_short_id)"], [1, 2, 1, "get--api-comments-(string-comment_short_id)", "/api/comments/(string:comment_short_id)"], [1, 0, 1, "patch--api-comments-(string-comment_short_id)", "/api/comments/(string:comment_short_id)"], [1, 1, 1, "post--api-comments-(string-comment_short_id)-like", "/api/comments/(string:comment_short_id)/like"], [1, 1, 1, "post--api-comments-(string-comment_short_id)-like-undo", "/api/comments/(string:comment_short_id)/like/undo"], [1, 1, 1, "post--api-comments-(string-comment_short_id)-suspension-appeal", "/api/comments/(string:comment_short_id)/suspension/appeal"], [2, 2, 1, "get--api-config", "/api/config"], [2, 0, 1, "patch--api-config", "/api/config"], [3, 2, 1, "get--api-equipment-types", "/api/equipment-types"], [3, 2, 1, "get--api-equipment-types-(int-equipment_type_id)", "/api/equipment-types/(int:equipment_type_id)"], [3, 0, 1, "patch--api-equipment-types-(int-equipment_type_id)", "/api/equipment-types/(int:equipment_type_id)"], [4, 2, 1, "get--api-equipments", "/api/equipments"], [4, 1, 1, "post--api-equipments", "/api/equipments"], [4, 3, 1, "delete--api-equipments-(string-equipment_short_id)", "/api/equipments/(string:equipment_short_id)"], [4, 2, 1, "get--api-equipments-(string-equipment_short_id)", "/api/equipments/(string:equipment_short_id)"], [4, 0, 1, "patch--api-equipments-(string-equipment_short_id)", "/api/equipments/(string:equipment_short_id)"], [4, 1, 1, "post--api-equipments-(string-equipment_short_id)-refresh", "/api/equipments/(string:equipment_short_id)/refresh"], [5, 2, 1, "get--api-follow-requests", "/api/follow-requests"], [5, 1, 1, "post--api-follow-requests-(user_name)-accept", "/api/follow-requests/(user_name)/accept"], [5, 1, 1, "post--api-follow-requests-(user_name)-reject", "/api/follow-requests/(user_name)/reject"], [7, 2, 1, "get--api-notifications", "/api/notifications"], [7, 0, 1, "patch--api-notifications-(int-notification_id)", "/api/notifications/(int:notification_id)"], [7, 1, 1, "post--api-notifications-mark-all-as-read", "/api/notifications/mark-all-as-read"], [7, 2, 1, "get--api-notifications-types", "/api/notifications/types"], [7, 2, 1, "get--api-notifications-unread", "/api/notifications/unread"], [8, 2, 1, "get--api-oauth-apps", "/api/oauth/apps"], [8, 1, 1, "post--api-oauth-apps", "/api/oauth/apps"], [8, 3, 1, "delete--api-oauth-apps-(int-client_id)", "/api/oauth/apps/(int:client_id)"], [8, 2, 1, "get--api-oauth-apps-(int-client_id)-by_id", "/api/oauth/apps/(int:client_id)/by_id"], [8, 1, 1, "post--api-oauth-apps-(int-client_id)-revoke", "/api/oauth/apps/(int:client_id)/revoke"], [8, 2, 1, "get--api-oauth-apps-(string-client_client_id)", "/api/oauth/apps/(string:client_client_id)"], [8, 1, 1, "post--api-oauth-authorize", "/api/oauth/authorize"], [8, 1, 1, "post--api-oauth-revoke", "/api/oauth/revoke"], [8, 1, 1, "post--api-oauth-token", "/api/oauth/token"], [2, 2, 1, "get--api-ping", "/api/ping"], [9, 2, 1, "get--api-records", "/api/records"], [10, 2, 1, "get--api-reports", "/api/reports"], [10, 1, 1, "post--api-reports", "/api/reports"], [10, 2, 1, "get--api-reports-(int-report_id)", "/api/reports/(int:report_id)"], [10, 0, 1, "patch--api-reports-(int-report_id)", "/api/reports/(int:report_id)"], [10, 1, 1, "post--api-reports-(int-report_id)-actions", "/api/reports/(int:report_id)/actions"], [10, 2, 1, "get--api-reports-unresolved", "/api/reports/unresolved"], [11, 2, 1, "get--api-sports", "/api/sports"], [11, 2, 1, "get--api-sports-(int-sport_id)", "/api/sports/(int:sport_id)"], [11, 0, 1, "patch--api-sports-(int-sport_id)", "/api/sports/(int:sport_id)"], [12, 2, 1, "get--api-stats-(user_name)-by_sport", "/api/stats/(user_name)/by_sport"], [12, 2, 1, "get--api-stats-(user_name)-by_time", "/api/stats/(user_name)/by_time"], [12, 2, 1, "get--api-stats-all", "/api/stats/all"], [13, 2, 1, "get--api-timeline", "/api/timeline"], [14, 2, 1, "get--api-users", "/api/users"], [14, 3, 1, "delete--api-users-(user_name)", "/api/users/(user_name)"], [14, 2, 1, "get--api-users-(user_name)", "/api/users/(user_name)"], [14, 0, 1, "patch--api-users-(user_name)", "/api/users/(user_name)"], [14, 1, 1, "post--api-users-(user_name)-block", "/api/users/(user_name)/block"], [14, 1, 1, "post--api-users-(user_name)-follow", "/api/users/(user_name)/follow"], [14, 2, 1, "get--api-users-(user_name)-followers", "/api/users/(user_name)/followers"], [14, 2, 1, "get--api-users-(user_name)-following", "/api/users/(user_name)/following"], [14, 2, 1, "get--api-users-(user_name)-picture", "/api/users/(user_name)/picture"], [14, 2, 1, "get--api-users-(user_name)-sanctions", "/api/users/(user_name)/sanctions"], [14, 1, 1, "post--api-users-(user_name)-unblock", "/api/users/(user_name)/unblock"], [14, 1, 1, "post--api-users-(user_name)-unfollow", "/api/users/(user_name)/unfollow"], [15, 2, 1, "get--api-workouts", "/api/workouts"], [15, 1, 1, "post--api-workouts", "/api/workouts"], [15, 3, 1, "delete--api-workouts-(string-workout_short_id)", "/api/workouts/(string:workout_short_id)"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)", "/api/workouts/(string:workout_short_id)"], [15, 0, 1, "patch--api-workouts-(string-workout_short_id)", "/api/workouts/(string:workout_short_id)"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-chart_data", "/api/workouts/(string:workout_short_id)/chart_data"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-chart_data-segment-(int-segment_id)", "/api/workouts/(string:workout_short_id)/chart_data/segment/(int:segment_id)"], [1, 2, 1, "get--api-workouts-(string-workout_short_id)-comments", "/api/workouts/(string:workout_short_id)/comments"], [1, 1, 1, "post--api-workouts-(string-workout_short_id)-comments", "/api/workouts/(string:workout_short_id)/comments"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-gpx", "/api/workouts/(string:workout_short_id)/gpx"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-gpx-download", "/api/workouts/(string:workout_short_id)/gpx/download"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-gpx-segment-(int-segment_id)", "/api/workouts/(string:workout_short_id)/gpx/segment/(int:segment_id)"], [15, 1, 1, "post--api-workouts-(string-workout_short_id)-like", "/api/workouts/(string:workout_short_id)/like"], [15, 1, 1, "post--api-workouts-(string-workout_short_id)-like-undo", "/api/workouts/(string:workout_short_id)/like/undo"], [15, 1, 1, "post--api-workouts-(string-workout_short_id)-suspension-appeal", "/api/workouts/(string:workout_short_id)/suspension/appeal"], [15, 2, 1, "get--api-workouts-map-(map_id)", "/api/workouts/map/(map_id)"], [15, 1, 1, "post--api-workouts-no_gpx", "/api/workouts/no_gpx"], [20, 4, 1, "-", "API_RATE_LIMITS"], [20, 4, 1, "-", "APP_LOG"], [20, 4, 1, "-", "APP_SECRET_KEY"], [20, 4, 1, "-", "APP_SETTINGS"], [20, 4, 1, "-", "APP_WORKERS"], [20, 4, 1, "-", "DATABASE_DISABLE_POOLING"], [20, 4, 1, "-", "DATABASE_URL"], [20, 4, 1, "-", "DEFAULT_STATICMAP"], [20, 4, 1, "-", "EMAIL_URL"], [20, 4, 1, "-", "FLASK_APP"], [20, 4, 1, "-", "HOST"], [20, 4, 1, "-", "MAP_ATTRIBUTION"], [20, 4, 1, "-", "PORT"], [20, 4, 1, "-", "REDIS_URL"], [20, 4, 1, "-", "SENDER_EMAIL"], [20, 4, 1, "-", "STATICMAP_SUBDOMAINS"], [20, 4, 1, "-", "TILE_SERVER_URL"], [20, 4, 1, "-", "UI_URL"], [20, 4, 1, "-", "UPLOAD_FOLDER"], [20, 4, 1, "-", "VITE_APP_API_URL"], [20, 4, 1, "-", "WEATHER_API_KEY"], [20, 4, 1, "envvar-WEATHER_API_PROVIDER", "WEATHER_API_PROVIDER \ud83c\udd95"], [20, 4, 1, "-", "WORKERS_PROCESSES"]], "/api/workouts/map_tile/(s)/(z)/(x)/(y)": [[15, 2, 1, "get--api-workouts-map_tile-(s)-(z)-(x)-(y).png", "png"]]}, "objnames": {"0": ["http", "patch", "HTTP patch"], "1": ["http", "post", "HTTP post"], "2": ["http", "get", "HTTP get"], "3": ["http", "delete", "HTTP delete"], "4": ["std", "envvar", "environment variable"]}, "objtypes": {"0": "http:patch", "1": "http:post", "2": "http:get", "3": "http:delete", "4": "std:envvar"}, "terms": {"": [4, 15, 16, 18, 20], "0": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20], "00": [0, 4, 5, 9, 13, 14, 15], "000": 18, "000000": 0, "01": [0, 1, 9, 10, 12, 13, 14, 15], "02": [5, 14, 15], "03": [14, 15], "04": [0, 7, 10, 13, 14, 15], "06": [4, 7, 8, 12, 14], "0667062": 8, "06ba975": 16, "07": [0, 7, 9, 13, 14, 15], "075aeb9": 16, "08": [0, 4, 7, 9, 13, 14, 15], "09": [0, 7, 10, 14, 15], "0b2": 2, "0mb": [0, 15], "1": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20], "10": [0, 1, 2, 4, 5, 7, 9, 13, 14, 15, 18, 20], "100": [15, 16, 18], "1000": 12, "10000": [2, 15], "101": [12, 16], "104": [15, 16], "1048576": 2, "10485760": 2, "106": 16, "109": 16, "10mb": 18, "11": [0, 9, 14, 15, 18, 20], "112": 16, "113": 16, "115": 16, "116": 16, "12": [0, 9, 10, 14, 15, 20, 22], "121": 16, "123": 16, "1232004": 15, "12341": 12, "1234538": 15, "125": 16, "1267": 12, "127": [16, 20], "129": 16, "13": [0, 1, 9, 13, 14, 15, 17, 18, 20], "131": 16, "134": 16, "135": 16, "1375986": 16, "138": 16, "14": [0, 1, 8, 13, 14, 15], "140": 16, "145": 16, "146": 16, "149": 16, "15": [12, 15, 17, 18, 20], "150": 12, "151": 16, "152": 16, "155": 16, "156": [12, 16], "1563529507772": 15, "158": 15, "16": [1, 12, 14, 15, 18], "160": 16, "161": 16, "162": 16, "1658660147": 8, "167": 16, "169": 16, "17": [0, 5, 10, 13, 14, 15], "171": 16, "173": 16, "175": 16, "177": 16, "178": [12, 16], "18": [0, 9, 10, 14, 15, 18, 20], "180": 16, "19": [15, 18], "190": 16, "191": 16, "192": 16, "193": 16, "195": 16, "196": 16, "197": 16, "1m": 20, "1mb": [18, 20], "2": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20], "20": [14, 15, 18], "200": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20], "201": [0, 1, 4, 10, 15, 16], "2016": 15, "2017": [12, 15], "2018": [12, 13, 15], "2019": [0, 9, 12, 13, 14, 15], "2021": [5, 14], "2022": 8, "2023": [0, 4, 14, 20], "2024": [0, 1, 7, 10, 14, 15], "203": 12, "204": [0, 1, 4, 8, 14, 15], "208": [15, 16], "209": 16, "21": [4, 10], "210": 16, "212": 16, "213": 16, "22": [7, 15], "223": 16, "224": 16, "225": 16, "23": [15, 20], "230": 16, "231": [15, 16], "232": 16, "234": 15, "236": 16, "237": 16, "239": 16, "24": [1, 15, 20], "241": 16, "242": 16, "244": 16, "246": 16, "247": 16, "25": [10, 15, 20], "250": 16, "252": 16, "255": 15, "257": 16, "258": 16, "259": 16, "26": [15, 20], "260": 16, "261": 16, "264": 16, "265": 16, "266": 16, "26and": 20, "27": [0, 8, 10, 14, 15, 18], "270": 16, "271": 16, "273": 16, "274": 16, "275": 16, "278": 16, "279": [15, 16], "28": 4, "280": [15, 16], "282": [12, 16], "287": 16, "289": 16, "29": [4, 10], "290": 16, "2930": 15, "294": 16, "296": 16, "297": 16, "298": 16, "299": 16, "2bcff2e": 16, "2e1ee2c": 16, "2ordfncv6vprkfp3yrcyht": [1, 15], "2ukrviyshoakg8qsuknus4": 4, "2ule2hwhsnycs2vhbsikb9": 14, "3": [0, 1, 3, 11, 12, 13, 14, 15, 18, 20], "30": [0, 10, 12, 15], "300": 20, "3000": 20, "301": [16, 20], "304": 16, "305": 16, "307": 16, "308": 16, "31": [0, 14, 15, 18, 20], "310": 16, "314": 16, "315": 16, "318": 16, "319": 16, "32": 15, "320": 16, "323": 16, "328": 16, "329": 16, "33": [12, 16], "3320": 12, "333": 16, "338": 16, "34": [1, 16], "34614d5": 16, "35": [0, 7, 15, 16], "350": 16, "351": 16, "352": 16, "354": 16, "356": 16, "357": 16, "358": 16, "359": 16, "36": 16, "365": 16, "366": 16, "367": 16, "369": 16, "37": 16, "370": 16, "371": 16, "374": 16, "375": 16, "376": 16, "377": 16, "38": 10, "380": 16, "381": 16, "382": 16, "3821e37": 16, "384": 16, "386": 16, "388": 16, "39": 15, "390": 16, "391": 16, "393": 16, "394": 16, "395": 16, "397": 16, "398": 16, "399": 16, "3aread": 21, "3awrit": 21, "3b6fa25": 16, "3c8d9c2": 16, "3f": 20, "3rd": 21, "4": [0, 3, 11, 12, 13, 14, 15, 17, 18, 20], "40": 16, "400": [0, 1, 2, 3, 4, 5, 8, 10, 11, 12, 14, 15, 16], "401": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "402": 16, "403": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "404": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 14, 15, 16], "406": 16, "407": 16, "409": 16, "40and": 20, "41": [15, 16], "410": 16, "4109": 15, "411": 16, "413": [0, 15], "415": 16, "416": 16, "417": 16, "418": 16, "42": [15, 16], "421": 16, "422": 16, "426": 16, "427": [15, 16], "428": 16, "43": [0, 9, 13, 14, 15, 16], "431": 16, "433": 16, "435": 15, "436": 16, "438": 16, "44": [14, 15, 16], "441": 16, "443": 20, "444": 16, "449": 16, "45": [0, 1, 14, 15], "450": 16, "455": 16, "456": 16, "46": [12, 16], "464": 16, "465": 20, "468": 16, "469": 16, "47": [12, 15, 16], "471": 16, "472": 16, "473": 16, "474": 16, "475": 16, "476": 16, "477": 16, "478": [15, 16], "479": 16, "48": [5, 12, 14], "481": 16, "482": 16, "484": 16, "488": 16, "489": 16, "49": [0, 10, 14], "490": 16, "494": 16, "495": 16, "496": 16, "499": [15, 16], "4c3fc34": 16, "5": [3, 8, 11, 12, 14, 15, 17, 18, 20], "50": [0, 4, 5, 12, 14, 16, 20], "500": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15, 16], "5000": 20, "502": 16, "504": 16, "506": 16, "507": 16, "5078118": 15, "5079733": 15, "508": 16, "51": [13, 15], "510": 16, "511": 16, "512": 16, "517587": 15, "51758b4": 16, "52": [1, 15, 16], "521": 16, "524": 16, "526": 16, "527": 16, "528": 16, "53": [8, 16], "530": 16, "531": 16, "532": 16, "533": 16, "534": 16, "536": 16, "537": 16, "538": 16, "54": 16, "540": 16, "542": 16, "543": 16, "5432": 20, "544": 16, "545": 16, "546": 16, "55": [14, 15], "550": 16, "551": 16, "555": 16, "556": 16, "557": 16, "558": 16, "56": [10, 16], "560627": 15, "563": 16, "564": 16, "565": 16, "566": 16, "57": [15, 16], "571": 16, "575": 16, "58": [0, 14, 16], "582": 16, "583": 16, "587": [16, 20], "588": 16, "59": [12, 14, 15, 16], "590": 16, "591": 16, "592": 16, "593": 16, "595": 16, "598": 16, "6": [0, 3, 4, 11, 14, 15, 17, 18, 20], "60": 16, "600": 16, "603": 16, "604": 16, "607": 16, "608": 16, "609": 16, "60e164d": 16, "61": 16, "610": 16, "612": 16, "613": 12, "614": 16, "616": 16, "617": 16, "618": 16, "62": 16, "620": 16, "621": [15, 16], "622": 16, "624": 16, "625": 16, "626": 16, "628": 16, "629": 16, "63": 15, "631": 16, "633": 16, "634": 16, "635": 16, "636": 16, "637": 16, "639": [16, 17], "64": 16, "640": 16, "645": 16, "651": 16, "652": 16, "655": 16, "657": 16, "66": 16, "67": [0, 12, 14], "6dxczvmrhkar72shuz9pwd": [0, 14], "6e215aa": 16, "6nvxvayoh9zkr8rmxhu54t": 14, "7": [15, 17, 18, 20, 21], "70": 16, "71": 16, "72": 16, "720": 0, "73": 16, "7380": 15, "74": 16, "75": 16, "7641": 12, "78": 12, "79": 16, "7pdujhcvhya4hv29jzqngg": 0, "8": [0, 15, 17, 18, 20, 21], "80": [16, 20], "8025": 20, "81": 16, "82": 16, "83": 16, "84": 16, "85": 16, "864000": 8, "87": 16, "877fa0f": 16, "88": 16, "89": 16, "895": [0, 14], "8aa4cff": 16, "9": [0, 2, 9, 14, 15, 17, 18, 20, 21], "90": 16, "91": 16, "92": 16, "924": 0, "93": 16, "93706": 15, "95": [12, 16], "97": [0, 9, 13, 14, 15, 16], "98": 16, "981933": 15, "99": [12, 16], "9960": 12, "A": [4, 14, 16, 17, 18, 20, 23], "AS": [0, 9, 13, 14, 15], "And": 16, "BY": 20, "For": [12, 15, 18, 20, 21], "If": [0, 4, 8, 12, 14, 15, 16, 17, 18, 20, 21], "In": [16, 18], "It": [0, 1, 14, 16, 18, 19, 21], "NO": [0, 1, 4, 8, 14, 15], "NOT": [0, 3, 4, 8, 11, 15], "No": [0, 1, 4, 8, 14, 15, 16, 19], "Not": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 14, 15], "OF": 20, "On": [18, 20], "One": 20, "The": [0, 4, 15, 16, 18, 20, 21, 23], "There": [18, 20], "To": [16, 20, 21], "WITH": 20, "With": [18, 20], "_": [0, 16], "__main__": 20, "_blank": 20, "a458f5f": 16, "aaron": 21, "abil": 16, "abl": 16, "about": [2, 16, 20, 21], "absolut": [20, 23], "ac075ec36dc25dcc20c270d2005f0398": 15, "accept": [0, 5], "accepted_polici": 0, "accepted_privacy_polici": 0, "access": [0, 3, 4, 8, 11, 12, 14, 16, 18, 20, 21], "access_token": 8, "accord": 18, "account": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 20, 22], "action": [10, 16, 18], "action_short_id": 0, "action_typ": [0, 10, 14], "activ": [0, 3, 4, 11, 14, 16, 17, 18, 19, 20], "ad": [0, 4, 15, 16, 17, 18, 20, 21], "adapt": [18, 20], "add": [1, 14, 15, 16, 17, 18, 19, 20], "addit": [14, 16, 18, 20], "address": [0, 18, 20], "admin": [0, 2, 3, 5, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18], "admin_contact": 2, "administr": [0, 1, 2, 3, 4, 7, 11, 13, 14, 15, 21, 24], "aff4d68": 16, "affect": [10, 16, 18], "after": [0, 8, 14, 16, 18, 20, 21], "again": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "agplv3": 16, "agre": [0, 16, 18], "alert": 16, "all": [3, 4, 7, 8, 9, 11, 12, 14, 15, 16, 18, 20], "allow": [0, 2, 4, 15, 16, 17, 18, 19, 20, 21], "along": 15, "alphanumer": [0, 16], "alpin": 18, "alreadi": [0, 4, 5, 10, 16, 17], "also": [16, 17, 18, 19, 20], "altern": 16, "although": 18, "altitud": [16, 18], "alwai": 20, "among": 16, "an": [0, 4, 8, 11, 14, 15, 16, 18, 20, 21, 23], "analysi": [15, 18], "analyz": 18, "android": 19, "ani": [4, 15, 20], "anoth": [0, 4, 18, 20], "antialia": 16, "anymor": 16, "anyon": 18, "apach": 19, "api": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 21], "api_rate_limit": 20, "apikei": 20, "app": [0, 8, 16, 19, 20, 21], "app_log": 20, "app_secret_kei": 20, "app_set": 20, "app_work": 20, "appeal": [0, 1, 10, 14, 15, 18, 20], "appeal_id": 10, "appear": [0, 18], "appli": 17, "applic": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21], "application_directori": 20, "approv": [0, 10, 14, 18], "apr": 15, "ar": [0, 4, 8, 9, 12, 15, 16, 18, 19, 20, 21, 22, 24], "archiv": [0, 2, 16, 17, 18, 20], "archive_rgjsr3fhr5yp": 0, "archive_rgjsr3fht295ywnqr5yp": 0, "archlinux": 20, "area": 16, "arg": [17, 20], "argument": [4, 17], "arrai": [0, 4, 8, 15], "arrow": [16, 18], "asc": [5, 7, 10, 14, 15], "ascent": [0, 9, 13, 15, 16, 18], "asset": 20, "assign": 18, "associ": [0, 4, 8, 15, 16, 18], "astridx": 16, "attribut": [16, 20], "auth": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 21], "auth_token": 0, "authent": [1, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 21], "authlib": [8, 20, 21], "author": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 20, 21], "authorization_cod": [8, 21], "autoescap": 16, "automat": [0, 18], "avail": [0, 9, 17, 18, 20, 21, 22], "ave_spe": [13, 15], "ave_speed_from": 15, "ave_speed_to": 15, "averag": [9, 12, 15, 16, 18], "average_asc": 12, "average_desc": 12, "average_dist": 12, "average_dur": 12, "average_spe": 12, "avoid": [16, 18], "awesom": 20, "axi": [15, 16, 18], "b": 20, "b1536fc": 16, "b29ed7a": 16, "b748459": 16, "b862a77": 16, "back": 17, "background": 16, "backup": 20, "backward": 20, "bad": [0, 1, 2, 3, 4, 5, 8, 10, 11, 12, 14, 15], "base": 20, "basqu": [16, 18], "bcc568e": 16, "bearer": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "becom": 16, "been": [10, 16, 19], "befor": [16, 18, 20], "begin": 20, "behind": 21, "being": 18, "below": [16, 20], "better": [16, 21], "between": [4, 16, 18], "bike": [3, 4, 11, 15, 16, 18], "bin": 20, "bio": [0, 5, 14], "biographi": 0, "birth": [0, 16], "birth_dat": [0, 5, 14], "bjornclauw": 16, "black": 16, "blacklist": [0, 17], "block": [0, 10, 14, 16, 18], "blocked_us": 0, "boat": 18, "bodi": [16, 20, 21], "bokm\u00e5l": [16, 18], "boolean": [0, 2, 3, 4, 7, 8, 10, 11, 14, 17], "boosterl": 16, "bound": [13, 15], "brief": 4, "browser": [0, 16, 18], "build": [16, 20], "bulgarian": [16, 18], "button": 16, "by_id": 8, "by_sport": 12, "by_tim": 12, "byakurau": 16, "byte": 0, "c": [15, 20], "c88a515": 16, "calcul": [0, 12, 16, 18], "calendar": [16, 18], "callback": [8, 21], "can": [0, 1, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 23], "cannot": [4, 16, 18], "card": 16, "cart": 20, "case": [4, 15, 18, 20], "cb9d02f": 16, "cc": 20, "cc3fe1c": 16, "cc4287e": 16, "cd": 20, "challeng": [8, 21], "chang": [0, 4, 17, 18, 19, 20, 21], "changelog": 20, "charact": [0, 4, 15, 16, 20], "chart": [15, 16, 18, 20], "chart_data": 15, "check": [2, 11, 16, 20, 23], "check_workout": 11, "checkbox": 16, "choos": [16, 18], "chosen": 20, "ci": [16, 20], "cleanup": 16, "clear": 20, "cli": [14, 16, 17, 18, 20], "click": 16, "clickabl": 16, "client": [0, 8, 14, 16, 18, 20, 21], "client_client_id": 8, "client_descript": 8, "client_id": [8, 21], "client_max_body_s": [20, 23], "client_nam": 8, "client_secret": 8, "client_uri": 8, "clone": 20, "code": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21], "code_challeng": [8, 21], "code_challenge_method": [8, 21], "code_verifi": 8, "color": [0, 11, 16, 18], "com": [0, 2, 8, 10, 14, 16, 20, 21], "come": 18, "comma": [16, 20], "command": [16, 18, 19, 20], "comment": [0, 6, 10, 15, 16, 21], "comment_id": 10, "comment_short_id": 1, "comment_suspens": 10, "comment_unsuspens": 10, "complet": [0, 16, 18], "compos": 20, "comradekingu": 16, "config": [2, 16, 20, 23], "configur": [6, 16, 20, 21], "confirm": [0, 8, 16, 18, 20], "confusedalex": 16, "contact": [0, 1, 2, 3, 4, 7, 11, 13, 14, 15, 18], "contain": [16, 18, 20], "content": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18], "contribut": 16, "contributor": [2, 16, 20, 22], "control": [16, 18, 20], "coordin": 20, "copi": [2, 20], "copyright": [2, 20], "core": 16, "correctli": 16, "correspond": [0, 20], "could": 16, "countri": 18, "cp": 20, "creat": [0, 1, 4, 8, 10, 15, 16, 18, 20, 21], "create_app": 20, "created_at": [0, 1, 5, 7, 10, 14, 15], "creation": [0, 16, 18], "creation_d": [4, 13, 15], "creativecommon": 20, "credenti": [0, 20], "criteria": [10, 14, 15], "critic": 23, "cross": [8, 18, 20, 21], "current": [0, 4, 14, 16], "custom": [16, 18, 20], "cycl": [11, 15, 16, 18], "czech": [16, 18], "d": [0, 12, 15], "dai": [16, 17, 18, 20], "dan": 15, "danielsiersleben": 16, "dark": [0, 16, 18], "darkski": [16, 20], "dashboard": 16, "data": [0, 1, 2, 3, 4, 5, 8, 9, 11, 12, 13, 14, 15, 16, 18, 19, 21], "databas": [16, 18, 20, 23], "database_disable_pool": 20, "database_url": [16, 20, 23], "date": [0, 12, 15, 16, 18], "date_format": 0, "date_str": 0, "davidhenrythoreau": 16, "db": 20, "dd": 0, "de": [0, 3, 14, 20], "deactiv": [14, 18], "debian": [20, 22], "dec": [0, 1, 5, 7, 10, 14, 15], "default": [0, 4, 5, 7, 8, 10, 12, 13, 14, 15, 16, 18, 20], "default_equipment_id": 0, "default_for_sport_id": 4, "default_staticmap": [16, 20], "defin": [16, 18], "definit": 16, "delet": [0, 1, 4, 8, 14, 15, 16, 17, 18], "depend": [16, 18], "deploy": 16, "deprec": [16, 17], "desc": [5, 7, 10, 14, 15, 18], "descent": [13, 15, 16, 18], "describ": [10, 20], "descript": [4, 8, 13, 15, 16, 17, 18, 20], "detail": [14, 16, 20, 24], "detect": 16, "dev": 16, "develop": [16, 17, 19], "diagnost": 20, "dialect": 23, "differ": [14, 16, 18], "direct": [16, 18], "directli": 20, "directori": [0, 16, 20], "disabl": [0, 16, 17, 18, 20], "discontinu": 20, "discours": 18, "displai": [0, 15, 16, 17, 18, 19, 20, 21, 24], "display_asc": 0, "distanc": [0, 9, 13, 15, 16, 18], "distance_from": 15, "distance_to": 15, "dkm": 16, "do": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20], "docker": 16, "document": [19, 20, 21, 23], "doe": [0, 4, 5, 12, 14, 15, 16, 18], "don": [0, 16], "dotenv": 16, "dotlambda": 16, "doubl": 15, "down": [16, 20], "downgrad": 16, "download": [0, 15, 16, 18, 20, 24], "dperruso": 16, "dramatiq": [16, 17, 20], "drop": 16, "dropdown": [16, 18], "due": 16, "durat": [9, 13, 15, 16, 18], "duration_from": 15, "duration_to": 15, "dure": [0, 1, 4, 10, 15], "dutch": [16, 18], "e": 0, "e2": 16, "ea0ac99": 16, "each": 18, "easi": 16, "edit": [0, 16, 18], "electr": 18, "elev": [0, 15, 16, 18, 20], "els": 20, "email": [0, 2, 10, 14, 16, 17, 18, 23], "email_to_confirm": 0, "email_url": [20, 23], "empti": [15, 16, 17, 20], "en": [0, 17], "enabl": [0, 2, 14, 18, 20], "encod": [16, 20], "encount": 20, "encrypt": 18, "end": [12, 15], "endpoint": [0, 2, 3, 4, 8, 11, 14, 16, 20, 21], "engin": [16, 20, 23], "english": [0, 16, 17, 18], "enter": [16, 18], "entiti": [0, 15], "entri": [16, 18, 20], "entrypoint": 16, "enumer": 20, "env": [16, 20], "environ": [16, 17, 23], "equal": 2, "equip": [0, 6, 13, 15, 16, 21], "equipment_id": [0, 15], "equipment_short_id": 4, "equipment_typ": [3, 4], "equipment_type_id": [3, 4], "equipment_type_label": 4, "erral": 16, "error": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 13, 14, 15, 16, 18, 20, 23], "escap": 15, "estim": 16, "eu": 16, "europ": 0, "evalu": [16, 20], "even": [16, 18], "event": 18, "ewm": 16, "exampl": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21], "exc": 23, "exce": [0, 4, 15, 16], "exceed": 16, "except": [14, 18, 20, 23], "exchang": 21, "exclud": 18, "execstart": 20, "execut": 16, "exhaust": 19, "exist": [0, 4, 5, 7, 10, 12, 14, 15, 16, 18, 19, 20], "exit": [17, 20], "expect": [10, 20], "expir": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17], "expires_at": 8, "expires_in": 8, "explain": [0, 10], "export": [0, 16, 17, 18, 19, 20], "extens": [0, 15, 20], "extrem": 18, "f2aec30": 16, "f96dcef": 16, "fa33f4d996844a5c73ecd1ae24456ab8": 15, "fail": [16, 24], "fall": 17, "fallback": 0, "fals": [0, 1, 2, 3, 5, 7, 8, 10, 11, 13, 14, 15, 20], "farthest": [9, 16, 18], "fb10602": 16, "fd": [0, 9, 13, 14, 15], "featur": [19, 20], "fetch": [18, 21], "field": [14, 16], "file": [0, 2, 15, 16, 17, 18, 19, 20, 22, 24], "file_nam": 0, "file_s": 0, "filenam": 0, "filter": [10, 16, 18], "find": 16, "finish": 16, "first": [0, 4, 8, 18, 21], "first_nam": [0, 5, 14], "fit": [20, 22], "fitotrack": 19, "fittracke": [4, 8, 17, 18, 20, 21, 22, 24], "fittrackee_cli": 20, "fittrackee_host": 21, "fittrackee_instal": 22, "fittrackee_work": [16, 20], "fittrackee_ynh": 20, "fix": 20, "flake8": 16, "flask": [16, 20], "flask_app": 20, "flaticon": 20, "float": [0, 15], "fmstrat": 16, "folder": 20, "follow": [0, 1, 6, 7, 9, 10, 14, 15, 16, 18, 20, 21, 22, 23], "follow_request": [5, 7], "followers_onli": [0, 1, 14, 15], "fond": 20, "footer": 16, "forbidden": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "forc": [4, 18], "forgeri": [8, 21], "fork": 20, "form": [0, 8, 15, 16], "format": [0, 12, 15, 16, 18], "forward": [20, 21], "found": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 14, 15, 16], "fr": [0, 20], "frame": 12, "franc": 20, "freepik": 20, "french": 18, "fri": 15, "from": [4, 5, 7, 8, 12, 15, 16, 18, 19, 21, 22], "ft": 16, "ftcli": 20, "full": [16, 18], "fullchain": 20, "fullscreen": 16, "furo": 16, "galician": [16, 18], "gallegonovato": 16, "gard": 15, "garmin": 22, "gener": [8, 16, 17, 18, 20, 21], "german": [16, 18, 20], "get": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 21], "gif": 0, "git": 20, "github": 20, "given": [0, 8, 12, 18], "gl": 0, "gmt": [0, 1, 4, 5, 7, 8, 9, 10, 13, 14, 15], "gnu": 16, "gorgobacka": 16, "gp": [16, 18], "gpl": 19, "gpx": [0, 8, 15, 16, 18, 19, 20, 22], "gpx_limit_import": 2, "gpxpy": [0, 16, 18, 20], "grai": 16, "grammar": 16, "grant": [8, 21], "grant_typ": 8, "graph": [16, 18], "great": 1, "greater": [2, 16], "guid": 20, "gunicorn": [20, 23], "gz": 20, "gzip": 0, "h": [15, 18], "ha": [0, 1, 4, 9, 10, 11, 13, 14, 15, 16, 18, 19], "handl": [0, 16, 18, 20, 23], "happen": 18, "has_equip": 3, "has_next": [0, 5, 7, 8, 10, 14], "has_prev": [0, 5, 7, 8, 10, 14], "has_workout": 11, "have": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18], "he": 14, "header": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 21], "health": 2, "heavi": [19, 20], "help": [17, 20], "hexadecim": 0, "hgzyfxgvwkcepdq3vyk67q": 15, "hi": [0, 4, 14, 16, 18], "hidden": [14, 16, 18], "hide": [16, 18], "hide_profile_in_users_directori": 0, "higher": 20, "highest": [0, 9, 18], "hike": [11, 16, 18], "histor": 20, "home": 20, "host": [16, 20], "hour": 20, "hourli": 20, "how": 20, "href": [2, 20], "html": 16, "http": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 21], "http2": 20, "hv9kwvdtbhhyfvml7phovq": 10, "hvybqybra7wwxpastwr4v2": [0, 9, 13, 14, 15], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24], "i18n": 16, "icon": [16, 20], "id": [0, 1, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 21], "imag": [0, 14, 15, 16, 18, 20, 24], "impact": 18, "imperi": [0, 16, 18], "imperial_unit": 0, "implement": [16, 21], "import": [8, 16, 18, 20], "in_progress": 0, "inact": [0, 4, 14, 15, 18, 20], "includ": 16, "incompat": 20, "incomplet": 17, "inconsist": 16, "incorrect": [4, 16, 18], "increas": 23, "index": 15, "indic": 18, "individu": 18, "info": [0, 16, 18], "inform": [0, 2, 16, 18, 19, 20], "init": 16, "initi": [16, 20], "initialis": 16, "input": 16, "insensit": [15, 20], "insid": 20, "instal": [16, 19], "instanc": [2, 8, 16, 18, 20, 21], "instead": [16, 18], "instruct": [0, 16, 18, 20], "int": [0, 3, 4, 7, 8, 10, 11, 15], "integ": [0, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15], "interact": 21, "interceptor": 16, "interfac": [0, 16, 18, 19, 20], "intern": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15], "introduc": 16, "invalid": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20], "invalidemailurlschem": 23, "ip": 20, "is_act": [0, 3, 4, 10, 11, 14], "is_active_for_us": 11, "is_email_sending_en": 2, "is_followed_bi": [0, 7, 10, 14], "is_registration_en": 2, "is_reported_user_warn": 10, "iso": 17, "isort": 16, "issu": [8, 18, 19, 20], "issued_at": 8, "italian": [16, 18], "item": 4, "its": [18, 20], "j": [15, 16, 20], "jan": [13, 15], "jat255": 16, "javascript": [16, 20], "jderuit": 16, "jinja": 16, "jmlich": 16, "john_do": 14, "johndo": 14, "jpeg": 14, "jpg": 0, "json": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18], "jul": [0, 9, 13, 14, 15], "juli": 8, "jwt": 20, "kayak": 18, "kayak_boat": 3, "kcj6hdgqqpkaakqmfqj8jv": 14, "kd5wyhwltvozw6o3au5m4j": 15, "keep": [16, 18, 19, 20], "kei": [16, 18, 20], "keyboard": 16, "kjxavsturjvoah2wvcegef": [13, 15], "km": [15, 18], "koen": 16, "komoot": 20, "label": [3, 4, 11, 16, 18], "lang": [0, 16, 17], "languag": [0, 16, 17, 18], "larg": [0, 15, 18, 20], "larger": [20, 23], "last": [0, 16, 20], "last_nam": [0, 5, 14], "lastli": 16, "latitud": 15, "launch": 16, "lavoi": 16, "layer": [16, 20], "layout": 16, "ld": [0, 9, 13, 14, 15], "le": 15, "leaflet": [15, 20], "least": [7, 10, 13, 15], "legal": 20, "legitim": 16, "length": 15, "less": [4, 16], "let": 16, "letter": 17, "level": [1, 16, 18], "librari": [8, 16, 20, 21], "licenc": 20, "licens": [16, 19, 20], "lift": [18, 20], "light": 18, "like": [1, 15, 16, 20], "likes_count": [1, 15], "limit": [4, 16, 18], "line": [18, 19, 20], "link": [16, 20], "lint": 20, "linux": 20, "list": [8, 16, 19, 20], "listen": 20, "ll": 20, "load": [16, 23], "loader": 16, "local": [0, 16, 19, 20], "localhost": [16, 20], "locat": [0, 5, 14, 20], "lock": 18, "log": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20, 23], "logfil": 20, "login": [0, 16], "logo": 20, "logout": [0, 16], "longer": [4, 16, 18, 20, 23], "longest": [9, 16, 18], "longitud": 15, "lower": 16, "lukasitali": 16, "m": [0, 9, 12, 13, 14, 15], "made": 20, "mai": [16, 18, 19, 20], "mailhog": 20, "mainten": 20, "major": 16, "make": [16, 20], "makefil": 20, "malform": 0, "manag": [16, 17, 18, 20], "mandatori": [4, 8, 10, 12, 15, 16, 17, 20, 21], "manual": 18, "manually_approves_follow": 0, "map": [0, 13, 15, 16, 18, 19, 24], "map_attribut": [2, 20], "map_id": 15, "map_til": 15, "map_vis": [0, 14, 15], "mar": [0, 4, 14], "mara21": 16, "march": [16, 20], "mariusz": 16, "mariuz": 16, "mark": [7, 18], "markdown": [16, 18], "marked_as_read": 7, "marker": 16, "match": [0, 15, 16, 18], "max": [2, 5, 14, 15, 16, 17], "max_alt": [13, 15], "max_single_file_s": 2, "max_spe": [13, 15], "max_speed_from": 15, "max_speed_to": 15, "max_us": 2, "max_zip_file_s": 2, "maxim": 15, "maximum": [9, 15, 16, 17, 18], "md": 16, "measur": 16, "mention": [1, 7, 18, 20], "menu": 16, "messag": [0, 2, 5, 8, 14, 15, 16, 17, 18, 20], "method": [8, 20, 21], "metric": 18, "mi": 16, "microsecond": 16, "migrat": [16, 17, 20], "min": 16, "min_alt": [13, 15], "mind": 18, "minim": [15, 21], "minimum": [2, 3, 10, 11, 12, 14, 16, 18], "minut": 20, "miss": [0, 16], "mm": 0, "mmm": 0, "mmy3qpl3vcfukjgffbncjv": 0, "mobil": [16, 19], "modal": 16, "mode": [0, 16], "model": 16, "moder": [10, 12, 14, 16, 17], "modifi": [0, 16, 17, 18, 20], "modification_d": [1, 13, 15], "modul": [16, 20], "moment": 18, "mon": [13, 15], "mondai": [0, 12, 18], "mondstern": 16, "month": [12, 16, 18], "monthli": 18, "more": [16, 17, 18, 19, 20], "morn": 15, "most": 21, "mountain": [11, 16, 18], "mous": 16, "move": [13, 15, 16], "movement": 16, "multi": 20, "multipart": [0, 8, 15], "multipl": [16, 18], "must": [0, 2, 4, 8, 11, 14, 15, 16, 18, 20, 21, 23], "mv": 20, "my": 4, "mynixo": 20, "mzydicyyfktg3gga2x8afu": 1, "n": 0, "name": [0, 5, 8, 14, 16, 18, 20], "nano": 20, "navig": 16, "nb": 0, "nb_sport": [0, 5, 14], "nb_workout": [0, 1, 5, 7, 10, 14, 15], "nbsp": 20, "necessari": [18, 20], "nederland": 16, "need": [16, 18, 20, 21], "net": 20, "netinstal": 22, "network": 20, "new": [0, 4, 14, 17, 18, 20, 21], "new_email": 14, "new_password": 0, "newli": [0, 17, 20], "next": [16, 18], "next_workout": [13, 15], "nginx": [16, 18, 20, 21, 23], "nice": 1, "nixpkg": 20, "nl": 0, "no_gpx": 15, "node": 20, "nofollow": 20, "non": [3, 11, 19], "none": 15, "noopen": 20, "noreferr": 20, "norwegian": [16, 18], "nosuchmoduleerror": 23, "notat": 20, "note": [0, 10, 13, 15, 16, 18, 20], "notif": [6, 16, 20, 21], "notification_id": 7, "notification_typ": 7, "nov": [1, 15], "now": [0, 12, 15, 16, 17, 18, 20], "null": [0, 1, 2, 4, 5, 7, 10, 11, 13, 14, 15, 16], "number": [2, 5, 14, 15, 16, 17, 18, 20], "nuv9cy8vqonrqkhtz5pqaq2zw7msh0mornpjr14amswd6f6i": 8, "o": 20, "o22a27s2abpuoxjbxv3ujdox": 8, "oauth": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20], "oauth2": [6, 21], "oauthlib": 21, "object": [0, 1, 2, 3, 4, 7, 10, 11, 14, 15], "object_id": 10, "object_typ": 10, "occur": 18, "office365": 20, "offset": 16, "ok": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "old": 20, "omit": 20, "onc": [0, 1, 15], "ondrejzivni": 16, "one": [0, 4, 7, 10, 13, 15, 18], "ongo": 0, "onli": [0, 1, 4, 8, 12, 14, 15, 16, 17, 18, 20, 21], "open": [16, 18, 19, 20], "openstreetmap": [2, 16, 20], "opentrack": 19, "oper": [18, 20], "option": [4, 7, 8, 16, 17, 20, 21], "order": [5, 7, 10, 14, 15, 16, 18, 21], "order_bi": [10, 14, 15], "org": [2, 20], "origin": 18, "osm": 20, "osmfr": 20, "other": [0, 4, 14, 18, 20], "otherwis": [15, 18, 20], "ou": 16, "out": 0, "outdoor": [16, 18, 19, 20], "over": 16, "overlap": 16, "overrid": 18, "overridden": 18, "overwrit": 20, "own": [4, 10, 14, 19], "owner": [4, 14, 16, 17, 18, 20], "packag": [16, 20], "paf38": 16, "page": [0, 5, 7, 8, 10, 13, 14, 15, 16, 18], "pagin": [0, 5, 7, 8, 10, 13, 14, 15], "par": [16, 20], "par_pag": 14, "paraglid": [16, 18], "parallel": 16, "paramet": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 18, 20, 21], "parecki": 21, "pari": 0, "pars": [16, 20], "part": [0, 15, 16], "parti": [8, 18, 19, 21], "partial": 16, "particular": 18, "pass": 20, "password": [0, 14, 16, 17, 18, 20], "passwordwith": 20, "patch": [0, 1, 2, 3, 4, 7, 10, 11, 14, 15], "path": [20, 23], "paus": [13, 15, 16], "payload": [0, 1, 2, 3, 8, 10, 11, 14, 15], "pem": 20, "pend": 7, "per": [5, 14, 15, 16, 20], "per_pag": [5, 14, 15], "perform": 18, "perhap": 4, "period": [12, 18, 20], "permiss": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "pg_dump": 20, "pictur": [0, 1, 5, 7, 10, 14, 15, 16], "piec": [4, 18], "pil": 16, "ping": 2, "pip": 20, "pipenv": 16, "pkce": [8, 21], "pleas": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18], "plot": 0, "plugin": 23, "pluja": 16, "png": [0, 15, 20], "poetri": [16, 20], "point": [16, 20], "polici": [0, 2, 16], "polish": [16, 18], "pong": 2, "pool": 20, "port": 20, "portugues": [16, 18], "posit": [16, 18], "possibl": [16, 18, 19, 20], "post": [0, 1, 4, 5, 7, 8, 10, 14, 15, 21], "postgr": [16, 23], "postgresql": [16, 20, 23], "postgresql10": 16, "pr": 16, "pre": 16, "prefer": [0, 14, 16, 17], "prepar": 16, "present": [16, 18], "prevent": [8, 20, 21], "previous": 16, "previous_workout": [13, 15], "prior": 18, "privaci": [0, 2, 16], "privacy_polici": 2, "privacy_policy_d": 2, "privat": [0, 1, 14, 15, 16, 18], "privileg": 20, "privkei": 20, "problem": 16, "process": [0, 5, 10, 16, 17, 20], "product": 16, "productionconfig": 20, "profil": [0, 8, 10, 16, 18, 21], "project": 20, "proto": [20, 21], "provid": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 23], "proxi": [20, 21], "proxy_add_x_forwarded_for": 20, "proxy_pass": 20, "proxy_redirect": 20, "proxy_set_head": [20, 21], "psjeexbjz2jjnqctcpxvvf": 15, "public": [0, 1, 15, 18], "pull": 20, "purpos": [16, 20], "pwd": 20, "py": 20, "python": [16, 20, 21], "q": 14, "qrj7by6h2iyjsv8sersfgv": 4, "queri": [0, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15], "queue": 20, "quot": 15, "qwerty287": 16, "r": 20, "random": 17, "randomli": 20, "rate": 16, "reach": 18, "reactiv": [10, 18], "read": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 21], "read_statu": 7, "readi": 20, "readm": 16, "real": 20, "reason": [0, 10, 14], "rebuild": 16, "recalcul": 18, "receiv": [5, 7, 18], "recent": 18, "recommend": [8, 20, 21], "record": [0, 5, 6, 13, 14, 15, 16, 18], "record_typ": [0, 9, 13, 14, 15], "redi": [16, 17, 20], "redirect": [8, 16, 21], "redirect_uri": 8, "redis_url": 20, "reduc": 16, "refacto": 16, "refactor": 16, "refresh": [4, 8, 16], "refresh_token": 8, "regardless": [14, 18], "regist": [0, 2, 16, 18, 20], "registr": [0, 2, 16, 17, 18, 20, 21], "reject": [5, 10, 18, 20], "rel": 20, "relat": [17, 18, 20], "relationship": 14, "releas": [18, 20], "relev": 16, "remain": [16, 18], "remote_addr": 20, "remov": [1, 4, 14, 15, 16, 17, 18, 20], "renam": 16, "replac": [15, 16, 20], "repo": 20, "report": [6, 14, 16, 18, 21], "report_act": 10, "report_id": [10, 14], "reported_bi": 10, "reported_com": 10, "reported_us": 10, "reported_workout": 10, "repositori": 20, "request": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20, 21], "request_uri": 20, "requir": [0, 4, 16, 20, 21], "requisit": 16, "resend": 0, "resent": 0, "reset": [0, 14, 16, 17, 18, 20], "reset_password": 14, "resolut": 16, "resolv": [10, 18], "resolved_at": 10, "resolved_bi": 10, "respons": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "response_typ": [8, 21], "rest": 21, "restart": 20, "restartsec": 20, "restrict": 18, "result": 16, "return": [0, 1, 7, 8, 9, 10, 12, 13, 14, 15, 16, 20], "review": [16, 18], "revok": [0, 8], "rework": 16, "ride": 16, "right": [14, 16, 17, 18, 21], "roehv64thcg28wcewzhrnvlusoduvw8nvnhkcml57": 8, "role": [0, 1, 2, 3, 7, 10, 11, 12, 14, 15, 16, 17, 18, 20], "rout": [16, 20], "row": 18, "ruff": 16, "rule": 18, "run": [11, 16, 17, 18, 20, 21], "runner": 19, "russian": [16, 18], "s256": [8, 21], "sa": 20, "safe": 16, "sam": [0, 1, 5, 9, 10, 13, 14, 15], "same": [4, 16, 18], "samr1": 20, "sanction": [0, 14, 18], "sanit": 16, "sat": 14, "save": [1, 4, 10, 16, 18], "schema": 20, "scheme": [20, 21], "scope": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "screen": [16, 18], "script": 16, "search": 16, "second": [4, 15], "secret": [8, 20, 21], "section": 16, "secur": 21, "see": [4, 16, 18, 19, 20, 21, 23], "seem": 16, "segment": [13, 15, 16, 18], "segment_id": 15, "select": [0, 15, 18], "semant": 20, "send": [0, 14, 16, 18, 20], "sender": 20, "sender_email": 20, "sent": [14, 16, 18, 20, 21], "separ": [18, 20, 21], "serv": [16, 20], "server": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15, 16, 18, 19], "server_nam": 20, "servic": [16, 20], "session": [18, 21], "set": [4, 14, 16, 17, 18, 20, 21, 23], "sever": [16, 19, 20], "sh": 22, "shell": 20, "shoe": [3, 4, 18], "short": [1, 4, 15], "should": [16, 18, 20], "show": [16, 17, 20], "shown": [16, 21, 24], "shura0": 16, "shut": [16, 20], "side": 16, "signatur": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "sikmir": 16, "simontb": 16, "simpl": 20, "simplest": 20, "simplifi": [16, 21], "sinc": [16, 20, 21], "singl": [2, 14, 16, 18, 20], "site": [8, 21], "size": [0, 2, 15, 16, 18, 20], "ski": [3, 18], "skylan0916": 16, "slothj": 16, "slow": 16, "small": 16, "smtp": [16, 20], "snowsho": [3, 16, 18], "so": [20, 21], "social": 16, "some": [4, 5, 7, 10, 13, 14, 15, 16, 18, 19, 20, 21], "sorri": 0, "sort": [5, 7, 10, 14, 15, 18], "sou": 20, "sourc": 18, "space": 21, "spanish": [16, 18], "spawn": 20, "special": [16, 20], "specif": [18, 20], "specifi": 16, "speed": [0, 9, 15, 16, 18, 20], "spinner": 16, "sport": [0, 2, 4, 6, 12, 15, 16, 20], "sport_id": [0, 4, 9, 11, 12, 13, 14, 15], "sport_label": 4, "sports_list": [0, 5, 14], "sql": 20, "sqlalchemi": [16, 20, 23], "ssl": 20, "ssl_certif": 20, "ssl_certificate_kei": 20, "stabl": 16, "standard": [16, 20], "standarderror": 20, "standardoutput": 20, "start": [0, 12, 15, 16, 18, 20, 24], "start_elevation_at_zero": 0, "startlimitintervalsec": 20, "starttl": 20, "stat": [12, 16], "state": [8, 21], "static": [16, 18, 20], "staticmap": 20, "staticmap_subdomain": [16, 20], "statist": [2, 6], "stats_workouts_limit": 2, "statu": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "step": 20, "sticki": 16, "still": [16, 18, 19, 20], "stop": [0, 16, 18, 20], "stopped_speed_threshold": [0, 11], "store": [18, 19, 21], "strategi": 20, "strava": 22, "street": [18, 19], "strength": 16, "string": [0, 1, 2, 4, 5, 7, 8, 10, 11, 12, 14, 15, 20, 21], "strong": 20, "subdomain": [15, 16, 20], "subject": 20, "success": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "successfulli": 0, "suggest": 18, "suitabl": 20, "sun": [0, 1, 9, 10, 13, 14, 15], "sundai": [12, 15, 18], "suppli": 4, "support": [0, 8, 16, 17, 18, 20, 21, 23], "suspend": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18], "suspended_at": [0, 1, 7, 10, 14, 15], "suspens": [0, 1, 14, 15, 18, 20], "swim": [16, 18], "swimrun": [16, 18], "switch": 16, "synchron": 22, "syntax": 18, "syslog": 20, "syslogidentifi": 20, "system": [18, 20], "systemd": 20, "t": [0, 16, 23], "t2zeeuxvuy3pla8meeufyk": 1, "tab": 21, "tabl": 16, "taken": [0, 18], "tar": 20, "target": 20, "task": 20, "team": 18, "templat": 16, "term": [16, 20], "test": [16, 20], "text": [0, 1, 10, 14, 15, 18], "text_html": 1, "text_vis": 1, "textarea": 16, "than": [2, 4, 14, 16, 17], "thank": [16, 20, 22], "thei": [15, 18, 20, 21], "them": [16, 18, 19], "theme": [16, 18], "thi": [0, 3, 4, 8, 11, 14, 15, 16, 17, 18, 19, 20], "third": [18, 19, 21], "those": 4, "thovi98": 16, "threshold": [0, 16, 18], "thu": [5, 8, 14], "thunderforest": [16, 20], "tile": [15, 16, 18], "tile_server_url": 20, "time": [0, 12, 15, 16, 18], "timelin": [6, 16, 18], "timeout": [20, 23], "timezon": [0, 15, 16, 18], "titl": [13, 15, 16, 18], "tl": [16, 20], "token": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21], "token_typ": 8, "too": [0, 15], "tool": [16, 18, 19, 20], "tooltip": [16, 18], "total": [0, 4, 5, 7, 8, 10, 12, 14, 16, 18], "total_asc": [0, 12], "total_dist": [0, 4, 5, 12, 14], "total_dur": [0, 4, 5, 12, 14], "total_mov": 4, "total_workout": 12, "track": [16, 19], "tracke": 20, "trail": [16, 18], "trainer": [3, 18], "transport": [11, 16, 18], "traxi": 16, "trekk": [16, 18], "troubleshoot": 19, "true": [0, 1, 2, 3, 4, 7, 8, 10, 11, 14, 15, 16, 20], "truncat": 15, "try": [0, 1, 3, 4, 7, 11, 13, 14, 15], "tue": [4, 15], "two": 17, "type": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20], "typescript": 20, "typo": 16, "u": 20, "uberspac": 20, "ubuntu": 20, "ui": 16, "ui_url": 20, "unauthent": 18, "unauthor": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "unblock": 14, "unchang": 18, "uncom": 20, "under": [19, 20], "underscor": 0, "undo": [1, 14, 15], "unencrypt": 20, "unfilt": 0, "unfollow": [14, 18], "uniqu": [8, 21], "unit": [0, 16, 20], "unless": 4, "unlik": 18, "unread": [7, 18], "unresolv": [10, 18], "unstabl": [19, 20], "unwant": [16, 18], "up": [16, 18, 19], "updat": [0, 1, 2, 3, 4, 7, 10, 11, 14, 15, 16, 18, 20], "updated_at": [0, 10, 14], "upgrad": 16, "upload": [2, 16, 17, 18, 20, 22, 24], "upload_fold": [20, 23], "uploads_dir_s": 12, "uri": 16, "url": [0, 8, 16, 18, 20, 21, 23], "urtzai": 16, "us": [0, 4, 5, 7, 8, 10, 13, 14, 15, 16, 17, 18, 19, 20, 21], "usag": [17, 20], "use_dark_mod": 0, "use_raw_gpx_spe": 0, "user": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 20, 21], "user_id": [0, 4], "user_nam": [5, 12, 14], "user_suspens": [0, 10], "user_unsuspens": 10, "user_warn": 10, "usernam": [0, 1, 5, 7, 10, 12, 14, 15, 16, 17, 18, 20], "util": 20, "uuid": [15, 16], "v0": [16, 20], "v3": 19, "valid": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 23], "valu": [0, 4, 8, 9, 10, 13, 14, 15, 16, 18, 20, 21, 23], "variabl": [16, 23], "variou": 16, "venv": 20, "verifi": [8, 21], "version": [2, 17, 18, 20, 21], "via": [14, 18, 20], "view": [16, 18, 20], "violat": 18, "virtual": [16, 18], "virtualenv": [16, 20], "visibl": [0, 1, 13, 15, 16, 18], "visual": [18, 20], "visualcross": 16, "vite_app_api_url": 20, "voodoopt": 16, "vtt": 15, "vue": [16, 20], "vue3": 20, "vue_app_api_url": 20, "vuex": 20, "w": 16, "wa": [0, 4, 10, 16, 18, 20], "wai": [18, 20], "walk": [11, 16, 18], "want": 20, "wantedbi": 20, "warn": [16, 18, 20], "water": [16, 18], "weather": [16, 18], "weather_api": 20, "weather_api_kei": 20, "weather_api_provid": [16, 20], "weather_end": [13, 15], "weather_provid": 2, "weather_start": [13, 15], "web": [0, 19, 20, 21], "weblat": [16, 18], "websit": 8, "wed": [0, 7, 10, 14, 15], "week": [0, 12, 16, 18], "weekend": 16, "weekm": [0, 12], "were": 16, "wget": 20, "when": [0, 1, 2, 14, 15, 16, 17, 18, 20], "where": 20, "whether": 4, "which": [0, 18], "while": 18, "white": 16, "who": 18, "whose": [18, 21], "why": 10, "wind": [16, 18], "window": 20, "with_follow": 14, "with_gpx": [13, 15], "with_hidden_us": 14, "with_inact": 14, "with_suspend": 14, "without": [0, 4, 5, 7, 8, 10, 12, 13, 14, 15, 16, 18, 19], "wjgtwtqfpnprhyak5ex9pw": 1, "work": 20, "worker": [16, 17, 20, 23], "workers_process": 20, "workflow": 16, "workingdirectori": 20, "workout": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 16, 19, 21, 22, 24], "workout_d": [0, 9, 13, 14, 15], "workout_id": [0, 1, 9, 10, 13, 14, 15], "workout_short_id": [1, 15], "workout_suspens": [10, 14], "workout_unsuspens": 10, "workout_vis": 15, "workouts_count": [4, 14], "workouts_vis": [0, 14], "write": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 14, 15, 18, 21], "written": 20, "www": [2, 20], "x": [0, 15, 16, 20, 21], "xmgz": 16, "xml": 15, "xxxx": 20, "xzf": 20, "y": [0, 12, 15, 20], "yarn": 20, "year": [12, 18], "yet": [16, 19], "you": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20], "your": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20], "yyyi": 0, "z": [15, 20], "z2ze5qzrnmvmndejpphask": 10, "zero": [0, 16, 18], "zip": [0, 2, 15, 16, 18], "zone": 0, "zoom": 15}, "titles": ["Authentication and account", "Comments", "Configuration", "Equipment Types", "Equipments", "Follow requests", "API documentation", "Notifications", "OAuth2", "Records", "Reports", "Sports", "Statistics", "Timeline", "Users", "Workouts", "Change log", "Command line interface", "Features", "FitTrackee", "Installation", "OAuth 2.0", "Third-party tools", "Administrator", "Troubleshooting"], "titleterms": {"0": [16, 21], "01": 16, "02": 16, "03": 16, "04": 16, "05": 16, "06": 16, "07": 16, "08": 16, "09": 16, "0b1": 16, "0b2": 16, "1": 16, "10": 16, "11": 16, "12": 16, "13": 16, "14": 16, "15": 16, "16": 16, "17": 16, "18": 16, "19": 16, "2": [16, 21], "20": 16, "2018": 16, "2019": 16, "2020": 16, "2021": 16, "2022": 16, "2023": 16, "2024": 16, "21": 16, "22": 16, "23": 16, "24": 16, "25": 16, "26": 16, "27": 16, "28": 16, "29": 16, "3": 16, "30": 16, "31": 16, "32": 16, "4": 16, "5": 16, "6": 16, "7": 16, "8": 16, "9": 16, "about": 18, "account": [0, 18], "administr": [16, 18, 23], "api": [6, 20], "app": 18, "applic": 18, "ar": 23, "authent": 0, "avail": 16, "bug": 16, "chang": 16, "clean": 17, "clean_arch": 17, "clean_token": 17, "close": 16, "command": 17, "comment": [1, 18], "configur": [2, 18], "content": 19, "creat": 17, "dashboard": 18, "data": 20, "databas": 17, "db": 17, "depend": 20, "deploy": 20, "detail": [18, 23], "dev": 20, "develop": 20, "directori": 18, "displai": 23, "docker": 20, "document": [6, 16], "download": 23, "drop": 17, "email": 20, "endpoint": 6, "enhanc": 16, "environ": 20, "equip": [3, 4, 18], "export_arch": 17, "fail": 23, "featur": [16, 18], "file": 23, "first": 16, "fittracke": [16, 19, 23], "fix": 16, "flow": 21, "follow": 5, "french": 16, "from": 20, "ftcli": 17, "i": 23, "imag": 23, "import": 22, "improv": 16, "instal": [20, 22], "interact": 18, "interfac": 17, "issu": 16, "like": 18, "limit": 20, "line": 17, "list": 18, "log": 16, "main": 20, "map": [20, 23], "minor": 16, "misc": 16, "moder": 18, "new": 16, "nixo": 20, "notif": [7, 18], "oauth": [18, 21], "oauth2": [8, 17], "parti": 22, "polici": 18, "prefer": 18, "prerequisit": 20, "privaci": 18, "prod": 20, "product": 20, "pull": 16, "pypi": [16, 20], "rate": 20, "record": 9, "releas": 16, "report": 10, "request": [5, 16], "resourc": 21, "scope": 21, "screenshot": 18, "script": 22, "secur": 16, "server": 20, "shown": 23, "sourc": 20, "sport": [11, 18], "start": 23, "statist": [12, 16, 18], "tabl": 19, "third": 22, "tile": 20, "timelin": 13, "tool": 22, "translat": [16, 18], "troubleshoot": 24, "type": [3, 18], "updat": 17, "upgrad": [17, 20], "upload": 23, "user": [14, 17, 18], "variabl": 20, "version": 16, "weather": 20, "workout": [15, 18, 23], "yunohost": 20}}) \ No newline at end of file +Search.setIndex({"alltitles": {"API documentation": [[6, null]], "API rate limits": [[20, "api-rate-limits"]], "About": [[18, "about"]], "Account & preferences": [[18, "account-preferences"]], "Administration": [[18, "administration"], [18, "id8"]], "Administrator": [[23, null]], "Application": [[18, "application"]], "Authentication and account": [[0, null]], "Bugs Fixed": [[16, "bugs-fixed"], [16, "id1"], [16, "id3"], [16, "id10"], [16, "id13"], [16, "id16"], [16, "id21"], [16, "id27"], [16, "id32"], [16, "id36"], [16, "id39"], [16, "id41"], [16, "id45"], [16, "id49"], [16, "id53"], [16, "id56"], [16, "id59"], [16, "id62"], [16, "id63"], [16, "id66"], [16, "id68"], [16, "id70"], [16, "id73"], [16, "id76"], [16, "id84"], [16, "id87"], [16, "id90"], [16, "id93"], [16, "id105"], [16, "id110"], [16, "id112"], [16, "id116"], [16, "id119"], [16, "id122"], [16, "id124"], [16, "id127"], [16, "id130"], [16, "id132"], [16, "id135"], [16, "id138"], [16, "id141"], [16, "id146"], [16, "id148"], [16, "id150"], [16, "id152"], [16, "id155"], [16, "id157"], [16, "id163"], [16, "id166"], [16, "id168"], [16, "id170"], [16, "id177"], [16, "id182"], [16, "id184"], [16, "id186"], [16, "id189"], [16, "id191"], [16, "id193"], [16, "id197"], [16, "id207"], [16, "id210"], [16, "id212"], [16, "id215"], [16, "id222"]], "Change log": [[16, null]], "Command line interface": [[17, null]], "Comments": [[1, null], [18, "comments"]], "Configuration": [[2, null], [18, "configuration"]], "Dashboard": [[18, "dashboard"], [18, "id4"]], "Database": [[17, "database"]], "Deployment": [[20, "deployment"]], "Dev environment": [[20, "dev-environment"], [20, "id5"]], "Development": [[20, "development"]], "Docker": [[20, "docker"]], "Documentation": [[16, "documentation"], [16, "id80"], [16, "id114"]], "Emails": [[20, "emails"]], "Endpoints:": [[6, null]], "Environment variables": [[20, "environment-variables"]], "Equipment Types": [[3, null], [18, "equipment-types"]], "Equipments": [[4, null], [18, "equipments"], [18, "id6"]], "Failed to upload or download files": [[23, "failed-to-upload-or-download-files"]], "Features": [[16, "features"], [16, "id134"], [16, "id144"], [16, "id154"], [18, null]], "Features and enhancements": [[16, "features-and-enhancements"], [16, "id2"], [16, "id6"], [16, "id9"], [16, "id15"], [16, "id20"], [16, "id24"], [16, "id31"], [16, "id35"], [16, "id44"], [16, "id48"], [16, "id52"], [16, "id55"], [16, "id72"], [16, "id75"], [16, "id83"], [16, "id86"], [16, "id92"], [16, "id97"], [16, "id99"], [16, "id101"], [16, "id104"], [16, "id115"], [16, "id121"]], "FitTrackee": [[19, null]], "FitTrackee fails to start": [[23, "fittrackee-fails-to-start"]], "Flow": [[21, "flow"]], "Follow requests": [[5, null]], "From PyPI": [[20, "from-pypi"], [20, "id3"]], "From sources": [[20, "from-sources"], [20, "id4"]], "Import tools": [[22, "import-tools"]], "Installation": [[20, null], [20, "id2"], [20, "id6"]], "Installation scripts": [[22, "installation-scripts"]], "Interactions": [[18, "interactions"]], "Issues Closed": [[16, "issues-closed"], [16, "id126"], [16, "id129"], [16, "id133"], [16, "id137"], [16, "id140"], [16, "id143"], [16, "id145"], [16, "id149"], [16, "id151"], [16, "id153"], [16, "id158"], [16, "id162"], [16, "id165"], [16, "id167"], [16, "id169"], [16, "id171"], [16, "id173"], [16, "id175"], [16, "id180"], [16, "id183"], [16, "id185"], [16, "id188"], [16, "id190"], [16, "id192"], [16, "id195"], [16, "id199"], [16, "id201"], [16, "id203"], [16, "id206"], [16, "id208"], [16, "id211"], [16, "id213"], [16, "id217"], [16, "id220"], [16, "id223"]], "Likes": [[18, "likes"]], "Main dependencies": [[20, "main-dependencies"]], "Map images are not displayed but map is shown in Workout detail": [[23, "map-images-are-not-displayed-but-map-is-shown-in-workout-detail"]], "Map tile server": [[20, "map-tile-server"]], "Misc": [[16, "misc"], [16, "id4"], [16, "id5"], [16, "id8"], [16, "id12"], [16, "id19"], [16, "id23"], [16, "id26"], [16, "id30"], [16, "id34"], [16, "id38"], [16, "id43"], [16, "id47"], [16, "id51"], [16, "id58"], [16, "id61"], [16, "id65"], [16, "id67"], [16, "id71"], [16, "id78"], [16, "id81"], [16, "id89"], [16, "id96"], [16, "id107"], [16, "id109"], [16, "id125"], [16, "id139"], [16, "id142"], [16, "id159"], [16, "id161"], [16, "id178"], [16, "id187"], [16, "id194"], [16, "id198"], [16, "id205"], [16, "id216"], [16, "id219"]], "Moderation": [[18, "moderation"]], "New Features": [[16, "new-features"], [16, "id172"], [16, "id174"], [16, "id176"], [16, "id181"], [16, "id196"], [16, "id200"], [16, "id202"], [16, "id204"], [16, "id209"], [16, "id214"], [16, "id218"], [16, "id221"], [16, "id224"]], "NixOS": [[20, "nixos"]], "Notifications": [[7, null], [18, "notifications"], [18, "id7"]], "OAuth 2.0": [[21, null]], "OAuth Apps": [[18, "oauth-apps"]], "OAuth2": [[8, null], [17, "oauth2"]], "Prerequisites": [[20, "prerequisites"]], "Privacy policy": [[18, "privacy-policy"]], "Prod environment": [[20, "prod-environment"]], "Production environment": [[20, "production-environment"]], "Pull Requests": [[16, "pull-requests"], [16, "id128"], [16, "id131"], [16, "id147"], [16, "id156"], [16, "id160"], [16, "id164"], [16, "id179"]], "Records": [[9, null]], "Reports": [[10, null]], "Resources": [[21, "resources"]], "Scopes": [[21, "scopes"]], "Screenshots": [[18, "screenshots"]], "Security": [[16, "security"]], "Sports": [[11, null], [18, "sports"], [18, "id3"]], "Statistics": [[12, null], [18, "statistics"], [18, "id5"]], "Table of contents": [[19, "table-of-contents"]], "Third-party tools": [[22, null]], "Timeline": [[13, null]], "Translations": [[16, "translations"], [16, "id7"], [16, "id11"], [16, "id14"], [16, "id17"], [16, "id18"], [16, "id22"], [16, "id25"], [16, "id28"], [16, "id29"], [16, "id33"], [16, "id37"], [16, "id40"], [16, "id42"], [16, "id46"], [16, "id50"], [16, "id54"], [16, "id57"], [16, "id60"], [16, "id64"], [16, "id69"], [16, "id74"], [16, "id77"], [16, "id79"], [16, "id82"], [16, "id85"], [16, "id88"], [16, "id91"], [16, "id94"], [16, "id95"], [16, "id98"], [16, "id100"], [16, "id102"], [16, "id103"], [16, "id106"], [16, "id108"], [16, "id111"], [16, "id113"], [16, "id117"], [16, "id118"], [16, "id120"], [16, "id123"], [16, "id136"], [18, "translations"]], "Troubleshooting": [[24, null]], "Upgrade": [[20, "upgrade"]], "Users": [[14, null], [17, "users"], [18, "users"], [18, "id2"]], "Users directory": [[18, "users-directory"]], "Version 0.1.0 - First release \ud83c\udf89 (2018-07-04)": [[16, "version-0-1-0-first-release-2018-07-04"]], "Version 0.1.1 - Fix and improvements (2019/02/07)": [[16, "version-0-1-1-fix-and-improvements-2019-02-07"]], "Version 0.2.0 - Statistics (2019/07/07)": [[16, "version-0-2-0-statistics-2019-07-07"]], "Version 0.2.1 - Fix and improvements (2019/09/01)": [[16, "version-0-2-1-fix-and-improvements-2019-09-01"]], "Version 0.2.2 - Statistics fix (2019/09/23)": [[16, "version-0-2-2-statistics-fix-2019-09-23"]], "Version 0.2.3 - FitTrackee available in French (2019/12/29)": [[16, "version-0-2-3-fittrackee-available-in-french-2019-12-29"]], "Version 0.2.4 - Minor fix (2020/01/30)": [[16, "version-0-2-4-minor-fix-2020-01-30"]], "Version 0.2.5 - Fix and improvements (2020/01/31)": [[16, "version-0-2-5-fix-and-improvements-2020-01-31"]], "Version 0.3.0 - Administration (2020/07/15)": [[16, "version-0-3-0-administration-2020-07-15"]], "Version 0.4.0 - FitTrackee on PyPI (2020/09/19)": [[16, "version-0-4-0-fittrackee-on-pypi-2020-09-19"]], "Version 0.4.1 (2020/12/31)": [[16, "version-0-4-1-2020-12-31"]], "Version 0.4.2 (2021/01/03)": [[16, "version-0-4-2-2021-01-03"]], "Version 0.4.3 (2021/01/10)": [[16, "version-0-4-3-2021-01-10"]], "Version 0.4.4 (2021/01/31)": [[16, "version-0-4-4-2021-01-31"]], "Version 0.4.5 (2021/02/17)": [[16, "version-0-4-5-2021-02-17"]], "Version 0.4.6 (2021/02/21)": [[16, "version-0-4-6-2021-02-21"]], "Version 0.4.7 (2021/04/07)": [[16, "version-0-4-7-2021-04-07"]], "Version 0.4.8 (2021/07/03)": [[16, "version-0-4-8-2021-07-03"]], "Version 0.4.9 (2021/07/16)": [[16, "version-0-4-9-2021-07-16"]], "Version 0.5.0 (2021/11/14)": [[16, "version-0-5-0-2021-11-14"]], "Version 0.5.1 (2021/11/30)": [[16, "version-0-5-1-2021-11-30"]], "Version 0.5.2 (2021/12/19)": [[16, "version-0-5-2-2021-12-19"]], "Version 0.5.3 (2022/01/01)": [[16, "version-0-5-3-2022-01-01"]], "Version 0.5.4 (2022/01/01)": [[16, "version-0-5-4-2022-01-01"]], "Version 0.5.5 (2022/01/19)": [[16, "version-0-5-5-2022-01-19"]], "Version 0.5.6 (2022/02/05)": [[16, "version-0-5-6-2022-02-05"]], "Version 0.5.7 (2022/02/13)": [[16, "version-0-5-7-2022-02-13"]], "Version 0.6.0 (2022/03/27)": [[16, "version-0-6-0-2022-03-27"]], "Version 0.6.1 (2022/03/27)": [[16, "version-0-6-1-2022-03-27"]], "Version 0.6.10 (2022/07/13)": [[16, "version-0-6-10-2022-07-13"]], "Version 0.6.11 (2022/07/27)": [[16, "version-0-6-11-2022-07-27"]], "Version 0.6.12 (2022/09/14)": [[16, "version-0-6-12-2022-09-14"]], "Version 0.6.2 (2022/04/03)": [[16, "version-0-6-2-2022-04-03"]], "Version 0.6.3 (2022/04/09)": [[16, "version-0-6-3-2022-04-09"]], "Version 0.6.4 (2022/04/23)": [[16, "version-0-6-4-2022-04-23"]], "Version 0.6.5 (2022/04/24)": [[16, "version-0-6-5-2022-04-24"]], "Version 0.6.6 (2022/05/29)": [[16, "version-0-6-6-2022-05-29"]], "Version 0.6.7 (2022/06/11)": [[16, "version-0-6-7-2022-06-11"]], "Version 0.6.8 (2022/06/22)": [[16, "version-0-6-8-2022-06-22"]], "Version 0.6.9 (2022/07/03)": [[16, "version-0-6-9-2022-07-03"]], "Version 0.7.0 (2022/09/19)": [[16, "version-0-7-0-2022-09-19"]], "Version 0.7.1 (2022/09/21)": [[16, "version-0-7-1-2022-09-21"]], "Version 0.7.10 (2022/12/21)": [[16, "version-0-7-10-2022-12-21"]], "Version 0.7.11 (2022/12/31)": [[16, "version-0-7-11-2022-12-31"]], "Version 0.7.12 (2023/02/16)": [[16, "version-0-7-12-2023-02-16"]], "Version 0.7.13 (2023/03/05)": [[16, "version-0-7-13-2023-03-05"]], "Version 0.7.14 (2023/03/08)": [[16, "version-0-7-14-2023-03-08"]], "Version 0.7.15 (2023/04/12)": [[16, "version-0-7-15-2023-04-12"]], "Version 0.7.16 (2023/05/29)": [[16, "version-0-7-16-2023-05-29"]], "Version 0.7.17 (2023/06/03)": [[16, "version-0-7-17-2023-06-03"]], "Version 0.7.18 (2023/06/25)": [[16, "version-0-7-18-2023-06-25"]], "Version 0.7.19 (2023/07/15)": [[16, "version-0-7-19-2023-07-15"]], "Version 0.7.2 (2022/09/21)": [[16, "version-0-7-2-2022-09-21"]], "Version 0.7.20 (2023/07/22)": [[16, "version-0-7-20-2023-07-22"]], "Version 0.7.21 (2023/07/30)": [[16, "version-0-7-21-2023-07-30"]], "Version 0.7.22 (2023/08/23)": [[16, "version-0-7-22-2023-08-23"]], "Version 0.7.23 (2023/09/14)": [[16, "version-0-7-23-2023-09-14"]], "Version 0.7.24 (2023/10/04)": [[16, "version-0-7-24-2023-10-04"]], "Version 0.7.25 (2023/10/08)": [[16, "version-0-7-25-2023-10-08"]], "Version 0.7.26 (2023/11/19)": [[16, "version-0-7-26-2023-11-19"]], "Version 0.7.27 (2023/12/20)": [[16, "version-0-7-27-2023-12-20"]], "Version 0.7.28 (2023/12/23)": [[16, "version-0-7-28-2023-12-23"]], "Version 0.7.29 (2024/01/06)": [[16, "version-0-7-29-2024-01-06"]], "Version 0.7.3 (2022/11/01)": [[16, "version-0-7-3-2022-11-01"]], "Version 0.7.30 (2024/02/04)": [[16, "version-0-7-30-2024-02-04"]], "Version 0.7.31 (2024/02/10)": [[16, "version-0-7-31-2024-02-10"]], "Version 0.7.32 (2024/03/10)": [[16, "version-0-7-32-2024-03-10"]], "Version 0.7.4 (2022/11/05)": [[16, "version-0-7-4-2022-11-05"]], "Version 0.7.5 (2022/11/09)": [[16, "version-0-7-5-2022-11-09"]], "Version 0.7.6 (2022/11/09)": [[16, "version-0-7-6-2022-11-09"]], "Version 0.7.7 (2022/11/27)": [[16, "version-0-7-7-2022-11-27"]], "Version 0.7.8 (2022/11/30)": [[16, "version-0-7-8-2022-11-30"]], "Version 0.7.9 (2022/12/11)": [[16, "version-0-7-9-2022-12-11"]], "Version 0.8.0 (2024/04/21)": [[16, "version-0-8-0-2024-04-21"]], "Version 0.8.1 (2024/05/01)": [[16, "version-0-8-1-2024-05-01"]], "Version 0.8.10 (2024/10/09)": [[16, "version-0-8-10-2024-10-09"]], "Version 0.8.11 (2024/10/30)": [[16, "version-0-8-11-2024-10-30"]], "Version 0.8.12 (2024/11/17)": [[16, "version-0-8-12-2024-11-17"]], "Version 0.8.2 (2024/05/08)": [[16, "version-0-8-2-2024-05-08"]], "Version 0.8.3 (2024/05/09)": [[16, "version-0-8-3-2024-05-09"]], "Version 0.8.4 (2024/05/22)": [[16, "version-0-8-4-2024-05-22"]], "Version 0.8.5 (2024/06/29)": [[16, "version-0-8-5-2024-06-29"]], "Version 0.8.6 (2024/08/03)": [[16, "version-0-8-6-2024-08-03"]], "Version 0.8.7 (2024/08/25)": [[16, "version-0-8-7-2024-08-25"]], "Version 0.8.8 (2024/09/01)": [[16, "version-0-8-8-2024-09-01"]], "Version 0.8.9 (2024/09/21)": [[16, "version-0-8-9-2024-09-21"]], "Version 0.9.0b1 (2024/12/14)": [[16, "version-0-9-0b1-2024-12-14"]], "Version 0.9.0b2 (2024/12/14)": [[16, "version-0-9-0b2-2024-12-14"]], "Version 0.9.0b3 (2024/12/18)": [[16, "version-0-9-0b3-2024-12-18"]], "Weather data": [[20, "weather-data"]], "Workout detail": [[18, "workout-detail"]], "Workouts": [[15, null], [18, "workouts"], [18, "id1"]], "Workouts list": [[18, "workouts-list"]], "Yunohost": [[20, "yunohost"]], "ftcli db drop": [[17, "ftcli-db-drop"]], "ftcli db upgrade": [[17, "ftcli-db-upgrade"]], "ftcli oauth2 clean": [[17, "ftcli-oauth2-clean"]], "ftcli users clean_archives": [[17, "ftcli-users-clean-archives"]], "ftcli users clean_tokens": [[17, "ftcli-users-clean-tokens"]], "ftcli users create": [[17, "ftcli-users-create"]], "ftcli users export_archives": [[17, "ftcli-users-export-archives"]], "ftcli users update": [[17, "ftcli-users-update"]]}, "docnames": ["api/auth", "api/comments", "api/configuration", "api/equipment_types", "api/equipments", "api/follow_requests", "api/index", "api/notifications", "api/oauth2", "api/records", "api/reports", "api/sports", "api/stats", "api/timeline", "api/users", "api/workouts", "changelog", "cli", "features", "index", "installation", "oauth", "third_party_tools", "troubleshooting/administrator", "troubleshooting/index"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["api/auth.rst", "api/comments.rst", "api/configuration.rst", "api/equipment_types.rst", "api/equipments.rst", "api/follow_requests.rst", "api/index.rst", "api/notifications.rst", "api/oauth2.rst", "api/records.rst", "api/reports.rst", "api/sports.rst", "api/stats.rst", "api/timeline.rst", "api/users.rst", "api/workouts.rst", "changelog.md", "cli.rst", "features.rst", "index.rst", "installation.rst", "oauth.rst", "third_party_tools.rst", "troubleshooting/administrator.rst", "troubleshooting/index.rst"], "indexentries": {"api_rate_limits": [[20, "envvar-API_RATE_LIMITS", false]], "app_log": [[20, "envvar-APP_LOG", false]], "app_secret_key": [[20, "envvar-APP_SECRET_KEY", false]], "app_settings": [[20, "envvar-APP_SETTINGS", false]], "app_workers": [[20, "envvar-APP_WORKERS", false]], "database_disable_pooling": [[20, "envvar-DATABASE_DISABLE_POOLING", false]], "database_url": [[20, "envvar-DATABASE_URL", false]], "default_staticmap": [[20, "envvar-DEFAULT_STATICMAP", false]], "email_url": [[20, "envvar-EMAIL_URL", false]], "environment variable": [[20, "envvar-API_RATE_LIMITS", false], [20, "envvar-APP_LOG", false], [20, "envvar-APP_SECRET_KEY", false], [20, "envvar-APP_SETTINGS", false], [20, "envvar-APP_WORKERS", false], [20, "envvar-DATABASE_DISABLE_POOLING", false], [20, "envvar-DATABASE_URL", false], [20, "envvar-DEFAULT_STATICMAP", false], [20, "envvar-EMAIL_URL", false], [20, "envvar-FLASK_APP", false], [20, "envvar-HOST", false], [20, "envvar-MAP_ATTRIBUTION", false], [20, "envvar-PORT", false], [20, "envvar-REDIS_URL", false], [20, "envvar-SENDER_EMAIL", false], [20, "envvar-STATICMAP_SUBDOMAINS", false], [20, "envvar-TILE_SERVER_URL", false], [20, "envvar-UI_URL", false], [20, "envvar-UPLOAD_FOLDER", false], [20, "envvar-VITE_APP_API_URL", false], [20, "envvar-WEATHER_API_KEY", false], [20, "envvar-WEATHER_API_PROVIDER", false], [20, "envvar-WORKERS_PROCESSES", false]], "flask_app": [[20, "envvar-FLASK_APP", false]], "host": [[20, "envvar-HOST", false]], "map_attribution": [[20, "envvar-MAP_ATTRIBUTION", false]], "port": [[20, "envvar-PORT", false]], "redis_url": [[20, "envvar-REDIS_URL", false]], "sender_email": [[20, "envvar-SENDER_EMAIL", false]], "staticmap_subdomains": [[20, "envvar-STATICMAP_SUBDOMAINS", false]], "tile_server_url": [[20, "envvar-TILE_SERVER_URL", false]], "ui_url": [[20, "envvar-UI_URL", false]], "upload_folder": [[20, "envvar-UPLOAD_FOLDER", false]], "vite_app_api_url": [[20, "envvar-VITE_APP_API_URL", false]], "weather_api_key": [[20, "envvar-WEATHER_API_KEY", false]], "weather_api_provider \ud83c\udd95": [[20, "envvar-WEATHER_API_PROVIDER", false]], "workers_processes": [[20, "envvar-WORKERS_PROCESSES", false]]}, "objects": {"": [[10, 0, 1, "patch--api-appeals-(string-appeal_id)", "/api/appeals/(string:appeal_id)"], [0, 1, 1, "post--api-auth-account-confirm", "/api/auth/account/confirm"], [0, 2, 1, "get--api-auth-account-export", "/api/auth/account/export"], [0, 2, 1, "get--api-auth-account-export-(string-file_name)", "/api/auth/account/export/(string:file_name)"], [0, 1, 1, "post--api-auth-account-export-request", "/api/auth/account/export/request"], [0, 1, 1, "post--api-auth-account-privacy-policy", "/api/auth/account/privacy-policy"], [0, 1, 1, "post--api-auth-account-resend-confirmation", "/api/auth/account/resend-confirmation"], [0, 2, 1, "get--api-auth-account-sanctions-(string-action_short_id)", "/api/auth/account/sanctions/(string:action_short_id)"], [0, 1, 1, "post--api-auth-account-sanctions-(string-action_short_id)-appeal", "/api/auth/account/sanctions/(string:action_short_id)/appeal"], [0, 2, 1, "get--api-auth-account-suspension", "/api/auth/account/suspension"], [0, 1, 1, "post--api-auth-account-suspension-appeal", "/api/auth/account/suspension/appeal"], [0, 2, 1, "get--api-auth-blocked-users", "/api/auth/blocked-users"], [0, 1, 1, "post--api-auth-email-update", "/api/auth/email/update"], [0, 1, 1, "post--api-auth-login", "/api/auth/login"], [0, 1, 1, "post--api-auth-logout", "/api/auth/logout"], [0, 1, 1, "post--api-auth-password-reset-request", "/api/auth/password/reset-request"], [0, 1, 1, "post--api-auth-password-update", "/api/auth/password/update"], [0, 3, 1, "delete--api-auth-picture", "/api/auth/picture"], [0, 1, 1, "post--api-auth-picture", "/api/auth/picture"], [0, 2, 1, "get--api-auth-profile", "/api/auth/profile"], [0, 1, 1, "post--api-auth-profile-edit", "/api/auth/profile/edit"], [0, 0, 1, "patch--api-auth-profile-edit-account", "/api/auth/profile/edit/account"], [0, 1, 1, "post--api-auth-profile-edit-preferences", "/api/auth/profile/edit/preferences"], [0, 1, 1, "post--api-auth-profile-edit-sports", "/api/auth/profile/edit/sports"], [0, 3, 1, "delete--api-auth-profile-reset-sports-(sport_id)", "/api/auth/profile/reset/sports/(sport_id)"], [0, 1, 1, "post--api-auth-register", "/api/auth/register"], [1, 3, 1, "delete--api-comments-(string-comment_short_id)", "/api/comments/(string:comment_short_id)"], [1, 2, 1, "get--api-comments-(string-comment_short_id)", "/api/comments/(string:comment_short_id)"], [1, 0, 1, "patch--api-comments-(string-comment_short_id)", "/api/comments/(string:comment_short_id)"], [1, 1, 1, "post--api-comments-(string-comment_short_id)-like", "/api/comments/(string:comment_short_id)/like"], [1, 1, 1, "post--api-comments-(string-comment_short_id)-like-undo", "/api/comments/(string:comment_short_id)/like/undo"], [1, 1, 1, "post--api-comments-(string-comment_short_id)-suspension-appeal", "/api/comments/(string:comment_short_id)/suspension/appeal"], [2, 2, 1, "get--api-config", "/api/config"], [2, 0, 1, "patch--api-config", "/api/config"], [3, 2, 1, "get--api-equipment-types", "/api/equipment-types"], [3, 2, 1, "get--api-equipment-types-(int-equipment_type_id)", "/api/equipment-types/(int:equipment_type_id)"], [3, 0, 1, "patch--api-equipment-types-(int-equipment_type_id)", "/api/equipment-types/(int:equipment_type_id)"], [4, 2, 1, "get--api-equipments", "/api/equipments"], [4, 1, 1, "post--api-equipments", "/api/equipments"], [4, 3, 1, "delete--api-equipments-(string-equipment_short_id)", "/api/equipments/(string:equipment_short_id)"], [4, 2, 1, "get--api-equipments-(string-equipment_short_id)", "/api/equipments/(string:equipment_short_id)"], [4, 0, 1, "patch--api-equipments-(string-equipment_short_id)", "/api/equipments/(string:equipment_short_id)"], [4, 1, 1, "post--api-equipments-(string-equipment_short_id)-refresh", "/api/equipments/(string:equipment_short_id)/refresh"], [5, 2, 1, "get--api-follow-requests", "/api/follow-requests"], [5, 1, 1, "post--api-follow-requests-(user_name)-accept", "/api/follow-requests/(user_name)/accept"], [5, 1, 1, "post--api-follow-requests-(user_name)-reject", "/api/follow-requests/(user_name)/reject"], [7, 2, 1, "get--api-notifications", "/api/notifications"], [7, 0, 1, "patch--api-notifications-(string-notification_id)", "/api/notifications/(string:notification_id)"], [7, 1, 1, "post--api-notifications-mark-all-as-read", "/api/notifications/mark-all-as-read"], [7, 2, 1, "get--api-notifications-types", "/api/notifications/types"], [7, 2, 1, "get--api-notifications-unread", "/api/notifications/unread"], [8, 2, 1, "get--api-oauth-apps", "/api/oauth/apps"], [8, 1, 1, "post--api-oauth-apps", "/api/oauth/apps"], [8, 3, 1, "delete--api-oauth-apps-(int-client_id)", "/api/oauth/apps/(int:client_id)"], [8, 2, 1, "get--api-oauth-apps-(int-client_id)-by_id", "/api/oauth/apps/(int:client_id)/by_id"], [8, 1, 1, "post--api-oauth-apps-(int-client_id)-revoke", "/api/oauth/apps/(int:client_id)/revoke"], [8, 2, 1, "get--api-oauth-apps-(string-client_client_id)", "/api/oauth/apps/(string:client_client_id)"], [8, 1, 1, "post--api-oauth-authorize", "/api/oauth/authorize"], [8, 1, 1, "post--api-oauth-revoke", "/api/oauth/revoke"], [8, 1, 1, "post--api-oauth-token", "/api/oauth/token"], [2, 2, 1, "get--api-ping", "/api/ping"], [9, 2, 1, "get--api-records", "/api/records"], [10, 2, 1, "get--api-reports", "/api/reports"], [10, 1, 1, "post--api-reports", "/api/reports"], [10, 2, 1, "get--api-reports-(int-report_id)", "/api/reports/(int:report_id)"], [10, 0, 1, "patch--api-reports-(int-report_id)", "/api/reports/(int:report_id)"], [10, 1, 1, "post--api-reports-(int-report_id)-actions", "/api/reports/(int:report_id)/actions"], [10, 2, 1, "get--api-reports-unresolved", "/api/reports/unresolved"], [11, 2, 1, "get--api-sports", "/api/sports"], [11, 2, 1, "get--api-sports-(int-sport_id)", "/api/sports/(int:sport_id)"], [11, 0, 1, "patch--api-sports-(int-sport_id)", "/api/sports/(int:sport_id)"], [12, 2, 1, "get--api-stats-(user_name)-by_sport", "/api/stats/(user_name)/by_sport"], [12, 2, 1, "get--api-stats-(user_name)-by_time", "/api/stats/(user_name)/by_time"], [12, 2, 1, "get--api-stats-all", "/api/stats/all"], [13, 2, 1, "get--api-timeline", "/api/timeline"], [14, 2, 1, "get--api-users", "/api/users"], [14, 3, 1, "delete--api-users-(user_name)", "/api/users/(user_name)"], [14, 2, 1, "get--api-users-(user_name)", "/api/users/(user_name)"], [14, 0, 1, "patch--api-users-(user_name)", "/api/users/(user_name)"], [14, 1, 1, "post--api-users-(user_name)-block", "/api/users/(user_name)/block"], [14, 1, 1, "post--api-users-(user_name)-follow", "/api/users/(user_name)/follow"], [14, 2, 1, "get--api-users-(user_name)-followers", "/api/users/(user_name)/followers"], [14, 2, 1, "get--api-users-(user_name)-following", "/api/users/(user_name)/following"], [14, 2, 1, "get--api-users-(user_name)-picture", "/api/users/(user_name)/picture"], [14, 2, 1, "get--api-users-(user_name)-sanctions", "/api/users/(user_name)/sanctions"], [14, 1, 1, "post--api-users-(user_name)-unblock", "/api/users/(user_name)/unblock"], [14, 1, 1, "post--api-users-(user_name)-unfollow", "/api/users/(user_name)/unfollow"], [15, 2, 1, "get--api-workouts", "/api/workouts"], [15, 1, 1, "post--api-workouts", "/api/workouts"], [15, 3, 1, "delete--api-workouts-(string-workout_short_id)", "/api/workouts/(string:workout_short_id)"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)", "/api/workouts/(string:workout_short_id)"], [15, 0, 1, "patch--api-workouts-(string-workout_short_id)", "/api/workouts/(string:workout_short_id)"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-chart_data", "/api/workouts/(string:workout_short_id)/chart_data"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-chart_data-segment-(int-segment_id)", "/api/workouts/(string:workout_short_id)/chart_data/segment/(int:segment_id)"], [1, 2, 1, "get--api-workouts-(string-workout_short_id)-comments", "/api/workouts/(string:workout_short_id)/comments"], [1, 1, 1, "post--api-workouts-(string-workout_short_id)-comments", "/api/workouts/(string:workout_short_id)/comments"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-gpx", "/api/workouts/(string:workout_short_id)/gpx"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-gpx-download", "/api/workouts/(string:workout_short_id)/gpx/download"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-gpx-segment-(int-segment_id)", "/api/workouts/(string:workout_short_id)/gpx/segment/(int:segment_id)"], [15, 1, 1, "post--api-workouts-(string-workout_short_id)-like", "/api/workouts/(string:workout_short_id)/like"], [15, 1, 1, "post--api-workouts-(string-workout_short_id)-like-undo", "/api/workouts/(string:workout_short_id)/like/undo"], [15, 1, 1, "post--api-workouts-(string-workout_short_id)-suspension-appeal", "/api/workouts/(string:workout_short_id)/suspension/appeal"], [15, 2, 1, "get--api-workouts-map-(map_id)", "/api/workouts/map/(map_id)"], [15, 1, 1, "post--api-workouts-no_gpx", "/api/workouts/no_gpx"], [20, 4, 1, "-", "API_RATE_LIMITS"], [20, 4, 1, "-", "APP_LOG"], [20, 4, 1, "-", "APP_SECRET_KEY"], [20, 4, 1, "-", "APP_SETTINGS"], [20, 4, 1, "-", "APP_WORKERS"], [20, 4, 1, "-", "DATABASE_DISABLE_POOLING"], [20, 4, 1, "-", "DATABASE_URL"], [20, 4, 1, "-", "DEFAULT_STATICMAP"], [20, 4, 1, "-", "EMAIL_URL"], [20, 4, 1, "-", "FLASK_APP"], [20, 4, 1, "-", "HOST"], [20, 4, 1, "-", "MAP_ATTRIBUTION"], [20, 4, 1, "-", "PORT"], [20, 4, 1, "-", "REDIS_URL"], [20, 4, 1, "-", "SENDER_EMAIL"], [20, 4, 1, "-", "STATICMAP_SUBDOMAINS"], [20, 4, 1, "-", "TILE_SERVER_URL"], [20, 4, 1, "-", "UI_URL"], [20, 4, 1, "-", "UPLOAD_FOLDER"], [20, 4, 1, "-", "VITE_APP_API_URL"], [20, 4, 1, "-", "WEATHER_API_KEY"], [20, 4, 1, "envvar-WEATHER_API_PROVIDER", "WEATHER_API_PROVIDER \ud83c\udd95"], [20, 4, 1, "-", "WORKERS_PROCESSES"]], "/api/workouts/map_tile/(s)/(z)/(x)/(y)": [[15, 2, 1, "get--api-workouts-map_tile-(s)-(z)-(x)-(y).png", "png"]]}, "objnames": {"0": ["http", "patch", "HTTP patch"], "1": ["http", "post", "HTTP post"], "2": ["http", "get", "HTTP get"], "3": ["http", "delete", "HTTP delete"], "4": ["std", "envvar", "environment variable"]}, "objtypes": {"0": "http:patch", "1": "http:post", "2": "http:get", "3": "http:delete", "4": "std:envvar"}, "terms": {"": [4, 15, 16, 18, 20], "0": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20], "00": [0, 4, 5, 9, 13, 14, 15], "000": 18, "000000": 0, "01": [0, 1, 9, 10, 12, 13, 14, 15], "02": [5, 14, 15], "03": [14, 15], "04": [0, 7, 10, 13, 14, 15], "06": [4, 7, 8, 12, 14], "0667062": 8, "06ba975": 16, "07": [0, 7, 9, 13, 14, 15], "075aeb9": 16, "08": [0, 4, 7, 9, 13, 14, 15], "09": [0, 7, 10, 14, 15], "0b3": 2, "0mb": [0, 15], "1": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20], "10": [0, 1, 2, 4, 5, 7, 9, 13, 14, 15, 18, 20], "100": [15, 16, 18], "1000": 12, "10000": [2, 15], "101": [12, 16], "104": [15, 16], "1048576": 2, "10485760": 2, "106": 16, "109": 16, "10mb": 18, "11": [0, 9, 14, 15, 18, 20], "112": 16, "113": 16, "115": 16, "116": 16, "12": [0, 9, 10, 14, 15, 20, 22], "121": 16, "123": 16, "1232004": 15, "12341": 12, "1234538": 15, "1239": 7, "125": 16, "1267": 12, "127": [16, 20], "129": 16, "12fb835fa26c": 7, "13": [0, 1, 9, 13, 14, 15, 17, 18, 20], "131": 16, "134": 16, "135": 16, "1375986": 16, "138": 16, "14": [0, 1, 8, 13, 14, 15], "140": 16, "145": 16, "146": 16, "149": 16, "15": [12, 15, 17, 18, 20], "150": 12, "151": 16, "152": 16, "155": 16, "156": [12, 16], "1563529507772": 15, "158": 15, "16": [1, 12, 14, 15, 18], "160": 16, "161": 16, "162": 16, "1658660147": 8, "167": 16, "169": 16, "17": [0, 5, 10, 13, 14, 15], "171": 16, "173": 16, "175": 16, "177": 16, "178": [12, 16], "18": [0, 9, 10, 14, 15, 18, 20], "180": 16, "189071": 16, "19": [15, 18], "190": 16, "191": 16, "192": 16, "193": 16, "195": 16, "196": 16, "197": 16, "1m": 20, "1mb": [18, 20], "2": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20], "20": [14, 15, 18], "200": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20], "201": [0, 1, 4, 10, 15, 16], "2016": 15, "2017": [12, 15], "2018": [12, 13, 15], "2019": [0, 9, 12, 13, 14, 15], "2021": [5, 14], "2022": 8, "2023": [0, 4, 14, 20], "2024": [0, 1, 7, 10, 14, 15], "203": 12, "204": [0, 1, 4, 8, 14, 15], "208": [15, 16], "209": 16, "21": [4, 10], "210": 16, "212": 16, "213": 16, "22": 15, "223": 16, "224": 16, "225": 16, "23": [15, 20], "230": 16, "231": [15, 16], "232": 16, "234": 15, "236": 16, "237": 16, "239": 16, "24": [1, 15, 20], "241": 16, "242": 16, "244": 16, "246": 16, "247": 16, "25": [10, 15, 20], "250": 16, "252": 16, "255": 15, "257": 16, "258": 16, "259": 16, "26": [15, 20], "260": 16, "261": 16, "264": 16, "265": 16, "266": 16, "26and": 20, "27": [0, 8, 10, 14, 15, 18], "270": 16, "271": 16, "273": 16, "274": 16, "275": 16, "278": 16, "279": [15, 16], "28": 4, "280": [15, 16], "282": [12, 16], "287": 16, "289": 16, "29": [4, 10], "290": 16, "2930": 15, "294": 16, "296": 16, "297": 16, "298": 16, "299": 16, "2bcff2e": 16, "2e1ee2c": 16, "2ordfncv6vprkfp3yrcyht": [1, 15], "2ukrviyshoakg8qsuknus4": 4, "2ule2hwhsnycs2vhbsikb9": 14, "3": [0, 1, 3, 11, 12, 13, 14, 15, 18, 20], "30": [0, 10, 12, 15], "300": 20, "3000": 20, "301": [16, 20], "304": 16, "305": 16, "307": 16, "308": 16, "31": [0, 14, 15, 18, 20], "310": 16, "314": 16, "315": 16, "318": 16, "319": 16, "32": 15, "320": 16, "323": 16, "328": 16, "329": 16, "33": [12, 16], "3320": 12, "333": 16, "338": 16, "34": [1, 16], "34614d5": 16, "35": [0, 7, 15, 16], "350": 16, "351": 16, "352": 16, "354": 16, "356": 16, "357": 16, "358": 16, "359": 16, "36": 16, "365": 16, "366": 16, "367": 16, "369": 16, "37": 16, "370": 16, "371": 16, "374": 16, "375": 16, "376": 16, "377": 16, "38": 10, "380": 16, "381": 16, "382": 16, "3821e37": 16, "384": 16, "386": 16, "388": 16, "39": 15, "390": 16, "391": 16, "393": 16, "394": 16, "395": 16, "397": 16, "398": 16, "399": 16, "3aread": 21, "3awrit": 21, "3b6fa25": 16, "3c8d9c2": 16, "3f": 20, "3rd": [15, 21], "4": [0, 3, 11, 12, 13, 14, 15, 17, 18, 20], "40": 16, "400": [0, 1, 2, 3, 4, 5, 8, 10, 11, 12, 14, 15, 16], "401": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "402": 16, "403": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "404": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 14, 15, 16], "406": 16, "407": 16, "409": 16, "40and": 20, "41": [15, 16], "410": 16, "4109": 15, "411": 16, "413": [0, 15], "415": 16, "416": 16, "417": 16, "418": 16, "42": [15, 16], "421": 16, "422": 16, "426": 16, "427": [15, 16], "428": 16, "43": [0, 9, 13, 14, 15, 16], "431": 16, "433": 16, "435": 15, "436": 16, "438": 16, "44": [14, 15, 16], "441": 16, "443": 20, "444": 16, "449": 16, "44ff": 7, "45": [0, 1, 14, 15], "450": 16, "455": 16, "456": 16, "46": [12, 16], "464": 16, "465": 20, "468": 16, "469": 16, "47": [12, 15, 16], "471": 16, "472": 16, "473": 16, "474": 16, "475": 16, "476": 16, "477": 16, "478": [15, 16], "479": 16, "48": [5, 12, 14], "481": 16, "482": 16, "484": 16, "488": 16, "489": 16, "49": [0, 10, 14], "490": 16, "494": 16, "495": 16, "496": 16, "499": [15, 16], "4c3fc34": 16, "5": [3, 8, 11, 12, 14, 15, 17, 18, 20], "50": [0, 4, 5, 12, 14, 16, 20], "500": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15, 16], "5000": 20, "502": 16, "504": 16, "506": 16, "507": 16, "5078118": 15, "5079733": 15, "508": 16, "51": [13, 15], "510": 16, "511": 16, "512": 16, "517587": 15, "51758b4": 16, "52": [1, 15, 16], "521": 16, "524": 16, "526": 16, "527": 16, "528": 16, "53": [8, 16], "530": 16, "531": 16, "532": 16, "533": 16, "534": 16, "536": 16, "537": 16, "538": 16, "54": 16, "540": 16, "542": 16, "543": 16, "5432": 20, "544": 16, "545": 16, "546": 16, "55": [14, 15], "550": 16, "551": 16, "555": 16, "556": 16, "557": 16, "558": 16, "56": [10, 16], "560627": 15, "563": 16, "564": 16, "565": 16, "566": 16, "57": [15, 16], "571": 16, "575": 16, "58": [0, 14, 16], "582": 16, "583": 16, "587": [16, 20], "588": 16, "59": [12, 14, 15, 16], "590": 16, "591": 16, "592": 16, "593": 16, "595": 16, "598": 16, "6": [0, 3, 4, 11, 14, 15, 17, 18, 20], "60": 16, "600": 16, "603": 16, "604": 16, "607": 16, "608": 16, "609": 16, "60e164d": 16, "61": 16, "610": 16, "612": 16, "613": 12, "614": 16, "616": 16, "617": 16, "618": 16, "62": 16, "620": 16, "621": [15, 16], "622": 16, "624": 16, "625": 16, "626": 16, "628": 16, "629": 16, "63": 15, "631": 16, "633": 16, "634": 16, "635": 16, "636": 16, "637": 16, "639": [16, 17], "64": 16, "640": 16, "645": 16, "651": 16, "652": 16, "655": 16, "657": 16, "659": 16, "66": 16, "660": 16, "662": 16, "67": [0, 12, 14], "6dxczvmrhkar72shuz9pwd": [0, 14], "6e215aa": 16, "6nvxvayoh9zkr8rmxhu54t": 14, "7": [15, 17, 18, 20, 21], "70": 16, "71": 16, "72": 16, "720": 0, "73": 16, "7380": 15, "74": 16, "75": 16, "7641": 12, "78": 12, "79": 16, "7pdujhcvhya4hv29jzqngg": 0, "8": [0, 15, 17, 18, 20, 21], "80": [16, 20], "8025": 20, "81": 16, "82": 16, "83": 16, "84": 16, "85": 16, "864000": 8, "87": 16, "877fa0f": 16, "88": 16, "89": 16, "895": [0, 14], "8aa4cff": 16, "9": [0, 2, 9, 14, 15, 17, 18, 20, 21], "90": 16, "91": 16, "92": 16, "924": 0, "93": 16, "93706": 15, "95": [12, 16], "97": [0, 9, 13, 14, 15, 16], "98": 16, "981933": 15, "99": [12, 16], "9960": 12, "A": [4, 14, 16, 17, 18, 20, 23], "AS": [0, 9, 13, 14, 15], "And": 16, "BY": 20, "For": [12, 15, 18, 20, 21], "If": [0, 4, 8, 12, 14, 15, 16, 17, 18, 20, 21], "In": [16, 18], "It": [0, 1, 14, 15, 16, 18, 19, 21], "NO": [0, 1, 4, 8, 14, 15], "NOT": [0, 3, 4, 8, 11, 15], "No": [0, 1, 4, 8, 14, 15, 16, 19], "Not": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 14, 15], "OF": 20, "On": [18, 20], "One": 20, "The": [0, 4, 15, 16, 18, 20, 21, 23], "There": [18, 20], "To": [16, 20, 21], "WITH": 20, "With": [18, 20], "_": [0, 16], "__main__": 20, "_blank": 20, "a012": 7, "a458f5f": 16, "aaron": 21, "abil": 16, "abl": 16, "about": [2, 16, 20, 21], "absolut": [20, 23], "ac075ec36dc25dcc20c270d2005f0398": 15, "accept": [0, 5], "accepted_polici": 0, "accepted_privacy_polici": 0, "access": [0, 3, 4, 8, 11, 12, 14, 16, 18, 20, 21], "access_token": 8, "accord": 18, "account": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 20, 22], "action": [10, 16, 18], "action_short_id": 0, "action_typ": [0, 10, 14], "activ": [0, 3, 4, 11, 14, 16, 17, 18, 19, 20], "ad": [0, 4, 15, 16, 17, 18, 20, 21], "adapt": [18, 20], "add": [1, 14, 15, 16, 17, 18, 19, 20], "addit": [14, 16, 18, 20], "address": [0, 18, 20], "admin": [0, 2, 3, 5, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18], "admin_contact": 2, "administr": [0, 1, 2, 3, 4, 7, 11, 13, 14, 15, 21, 24], "aff4d68": 16, "affect": [10, 16, 18], "after": [0, 8, 14, 16, 18, 20, 21], "again": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "agplv3": 16, "agre": [0, 16, 18], "alert": 16, "all": [3, 4, 7, 8, 9, 11, 12, 14, 15, 16, 18, 20], "allow": [0, 2, 4, 15, 16, 17, 18, 19, 20, 21], "along": 15, "alphanumer": [0, 16], "alpin": 18, "alreadi": [0, 4, 5, 10, 16, 17], "also": [16, 17, 18, 19, 20], "altern": 16, "although": 18, "altitud": [16, 18], "alwai": 20, "among": 16, "an": [0, 4, 8, 11, 14, 15, 16, 18, 20, 21, 23], "analysi": [15, 18], "analyz": 18, "android": 19, "ani": [4, 15, 20], "anoth": [0, 4, 18, 20], "antialia": 16, "anymor": 16, "anyon": 18, "apach": 19, "api": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 21], "api_rate_limit": 20, "apikei": 20, "app": [0, 8, 16, 19, 20, 21], "app_log": 20, "app_secret_kei": 20, "app_set": 20, "app_work": 20, "appeal": [0, 1, 10, 14, 15, 18, 20], "appeal_id": 10, "appear": [0, 18], "appli": 17, "applic": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21], "application_directori": 20, "approv": [0, 10, 14, 18], "apr": 15, "ar": [0, 4, 8, 9, 12, 15, 16, 18, 19, 20, 21, 22, 24], "archiv": [0, 2, 16, 17, 18, 20], "archive_rgjsr3fhr5yp": 0, "archive_rgjsr3fht295ywnqr5yp": 0, "archlinux": 20, "area": 16, "arg": [17, 20], "argument": [4, 17], "arrai": [0, 4, 8, 15], "arrow": [16, 18], "asc": [5, 7, 10, 14, 15], "ascent": [0, 9, 13, 15, 16, 18], "asset": 20, "assign": 18, "associ": [0, 4, 8, 15, 16, 18], "astridx": 16, "attribut": [16, 20], "auth": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 21], "auth_token": 0, "authent": [1, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 21], "authlib": [8, 20, 21], "author": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 20, 21], "authorization_cod": [8, 21], "autoescap": 16, "automat": [0, 18], "avail": [0, 9, 17, 18, 20, 21, 22], "ave_spe": [13, 15], "ave_speed_from": 15, "ave_speed_to": 15, "averag": [9, 12, 15, 16, 18], "average_asc": 12, "average_desc": 12, "average_dist": 12, "average_dur": 12, "average_spe": 12, "avoid": [16, 18], "awesom": 20, "axi": [15, 16, 18], "b": 20, "b1536fc": 16, "b29ed7a": 16, "b748459": 16, "b862a77": 16, "back": 17, "background": 16, "backup": 20, "backward": 20, "bad": [0, 1, 2, 3, 4, 5, 8, 10, 11, 12, 14, 15], "base": 20, "basqu": [16, 18], "bcc568e": 16, "be26f35a": 7, "bearer": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "becom": 16, "been": [10, 16, 19], "befor": [16, 18, 20], "begin": 20, "behind": 21, "being": 18, "below": [16, 20], "better": [16, 21], "between": [4, 16, 18], "bike": [3, 4, 11, 15, 16, 18], "bin": 20, "bio": [0, 5, 14], "biographi": 0, "birth": [0, 16], "birth_dat": [0, 5, 14], "bjornclauw": 16, "black": 16, "blacklist": [0, 17], "block": [0, 10, 14, 16, 18], "blocked_us": 0, "boat": 18, "bodi": [16, 20, 21], "bokm\u00e5l": [16, 18], "boolean": [0, 2, 3, 4, 7, 8, 10, 11, 14, 17], "boosterl": 16, "bound": [13, 15], "brief": 4, "browser": [0, 16, 18], "build": [16, 20], "bulgarian": [16, 18], "button": 16, "by_id": 8, "by_sport": 12, "by_tim": 12, "byakurau": 16, "byte": 0, "c": [15, 20], "c88a515": 16, "calcul": [0, 12, 16, 18], "calendar": [16, 18], "callback": [8, 21], "can": [0, 1, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 23], "cannot": [4, 16, 18], "card": 16, "cart": 20, "case": [4, 15, 18, 20], "cb9d02f": 16, "cc": 20, "cc3fe1c": 16, "cc4287e": 16, "cd": 20, "challeng": [8, 21], "chang": [0, 4, 17, 18, 19, 20, 21], "changelog": 20, "charact": [0, 4, 15, 16, 20], "chart": [15, 16, 18, 20], "chart_data": 15, "check": [2, 11, 16, 20, 23], "check_workout": 11, "checkbox": 16, "choos": [16, 18], "chosen": 20, "ci": [16, 20], "cleanup": 16, "clear": 20, "cli": [14, 16, 17, 18, 20], "click": 16, "clickabl": 16, "client": [0, 8, 14, 16, 18, 20, 21], "client_client_id": 8, "client_descript": 8, "client_id": [8, 21], "client_max_body_s": [20, 23], "client_nam": 8, "client_secret": 8, "client_uri": 8, "clone": 20, "code": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21], "code_challeng": [8, 21], "code_challenge_method": [8, 21], "code_verifi": 8, "color": [0, 11, 16, 18], "com": [0, 2, 8, 10, 14, 16, 20, 21], "come": 18, "comma": [16, 20], "command": [16, 18, 19, 20], "comment": [0, 6, 10, 15, 16, 21], "comment_id": 10, "comment_short_id": 1, "comment_suspens": 10, "comment_unsuspens": 10, "complet": [0, 16, 18], "compos": 20, "comradekingu": 16, "config": [2, 16, 20, 23], "configur": [6, 16, 20, 21], "confirm": [0, 8, 16, 18, 20], "confusedalex": 16, "contact": [0, 1, 2, 3, 4, 7, 11, 13, 14, 15, 18], "contain": [16, 18, 20], "content": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18], "contribut": 16, "contributor": [2, 16, 20, 22], "control": [16, 18, 20], "coordin": 20, "copi": [2, 20], "copyright": [2, 20], "core": 16, "correctli": 16, "correspond": [0, 20], "could": 16, "countri": 18, "cp": 20, "creat": [0, 1, 4, 8, 10, 15, 16, 18, 20, 21], "create_app": 20, "created_at": [0, 1, 5, 7, 10, 14, 15], "creation": [0, 16, 18], "creation_d": [4, 13, 15], "creativecommon": 20, "credenti": [0, 20], "criteria": [10, 14, 15], "critic": 23, "cross": [8, 18, 20, 21], "current": [0, 4, 14, 16], "custom": [16, 18, 20], "cycl": [11, 15, 16, 18], "czech": [16, 18], "d": [0, 12, 15], "dai": [16, 17, 18, 20], "dan": 15, "danielsiersleben": 16, "dark": [0, 16, 18], "darkski": [16, 20], "dashboard": 16, "data": [0, 1, 2, 3, 4, 5, 8, 9, 11, 12, 13, 14, 15, 16, 18, 19, 21], "databas": [16, 18, 20, 23], "database_disable_pool": 20, "database_url": [16, 20, 23], "date": [0, 12, 15, 16, 18], "date_format": 0, "date_str": 0, "davidhenrythoreau": 16, "db": 20, "dd": 0, "de": [0, 3, 14, 20], "deactiv": [14, 18], "debian": [20, 22], "dec": [0, 1, 5, 7, 10, 14, 15], "default": [0, 4, 5, 7, 8, 10, 12, 13, 14, 15, 16, 18, 20], "default_equipment_id": 0, "default_for_sport_id": 4, "default_staticmap": [16, 20], "defin": [16, 18], "definit": 16, "delet": [0, 1, 4, 8, 14, 15, 16, 17, 18], "depend": [16, 18], "deploy": 16, "deprec": [16, 17], "desc": [5, 7, 10, 14, 15, 18], "descent": [13, 15, 16, 18], "describ": [10, 20], "descript": [4, 8, 13, 15, 16, 17, 18, 20], "detail": [14, 16, 20, 24], "detect": 16, "dev": 16, "develop": [16, 17, 19], "diagnost": 20, "dialect": 23, "differ": [14, 16, 18], "direct": [16, 18], "directli": 20, "directori": [0, 16, 20], "disabl": [0, 16, 17, 18, 20], "discontinu": 20, "discours": 18, "displai": [0, 15, 16, 17, 18, 19, 20, 21, 24], "display_asc": 0, "distanc": [0, 9, 13, 15, 16, 18], "distance_from": 15, "distance_to": 15, "dkm": 16, "do": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20], "docker": 16, "document": [19, 20, 21, 23], "doe": [0, 4, 5, 12, 14, 15, 16, 18], "don": [0, 16], "dotenv": 16, "dotlambda": 16, "doubl": 15, "down": [16, 20], "downgrad": 16, "download": [0, 15, 16, 18, 20, 24], "dperruso": 16, "dramatiq": [16, 17, 20], "drop": 16, "dropdown": [16, 18], "due": 16, "durat": [9, 13, 15, 16, 18], "duration_from": 15, "duration_to": 15, "dure": [0, 1, 4, 10, 15], "dutch": [16, 18], "e": 0, "e2": 16, "ea0ac99": 16, "each": 18, "easi": 16, "edit": [0, 16, 18], "electr": 18, "elev": [0, 15, 16, 18, 20], "els": 20, "email": [0, 2, 10, 14, 16, 17, 18, 23], "email_to_confirm": 0, "email_url": [20, 23], "empti": [15, 16, 17, 20], "en": [0, 17], "enabl": [0, 2, 14, 18, 20], "encod": [16, 20], "encount": 20, "encrypt": 18, "end": [12, 15], "endpoint": [0, 2, 3, 4, 8, 11, 14, 16, 20, 21], "engin": [16, 20, 23], "english": [0, 16, 17, 18], "enter": [16, 18], "entiti": [0, 15], "entri": [16, 18, 20], "entrypoint": 16, "enumer": 20, "env": [16, 20], "environ": [16, 17, 23], "equal": 2, "equip": [0, 6, 13, 15, 16, 21], "equipment_id": [0, 15], "equipment_short_id": 4, "equipment_typ": [3, 4], "equipment_type_id": [3, 4], "equipment_type_label": 4, "erral": 16, "error": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 13, 14, 15, 16, 18, 20, 23], "escap": 15, "estim": 16, "eu": 16, "europ": 0, "evalu": [16, 20], "even": [16, 18], "event": 18, "ewm": 16, "exampl": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21], "exc": 23, "exce": [0, 4, 15, 16], "exceed": 16, "except": [14, 18, 20, 23], "exchang": 21, "exclud": 18, "execstart": 20, "execut": 16, "exhaust": 19, "exist": [0, 4, 5, 7, 10, 12, 14, 15, 16, 18, 19, 20], "exit": [17, 20], "expect": [10, 20], "expir": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17], "expires_at": 8, "expires_in": 8, "explain": [0, 10], "export": [0, 16, 17, 18, 19, 20], "extens": [0, 15, 20], "extrem": 18, "f2aec30": 16, "f96dcef": 16, "fa33f4d996844a5c73ecd1ae24456ab8": 15, "fail": [16, 24], "fall": 17, "fallback": 0, "fals": [0, 1, 2, 3, 5, 7, 8, 10, 11, 13, 14, 15, 20], "farthest": [9, 16, 18], "fb10602": 16, "fd": [0, 9, 13, 14, 15], "featur": [19, 20], "fetch": [18, 21], "field": [14, 16], "file": [0, 2, 15, 16, 17, 18, 19, 20, 22, 24], "file_nam": 0, "file_s": 0, "filenam": 0, "filter": [10, 15, 16, 18], "find": 16, "finish": 16, "first": [0, 4, 8, 18, 21], "first_nam": [0, 5, 14], "fit": [20, 22], "fitotrack": 19, "fittracke": [4, 8, 17, 18, 20, 21, 22, 24], "fittrackee_cli": 20, "fittrackee_host": 21, "fittrackee_instal": 22, "fittrackee_work": [16, 20], "fittrackee_ynh": 20, "fix": 20, "flake8": 16, "flask": [16, 20], "flask_app": 20, "flaticon": 20, "float": [0, 15], "fmstrat": 16, "folder": 20, "follow": [0, 1, 6, 7, 9, 10, 14, 15, 16, 18, 20, 21, 22, 23], "follow_request": [5, 7], "followers_onli": [0, 1, 14, 15], "fond": 20, "footer": 16, "forbidden": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "forc": [4, 18], "forgeri": [8, 21], "fork": 20, "form": [0, 8, 15, 16], "format": [0, 12, 15, 16, 18], "forward": [20, 21], "found": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 14, 15, 16], "fr": [0, 20], "frame": 12, "franc": 20, "freepik": 20, "french": 18, "fri": 15, "from": [4, 5, 7, 8, 12, 15, 16, 18, 19, 21, 22], "ft": 16, "ftcli": 20, "full": [16, 18], "fullchain": 20, "fullscreen": 16, "furo": 16, "galician": [16, 18], "gallegonovato": 16, "gard": 15, "garmin": 22, "gener": [8, 16, 17, 18, 20, 21], "german": [16, 18, 20], "get": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 21], "gif": 0, "git": 20, "github": 20, "given": [0, 8, 12, 18], "gl": 0, "gmt": [0, 1, 4, 5, 7, 8, 9, 10, 13, 14, 15], "gnu": 16, "gorgobacka": 16, "gp": [16, 18], "gpl": 19, "gpx": [0, 8, 15, 16, 18, 19, 20, 22], "gpx_limit_import": 2, "gpxpy": [0, 16, 18, 20], "grai": 16, "grammar": 16, "grant": [8, 21], "grant_typ": 8, "graph": [16, 18], "great": 1, "greater": [2, 16], "guid": 20, "gunicorn": [20, 23], "gz": 20, "gzip": 0, "h": [15, 18], "ha": [0, 1, 4, 9, 10, 11, 13, 14, 15, 16, 18, 19], "handl": [0, 16, 18, 20, 23], "happen": 18, "has_equip": 3, "has_next": [0, 5, 7, 8, 10, 14], "has_prev": [0, 5, 7, 8, 10, 14], "has_workout": 11, "have": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18], "he": 14, "header": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 21], "health": 2, "heavi": [19, 20], "help": [17, 20], "hexadecim": 0, "hgzyfxgvwkcepdq3vyk67q": 15, "hi": [0, 4, 14, 16, 18], "hidden": [14, 16, 18], "hide": [16, 18], "hide_profile_in_users_directori": 0, "higher": 20, "highest": [0, 9, 18], "hike": [11, 16, 18], "histor": 20, "home": 20, "host": [16, 20], "hour": 20, "hourli": 20, "how": 20, "href": [2, 20], "html": 16, "http": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 21], "http2": 20, "hv9kwvdtbhhyfvml7phovq": 10, "hvybqybra7wwxpastwr4v2": [0, 9, 13, 14, 15], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24], "i18n": 16, "icon": [16, 20], "id": [0, 1, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 21], "imag": [0, 14, 15, 16, 18, 20, 24], "impact": 18, "imperi": [0, 16, 18], "imperial_unit": 0, "implement": [16, 21], "import": [8, 16, 18, 20], "in_progress": 0, "inact": [0, 4, 14, 15, 18, 20], "includ": 16, "incompat": 20, "incomplet": 17, "inconsist": 16, "incorrect": [4, 16, 18], "increas": 23, "index": 15, "indic": 18, "individu": 18, "info": [0, 16, 18], "inform": [0, 2, 16, 18, 19, 20], "init": 16, "initi": [16, 20], "initialis": 16, "input": 16, "insensit": [15, 20], "insid": 20, "instal": [16, 19], "instanc": [2, 8, 16, 18, 20, 21], "instead": [16, 18], "instruct": [0, 16, 18, 20], "int": [0, 3, 4, 8, 10, 11, 15], "integ": [0, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15], "interact": 21, "interceptor": 16, "interfac": [0, 16, 18, 19, 20], "intern": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15], "introduc": 16, "invalid": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20], "invalidemailurlschem": 23, "ip": 20, "is_act": [0, 3, 4, 10, 11, 14], "is_active_for_us": 11, "is_email_sending_en": 2, "is_followed_bi": [0, 7, 10, 14], "is_registration_en": 2, "is_reported_user_warn": 10, "iso": 17, "isort": 16, "issu": [8, 18, 19, 20], "issued_at": 8, "italian": [16, 18], "item": 4, "its": [18, 20], "j": [15, 16, 20], "jan": [13, 15], "jat255": 16, "javascript": [16, 20], "jderuit": 16, "jinja": 16, "jmlich": 16, "john_do": 14, "johndo": 14, "jpeg": 14, "jpg": 0, "json": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18], "jul": [0, 9, 13, 14, 15], "juli": 8, "jwt": 20, "kayak": 18, "kayak_boat": 3, "kcj6hdgqqpkaakqmfqj8jv": 14, "kd5wyhwltvozw6o3au5m4j": 15, "keep": [16, 18, 19, 20], "kei": [16, 18, 20], "keyboard": 16, "kjxavsturjvoah2wvcegef": [13, 15], "km": [15, 18], "koen": 16, "komoot": 20, "label": [3, 4, 11, 16, 18], "lang": [0, 16, 17], "languag": [0, 16, 17, 18], "larg": [0, 15, 18, 20], "larger": [20, 23], "last": [0, 16, 20], "last_nam": [0, 5, 14], "lastli": 16, "latitud": 15, "launch": 16, "lavoi": 16, "layer": [16, 20], "layout": 16, "ld": [0, 9, 13, 14, 15], "le": 15, "leaflet": [15, 20], "least": [7, 10, 13, 15], "legal": 20, "legitim": 16, "length": 15, "less": [4, 16], "let": 16, "letter": 17, "level": [1, 16, 18], "librari": [8, 16, 20, 21], "licenc": 20, "licens": [16, 19, 20], "lift": [18, 20], "light": 18, "like": [1, 15, 16, 20], "likes_count": [1, 15], "limit": [4, 16, 18], "line": [18, 19, 20], "link": [16, 20], "lint": 20, "linux": 20, "list": [8, 16, 19, 20], "listen": 20, "ll": 20, "load": [16, 23], "loader": 16, "local": [0, 16, 19, 20], "localhost": [16, 20], "locat": [0, 5, 14, 20], "lock": 18, "log": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20, 23], "logfil": 20, "login": [0, 16], "logo": 20, "logout": [0, 16], "longer": [4, 16, 18, 20, 23], "longest": [9, 16, 18], "longitud": 15, "lower": 16, "lukasitali": 16, "m": [0, 9, 12, 13, 14, 15], "made": 20, "mai": [16, 18, 19, 20], "mailhog": 20, "mainten": 20, "major": 16, "make": [16, 20], "makefil": 20, "malform": 0, "manag": [16, 17, 18, 20], "mandatori": [4, 8, 10, 12, 15, 16, 17, 20, 21], "manual": 18, "manually_approves_follow": 0, "map": [0, 13, 15, 16, 18, 19, 24], "map_attribut": [2, 20], "map_id": 15, "map_til": 15, "map_vis": [0, 14, 15], "mar": [0, 4, 14], "mara21": 16, "march": [16, 20], "mariusz": 16, "mariuz": 16, "mark": [7, 16, 18], "markdown": [16, 18], "marked_as_read": 7, "marker": 16, "match": [0, 15, 16, 18], "max": [2, 5, 14, 15, 16, 17], "max_alt": [13, 15], "max_single_file_s": 2, "max_spe": [13, 15], "max_speed_from": 15, "max_speed_to": 15, "max_us": 2, "max_zip_file_s": 2, "maxim": 15, "maximum": [9, 15, 16, 17, 18], "md": 16, "measur": 16, "mention": [1, 7, 18, 20], "menu": 16, "messag": [0, 2, 5, 8, 14, 15, 16, 17, 18, 20], "method": [8, 20, 21], "metric": 18, "mi": 16, "microsecond": 16, "migrat": [16, 17, 20], "min": 16, "min_alt": [13, 15], "mind": 18, "minim": [15, 21], "minimum": [2, 3, 10, 11, 12, 14, 16, 18], "minut": 20, "miss": [0, 16], "mm": 0, "mmm": 0, "mmy3qpl3vcfukjgffbncjv": 0, "mobil": [16, 19], "modal": 16, "mode": [0, 16], "model": 16, "moder": [10, 12, 14, 16, 17], "modifi": [0, 16, 17, 18, 20], "modification_d": [1, 13, 15], "modul": [16, 20], "moment": 18, "mon": [13, 15], "mondai": [0, 12, 18], "mondstern": 16, "month": [12, 16, 18], "monthli": 18, "more": [16, 17, 18, 19, 20], "morn": 15, "most": 21, "mountain": [11, 16, 18], "mous": 16, "move": [13, 15, 16], "movement": 16, "multi": 20, "multipart": [0, 8, 15], "multipl": [16, 18], "must": [0, 2, 4, 8, 11, 14, 15, 16, 18, 20, 21, 23], "mv": 20, "my": 4, "mynixo": 20, "mzydicyyfktg3gga2x8afu": 1, "n": 0, "name": [0, 5, 8, 14, 16, 18, 20], "nano": 20, "navig": 16, "nb": 0, "nb_sport": [0, 5, 14], "nb_workout": [0, 1, 5, 7, 10, 14, 15], "nbsp": 20, "necessari": [18, 20], "nederland": 16, "need": [15, 16, 18, 20, 21], "net": 20, "netinstal": 22, "network": 20, "new": [0, 4, 14, 17, 18, 20, 21], "new_email": 14, "new_password": 0, "newli": [0, 17, 20], "next": [16, 18], "next_workout": [13, 15], "nginx": [16, 18, 20, 21, 23], "nice": 1, "nixpkg": 20, "nl": 0, "no_gpx": 15, "node": 20, "nofollow": 20, "non": [3, 11, 19], "none": 15, "noopen": 20, "noreferr": 20, "norwegian": [16, 18], "nosuchmoduleerror": 23, "notat": 20, "note": [0, 10, 13, 15, 16, 18, 20], "notif": [6, 16, 20, 21], "notification_id": 7, "notification_typ": 7, "nov": [1, 15], "now": [0, 12, 15, 16, 17, 18, 20], "null": [0, 1, 2, 4, 5, 7, 10, 11, 13, 14, 15, 16], "number": [2, 5, 14, 15, 16, 17, 18, 20], "nuv9cy8vqonrqkhtz5pqaq2zw7msh0mornpjr14amswd6f6i": 8, "o": 20, "o22a27s2abpuoxjbxv3ujdox": 8, "oauth": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20], "oauth2": [6, 21], "oauthlib": 21, "object": [0, 1, 2, 3, 4, 7, 10, 11, 14, 15], "object_id": 10, "object_typ": 10, "occur": 18, "office365": 20, "offset": 16, "ok": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "old": 20, "omit": 20, "onc": [0, 1, 15], "ondrejzivni": 16, "one": [0, 4, 7, 10, 13, 15, 18], "ongo": 0, "onli": [0, 1, 4, 8, 12, 14, 15, 16, 17, 18, 20, 21], "open": [16, 18, 19, 20], "openstreetmap": [2, 16, 20], "opentrack": 19, "oper": [18, 20], "option": [4, 7, 8, 16, 17, 20, 21], "order": [5, 7, 10, 14, 15, 16, 18, 21], "order_bi": [10, 14, 15], "org": [2, 20], "origin": 18, "osm": 20, "osmfr": 20, "other": [0, 4, 14, 18, 20], "otherwis": [15, 18, 20], "ou": 16, "out": 0, "outdoor": [16, 18, 19, 20], "over": 16, "overlap": 16, "overrid": 18, "overridden": 18, "overwrit": 20, "own": [4, 10, 14, 19], "owner": [4, 14, 16, 17, 18, 20], "packag": [16, 20], "paf38": 16, "page": [0, 5, 7, 8, 10, 13, 14, 15, 16, 18], "pagin": [0, 5, 7, 8, 10, 13, 14, 15], "par": [16, 20], "par_pag": 14, "paraglid": [16, 18], "parallel": 16, "paramet": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 18, 20, 21], "parecki": 21, "pari": 0, "pars": [16, 20], "part": [0, 15, 16], "parti": [8, 15, 18, 19, 21], "partial": 16, "particular": 18, "pass": 20, "password": [0, 14, 16, 17, 18, 20], "passwordwith": 20, "patch": [0, 1, 2, 3, 4, 7, 10, 11, 14, 15], "path": [20, 23], "paus": [13, 15, 16], "payload": [0, 1, 2, 3, 8, 10, 11, 14, 15], "pem": 20, "pend": 7, "per": [5, 14, 15, 16, 20], "per_pag": [5, 14, 15], "perform": 18, "perhap": 4, "period": [12, 18, 20], "permiss": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "pg_dump": 20, "pictur": [0, 1, 5, 7, 10, 14, 15, 16], "piec": [4, 18], "pil": 16, "ping": 2, "pip": 20, "pipenv": 16, "pkce": [8, 21], "pleas": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18], "plot": 0, "plugin": 23, "pluja": 16, "png": [0, 15, 20], "poetri": [16, 20], "point": [16, 20], "polici": [0, 2, 16], "polish": [16, 18], "pong": 2, "pool": 20, "port": 20, "portugues": [16, 18], "posit": [16, 18], "possibl": [16, 18, 19, 20], "post": [0, 1, 4, 5, 7, 8, 10, 14, 15, 21], "postgr": [16, 23], "postgresql": [16, 20, 23], "postgresql10": 16, "pr": 16, "pre": 16, "prefer": [0, 14, 16, 17], "prepar": 16, "present": [16, 18], "prevent": [8, 20, 21], "previous": 16, "previous_workout": [13, 15], "prior": 18, "privaci": [0, 2, 16], "privacy_polici": 2, "privacy_policy_d": 2, "privat": [0, 1, 14, 15, 16, 18], "privileg": 20, "privkei": 20, "problem": 16, "process": [0, 5, 10, 16, 17, 20], "product": 16, "productionconfig": 20, "profil": [0, 8, 10, 16, 18, 21], "project": 20, "proto": [20, 21], "provid": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 23], "proxi": [20, 21], "proxy_add_x_forwarded_for": 20, "proxy_pass": 20, "proxy_redirect": 20, "proxy_set_head": [20, 21], "psjeexbjz2jjnqctcpxvvf": 15, "public": [0, 1, 15, 18], "pull": 20, "purpos": [16, 20], "pwd": 20, "py": 20, "python": [16, 20, 21], "q": 14, "qrj7by6h2iyjsv8sersfgv": 4, "queri": [0, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15], "queue": 20, "quot": 15, "qwerty287": 16, "r": 20, "random": 17, "randomli": 20, "rate": 16, "reach": 18, "reactiv": [10, 18], "read": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 21], "read_statu": 7, "readi": 20, "readm": 16, "real": 20, "reason": [0, 10, 14], "rebuild": 16, "recalcul": 18, "receiv": [5, 7, 18], "recent": 18, "recommend": [8, 20, 21], "record": [0, 5, 6, 13, 14, 15, 16, 18], "record_typ": [0, 9, 13, 14, 15], "redi": [16, 17, 20], "redirect": [8, 16, 21], "redirect_uri": 8, "redis_url": 20, "reduc": 16, "refacto": 16, "refactor": 16, "refresh": [4, 8, 16], "refresh_token": 8, "regardless": [14, 18], "regist": [0, 2, 16, 18, 20], "registr": [0, 2, 16, 17, 18, 20, 21], "reject": [5, 10, 18, 20], "rel": 20, "relat": [17, 18, 20], "relationship": 14, "releas": [18, 20], "relev": 16, "remain": [16, 18], "remote_addr": 20, "remov": [1, 4, 14, 15, 16, 17, 18, 20], "renam": 16, "replac": [15, 16, 20], "repo": 20, "report": [6, 14, 16, 18, 21], "report_act": 10, "report_id": [10, 14], "reported_bi": 10, "reported_com": 10, "reported_us": 10, "reported_workout": 10, "repositori": 20, "request": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20, 21], "request_uri": 20, "requir": [0, 4, 16, 20, 21], "requisit": 16, "resend": 0, "resent": 0, "reset": [0, 14, 16, 17, 18, 20], "reset_password": 14, "resolut": 16, "resolv": [10, 18], "resolved_at": 10, "resolved_bi": 10, "respons": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "response_typ": [8, 21], "rest": 21, "restart": 20, "restartsec": 20, "restrict": 18, "result": 16, "return": [0, 1, 7, 8, 9, 10, 12, 13, 14, 15, 16, 20], "return_equip": 15, "review": [16, 18], "revok": [0, 8], "rework": 16, "ride": 16, "right": [14, 16, 17, 18, 21], "roehv64thcg28wcewzhrnvlusoduvw8nvnhkcml57": 8, "role": [0, 1, 2, 3, 7, 10, 11, 12, 14, 15, 16, 17, 18, 20], "rout": [16, 20], "row": 18, "ruff": 16, "rule": 18, "run": [11, 16, 17, 18, 20, 21], "runner": 19, "russian": [16, 18], "s256": [8, 21], "sa": 20, "safe": 16, "sam": [0, 1, 5, 9, 10, 13, 14, 15], "same": [4, 16, 18], "samr1": 20, "sanction": [0, 14, 18], "sanit": 16, "sat": 14, "save": [1, 4, 10, 16, 18], "schema": 20, "scheme": [20, 21], "scope": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "screen": [16, 18], "script": 16, "search": 16, "second": [4, 15], "secret": [8, 20, 21], "section": 16, "secur": 21, "see": [4, 16, 18, 19, 20, 21, 23], "seem": 16, "segment": [13, 15, 16, 18], "segment_id": 15, "select": [0, 15, 18], "semant": 20, "send": [0, 14, 16, 18, 20], "sender": 20, "sender_email": 20, "sent": [14, 16, 18, 20, 21], "separ": [18, 20, 21], "serv": [16, 20], "server": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15, 16, 18, 19], "server_nam": 20, "servic": [16, 20], "session": [18, 21], "set": [4, 14, 16, 17, 18, 20, 21, 23], "sever": [16, 19, 20], "sh": 22, "shell": 20, "shoe": [3, 4, 18], "short": [1, 4, 7, 15], "should": [16, 18, 20], "show": [16, 17, 20], "shown": [16, 21, 24], "shura0": 16, "shut": [16, 20], "side": 16, "signatur": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "sikmir": 16, "simontb": 16, "simpl": 20, "simplest": 20, "simplifi": [16, 21], "sinc": [16, 20, 21], "singl": [2, 14, 16, 18, 20], "site": [8, 21], "size": [0, 2, 15, 16, 18, 20], "ski": [3, 18], "skylan0916": 16, "slothj": 16, "slow": 16, "small": 16, "smtp": [16, 20], "snowsho": [3, 16, 18], "so": [20, 21], "social": 16, "some": [4, 5, 7, 10, 13, 14, 15, 16, 18, 19, 20, 21], "sorri": 0, "sort": [5, 7, 10, 14, 15, 18], "sou": 20, "sourc": 18, "space": 21, "spanish": [16, 18], "spawn": 20, "special": [16, 20], "specif": [18, 20], "specifi": 16, "speed": [0, 9, 15, 16, 18, 20], "spinner": 16, "sport": [0, 2, 4, 6, 12, 15, 16, 20], "sport_id": [0, 4, 9, 11, 12, 13, 14, 15], "sport_label": 4, "sports_list": [0, 5, 14], "sql": 20, "sqlalchemi": [16, 20, 23], "ssl": 20, "ssl_certif": 20, "ssl_certificate_kei": 20, "stabl": 16, "standard": [16, 20], "standarderror": 20, "standardoutput": 20, "start": [0, 12, 15, 16, 18, 20, 24], "start_elevation_at_zero": 0, "startlimitintervalsec": 20, "starttl": 20, "stat": [12, 16], "state": [8, 21], "static": [16, 18, 20], "staticmap": 20, "staticmap_subdomain": [16, 20], "statist": [2, 6], "stats_workouts_limit": 2, "statu": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "step": 20, "sticki": 16, "still": [16, 18, 19, 20], "stop": [0, 16, 18, 20], "stopped_speed_threshold": [0, 11], "store": [18, 19, 21], "strategi": 20, "strava": 22, "street": [18, 19], "strength": 16, "string": [0, 1, 2, 4, 5, 7, 8, 10, 11, 12, 14, 15, 20, 21], "strong": 20, "subdomain": [15, 16, 20], "subject": 20, "success": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "successfulli": 0, "suggest": 18, "suitabl": 20, "sun": [0, 1, 9, 10, 13, 14, 15], "sundai": [12, 15, 18], "suppli": 4, "support": [0, 8, 16, 17, 18, 20, 21, 23], "suspend": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18], "suspended_at": [0, 1, 7, 10, 14, 15], "suspens": [0, 1, 14, 15, 18, 20], "swim": [16, 18], "swimrun": [16, 18], "switch": 16, "synchron": 22, "syntax": 18, "syslog": 20, "syslogidentifi": 20, "system": [18, 20], "systemd": 20, "t": [0, 16, 23], "t2zeeuxvuy3pla8meeufyk": 1, "tab": 21, "tabl": 16, "taken": [0, 18], "tar": 20, "target": 20, "task": 20, "team": 18, "templat": 16, "term": [16, 20], "test": [16, 20], "text": [0, 1, 10, 14, 15, 18], "text_html": 1, "text_vis": 1, "textarea": 16, "than": [2, 4, 14, 16, 17], "thank": [16, 20, 22], "thei": [15, 18, 20, 21], "them": [16, 18, 19], "theme": [16, 18], "thi": [0, 3, 4, 8, 11, 14, 15, 16, 17, 18, 19, 20], "third": [18, 19, 21], "those": 4, "thovi98": 16, "threshold": [0, 16, 18], "thu": [5, 8, 14], "thunderforest": [16, 20], "tile": [15, 16, 18], "tile_server_url": 20, "time": [0, 12, 15, 16, 18], "timelin": [6, 16, 18], "timeout": [20, 23], "timezon": [0, 15, 16, 18], "titl": [13, 15, 16, 18], "tl": [16, 20], "token": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21], "token_typ": 8, "too": [0, 15], "tool": [16, 18, 19, 20], "tooltip": [16, 18], "total": [0, 4, 5, 7, 8, 10, 12, 14, 16, 18], "total_asc": [0, 12], "total_dist": [0, 4, 5, 12, 14], "total_dur": [0, 4, 5, 12, 14], "total_mov": 4, "total_workout": 12, "track": [16, 19], "tracke": 20, "trail": [16, 18], "trainer": [3, 18], "transport": [11, 16, 18], "traxi": 16, "trekk": [16, 18], "troubleshoot": 19, "true": [0, 1, 2, 3, 4, 7, 8, 10, 11, 14, 15, 16, 20], "truncat": 15, "try": [0, 1, 3, 4, 7, 11, 13, 14, 15], "tue": [4, 15], "two": 17, "type": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20], "typescript": 20, "typo": 16, "u": 20, "uberspac": 20, "ubuntu": 20, "ui": 16, "ui_url": 20, "unauthent": 18, "unauthor": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "unblock": 14, "unchang": 18, "uncom": 20, "under": [19, 20], "underscor": 0, "undo": [1, 14, 15], "unencrypt": 20, "unfilt": 0, "unfollow": [14, 18], "uniqu": [8, 21], "unit": [0, 16, 20], "unless": 4, "unlik": 18, "unread": [7, 18], "unresolv": [10, 18], "unstabl": [19, 20], "unwant": [16, 18], "up": [16, 18, 19], "updat": [0, 1, 2, 3, 4, 7, 10, 11, 14, 15, 16, 18, 20], "updated_at": [0, 10, 14], "upgrad": 16, "upload": [2, 16, 17, 18, 20, 22, 24], "upload_fold": [20, 23], "uploads_dir_s": 12, "uri": 16, "url": [0, 8, 16, 18, 20, 21, 23], "urtzai": 16, "us": [0, 4, 5, 7, 8, 10, 13, 14, 15, 16, 17, 18, 19, 20, 21], "usag": [17, 20], "use_dark_mod": 0, "use_raw_gpx_spe": 0, "user": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 20, 21], "user_id": [0, 4], "user_nam": [5, 12, 14], "user_suspens": [0, 10], "user_unsuspens": 10, "user_warn": 10, "usernam": [0, 1, 5, 7, 10, 12, 14, 15, 16, 17, 18, 20], "util": 20, "uuid": [15, 16], "v0": [16, 20], "v3": 19, "valid": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 23], "valu": [0, 4, 8, 9, 10, 13, 14, 15, 16, 18, 20, 21, 23], "variabl": [16, 23], "variou": 16, "venv": 20, "verifi": [8, 21], "version": [2, 17, 18, 20, 21], "via": [14, 18, 20], "view": [16, 18, 20], "violat": 18, "virtual": [16, 18], "virtualenv": [16, 20], "visibl": [0, 1, 13, 15, 16, 18], "visual": [18, 20], "visualcross": 16, "vite_app_api_url": 20, "voodoopt": 16, "vtt": 15, "vue": [16, 20], "vue3": 20, "vue_app_api_url": 20, "vuex": 20, "w": 16, "wa": [0, 4, 10, 16, 18, 20], "wai": [18, 20], "walk": [11, 16, 18], "want": 20, "wantedbi": 20, "warn": [15, 16, 18, 20], "water": [16, 18], "weather": [16, 18], "weather_api": 20, "weather_api_kei": 20, "weather_api_provid": [16, 20], "weather_end": [13, 15], "weather_provid": 2, "weather_start": [13, 15], "web": [0, 19, 20, 21], "weblat": [16, 18], "websit": 8, "wed": [0, 7, 10, 14, 15], "week": [0, 12, 16, 18], "weekend": 16, "weekm": [0, 12], "were": 16, "wget": 20, "when": [0, 1, 2, 14, 15, 16, 17, 18, 20], "where": 20, "whether": 4, "which": [0, 18], "while": 18, "white": 16, "who": 18, "whose": [18, 21], "why": 10, "wind": [16, 18], "window": 20, "with_follow": 14, "with_gpx": [13, 15], "with_hidden_us": 14, "with_inact": 14, "with_suspend": 14, "without": [0, 4, 5, 7, 8, 10, 12, 13, 14, 15, 16, 18, 19], "wjgtwtqfpnprhyak5ex9pw": 1, "work": 20, "worker": [16, 17, 20, 23], "workers_process": 20, "workflow": 16, "workingdirectori": 20, "workout": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 16, 19, 21, 22, 24], "workout_d": [0, 9, 13, 14, 15], "workout_id": [0, 1, 9, 10, 13, 14, 15], "workout_short_id": [1, 15], "workout_suspens": [10, 14], "workout_unsuspens": 10, "workout_vis": 15, "workouts_count": [4, 14], "workouts_vis": [0, 14], "write": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 14, 15, 18, 21], "written": 20, "www": [2, 20], "x": [0, 15, 16, 20, 21], "xmgz": 16, "xml": 15, "xxxx": 20, "xzf": 20, "y": [0, 12, 15, 20], "yarn": 20, "year": [12, 18], "yet": [16, 19], "you": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20], "your": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20], "yyyi": 0, "z": [15, 20], "z2ze5qzrnmvmndejpphask": 10, "zero": [0, 16, 18], "zip": [0, 2, 15, 16, 18], "zone": 0, "zoom": 15}, "titles": ["Authentication and account", "Comments", "Configuration", "Equipment Types", "Equipments", "Follow requests", "API documentation", "Notifications", "OAuth2", "Records", "Reports", "Sports", "Statistics", "Timeline", "Users", "Workouts", "Change log", "Command line interface", "Features", "FitTrackee", "Installation", "OAuth 2.0", "Third-party tools", "Administrator", "Troubleshooting"], "titleterms": {"0": [16, 21], "01": 16, "02": 16, "03": 16, "04": 16, "05": 16, "06": 16, "07": 16, "08": 16, "09": 16, "0b1": 16, "0b2": 16, "0b3": 16, "1": 16, "10": 16, "11": 16, "12": 16, "13": 16, "14": 16, "15": 16, "16": 16, "17": 16, "18": 16, "19": 16, "2": [16, 21], "20": 16, "2018": 16, "2019": 16, "2020": 16, "2021": 16, "2022": 16, "2023": 16, "2024": 16, "21": 16, "22": 16, "23": 16, "24": 16, "25": 16, "26": 16, "27": 16, "28": 16, "29": 16, "3": 16, "30": 16, "31": 16, "32": 16, "4": 16, "5": 16, "6": 16, "7": 16, "8": 16, "9": 16, "about": 18, "account": [0, 18], "administr": [16, 18, 23], "api": [6, 20], "app": 18, "applic": 18, "ar": 23, "authent": 0, "avail": 16, "bug": 16, "chang": 16, "clean": 17, "clean_arch": 17, "clean_token": 17, "close": 16, "command": 17, "comment": [1, 18], "configur": [2, 18], "content": 19, "creat": 17, "dashboard": 18, "data": 20, "databas": 17, "db": 17, "depend": 20, "deploy": 20, "detail": [18, 23], "dev": 20, "develop": 20, "directori": 18, "displai": 23, "docker": 20, "document": [6, 16], "download": 23, "drop": 17, "email": 20, "endpoint": 6, "enhanc": 16, "environ": 20, "equip": [3, 4, 18], "export_arch": 17, "fail": 23, "featur": [16, 18], "file": 23, "first": 16, "fittracke": [16, 19, 23], "fix": 16, "flow": 21, "follow": 5, "french": 16, "from": 20, "ftcli": 17, "i": 23, "imag": 23, "import": 22, "improv": 16, "instal": [20, 22], "interact": 18, "interfac": 17, "issu": 16, "like": 18, "limit": 20, "line": 17, "list": 18, "log": 16, "main": 20, "map": [20, 23], "minor": 16, "misc": 16, "moder": 18, "new": 16, "nixo": 20, "notif": [7, 18], "oauth": [18, 21], "oauth2": [8, 17], "parti": 22, "polici": 18, "prefer": 18, "prerequisit": 20, "privaci": 18, "prod": 20, "product": 20, "pull": 16, "pypi": [16, 20], "rate": 20, "record": 9, "releas": 16, "report": 10, "request": [5, 16], "resourc": 21, "scope": 21, "screenshot": 18, "script": 22, "secur": 16, "server": 20, "shown": 23, "sourc": 20, "sport": [11, 18], "start": 23, "statist": [12, 16, 18], "tabl": 19, "third": 22, "tile": 20, "timelin": 13, "tool": 22, "translat": [16, 18], "troubleshoot": 24, "type": [3, 18], "updat": 17, "upgrad": [17, 20], "upload": 23, "user": [14, 17, 18], "variabl": 20, "version": 16, "weather": 20, "workout": [15, 18, 23], "yunohost": 20}}) \ No newline at end of file diff --git a/docs/en/third_party_tools.html b/docs/en/third_party_tools.html index 6102fc0b8..cc12c2b32 100644 --- a/docs/en/third_party_tools.html +++ b/docs/en/third_party_tools.html @@ -6,7 +6,7 @@ - Third-party tools - FitTrackee 0.9.0b2 documentation + Third-party tools - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -378,7 +378,7 @@

    Installation scripts

    - + diff --git a/docs/en/troubleshooting/administrator.html b/docs/en/troubleshooting/administrator.html index f2189809a..847fb5347 100644 --- a/docs/en/troubleshooting/administrator.html +++ b/docs/en/troubleshooting/administrator.html @@ -6,7 +6,7 @@ - Administrator - FitTrackee 0.9.0b2 documentation + Administrator - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -394,7 +394,7 @@

    Failed to upload or download files +

    diff --git a/docs/en/troubleshooting/index.html b/docs/en/troubleshooting/index.html index aca2c7a94..68ca87fe3 100644 --- a/docs/en/troubleshooting/index.html +++ b/docs/en/troubleshooting/index.html @@ -6,7 +6,7 @@ - Troubleshooting - FitTrackee 0.9.0b2 documentation + Troubleshooting - FitTrackee 0.9.0b3 documentation @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - FitTrackee 0.9.0b2 + FitTrackee 0.9.0b3 documentation @@ -353,7 +353,7 @@

    Troubleshooting +

    diff --git a/docs/fr/.buildinfo b/docs/fr/.buildinfo index 6c61deb8d..46bd5f6e0 100644 --- a/docs/fr/.buildinfo +++ b/docs/fr/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: b0d0b8c9e7c94b10bf4c7e12ebcff669 +config: 9f37e02029c3b6676a5112ec6dfaf104 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/fr/_images/administration-menu.png b/docs/fr/_images/administration-menu.png index 3a9008ed0..9f8dde45d 100644 Binary files a/docs/fr/_images/administration-menu.png and b/docs/fr/_images/administration-menu.png differ diff --git a/docs/fr/_images/dashboard.png b/docs/fr/_images/dashboard.png index 4c4500991..d7418c11f 100644 Binary files a/docs/fr/_images/dashboard.png and b/docs/fr/_images/dashboard.png differ diff --git a/docs/fr/_images/equipment-detail.png b/docs/fr/_images/equipment-detail.png index e0163f9b3..528e2e0f3 100644 Binary files a/docs/fr/_images/equipment-detail.png and b/docs/fr/_images/equipment-detail.png differ diff --git a/docs/fr/_images/equipments-list.png b/docs/fr/_images/equipments-list.png index 7e9010617..f9aa7a81e 100644 Binary files a/docs/fr/_images/equipments-list.png and b/docs/fr/_images/equipments-list.png differ diff --git a/docs/fr/_images/notifications.png b/docs/fr/_images/notifications.png index 0c7c4c0c8..0b666c921 100644 Binary files a/docs/fr/_images/notifications.png and b/docs/fr/_images/notifications.png differ diff --git a/docs/fr/_images/oauth2-app-authorization.png b/docs/fr/_images/oauth2-app-authorization.png index 12c364498..ce157a568 100644 Binary files a/docs/fr/_images/oauth2-app-authorization.png and b/docs/fr/_images/oauth2-app-authorization.png differ diff --git a/docs/fr/_images/oauth2-client-creation.png b/docs/fr/_images/oauth2-client-creation.png index f28ce9c59..ff477e03a 100644 Binary files a/docs/fr/_images/oauth2-client-creation.png and b/docs/fr/_images/oauth2-client-creation.png differ diff --git a/docs/fr/_images/sports-administration.png b/docs/fr/_images/sports-administration.png index c72d97227..df8c7df90 100644 Binary files a/docs/fr/_images/sports-administration.png and b/docs/fr/_images/sports-administration.png differ diff --git a/docs/fr/_images/statistics-by-sport.png b/docs/fr/_images/statistics-by-sport.png index 44fe83b7b..a6f3e5b31 100644 Binary files a/docs/fr/_images/statistics-by-sport.png and b/docs/fr/_images/statistics-by-sport.png differ diff --git a/docs/fr/_images/statistics-by-time-period.png b/docs/fr/_images/statistics-by-time-period.png index 83a11c637..7e6dc9c97 100644 Binary files a/docs/fr/_images/statistics-by-time-period.png and b/docs/fr/_images/statistics-by-time-period.png differ diff --git a/docs/fr/_images/users-directory.png b/docs/fr/_images/users-directory.png index 6b40707c1..807666e10 100644 Binary files a/docs/fr/_images/users-directory.png and b/docs/fr/_images/users-directory.png differ diff --git a/docs/fr/_images/workout-detail.png b/docs/fr/_images/workout-detail.png index b6d779504..294fa35e8 100644 Binary files a/docs/fr/_images/workout-detail.png and b/docs/fr/_images/workout-detail.png differ diff --git a/docs/fr/_images/workouts-list.png b/docs/fr/_images/workouts-list.png index 59c768f31..d95999248 100644 Binary files a/docs/fr/_images/workouts-list.png and b/docs/fr/_images/workouts-list.png differ diff --git a/docs/fr/_sources/changelog.md.txt b/docs/fr/_sources/changelog.md.txt index 12f53284f..ca52d5b11 100644 --- a/docs/fr/_sources/changelog.md.txt +++ b/docs/fr/_sources/changelog.md.txt @@ -1,5 +1,27 @@ # Change log +## Version 0.9.0b3 (2024/12/18) + +**This is a pre-release. Don't install this version in production, you may not be able to safely downgrade to a stable version.** +If you find bugs, please report them. + +### Features and enhancements + +* [#660](https://github.com/SamR1/FitTrackee/issues/660) - mark notification as read on click on workout/comment/... + +### Bugs Fixed + +* [PR#659](https://github.com/SamR1/FitTrackee/pull/659) - API - get workouts list with equipment +* [PR#662](https://github.com/SamR1/FitTrackee/pull/662) - Minor fixes and improvements + +### Misc + +* [189071](https://github.com/SamR1/FitTrackee/commit/189071a949ef7cb0c01e8dedcb267af742daefa4) - use uuid instead of id for notifications + + +**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade)) + + ## Version 0.9.0b2 (2024/12/14) **This is a pre-release. Don't install this version in production, you may not be able to safely downgrade to a stable version.** diff --git a/docs/fr/_sources/installation.rst.txt b/docs/fr/_sources/installation.rst.txt index c370fb57f..23a273c61 100644 --- a/docs/fr/_sources/installation.rst.txt +++ b/docs/fr/_sources/installation.rst.txt @@ -143,7 +143,10 @@ deployment method. .. envvar:: UI_URL - **FitTrackee** URL, needed for links in emails. + **FitTrackee** URL, needed for links in emails and mentions. + + .. warning:: + UI_URL must contains url scheme (``https://``). .. envvar:: EMAIL_URL diff --git a/docs/fr/_static/documentation_options.js b/docs/fr/_static/documentation_options.js index 6f1410848..c7acaa6d0 100644 --- a/docs/fr/_static/documentation_options.js +++ b/docs/fr/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.9.0b2', + VERSION: '0.9.0b3', LANGUAGE: 'fr', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/fr/api/auth.html b/docs/fr/api/auth.html index 69d680e66..1f7d1d1cc 100644 --- a/docs/fr/api/auth.html +++ b/docs/fr/api/auth.html @@ -6,7 +6,7 @@ - Authentification et compte - Documentation FitTrackee 0.9.0b2 + Authentification et compte - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -2034,7 +2034,7 @@

    Authentification et compte +

    diff --git a/docs/fr/api/comments.html b/docs/fr/api/comments.html index 0774f5795..b5a9fbce2 100644 --- a/docs/fr/api/comments.html +++ b/docs/fr/api/comments.html @@ -6,7 +6,7 @@ - Commentaires - Documentation FitTrackee 0.9.0b2 + Commentaires - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -911,7 +911,7 @@

    Commentaires +

    diff --git a/docs/fr/api/configuration.html b/docs/fr/api/configuration.html index 44e05e227..fe6a4e8ce 100644 --- a/docs/fr/api/configuration.html +++ b/docs/fr/api/configuration.html @@ -6,7 +6,7 @@ - Configuration - Documentation FitTrackee 0.9.0b2 + Configuration - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@ diff --git a/docs/fr/api/equipment_types.html b/docs/fr/api/equipment_types.html index fa3199a76..a7dfab3f8 100644 --- a/docs/fr/api/equipment_types.html +++ b/docs/fr/api/equipment_types.html @@ -6,7 +6,7 @@ - Types d’équipement - Documentation FitTrackee 0.9.0b2 + Types d’équipement - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -640,7 +640,7 @@

    Types d’équipement +

    diff --git a/docs/fr/api/equipments.html b/docs/fr/api/equipments.html index f0b238a08..7190eb9fd 100644 --- a/docs/fr/api/equipments.html +++ b/docs/fr/api/equipments.html @@ -6,7 +6,7 @@ - Équipements - Documentation FitTrackee 0.9.0b2 + Équipements - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -851,7 +851,7 @@

    Équipements +

    diff --git a/docs/fr/api/follow_requests.html b/docs/fr/api/follow_requests.html index 27a9468e6..27b439527 100644 --- a/docs/fr/api/follow_requests.html +++ b/docs/fr/api/follow_requests.html @@ -6,7 +6,7 @@ - Demandes de suivi - Documentation FitTrackee 0.9.0b2 + Demandes de suivi - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -546,7 +546,7 @@

    Demandes de suivi +

    diff --git a/docs/fr/api/index.html b/docs/fr/api/index.html index be230022e..323049535 100644 --- a/docs/fr/api/index.html +++ b/docs/fr/api/index.html @@ -6,7 +6,7 @@ - Documentation de l’API - Documentation FitTrackee 0.9.0b2 + Documentation de l’API - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -363,7 +363,7 @@

    Documentation de l’API

    - + diff --git a/docs/fr/api/notifications.html b/docs/fr/api/notifications.html index da98221c7..c8cb678a8 100644 --- a/docs/fr/api/notifications.html +++ b/docs/fr/api/notifications.html @@ -6,7 +6,7 @@ - Notifications - Documentation FitTrackee 0.9.0b2 + Notifications - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -329,7 +329,7 @@

    Notifications "suspended_at": null, "username": "admin" }, - "id": 22, + "id": "be26f35a-1239-44ff-a012-12fb835fa26c", "marked_as_read": false, "type": "follow_request" } @@ -396,12 +396,12 @@

    Notifications -
    -PATCH /api/notifications/(int: notification_id)
    +
    +PATCH /api/notifications/(string: notification_id)

    Mettre à jour l’état de lecture de la notification reçue par l’utilisateur authentifié.

    Scope : notifications:write

    Exemple de requête :

    -
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -874,7 +874,7 @@

    OAuth2

    -

    + diff --git a/docs/fr/api/records.html b/docs/fr/api/records.html index e88447e7c..a6e0912ec 100644 --- a/docs/fr/api/records.html +++ b/docs/fr/api/records.html @@ -6,7 +6,7 @@ - Records - Documentation FitTrackee 0.9.0b2 + Records - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -462,7 +462,7 @@

    Records +

    diff --git a/docs/fr/api/reports.html b/docs/fr/api/reports.html index debc54106..319cce5e0 100644 --- a/docs/fr/api/reports.html +++ b/docs/fr/api/reports.html @@ -6,7 +6,7 @@ - Signalements - Documentation FitTrackee 0.9.0b2 + Signalements - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -1064,7 +1064,7 @@

    Signalements +

    diff --git a/docs/fr/api/sports.html b/docs/fr/api/sports.html index b31aee376..ab7d7d75a 100644 --- a/docs/fr/api/sports.html +++ b/docs/fr/api/sports.html @@ -6,7 +6,7 @@ - Sports - Documentation FitTrackee 0.9.0b2 + Sports - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -682,7 +682,7 @@

    Sports

    - + diff --git a/docs/fr/api/stats.html b/docs/fr/api/stats.html index d71edd594..50644dd99 100644 --- a/docs/fr/api/stats.html +++ b/docs/fr/api/stats.html @@ -6,7 +6,7 @@ - Statistiques - Documentation FitTrackee 0.9.0b2 + Statistiques - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -710,7 +710,7 @@

    Statistiques +

    diff --git a/docs/fr/api/timeline.html b/docs/fr/api/timeline.html index fa32b0010..a610c471d 100644 --- a/docs/fr/api/timeline.html +++ b/docs/fr/api/timeline.html @@ -6,7 +6,7 @@ - Flux de séances - Documentation FitTrackee 0.9.0b2 + Flux de séances - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -499,7 +499,7 @@

    Flux de séances +

    diff --git a/docs/fr/api/users.html b/docs/fr/api/users.html index 5cbed0072..5b0b662b5 100644 --- a/docs/fr/api/users.html +++ b/docs/fr/api/users.html @@ -6,7 +6,7 @@ - Utilisateurs - Documentation FitTrackee 0.9.0b2 + Utilisateurs - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -1535,7 +1535,7 @@

    Utilisateurs +

    diff --git a/docs/fr/api/workouts.html b/docs/fr/api/workouts.html index 0e286aff7..17bfb23c3 100644 --- a/docs/fr/api/workouts.html +++ b/docs/fr/api/workouts.html @@ -6,7 +6,7 @@ - Séances - Documentation FitTrackee 0.9.0b2 + Séances - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -452,6 +452,7 @@

    Séancesnone, seules les séances sans équipements seront renvoyées)

  • notes (string) – une partie (ou la totalité) des notes de la séance, la correspondance avec les notes ne tient pas compte des majuscules et des minuscules

  • description (string) – une partie de la description de la séance, la correspondance avec la description ne tient pas compte des majuscules et des minuscules

  • +
  • return_equipments (string) – renvoie les séances avec l’équipement (par défaut, l’équipement n’est pas renvoyé). Note: Il ne s’agit pas d’un filtre. Attention: nécessaire pour les applications tierces mettant à jour les équipements.

  • En-têtes de requête:
    @@ -1819,7 +1820,7 @@

    Séances +

    diff --git a/docs/fr/changelog.html b/docs/fr/changelog.html index a0080086a..fdae94cd6 100644 --- a/docs/fr/changelog.html +++ b/docs/fr/changelog.html @@ -6,7 +6,7 @@ - Historique des modifications - Documentation FitTrackee 0.9.0b2 + Historique des modifications - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -288,12 +288,36 @@

    Historique des modifications

    -
    -

    Version 0.9.0b2 (14/12/2024)

    +
    +

    Version 0.9.0b3 (18/12/2024)

    Il s”agit d”une préversion. N”installez pas cette version en production, vous pourriez ne pas être en mesure de rétrograder en toute sécurité vers une version stable.
    Si vous trouvez des bugs, veuillez les signaler.

    +
    +

    Fonctionnalités et améliorations

    +
      +
    • #660 - mark notification as read on click on workout/comment/…

    • +
    +

    Bugs corrigés

      +
    • PR#659 - API - get workouts list with equipment

    • +
    • PR#662 - Minor fixes and improvements

    • +
    +
    +
    +

    Divers

    +
      +
    • 189071 - use uuid instead of id for notifications

    • +
    +

    Note : Cette version contient des migrations de base de données (voir les instructions dans la documentation)

    +
    +
    +
    +

    Version 0.9.0b2 (14/12/2024)

    +

    Il s”agit d”une préversion. N”installez pas cette version en production, vous pourriez ne pas être en mesure de rétrograder en toute sécurité vers une version stable.
    Si vous trouvez des bugs, veuillez les signaler.

    +
    +

    Bugs corrigés

    +
    • #657 - can not display next workouts in timeline

    @@ -301,8 +325,8 @@

    Bugs corrigés

    Version 0.9.0b1 (14/12/2024)

    Il s”agit d”une préversion. N”installez pas cette version en production, vous pourriez ne pas être en mesure de rétrograder en toute sécurité vers une version stable.
    Si vous trouvez des bugs, veuillez les signaler.

    -
    -

    Fonctionnalités et améliorations

    +
    +

    Fonctionnalités et améliorations

    diff --git a/docs/fr/cli.html b/docs/fr/cli.html index 3e614585e..c49677e97 100644 --- a/docs/fr/cli.html +++ b/docs/fr/cli.html @@ -6,7 +6,7 @@ - Interface de ligne de commande - Documentation FitTrackee 0.9.0b2 + Interface de ligne de commande - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -603,7 +603,7 @@

    ftcli

    - + diff --git a/docs/fr/features.html b/docs/fr/features.html index 3a615cc19..6cc62c2fe 100644 --- a/docs/fr/features.html +++ b/docs/fr/features.html @@ -6,7 +6,7 @@ - Fonctionnalités - Documentation FitTrackee 0.9.0b2 + Fonctionnalités - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -1141,7 +1141,7 @@

    Administration +

    diff --git a/docs/fr/genindex.html b/docs/fr/genindex.html index a988f135e..b0e0898d2 100644 --- a/docs/fr/genindex.html +++ b/docs/fr/genindex.html @@ -4,7 +4,7 @@ - Index - Documentation FitTrackee 0.9.0b2 + Index - Documentation FitTrackee 0.9.0b3 @@ -167,7 +167,7 @@
    -
    @@ -195,7 +195,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -378,7 +378,7 @@

    V

    - + diff --git a/docs/fr/http-routingtable.html b/docs/fr/http-routingtable.html index 14e8b4adc..0e0b9f0e7 100644 --- a/docs/fr/http-routingtable.html +++ b/docs/fr/http-routingtable.html @@ -4,7 +4,7 @@ - Table de routage HTTP - Documentation FitTrackee 0.9.0b2 + Table de routage HTTP - Documentation FitTrackee 0.9.0b3 @@ -167,7 +167,7 @@
    -
    @@ -195,7 +195,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -893,7 +893,7 @@

    Table de routage HTTP

    - PATCH /api/notifications/(int:notification_id) + PATCH /api/notifications/(string:notification_id) @@ -957,7 +957,7 @@

    Table de routage HTTP

    - + diff --git a/docs/fr/index.html b/docs/fr/index.html index 86d5b8059..54592c6a6 100644 --- a/docs/fr/index.html +++ b/docs/fr/index.html @@ -6,7 +6,7 @@ - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -367,7 +367,7 @@

    Table des matières +

    diff --git a/docs/fr/installation.html b/docs/fr/installation.html index ee7af5391..838d3b706 100644 --- a/docs/fr/installation.html +++ b/docs/fr/installation.html @@ -6,7 +6,7 @@ - Installation - Documentation FitTrackee 0.9.0b2 + Installation - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -502,7 +502,11 @@

    Variables d’environnement
    UI_URL
    -

    URL de FitTrackee, nécessaire pour les liens dans les courriels.

    +

    URL de FitTrackee, nécessaire pour les liens dans les courriels et les mentions.

    +
    +

    Avertissement

    +

    UI_URL doit contenir le schéma d’URI (https://).

    +
    @@ -1471,7 +1475,7 @@

    NixOS

    - + diff --git a/docs/fr/oauth.html b/docs/fr/oauth.html index eff66be7f..bbec09024 100644 --- a/docs/fr/oauth.html +++ b/docs/fr/oauth.html @@ -6,7 +6,7 @@ - OAuth 2.0 - Documentation FitTrackee 0.9.0b2 + OAuth 2.0 - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -472,7 +472,7 @@

    Ressources +

    diff --git a/docs/fr/objects.inv b/docs/fr/objects.inv index e223ddcf2..4bf50cbc5 100644 Binary files a/docs/fr/objects.inv and b/docs/fr/objects.inv differ diff --git a/docs/fr/search.html b/docs/fr/search.html index e23b37e9b..dcf108f52 100644 --- a/docs/fr/search.html +++ b/docs/fr/search.html @@ -7,7 +7,7 @@ -Recherche - Documentation FitTrackee 0.9.0b2 +<title>Recherche - Documentation FitTrackee 0.9.0b3 @@ -170,7 +170,7 @@
    -
    @@ -198,7 +198,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -328,7 +328,7 @@
    - + diff --git a/docs/fr/searchindex.js b/docs/fr/searchindex.js index a93f60ce3..b797b1920 100644 --- a/docs/fr/searchindex.js +++ b/docs/fr/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"A partir de PyPI": [[20, "from-pypi"], [20, "id3"]], "A partir des sources": [[20, "from-sources"], [20, "id4"]], "A propos": [[18, "about"]], "Administrateur": [[23, null]], "Administration": [[18, "administration"], [18, "id8"]], "Application": [[18, "application"]], "Applications OAuth": [[18, "oauth-apps"]], "Authentification et compte": [[0, null]], "Base de donn\u00e9es": [[17, "database"]], "Bugs corrig\u00e9s": [[16, "bugs-fixed"], [16, "id1"], [16, "id7"], [16, "id10"], [16, "id13"], [16, "id18"], [16, "id24"], [16, "id29"], [16, "id33"], [16, "id36"], [16, "id38"], [16, "id42"], [16, "id46"], [16, "id50"], [16, "id53"], [16, "id56"], [16, "id59"], [16, "id60"], [16, "id63"], [16, "id65"], [16, "id67"], [16, "id70"], [16, "id73"], [16, "id81"], [16, "id84"], [16, "id87"], [16, "id90"], [16, "id102"], [16, "id107"], [16, "id109"], [16, "id113"], [16, "id116"], [16, "id119"], [16, "id121"], [16, "id124"], [16, "id127"], [16, "id129"], [16, "id132"], [16, "id135"], [16, "id138"], [16, "id143"], [16, "id145"], [16, "id147"], [16, "id149"], [16, "id152"], [16, "id154"], [16, "id160"], [16, "id163"], [16, "id165"], [16, "id167"], [16, "id174"], [16, "id179"], [16, "id181"], [16, "id183"], [16, "id186"], [16, "id188"], [16, "id190"], [16, "id194"], [16, "id204"], [16, "id207"], [16, "id209"], [16, "id212"], [16, "id219"]], "Captures d\u2019\u00e9cran": [[18, "screenshots"]], "Commentaires": [[1, null], [18, "comments"]], "Compte et pr\u00e9f\u00e9rences": [[18, "account-preferences"]], "Configuration": [[2, null], [18, "configuration"]], "Courriels": [[20, "emails"]], "Demandes de suivi": [[5, null]], "Divers": [[16, "misc"], [16, "id2"], [16, "id5"], [16, "id9"], [16, "id16"], [16, "id20"], [16, "id23"], [16, "id27"], [16, "id31"], [16, "id35"], [16, "id40"], [16, "id44"], [16, "id48"], [16, "id55"], [16, "id58"], [16, "id62"], [16, "id64"], [16, "id68"], [16, "id75"], [16, "id78"], [16, "id86"], [16, "id93"], [16, "id104"], [16, "id106"], [16, "id122"], [16, "id136"], [16, "id139"], [16, "id156"], [16, "id158"], [16, "id175"], [16, "id184"], [16, "id191"], [16, "id195"], [16, "id202"], [16, "id213"], [16, "id216"]], "Docker": [[20, "docker"]], "Documentation": [[16, "documentation"], [16, "id77"], [16, "id111"]], "Documentation de l\u2019API": [[6, null]], "Donn\u00e9es m\u00e9t\u00e9o": [[20, "weather-data"]], "D\u00e9pannage": [[24, null]], "D\u00e9pendances principales": [[20, "main-dependencies"]], "D\u00e9ploiement": [[20, "deployment"]], "D\u00e9veloppement": [[20, "development"]], "Environnement de production": [[20, "prod-environment"]], "Environnements de d\u00e9veloppement": [[20, "dev-environment"], [20, "id5"]], "Environnements de production": [[20, "production-environment"]], "FitTrackee": [[19, null]], "FitTrackee ne d\u00e9marre pas": [[23, "fittrackee-fails-to-start"]], "Flux": [[21, "flow"]], "Flux de s\u00e9ances": [[13, null]], "Fonctionnalit\u00e9s": [[16, "features"], [16, "id131"], [16, "id141"], [16, "id151"], [18, null]], "Fonctionnalit\u00e9s et am\u00e9liorations": [[16, "features-and-enhancements"], [16, "id3"], [16, "id6"], [16, "id12"], [16, "id17"], [16, "id21"], [16, "id28"], [16, "id32"], [16, "id41"], [16, "id45"], [16, "id49"], [16, "id52"], [16, "id69"], [16, "id72"], [16, "id80"], [16, "id83"], [16, "id89"], [16, "id94"], [16, "id96"], [16, "id98"], [16, "id101"], [16, "id112"], [16, "id118"]], "Historique des modifications": [[16, null]], "Installation": [[20, null], [20, "id2"], [20, "id6"]], "Interactions": [[18, "interactions"]], "Interface de ligne de commande": [[17, null]], "Les images de la carte ne sont pas affich\u00e9es mais la carte est affich\u00e9e dans le d\u00e9tail de la s\u00e9ance": [[23, "map-images-are-not-displayed-but-map-is-shown-in-workout-detail"]], "Likes": [[18, "likes"]], "Limitation d\u2019acc\u00e8s \u00e0 l\u2019API": [[20, "api-rate-limits"]], "Liste des s\u00e9ances": [[18, "workouts-list"]], "Mise \u00e0 jour": [[20, "upgrade"]], "Mod\u00e9ration": [[18, "moderation"]], "NixOS": [[20, "nixos"]], "Notifications": [[7, null], [18, "notifications"], [18, "id7"]], "Nouvelles fonctionnalit\u00e9s": [[16, "new-features"], [16, "id169"], [16, "id171"], [16, "id173"], [16, "id178"], [16, "id193"], [16, "id197"], [16, "id199"], [16, "id201"], [16, "id206"], [16, "id211"], [16, "id215"], [16, "id218"], [16, "id221"]], "OAuth 2.0": [[21, null]], "OAuth2": [[8, null], [17, "oauth2"]], "Outils d\u2019importation": [[22, "import-tools"]], "Outils tiers": [[22, null]], "Page de d\u00e9tail d\u2019une s\u00e9ance": [[18, "workout-detail"]], "Points d'acc\u00e8s :": [[6, null]], "Politique de confidentialit\u00e9": [[18, "privacy-policy"]], "Pr\u00e9requis": [[20, "prerequisites"]], "Pull Requests": [[16, "pull-requests"], [16, "id125"], [16, "id128"], [16, "id144"], [16, "id153"], [16, "id157"], [16, "id161"], [16, "id176"]], "Records": [[9, null]], "Ressources": [[21, "resources"]], "R\u00e9pertoire des utilisateurs": [[18, "users-directory"]], "Scopes": [[21, "scopes"]], "Scripts d\u2019installation": [[22, "installation-scripts"]], "Serveur de tuiles": [[20, "map-tile-server"]], "Signalements": [[10, null]], "Sports": [[11, null], [18, "sports"], [18, "id3"]], "Statistiques": [[12, null], [18, "statistics"], [18, "id5"]], "S\u00e9ances": [[15, null], [18, "workouts"], [18, "id1"]], "S\u00e9curit\u00e9": [[16, "security"]], "Table des mati\u00e8res": [[19, "table-of-contents"]], "Tableau de bord": [[18, "dashboard"], [18, "id4"]], "Tickets Ferm\u00e9s": [[16, "issues-closed"], [16, "id123"], [16, "id126"], [16, "id130"], [16, "id134"], [16, "id137"], [16, "id140"], [16, "id142"], [16, "id146"], [16, "id148"], [16, "id150"], [16, "id155"], [16, "id159"], [16, "id162"], [16, "id164"], [16, "id166"], [16, "id168"], [16, "id170"], [16, "id172"], [16, "id177"], [16, "id180"], [16, "id182"], [16, "id185"], [16, "id187"], [16, "id189"], [16, "id192"], [16, "id196"], [16, "id198"], [16, "id200"], [16, "id203"], [16, "id205"], [16, "id208"], [16, "id210"], [16, "id214"], [16, "id217"], [16, "id220"]], "Traductions": [[16, "translations"], [16, "id4"], [16, "id8"], [16, "id11"], [16, "id14"], [16, "id15"], [16, "id19"], [16, "id22"], [16, "id25"], [16, "id26"], [16, "id30"], [16, "id34"], [16, "id37"], [16, "id39"], [16, "id43"], [16, "id47"], [16, "id51"], [16, "id54"], [16, "id57"], [16, "id61"], [16, "id66"], [16, "id71"], [16, "id74"], [16, "id76"], [16, "id79"], [16, "id82"], [16, "id85"], [16, "id88"], [16, "id91"], [16, "id92"], [16, "id95"], [16, "id97"], [16, "id99"], [16, "id100"], [16, "id103"], [16, "id105"], [16, "id108"], [16, "id110"], [16, "id114"], [16, "id115"], [16, "id117"], [16, "id120"], [16, "id133"], [18, "translations"]], "Types d\u2019\u00e9quipement": [[3, null], [18, "equipment-types"]], "Utilisateurs": [[14, null], [17, "users"], [18, "users"], [18, "id2"]], "Variables d\u2019environnement": [[20, "environment-variables"]], "Version 0.1.0 - Premi\u00e8re version \ud83c\udf89 (04/07/2018)": [[16, "version-0-1-0-first-release-2018-07-04"]], "Version 0.1.1 - Corrections et am\u00e9liorations (07/02/2019)": [[16, "version-0-1-1-fix-and-improvements-2019-02-07"]], "Version 0.2.0 - Statistiques (07/07/2019)": [[16, "version-0-2-0-statistics-2019-07-07"]], "Version 0.2.1 - Correction et am\u00e9liorations (01/09/2019)": [[16, "version-0-2-1-fix-and-improvements-2019-09-01"]], "Version 0.2.2 - Corrections des statistiques (23/09/2019)": [[16, "version-0-2-2-statistics-fix-2019-09-23"]], "Version 0.2.3 - FitTrackee disponible en Fran\u00e7ais (29/12/2019)": [[16, "version-0-2-3-fittrackee-available-in-french-2019-12-29"]], "Version 0.2.4 - Corrections mineures (30/01/2020)": [[16, "version-0-2-4-minor-fix-2020-01-30"]], "Version 0.2.5 - Corrections et am\u00e9liorations (31/01/2020)": [[16, "version-0-2-5-fix-and-improvements-2020-01-31"]], "Version 0.3.0 - Administration (15/07/2020)": [[16, "version-0-3-0-administration-2020-07-15"]], "Version 0.4.0 - FitTrackee sur PyPI (19/09/2020)": [[16, "version-0-4-0-fittrackee-on-pypi-2020-09-19"]], "Version 0.4.1 (31/12/2020)": [[16, "version-0-4-1-2020-12-31"]], "Version 0.4.2 (03/01/2021)": [[16, "version-0-4-2-2021-01-03"]], "Version 0.4.3 (10/01/2021)": [[16, "version-0-4-3-2021-01-10"]], "Version 0.4.4 (31/01/2021)": [[16, "version-0-4-4-2021-01-31"]], "Version 0.4.5 (17/02/2021)": [[16, "version-0-4-5-2021-02-17"]], "Version 0.4.6 (21/02/2021)": [[16, "version-0-4-6-2021-02-21"]], "Version 0.4.7 (07/04/2021)": [[16, "version-0-4-7-2021-04-07"]], "Version 0.4.8 (03/07/2021)": [[16, "version-0-4-8-2021-07-03"]], "Version 0.4.9 (16/07/2021)": [[16, "version-0-4-9-2021-07-16"]], "Version 0.5.0 (14/11/2021)": [[16, "version-0-5-0-2021-11-14"]], "Version 0.5.1 (30/11/2021)": [[16, "version-0-5-1-2021-11-30"]], "Version 0.5.2 (19/12/2021)": [[16, "version-0-5-2-2021-12-19"]], "Version 0.5.3 (01/01/2022)": [[16, "version-0-5-3-2022-01-01"]], "Version 0.5.4 (01/01/2022)": [[16, "version-0-5-4-2022-01-01"]], "Version 0.5.5 (19/01/2022)": [[16, "version-0-5-5-2022-01-19"]], "Version 0.5.6 (05/02/2022)": [[16, "version-0-5-6-2022-02-05"]], "Version 0.5.7 (13/02/2022)": [[16, "version-0-5-7-2022-02-13"]], "Version 0.6.0 (27/03/2022)": [[16, "version-0-6-0-2022-03-27"]], "Version 0.6.1 (27/03/2022)": [[16, "version-0-6-1-2022-03-27"]], "Version 0.6.10 (13/07/2022)": [[16, "version-0-6-10-2022-07-13"]], "Version 0.6.11 (27/02/2022)": [[16, "version-0-6-11-2022-07-27"]], "Version 0.6.12 (14/09/2022)": [[16, "version-0-6-12-2022-09-14"]], "Version 0.6.2 (03/04/2022)": [[16, "version-0-6-2-2022-04-03"]], "Version 0.6.3 (09/04/2022)": [[16, "version-0-6-3-2022-04-09"]], "Version 0.6.4 (23/04/2022)": [[16, "version-0-6-4-2022-04-23"]], "Version 0.6.5 (24/04/2022)": [[16, "version-0-6-5-2022-04-24"]], "Version 0.6.6 (29/05/2022)": [[16, "version-0-6-6-2022-05-29"]], "Version 0.6.7 (11/06/2022)": [[16, "version-0-6-7-2022-06-11"]], "Version 0.6.8 (22/06/2022)": [[16, "version-0-6-8-2022-06-22"]], "Version 0.6.9 (03/07/2022)": [[16, "version-0-6-9-2022-07-03"]], "Version 0.7.0 (19/09/2022)": [[16, "version-0-7-0-2022-09-19"]], "Version 0.7.1 (21/09/2022)": [[16, "version-0-7-1-2022-09-21"]], "Version 0.7.10 (21/12/2022)": [[16, "version-0-7-10-2022-12-21"]], "Version 0.7.11 (31/12/2022)": [[16, "version-0-7-11-2022-12-31"]], "Version 0.7.12 (16/02/2023)": [[16, "version-0-7-12-2023-02-16"]], "Version 0.7.13 (05/03/2023)": [[16, "version-0-7-13-2023-03-05"]], "Version 0.7.14 (08/03/2023)": [[16, "version-0-7-14-2023-03-08"]], "Version 0.7.15 (12/04/2023)": [[16, "version-0-7-15-2023-04-12"]], "Version 0.7.16 (29/05/2023)": [[16, "version-0-7-16-2023-05-29"]], "Version 0.7.17 (03/06/2023)": [[16, "version-0-7-17-2023-06-03"]], "Version 0.7.18 (25/06/2023)": [[16, "version-0-7-18-2023-06-25"]], "Version 0.7.19 (15/07/2023)": [[16, "version-0-7-19-2023-07-15"]], "Version 0.7.2 (21/09/2022)": [[16, "version-0-7-2-2022-09-21"]], "Version 0.7.20 (22/07/2023)": [[16, "version-0-7-20-2023-07-22"]], "Version 0.7.21 (30/07/2023)": [[16, "version-0-7-21-2023-07-30"]], "Version 0.7.22 (23/08/2023)": [[16, "version-0-7-22-2023-08-23"]], "Version 0.7.23 (14/09/2023)": [[16, "version-0-7-23-2023-09-14"]], "Version 0.7.24 (04/10/2023)": [[16, "version-0-7-24-2023-10-04"]], "Version 0.7.25 (08/10/2023)": [[16, "version-0-7-25-2023-10-08"]], "Version 0.7.26 (19/11/2023)": [[16, "version-0-7-26-2023-11-19"]], "Version 0.7.27 (20/12/2023)": [[16, "version-0-7-27-2023-12-20"]], "Version 0.7.28 (23/12/2023)": [[16, "version-0-7-28-2023-12-23"]], "Version 0.7.29 (04/01/2024)": [[16, "version-0-7-29-2024-01-06"]], "Version 0.7.3 (01/11/2022)": [[16, "version-0-7-3-2022-11-01"]], "Version 0.7.30 (04/02/2024)": [[16, "version-0-7-30-2024-02-04"]], "Version 0.7.31 (10/02/2024)": [[16, "version-0-7-31-2024-02-10"]], "Version 0.7.32 (10/03/2024)": [[16, "version-0-7-32-2024-03-10"]], "Version 0.7.4 (05/11/2022)": [[16, "version-0-7-4-2022-11-05"]], "Version 0.7.5 (09/11/2022)": [[16, "version-0-7-5-2022-11-09"]], "Version 0.7.6 (09/11/2022)": [[16, "version-0-7-6-2022-11-09"]], "Version 0.7.7 (27/11/2022)": [[16, "version-0-7-7-2022-11-27"]], "Version 0.7.8 (30/11/2022)": [[16, "version-0-7-8-2022-11-30"]], "Version 0.7.9 (11/12/2022)": [[16, "version-0-7-9-2022-12-11"]], "Version 0.8.0 (21/04/2024)": [[16, "version-0-8-0-2024-04-21"]], "Version 0.8.1 (01/05/2024)": [[16, "version-0-8-1-2024-05-01"]], "Version 0.8.10 (09/10/2024)": [[16, "version-0-8-10-2024-10-09"]], "Version 0.8.11 (30/10/2024)": [[16, "version-0-8-11-2024-10-30"]], "Version 0.8.12 (17/11/2024)": [[16, "version-0-8-12-2024-11-17"]], "Version 0.8.2 (08/05/2024)": [[16, "version-0-8-2-2024-05-08"]], "Version 0.8.3 (09/05/2024)": [[16, "version-0-8-3-2024-05-09"]], "Version 0.8.4 (22/05/2024)": [[16, "version-0-8-4-2024-05-22"]], "Version 0.8.5 (29/06/2024)": [[16, "version-0-8-5-2024-06-29"]], "Version 0.8.6 (03/08/2024)": [[16, "version-0-8-6-2024-08-03"]], "Version 0.8.7 (25/08/2024)": [[16, "version-0-8-7-2024-08-25"]], "Version 0.8.8 (01/09/2024)": [[16, "version-0-8-8-2024-09-01"]], "Version 0.8.9 (21/09/2024)": [[16, "version-0-8-9-2024-09-21"]], "Version 0.9.0b1 (14/12/2024)": [[16, "version-0-9-0b1-2024-12-14"]], "Version 0.9.0b2 (14/12/2024)": [[16, "version-0-9-0b2-2024-12-14"]], "Yunohost": [[20, "yunohost"]], "ftcli db drop": [[17, "ftcli-db-drop"]], "ftcli db upgrade": [[17, "ftcli-db-upgrade"]], "ftcli oauth2 clean": [[17, "ftcli-oauth2-clean"]], "ftcli users clean_archives": [[17, "ftcli-users-clean-archives"]], "ftcli users clean_tokens": [[17, "ftcli-users-clean-tokens"]], "ftcli users create": [[17, "ftcli-users-create"]], "ftcli users export_archives": [[17, "ftcli-users-export-archives"]], "ftcli users update": [[17, "ftcli-users-update"]], "\u00c9chec du chargement ou du t\u00e9l\u00e9chargement de fichiers": [[23, "failed-to-upload-or-download-files"]], "\u00c9quipements": [[4, null], [18, "equipments"], [18, "id6"]]}, "docnames": ["api/auth", "api/comments", "api/configuration", "api/equipment_types", "api/equipments", "api/follow_requests", "api/index", "api/notifications", "api/oauth2", "api/records", "api/reports", "api/sports", "api/stats", "api/timeline", "api/users", "api/workouts", "changelog", "cli", "features", "index", "installation", "oauth", "third_party_tools", "troubleshooting/administrator", "troubleshooting/index"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["api/auth.rst", "api/comments.rst", "api/configuration.rst", "api/equipment_types.rst", "api/equipments.rst", "api/follow_requests.rst", "api/index.rst", "api/notifications.rst", "api/oauth2.rst", "api/records.rst", "api/reports.rst", "api/sports.rst", "api/stats.rst", "api/timeline.rst", "api/users.rst", "api/workouts.rst", "changelog.md", "cli.rst", "features.rst", "index.rst", "installation.rst", "oauth.rst", "third_party_tools.rst", "troubleshooting/administrator.rst", "troubleshooting/index.rst"], "indexentries": {"api_rate_limits": [[20, "envvar-API_RATE_LIMITS", false]], "app_log": [[20, "envvar-APP_LOG", false]], "app_secret_key": [[20, "envvar-APP_SECRET_KEY", false]], "app_settings": [[20, "envvar-APP_SETTINGS", false]], "app_workers": [[20, "envvar-APP_WORKERS", false]], "database_disable_pooling": [[20, "envvar-DATABASE_DISABLE_POOLING", false]], "database_url": [[20, "envvar-DATABASE_URL", false]], "default_staticmap": [[20, "envvar-DEFAULT_STATICMAP", false]], "email_url": [[20, "envvar-EMAIL_URL", false]], "flask_app": [[20, "envvar-FLASK_APP", false]], "host": [[20, "envvar-HOST", false]], "map_attribution": [[20, "envvar-MAP_ATTRIBUTION", false]], "port": [[20, "envvar-PORT", false]], "redis_url": [[20, "envvar-REDIS_URL", false]], "sender_email": [[20, "envvar-SENDER_EMAIL", false]], "staticmap_subdomains": [[20, "envvar-STATICMAP_SUBDOMAINS", false]], "tile_server_url": [[20, "envvar-TILE_SERVER_URL", false]], "ui_url": [[20, "envvar-UI_URL", false]], "upload_folder": [[20, "envvar-UPLOAD_FOLDER", false]], "variable d'environnement": [[20, "envvar-API_RATE_LIMITS", false], [20, "envvar-APP_LOG", false], [20, "envvar-APP_SECRET_KEY", false], [20, "envvar-APP_SETTINGS", false], [20, "envvar-APP_WORKERS", false], [20, "envvar-DATABASE_DISABLE_POOLING", false], [20, "envvar-DATABASE_URL", false], [20, "envvar-DEFAULT_STATICMAP", false], [20, "envvar-EMAIL_URL", false], [20, "envvar-FLASK_APP", false], [20, "envvar-HOST", false], [20, "envvar-MAP_ATTRIBUTION", false], [20, "envvar-PORT", false], [20, "envvar-REDIS_URL", false], [20, "envvar-SENDER_EMAIL", false], [20, "envvar-STATICMAP_SUBDOMAINS", false], [20, "envvar-TILE_SERVER_URL", false], [20, "envvar-UI_URL", false], [20, "envvar-UPLOAD_FOLDER", false], [20, "envvar-VITE_APP_API_URL", false], [20, "envvar-WEATHER_API_KEY", false], [20, "envvar-WEATHER_API_PROVIDER", false], [20, "envvar-WORKERS_PROCESSES", false]], "vite_app_api_url": [[20, "envvar-VITE_APP_API_URL", false]], "weather_api_key": [[20, "envvar-WEATHER_API_KEY", false]], "weather_api_provider \ud83c\udd95": [[20, "envvar-WEATHER_API_PROVIDER", false]], "workers_processes": [[20, "envvar-WORKERS_PROCESSES", false]]}, "objects": {"": [[10, 0, 1, "patch--api-appeals-(string-appeal_id)", "/api/appeals/(string:appeal_id)"], [0, 1, 1, "post--api-auth-account-confirm", "/api/auth/account/confirm"], [0, 2, 1, "get--api-auth-account-export", "/api/auth/account/export"], [0, 2, 1, "get--api-auth-account-export-(string-file_name)", "/api/auth/account/export/(string:file_name)"], [0, 1, 1, "post--api-auth-account-export-request", "/api/auth/account/export/request"], [0, 1, 1, "post--api-auth-account-privacy-policy", "/api/auth/account/privacy-policy"], [0, 1, 1, "post--api-auth-account-resend-confirmation", "/api/auth/account/resend-confirmation"], [0, 2, 1, "get--api-auth-account-sanctions-(string-action_short_id)", "/api/auth/account/sanctions/(string:action_short_id)"], [0, 1, 1, "post--api-auth-account-sanctions-(string-action_short_id)-appeal", "/api/auth/account/sanctions/(string:action_short_id)/appeal"], [0, 2, 1, "get--api-auth-account-suspension", "/api/auth/account/suspension"], [0, 1, 1, "post--api-auth-account-suspension-appeal", "/api/auth/account/suspension/appeal"], [0, 2, 1, "get--api-auth-blocked-users", "/api/auth/blocked-users"], [0, 1, 1, "post--api-auth-email-update", "/api/auth/email/update"], [0, 1, 1, "post--api-auth-login", "/api/auth/login"], [0, 1, 1, "post--api-auth-logout", "/api/auth/logout"], [0, 1, 1, "post--api-auth-password-reset-request", "/api/auth/password/reset-request"], [0, 1, 1, "post--api-auth-password-update", "/api/auth/password/update"], [0, 3, 1, "delete--api-auth-picture", "/api/auth/picture"], [0, 1, 1, "post--api-auth-picture", "/api/auth/picture"], [0, 2, 1, "get--api-auth-profile", "/api/auth/profile"], [0, 1, 1, "post--api-auth-profile-edit", "/api/auth/profile/edit"], [0, 0, 1, "patch--api-auth-profile-edit-account", "/api/auth/profile/edit/account"], [0, 1, 1, "post--api-auth-profile-edit-preferences", "/api/auth/profile/edit/preferences"], [0, 1, 1, "post--api-auth-profile-edit-sports", "/api/auth/profile/edit/sports"], [0, 3, 1, "delete--api-auth-profile-reset-sports-(sport_id)", "/api/auth/profile/reset/sports/(sport_id)"], [0, 1, 1, "post--api-auth-register", "/api/auth/register"], [1, 3, 1, "delete--api-comments-(string-comment_short_id)", "/api/comments/(string:comment_short_id)"], [1, 2, 1, "get--api-comments-(string-comment_short_id)", "/api/comments/(string:comment_short_id)"], [1, 0, 1, "patch--api-comments-(string-comment_short_id)", "/api/comments/(string:comment_short_id)"], [1, 1, 1, "post--api-comments-(string-comment_short_id)-like", "/api/comments/(string:comment_short_id)/like"], [1, 1, 1, "post--api-comments-(string-comment_short_id)-like-undo", "/api/comments/(string:comment_short_id)/like/undo"], [1, 1, 1, "post--api-comments-(string-comment_short_id)-suspension-appeal", "/api/comments/(string:comment_short_id)/suspension/appeal"], [2, 2, 1, "get--api-config", "/api/config"], [2, 0, 1, "patch--api-config", "/api/config"], [3, 2, 1, "get--api-equipment-types", "/api/equipment-types"], [3, 2, 1, "get--api-equipment-types-(int-equipment_type_id)", "/api/equipment-types/(int:equipment_type_id)"], [3, 0, 1, "patch--api-equipment-types-(int-equipment_type_id)", "/api/equipment-types/(int:equipment_type_id)"], [4, 2, 1, "get--api-equipments", "/api/equipments"], [4, 1, 1, "post--api-equipments", "/api/equipments"], [4, 3, 1, "delete--api-equipments-(string-equipment_short_id)", "/api/equipments/(string:equipment_short_id)"], [4, 2, 1, "get--api-equipments-(string-equipment_short_id)", "/api/equipments/(string:equipment_short_id)"], [4, 0, 1, "patch--api-equipments-(string-equipment_short_id)", "/api/equipments/(string:equipment_short_id)"], [4, 1, 1, "post--api-equipments-(string-equipment_short_id)-refresh", "/api/equipments/(string:equipment_short_id)/refresh"], [5, 2, 1, "get--api-follow-requests", "/api/follow-requests"], [5, 1, 1, "post--api-follow-requests-(user_name)-accept", "/api/follow-requests/(user_name)/accept"], [5, 1, 1, "post--api-follow-requests-(user_name)-reject", "/api/follow-requests/(user_name)/reject"], [7, 2, 1, "get--api-notifications", "/api/notifications"], [7, 0, 1, "patch--api-notifications-(int-notification_id)", "/api/notifications/(int:notification_id)"], [7, 1, 1, "post--api-notifications-mark-all-as-read", "/api/notifications/mark-all-as-read"], [7, 2, 1, "get--api-notifications-types", "/api/notifications/types"], [7, 2, 1, "get--api-notifications-unread", "/api/notifications/unread"], [8, 2, 1, "get--api-oauth-apps", "/api/oauth/apps"], [8, 1, 1, "post--api-oauth-apps", "/api/oauth/apps"], [8, 3, 1, "delete--api-oauth-apps-(int-client_id)", "/api/oauth/apps/(int:client_id)"], [8, 2, 1, "get--api-oauth-apps-(int-client_id)-by_id", "/api/oauth/apps/(int:client_id)/by_id"], [8, 1, 1, "post--api-oauth-apps-(int-client_id)-revoke", "/api/oauth/apps/(int:client_id)/revoke"], [8, 2, 1, "get--api-oauth-apps-(string-client_client_id)", "/api/oauth/apps/(string:client_client_id)"], [8, 1, 1, "post--api-oauth-authorize", "/api/oauth/authorize"], [8, 1, 1, "post--api-oauth-revoke", "/api/oauth/revoke"], [8, 1, 1, "post--api-oauth-token", "/api/oauth/token"], [2, 2, 1, "get--api-ping", "/api/ping"], [9, 2, 1, "get--api-records", "/api/records"], [10, 2, 1, "get--api-reports", "/api/reports"], [10, 1, 1, "post--api-reports", "/api/reports"], [10, 2, 1, "get--api-reports-(int-report_id)", "/api/reports/(int:report_id)"], [10, 0, 1, "patch--api-reports-(int-report_id)", "/api/reports/(int:report_id)"], [10, 1, 1, "post--api-reports-(int-report_id)-actions", "/api/reports/(int:report_id)/actions"], [10, 2, 1, "get--api-reports-unresolved", "/api/reports/unresolved"], [11, 2, 1, "get--api-sports", "/api/sports"], [11, 2, 1, "get--api-sports-(int-sport_id)", "/api/sports/(int:sport_id)"], [11, 0, 1, "patch--api-sports-(int-sport_id)", "/api/sports/(int:sport_id)"], [12, 2, 1, "get--api-stats-(user_name)-by_sport", "/api/stats/(user_name)/by_sport"], [12, 2, 1, "get--api-stats-(user_name)-by_time", "/api/stats/(user_name)/by_time"], [12, 2, 1, "get--api-stats-all", "/api/stats/all"], [13, 2, 1, "get--api-timeline", "/api/timeline"], [14, 2, 1, "get--api-users", "/api/users"], [14, 3, 1, "delete--api-users-(user_name)", "/api/users/(user_name)"], [14, 2, 1, "get--api-users-(user_name)", "/api/users/(user_name)"], [14, 0, 1, "patch--api-users-(user_name)", "/api/users/(user_name)"], [14, 1, 1, "post--api-users-(user_name)-block", "/api/users/(user_name)/block"], [14, 1, 1, "post--api-users-(user_name)-follow", "/api/users/(user_name)/follow"], [14, 2, 1, "get--api-users-(user_name)-followers", "/api/users/(user_name)/followers"], [14, 2, 1, "get--api-users-(user_name)-following", "/api/users/(user_name)/following"], [14, 2, 1, "get--api-users-(user_name)-picture", "/api/users/(user_name)/picture"], [14, 2, 1, "get--api-users-(user_name)-sanctions", "/api/users/(user_name)/sanctions"], [14, 1, 1, "post--api-users-(user_name)-unblock", "/api/users/(user_name)/unblock"], [14, 1, 1, "post--api-users-(user_name)-unfollow", "/api/users/(user_name)/unfollow"], [15, 2, 1, "get--api-workouts", "/api/workouts"], [15, 1, 1, "post--api-workouts", "/api/workouts"], [15, 3, 1, "delete--api-workouts-(string-workout_short_id)", "/api/workouts/(string:workout_short_id)"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)", "/api/workouts/(string:workout_short_id)"], [15, 0, 1, "patch--api-workouts-(string-workout_short_id)", "/api/workouts/(string:workout_short_id)"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-chart_data", "/api/workouts/(string:workout_short_id)/chart_data"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-chart_data-segment-(int-segment_id)", "/api/workouts/(string:workout_short_id)/chart_data/segment/(int:segment_id)"], [1, 2, 1, "get--api-workouts-(string-workout_short_id)-comments", "/api/workouts/(string:workout_short_id)/comments"], [1, 1, 1, "post--api-workouts-(string-workout_short_id)-comments", "/api/workouts/(string:workout_short_id)/comments"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-gpx", "/api/workouts/(string:workout_short_id)/gpx"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-gpx-download", "/api/workouts/(string:workout_short_id)/gpx/download"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-gpx-segment-(int-segment_id)", "/api/workouts/(string:workout_short_id)/gpx/segment/(int:segment_id)"], [15, 1, 1, "post--api-workouts-(string-workout_short_id)-like", "/api/workouts/(string:workout_short_id)/like"], [15, 1, 1, "post--api-workouts-(string-workout_short_id)-like-undo", "/api/workouts/(string:workout_short_id)/like/undo"], [15, 1, 1, "post--api-workouts-(string-workout_short_id)-suspension-appeal", "/api/workouts/(string:workout_short_id)/suspension/appeal"], [15, 2, 1, "get--api-workouts-map-(map_id)", "/api/workouts/map/(map_id)"], [15, 1, 1, "post--api-workouts-no_gpx", "/api/workouts/no_gpx"], [20, 4, 1, "-", "API_RATE_LIMITS"], [20, 4, 1, "-", "APP_LOG"], [20, 4, 1, "-", "APP_SECRET_KEY"], [20, 4, 1, "-", "APP_SETTINGS"], [20, 4, 1, "-", "APP_WORKERS"], [20, 4, 1, "-", "DATABASE_DISABLE_POOLING"], [20, 4, 1, "-", "DATABASE_URL"], [20, 4, 1, "-", "DEFAULT_STATICMAP"], [20, 4, 1, "-", "EMAIL_URL"], [20, 4, 1, "-", "FLASK_APP"], [20, 4, 1, "-", "HOST"], [20, 4, 1, "-", "MAP_ATTRIBUTION"], [20, 4, 1, "-", "PORT"], [20, 4, 1, "-", "REDIS_URL"], [20, 4, 1, "-", "SENDER_EMAIL"], [20, 4, 1, "-", "STATICMAP_SUBDOMAINS"], [20, 4, 1, "-", "TILE_SERVER_URL"], [20, 4, 1, "-", "UI_URL"], [20, 4, 1, "-", "UPLOAD_FOLDER"], [20, 4, 1, "-", "VITE_APP_API_URL"], [20, 4, 1, "-", "WEATHER_API_KEY"], [20, 4, 1, "envvar-WEATHER_API_PROVIDER", "WEATHER_API_PROVIDER \ud83c\udd95"], [20, 4, 1, "-", "WORKERS_PROCESSES"]], "/api/workouts/map_tile/(s)/(z)/(x)/(y)": [[15, 2, 1, "get--api-workouts-map_tile-(s)-(z)-(x)-(y).png", "png"]]}, "objnames": {"0": ["http", "patch", "HTTP patch"], "1": ["http", "post", "HTTP post"], "2": ["http", "get", "HTTP get"], "3": ["http", "delete", "HTTP delete"], "4": ["std", "envvar", "variable d'environnement"]}, "objtypes": {"0": "http:patch", "1": "http:post", "2": "http:get", "3": "http:delete", "4": "std:envvar"}, "terms": {"0": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20], "00": [0, 4, 5, 9, 13, 14, 15], "000": 18, "000000": 0, "01": [0, 1, 9, 10, 12, 13, 14, 15], "02": [5, 14, 15], "03": [14, 15], "04": [0, 7, 10, 13, 14, 15], "06": [4, 7, 8, 12, 14], "0667062": 8, "06ba975": 16, "07": [0, 7, 9, 13, 14, 15], "075aeb9": 16, "08": [0, 4, 7, 9, 13, 14, 15], "09": [0, 7, 10, 14, 15], "0b2": 2, "0mb": [0, 15], "1": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20], "10": [0, 1, 2, 4, 5, 7, 9, 13, 14, 15, 18, 20], "100": [15, 16, 18], "1000": 12, "10000": [2, 15], "101": [12, 16], "104": [15, 16], "1048576": 2, "10485760": 2, "106": 16, "109": 16, "11": [0, 9, 14, 15, 18, 20], "112": 16, "113": 16, "115": 16, "116": 16, "12": [0, 9, 10, 14, 15, 20, 22], "121": 16, "123": 16, "1232004": 15, "12341": 12, "1234538": 15, "125": 16, "1267": 12, "127": [16, 20], "129": 16, "13": [0, 1, 9, 13, 14, 15, 17, 18, 20], "131": 16, "134": 16, "135": 16, "1375986": 16, "138": 16, "14": [0, 1, 8, 13, 14, 15], "140": 16, "145": 16, "146": 16, "149": 16, "15": [12, 15, 17, 18, 20], "150": 12, "151": 16, "152": 16, "155": 16, "156": [12, 16], "1563529507772": 15, "158": 15, "16": [1, 12, 14, 15, 18], "160": 16, "161": 16, "162": 16, "1658660147": 8, "167": 16, "169": 16, "17": [0, 5, 10, 13, 14, 15], "171": 16, "173": 16, "175": 16, "177": 16, "178": [12, 16], "18": [0, 9, 10, 14, 15, 18, 20], "180": 16, "19": [15, 18], "190": 16, "191": 16, "192": 16, "193": 16, "195": 16, "196": 16, "197": 16, "1m": 20, "1mb": 20, "2": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20], "20": [14, 15, 18], "200": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20], "201": [0, 1, 4, 10, 15, 16], "2016": 15, "2017": [12, 15], "2018": [12, 13, 15], "2019": [0, 9, 12, 13, 14, 15], "2021": [5, 14], "2022": 8, "2023": [0, 4, 14, 20], "2024": [0, 1, 7, 10, 14, 15], "203": 12, "204": [0, 1, 4, 8, 14, 15], "208": [15, 16], "209": 16, "21": [4, 10], "210": 16, "212": 16, "213": 16, "22": [7, 15], "223": 16, "224": 16, "225": 16, "23": [15, 20], "230": 16, "231": [15, 16], "232": 16, "234": 15, "236": 16, "237": 16, "239": 16, "24": [1, 15, 20], "241": 16, "242": 16, "244": 16, "246": 16, "247": 16, "25": [10, 15, 20], "250": 16, "252": 16, "255": 15, "257": 16, "258": 16, "259": 16, "26": [15, 20], "260": 16, "261": 16, "264": 16, "265": 16, "266": 16, "26and": 20, "27": [0, 8, 10, 14, 15, 18], "270": 16, "271": 16, "273": 16, "274": 16, "275": 16, "278": 16, "279": [15, 16], "28": 4, "280": [15, 16], "282": [12, 16], "287": 16, "289": 16, "29": [4, 10], "290": 16, "2930": 15, "294": 16, "296": 16, "297": 16, "298": 16, "299": 16, "2bcff2e": 16, "2e1ee2c": 16, "2ordfncv6vprkfp3yrcyht": [1, 15], "2ukrviyshoakg8qsuknus4": 4, "2ule2hwhsnycs2vhbsikb9": 14, "3": [0, 1, 3, 11, 12, 13, 14, 15, 18, 20], "30": [0, 10, 12, 15], "300": 20, "3000": 20, "301": [16, 20], "304": 16, "305": 16, "307": 16, "308": 16, "31": [0, 14, 15, 18, 20], "310": 16, "314": 16, "315": 16, "318": 16, "319": 16, "32": 15, "320": 16, "323": 16, "328": 16, "329": 16, "33": [12, 16], "3320": 12, "333": 16, "338": 16, "34": [1, 16], "34614d5": 16, "35": [0, 7, 15, 16], "350": 16, "351": 16, "352": 16, "354": 16, "356": 16, "357": 16, "358": 16, "359": 16, "36": 16, "365": 16, "366": 16, "367": 16, "369": 16, "37": 16, "370": 16, "371": 16, "374": 16, "375": 16, "376": 16, "377": 16, "38": 10, "380": 16, "381": 16, "382": 16, "3821e37": 16, "384": 16, "386": 16, "388": 16, "39": 15, "390": 16, "391": 16, "393": 16, "394": 16, "395": 16, "397": 16, "398": 16, "399": 16, "3aread": 21, "3awrit": 21, "3b6fa25": 16, "3c8d9c2": 16, "3f": 20, "4": [0, 3, 11, 12, 13, 14, 15, 17, 18, 20], "40": 16, "400": [0, 1, 2, 3, 4, 5, 8, 10, 11, 12, 14, 15, 16], "401": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "402": 16, "403": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "404": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 14, 15, 16], "406": 16, "407": 16, "409": 16, "40and": 20, "41": [15, 16], "410": 16, "4109": 15, "411": 16, "413": [0, 15], "415": 16, "416": 16, "417": 16, "418": 16, "42": [15, 16], "421": 16, "422": 16, "426": 16, "427": [15, 16], "428": 16, "43": [0, 9, 13, 14, 15, 16], "431": 16, "433": 16, "435": 15, "436": 16, "438": 16, "44": [14, 15, 16], "441": 16, "443": 20, "444": 16, "449": 16, "45": [0, 1, 14, 15], "450": 16, "455": 16, "456": 16, "46": [12, 16], "464": 16, "465": 20, "468": 16, "469": 16, "47": [12, 15, 16], "471": 16, "472": 16, "473": 16, "474": 16, "475": 16, "476": 16, "477": 16, "478": [15, 16], "479": 16, "48": [5, 12, 14], "481": 16, "482": 16, "484": 16, "488": 16, "489": 16, "49": [0, 10, 14], "490": 16, "494": 16, "495": 16, "496": 16, "499": [15, 16], "4c3fc34": 16, "5": [3, 8, 11, 12, 14, 15, 17, 18, 20], "50": [0, 4, 5, 12, 14, 16, 20], "500": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15, 16], "5000": 20, "502": 16, "504": 16, "506": 16, "507": 16, "5078118": 15, "5079733": 15, "508": 16, "51": [13, 15], "510": 16, "511": 16, "512": 16, "517587": 15, "51758b4": 16, "52": [1, 15, 16], "521": 16, "524": 16, "526": 16, "527": 16, "528": 16, "53": [8, 16], "530": 16, "531": 16, "532": 16, "533": 16, "534": 16, "536": 16, "537": 16, "538": 16, "54": 16, "540": 16, "542": 16, "543": 16, "5432": 20, "544": 16, "545": 16, "546": 16, "55": [14, 15], "550": 16, "551": 16, "555": 16, "556": 16, "557": 16, "558": 16, "56": [10, 16], "560627": 15, "563": 16, "564": 16, "565": 16, "566": 16, "57": [15, 16], "571": 16, "575": 16, "58": [0, 14, 16], "582": 16, "583": 16, "587": [16, 20], "588": 16, "59": [12, 14, 15, 16], "590": 16, "591": 16, "592": 16, "593": 16, "595": 16, "598": 16, "6": [0, 3, 4, 11, 14, 15, 17, 18, 20], "60": 16, "600": 16, "603": 16, "604": 16, "607": 16, "608": 16, "609": 16, "60e164d": 16, "61": 16, "610": 16, "612": 16, "613": 12, "614": 16, "616": 16, "617": 16, "618": 16, "62": 16, "620": 16, "621": [15, 16], "622": 16, "624": 16, "625": 16, "626": 16, "628": 16, "629": 16, "63": 15, "631": 16, "633": 16, "634": 16, "635": 16, "636": 16, "637": 16, "639": [16, 17], "64": 16, "640": 16, "645": 16, "651": 16, "652": 16, "655": 16, "657": 16, "66": 16, "67": [0, 12, 14], "6dxczvmrhkar72shuz9pwd": [0, 14], "6e215a": 16, "6nvxvayoh9zkr8rmxhu54t": 14, "7": [15, 17, 18, 20, 21], "70": 16, "71": 16, "72": 16, "720": 0, "73": 16, "7380": 15, "74": 16, "75": 16, "7641": 12, "78": 12, "79": 16, "7pdujhcvhya4hv29jzqngg": 0, "8": [0, 15, 17, 18, 20, 21], "80": [16, 20], "8025": 20, "81": 16, "82": 16, "83": 16, "84": 16, "85": 16, "864000": 8, "87": 16, "877fa0f": 16, "88": 16, "89": 16, "895": [0, 14], "8aa4cff": 16, "9": [0, 2, 9, 14, 15, 17, 18, 20, 21], "90": 16, "91": 16, "92": 16, "924": 0, "93": 16, "93706": 15, "95": [12, 16], "97": [0, 9, 13, 14, 15, 16], "98": 16, "981933": 15, "99": [12, 16], "9960": 12, "AS": [0, 9, 13, 14, 15], "Avec": 18, "Ce": [8, 16], "Cette": [16, 19, 20], "D": 20, "Des": 18, "Du": 16, "EU": 16, "Elle": 18, "Elles": 20, "En": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19], "Et": 16, "Il": [0, 16, 18, 19, 20, 21], "Ils": 21, "J": 16, "L": [0, 11, 16, 18, 20, 21], "La": [0, 15, 16, 17, 18, 20, 21, 23], "Le": [0, 4, 14, 16, 18, 20], "Les": [0, 9, 14, 15, 18, 19, 20, 21, 24], "M": 15, "MS": [0, 9, 13, 14, 15], "Mon": [13, 15], "N": 16, "Ne": 14, "Par": [20, 21], "Pas": 16, "Pour": [15, 16, 18, 20, 21], "S": 18, "SA": 20, "Ses": 18, "Sur": 20, "Tue": [4, 15], "Un": [0, 3, 4, 8, 11, 14, 16, 18, 20], "Une": [16, 17, 18, 20, 23], "Y": [0, 12, 15], "_": [0, 16], "__main__": 20, "_blank": 20, "_workers_": 20, "a": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19], "a458f5f": 16, "aaron": 21, "ability": 16, "abon": [18, 21], "about": [2, 16, 20], "absolu": [20, 23], "ac075ec36dc25dcc20c270d2005f0398": 15, "acced": [0, 3, 4, 8, 11, 12, 14, 18, 20, 21], "accept": [0, 5, 10, 16, 18], "accepted": 5, "accepted_policy": 0, "accepted_privacy_policy": 0, "acces": [0, 2, 3, 4, 8, 11, 14, 21], "access": [0, 16, 18], "access_token": 8, "accessibility": 16, "accessibl": [8, 16, 18, 20, 21], "accord": 21, "account": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "actif": [0, 4, 17, 18], "action": [10, 16, 18], "action_short_id": 0, "action_typ": [0, 10, 14], "activ": [0, 2, 3, 11, 14, 16, 17, 18, 19, 20], "activat": [14, 17], "activit": 16, "activity": 16, "actuel": [0, 4], "adapt": [18, 20], "add": [16, 17], "added": [0, 4, 15, 16], "adding": 16, "additional": 16, "additionnel": 20, "admin": [0, 2, 3, 5, 7, 9, 11, 12, 13, 14, 15, 17], "admin_contact": 2, "administr": [2, 3, 11, 14, 17, 21, 24], "administrator": [0, 1, 3, 4, 7, 11, 13, 14, 15], "adress": [0, 2, 14, 17, 18, 20], "aff4d68": 16, "affect": [16, 18], "affich": [0, 15, 16, 17, 18, 19, 20, 21, 24], "affichag": 18, "affichent": 18, "afin": [16, 18, 21], "after": [16, 20], "again": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "agit": 16, "agplv3": 16, "agre": 0, "aid": 19, "ains": [18, 20], "air": [18, 19], "ajout": [0, 1, 14, 15, 16, 17, 18, 19, 20, 21, 22], "alert": 16, "all": [7, 12, 20], "allemand": [16, 18], "allow": [16, 20], "allowed": [0, 15], "alor": 20, "alphanumer": 16, "alphanumeric": 0, "alpin": 18, "already": [0, 4, 5, 10, 16], "also": 16, "altern": 16, "altitud": [0, 16, 18], "alway": 20, "al\u00e9atoir": [17, 20], "an": [0, 8, 15, 16], "analys": [15, 18, 20], "ancien": 20, "and": [0, 4, 16, 17, 20], "android": 19, "anglais": [0, 16, 17, 18], "ann\u00e9": [12, 18], "anoth": 4, "antiali": 16, "anymor": 16, "apach": 19, "api": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 21], "api_rate_limit": 20, "apikey": 20, "app": [8, 16, 20, 21], "app_log": 20, "app_secret_key": 20, "app_setting": 20, "app_worker": 20, "appar": [0, 18], "appara\u00eetr": 18, "appeal": [0, 1, 10, 14, 15], "appeal_id": 10, "appel": [0, 1, 10, 15, 18, 20], "application_directory": 20, "appliqu": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21], "apport": 16, "approb": 18, "approuv": 0, "approved": [0, 10, 14], "apr": 15, "apres": [0, 8, 14, 16, 18, 20, 21], "archiv": [0, 2, 16, 17, 18, 20], "archive_rgjsr3fhr5yp": 0, "archive_rgjsr3fht295ywnqr5yp": 0, "archlinux": 20, "are": 16, "arg": [17, 20], "argument": [4, 17], "array": [0, 4, 8, 15], "arrow": 16, "arr\u00eat": [0, 14, 16, 18, 20], "asc": [5, 7, 10, 14, 15], "ascent": [13, 15, 16], "asset": 20, "assign": 18, "associ": [0, 4, 8, 11, 15, 16, 17, 18], "associated": [4, 16], "assur": 21, "astridx": 16, "at": [16, 20], "atteint": 18, "attendu": 20, "attent": [16, 20, 23], "attribu": 20, "attribut": 16, "aucun": [0, 4, 7, 10, 13, 14, 15, 18, 19, 20], "augment": 23, "aur": 16, "auteur": [1, 15, 18], "auth": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "auth_token": 0, "authentif": [1, 6, 14, 20, 21], "authentifi": [0, 1, 5, 7, 8, 9, 11, 12, 13, 14, 15, 18], "authlib": [8, 20, 21], "authoriz": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 21], "authorization_cod": [8, 21], "autoespcap": 16, "automat": [0, 18], "autoris": [0, 2, 8, 15, 20, 21], "autr": [0, 18, 20], "avail": 16, "avanc": [16, 18], "avant": [16, 18, 20], "ave_speed": [13, 15], "ave_speed_from": 15, "ave_speed_to": 15, "averag": [12, 16], "average_ascent": 12, "average_descent": 12, "average_dist": 12, "average_dur": 12, "average_speed": 12, "avert": [18, 20], "aviron": 18, "avoir": [11, 20], "awesom": 20, "axe": [15, 18], "axis": 16, "b": 20, "b1536fc": 16, "b29ed7": 16, "b748459": 16, "b862a77": 16, "background": 16, "bad": [0, 1, 2, 3, 4, 5, 8, 10, 11, 12, 14, 15], "bas": [16, 18, 20, 23], "basqu": [16, 18], "bcc568e": 16, "be": [0, 2, 4, 14, 15, 16, 20], "bear": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "been": 10, "below": 20, "besoin": 20, "bet": 16, "between": 16, "bibliothequ": 21, "bien": 18, "bik": [3, 4], "biking": [11, 15], "bin": 20, "bio": [0, 5, 14], "biograph": 0, "birth": 16, "birth_dat": [0, 5, 14], "bjornclauw": 16, "black": 16, "blacklist": 0, "blocag": 18, "block": [14, 16], "blocked": [0, 10, 14], "blocked_user": 0, "bloqu": [0, 14, 18], "boat": 18, "body": [16, 20], "bokm\u00e5l": [16, 18], "boolean": [0, 2, 3, 4, 7, 8, 10, 11, 14, 17], "boosterl": 16, "bound": [13, 15], "bouton": 18, "bref": 4, "brows": 16, "build": [16, 20], "bulgar": [16, 18], "bulgarian": 16, "button": 16, "by": [16, 20], "by_id": 8, "by_sport": 12, "by_tim": 12, "byakurau": 16, "c88a515": 16, "cach": 18, "calcul": [0, 12, 16, 18], "calendar": 16, "calendri": [16, 18], "callback": [8, 21], "can": [0, 1, 10, 14, 15, 16, 18, 20, 23], "cannot": [4, 16], "caracter": [0, 4, 8, 15, 16, 20, 21], "card": 16, "cart": [0, 15, 16, 18, 19, 20, 24], "cas": [4, 8, 15, 18, 20], "cass": 20, "cb9d02f": 16, "cc": 20, "cc3fe1c": 16, "cc4287e": 16, "cd": 20, "cec": 16, "cel": [4, 16, 18, 20], "celui": [16, 20], "certain": [16, 17, 19, 20], "cf": [18, 19, 20], "chain": 20, "challeng": [8, 21], "champ": 16, "chang": [0, 4, 16, 18, 20], "changed": 16, "changing": 16, "chaqu": 18, "charact": 0, "character": [0, 4, 16], "charg": [0, 8, 16, 17, 18, 20, 21, 24], "chart": [15, 16, 20], "chart_dat": 15, "chaussur": 18, "cha\u00een": [8, 21], "check": 20, "check_workout": 11, "checkbox": 16, "checked": 16, "checking": 20, "chemin": [20, 23], "chiffr": [18, 20], "chois": [18, 20], "choos": 16, "ci": 16, "clair": 18, "cleanup": 16, "clear": 20, "cli": [14, 16, 17, 18, 20], "click": 16, "clickabl": 16, "clicking": 16, "client": [8, 14, 16, 18, 20, 21], "client_client_id": 8, "client_descript": 8, "client_id": [8, 21], "client_max_body_siz": [20, 23], "client_nam": 8, "client_secret": 8, "client_ur": 8, "clon": 20, "closing": 16, "cl\u00e9": [16, 18, 20], "co": 16, "cod": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21], "code_challeng": [8, 21], "code_challenge_method": [8, 21], "code_verifi": 8, "coll": 20, "color": [0, 11, 16], "com": [0, 2, 8, 10, 14, 16, 20, 21], "comm": [7, 16, 18, 20], "command": [16, 18, 19, 20], "commenc": [0, 12, 16, 18, 20, 23], "commencent": 0, "commend": 16, "comment": [0, 1, 10, 15, 16, 18], "comment_id": 10, "comment_short_id": 1, "comment_suspens": 10, "comment_unsuspens": 10, "commentair": [6, 10, 21], "compatibl": 20, "complet": [16, 18], "completed": 0, "compl\u00e9mentair": 16, "comport": 18, "compos": 20, "compt": [6, 14, 15, 16, 17, 20, 22], "comradekingu": 16, "concern": 10, "condit": 20, "confidential": [0, 2, 16], "config": [2, 16, 20], "configur": [6, 16, 17, 20, 21, 23], "configured": 16, "confirm": [0, 8, 16, 18, 20], "confusedalex": 16, "connaiss": [16, 18], "connect": [0, 18], "connexion": [0, 20], "conserv": [19, 20], "consult": 18, "contact": [0, 1, 2, 3, 4, 7, 11, 13, 14, 15, 18], "contain": [16, 20], "containing": 16, "conten": [16, 18, 20], "content": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "contenu": [1, 10, 18], "contenus": 18, "contient": [16, 18, 20], "continu": 20, "contr": 21, "contrair": [15, 18], "contributeur": [16, 20, 22], "contributing": 16, "contributor": [2, 20], "control": [16, 20], "contr\u00f4l": 2, "copi": 20, "copy": [2, 20], "copyright": [2, 20], "cor": 16, "corp": 21, "correctly": 16, "correspond": [0, 15, 20], "correspondr": 18, "could": 16, "couleur": [0, 18], "cour": [16, 17, 18, 19, 20], "courriel": [0, 14, 16, 18, 23], "cours": [16, 18], "court": [1, 4, 15], "cp": 20, "creat": [16, 20], "create_app": 20, "created": [0, 1, 4, 8, 10, 15], "created_at": [0, 1, 5, 7, 10, 14, 15], "creation": 16, "creation_dat": [4, 13, 15], "creativecommon": 20, "credential": 0, "criter": [10, 14], "criteri": 15, "critical": 23, "cross": [8, 21], "crossing": [18, 20], "cr\u00e9": [0, 1, 4, 8, 10, 15, 16, 17, 18, 20, 21], "cr\u00e9ation": [0, 16, 18], "csrf": [8, 21], "current": [0, 14, 16], "custom": 20, "cycling": [11, 15, 16], "czech": 16, "dan": [0, 2, 4, 15, 16, 17, 18, 19, 20, 21, 24], "danielsiersleben": 16, "dark": 16, "darksky": [16, 20], "dashboard": 16, "dat": [0, 1, 2, 3, 4, 5, 8, 9, 11, 12, 13, 14, 15, 16, 18], "databas": [16, 17, 20], "database_disable_pooling": 20, "database_url": [20, 23], "date_format": 0, "date_string": 0, "davidhenrythoreau": 16, "day": [16, 17, 20], "db": 20, "dd": 0, "debian": [20, 22], "dec": [0, 1, 5, 7, 10, 14, 15], "default": [12, 15, 16, 20], "default_equipment_id": 0, "default_for_sport_id": 4, "default_staticmap": [16, 20], "defined": 18, "definit": 16, "del": 23, "delet": [0, 1, 4, 8, 14, 15, 16], "deleted": 16, "deleting": 16, "demand": [0, 6, 10, 14, 16, 17, 18, 20, 21], "deployment": 16, "deprecated": [16, 17], "depuis": [17, 20], "derni": [16, 20], "derri": 21, "desc": [5, 7, 10, 14, 15, 18], "descent": [13, 15, 16], "descript": [4, 8, 13, 15, 16, 17, 18, 20], "dessous": 16, "detail": 20, "detailed": 16, "detect": 16, "deux": 17, "dev": 20, "development": 16, "df": 20, "diagnostic": 20, "dialect": 23, "differ": 18, "different": [14, 16], "diff\u00e9rent": [16, 18], "dimanch": [12, 18], "direct": [16, 18, 20], "directory": [16, 20], "disabl": 16, "disabled": 0, "discours": 18, "display": 16, "display_ascent": 0, "displayed": 16, "displaying": 16, "disponibl": [0, 9, 17, 18, 20, 21, 22], "dispos": [0, 18], "distanc": [0, 9, 13, 15, 16, 18], "distance_from": 15, "distance_to": 15, "dkm": 16, "do": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "dock": 16, "docu": 16, "document": [19, 20, 21, 23], "doit": [0, 4, 8, 11, 15, 16, 18, 20, 21, 23], "doiv": 18, "doivent": [15, 20, 21], "domain": [15, 20], "don": [0, 8, 12, 14, 15, 16, 18, 19, 21, 23], "dont": [14, 18, 21], "dor\u00e9nav": 16, "dotenv": 16, "dotlambd": 16, "doubl": 15, "down": 16, "download": [0, 15, 16], "dperruso": 16, "dramatiq": [16, 17, 20], "droit": [11, 14, 16, 17, 18, 21], "drop": 16, "dropdown": 16, "dur": [9, 15, 16, 18], "durat": [13, 15, 16], "duration_from": 15, "duration_to": 15, "during": [0, 1, 4, 10, 15], "dutch": 16, "d\u00e9": [3, 14], "d\u00e9bloqu": 14, "d\u00e9but": [12, 15], "d\u00e9connexion": 0, "d\u00e9criv": 10, "d\u00e9crivent": 20, "d\u00e9fault": [18, 20], "d\u00e9faut": [0, 4, 5, 7, 8, 10, 13, 14, 15, 16, 17, 18, 20], "d\u00e9fin": [4, 16, 18, 21, 23], "d\u00e9j\u00e0": [15, 17], "d\u00e9livr": 8, "d\u00e9marr": [16, 20, 24], "d\u00e9marrag": 20, "d\u00e9nivel": [0, 9, 15, 18], "d\u00e9pannag": 19, "d\u00e9part": 18, "d\u00e9pend": 16, "d\u00e9plac": 16, "d\u00e9pr\u00e9ci": 17, "d\u00e9p\u00f4t": 20, "d\u00e9roul": 18, "d\u00e9sactiv": [0, 14, 16, 17, 18, 20], "d\u00e9sorm": 16, "d\u00e9tail": 24, "d\u00e9velopp": [16, 17, 19], "e": 0, "e2e": 16, "ea0ac99": 16, "eau": 18, "edit": [0, 16], "editing": 16, "effectu": 18, "elev": [15, 16], "elles": 15, "email": [0, 2, 10, 14, 16, 17, 23], "email_to_confirm": 0, "email_url": [20, 23], "empty": 16, "emp\u00each": 21, "encod": 20, "encoded": 16, "encor": [16, 19], "endpoint": 16, "enfin": 16, "enfreint": 18, "english": 16, "enlev": 4, "enregistr": [0, 17, 18, 21], "ensembl": 20, "ensuit": 21, "enter": 16, "enti": 8, "entity": [0, 15], "entrant": 18, "entra\u00een": [12, 15, 18], "entre": [4, 8, 18, 21], "entry": 16, "entr\u00e9": [14, 16, 18, 20, 21], "enumerat": 20, "env": [16, 20], "environ": [16, 17, 23], "environment": [16, 20, 23], "envoi": [0, 14, 16, 18, 20, 21], "equal": 2, "equipment": [0, 3, 4, 13, 15, 16, 21], "equipment_id": [0, 15], "equipment_short_id": 4, "equipment_typ": [3, 4], "equipment_type_id": [3, 4], "equipment_type_label": 4, "erral": 16, "erreur": [0, 8, 16, 18, 23], "error": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15, 16, 20], "errored": 0, "espac": 21, "espagnol": [16, 18], "esprit": 18, "estim": 16, "europ": 0, "ewm": 16, "exampl": [0, 2, 8, 10, 14, 16, 20, 21], "exc": 23, "exceed": [0, 4, 15, 16], "exceeding": 16, "except": [18, 23], "exclu": 18, "exclur": 18, "execstart": 20, "exempl": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21], "exhaust": 19, "exist": [0, 4, 5, 12, 14, 15, 16, 18, 19, 20], "existent": [7, 10, 14], "exit": [17, 20], "expected": 10, "expir": 17, "expired": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "expires_at": 8, "expires_in": 8, "expliqu": [0, 10], "expliquent": 10, "exploit": [18, 20], "export": [0, 16, 17, 18, 19, 20], "exp\u00e9diteur": 20, "extens": [0, 15, 20], "extr\u00eam": 18, "ex\u00e9cu": [16, 17], "ex\u00e9cut": 16, "f2aec30": 16, "f96dcef": 16, "fa33f4d996844a5c73ecd1ae24456ab8": 15, "facilit": 16, "facult": [4, 21], "fail": 16, "fair": [0, 1, 15, 18, 20], "fait": [15, 16, 20], "fals": [0, 1, 2, 3, 5, 7, 8, 10, 11, 13, 14, 15, 20], "falsif": [8, 21], "famill": 0, "farthest": 16, "fa\u00e7on": 20, "fb10602": 16, "fd": [0, 9, 13, 14, 15], "featur": 16, "fichi": [0, 2, 15, 16, 17, 18, 19, 20, 22, 24], "field": 16, "fil": [0, 2, 15, 16, 20], "file_nam": 0, "file_siz": 0, "filt": 16, "filter": 16, "filtering": 16, "filtr": [0, 10, 16, 18], "fin": [12, 15, 16, 20], "finish": 16, "first": [4, 16], "first_nam": [0, 5, 14], "fit": [20, 22], "fitotrack": 19, "fittracke": [4, 8, 17, 18, 20, 21, 22, 24], "fittrackee_client": 20, "fittrackee_host": 21, "fittrackee_install": 22, "fittrackee_worker": 20, "fittrackee_ynh": 20, "fix": [16, 20], "flake8": 16, "flask": [16, 20], "flask_app": 20, "flaticon": 20, "flech": 18, "float": [0, 15], "flow": 21, "flux": [6, 18], "fmstrat": 16, "follow": [0, 5, 7, 10, 14, 21], "follow_request": [5, 7], "follower": [0, 1, 5, 7, 10, 14, 15, 16], "followers_only": [0, 1, 14, 15], "following": [0, 1, 5, 7, 10, 14, 15, 16], "fonction": [20, 21], "fonctionnal": [19, 20], "fond": 20, "foot": 16, "for": [0, 2, 4, 14, 15, 16, 20], "forbidden": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "forc": 4, "forgery": [8, 21], "fork": 20, "form": [0, 8, 15, 16], "format": [0, 12, 15, 16, 18, 19], "fort": 20, "forwarded": [20, 21], "found": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 14, 15, 16], "fourn": [0, 4, 8, 12, 15, 17, 18, 20, 21, 23], "fournisseur": [16, 20], "fr": [0, 20], "franc": [18, 20], "freepik": 20, "french": 16, "fri": 15, "from": [4, 5, 7, 12, 15, 16, 20], "ft": 16, "ftcli": 20, "full": 16, "fullchain": 20, "fullscreen": 16, "furo": 16, "fuseau": [0, 15, 18], "galician": 16, "galicien": [16, 18], "gallegonovato": 16, "gard": [15, 18, 20], "garmin": 22, "generat": 16, "ger": [10, 16, 17, 18, 20, 23], "german": [16, 20], "gestion": [16, 20], "get": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "getting": 2, "gif": 0, "git": 20, "github": 20, "gl": 0, "gmt": [0, 1, 4, 5, 7, 8, 9, 10, 13, 14, 15], "gnu": 16, "gorgoback": 16, "gp": [16, 18], "gpl": 19, "gpx": [0, 8, 15, 16, 18, 19, 20, 22], "gpx_limit_import": 2, "gpxpy": [0, 16, 18, 20], "grammar": 16, "grand": [16, 18], "grant_typ": 8, "graph": 16, "graphiqu": [0, 16, 18, 20], "gray": 16, "great": [1, 2, 16], "gr\u00e2c": [20, 22], "guid": 20, "guillemet": 15, "gunicorn": [20, 23], "gz": 20, "gzip": 0, "g\u00e9ner": [8, 17, 18, 20, 21], "h": [15, 18], "ha": [0, 9, 13, 14, 15], "handl": 16, "has": [1, 4, 10, 14, 15, 16, 18], "has_equipment": 3, "has_next": [0, 5, 7, 8, 10, 14], "has_prev": [0, 5, 7, 8, 10, 14], "has_workout": 11, "hav": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "help": [17, 20], "heur": [16, 18, 20], "hexadecimal": 0, "hexad\u00e9cimal": 0, "hgzyfxgvwkcepdq3vyk67q": 15, "hid": 16, "hidden": 16, "hide_profile_in_users_directory": 0, "hiding": 16, "hiking": 11, "his": 16, "histor": [19, 20], "hom": 20, "horair": [0, 15, 18], "host": 20, "hosted": 16, "hosting": 20, "hour": 20, "how": 20, "href": [2, 20], "html": 16, "http": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 21], "http2": 20, "hv9kwvdtbhhyfvml7phovq": 10, "hvybqybra7wwxpastwr4v2": [0, 9, 13, 14, 15], "h\u00f4t": 20, "i18n": 16, "icon": 16, "ic\u00f4n": 20, "id": [0, 1, 3, 4, 7, 8, 9, 10, 11, 13, 14, 15, 16], "identif": 20, "identifi": [0, 1, 7, 8, 10, 11, 12, 15, 21], "if": [0, 16, 18, 20], "imag": [0, 14, 15, 16, 18, 20, 24], "impact": 18, "imperial": 16, "imperial_unit": 0, "implementing": 16, "import": [4, 8, 16, 18, 20], "importing": 16, "improv": 16, "improved": 16, "imp\u00e9rial": [0, 18], "in": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20], "in_progress": 0, "inact": [0, 4, 14, 15, 18, 20], "inclus": 16, "incomplet": 17, "inconsistent": 16, "incorrect": [4, 16, 18], "index": 15, "indiqu": 18, "ind\u00e9sir": 18, "infobull": 18, "inform": [0, 2, 14, 16, 18, 19, 20], "inf\u00e9rieur": 16, "init": 16, "initial": [16, 20], "initialis": [16, 20], "inscript": [0, 2, 16, 18, 20], "inscrir": [2, 16, 18, 20], "insensibl": 20, "instabl": [19, 20], "install": [16, 19], "instanc": [2, 16, 18, 20], "instant": 18, "instead": 16, "instruct": [0, 16, 18, 20], "int": [0, 3, 4, 7, 8, 10, 11, 15], "integ": [0, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15], "integer": 4, "integr": 20, "interag": [18, 21], "interceptor": 16, "interfac": [0, 16, 18, 19, 20], "internal": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15], "interrompu": 20, "introduit": 16, "invalid": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20], "invalidat": 16, "invalidemailurlschem": 23, "ip": 20, "is": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "is_act": [0, 3, 4, 10, 11, 14], "is_active_for_us": 11, "is_email_sending_enabled": 2, "is_followed_by": [0, 7, 10, 14], "is_registration_enabled": 2, "is_reported_user_warned": 10, "iso": 17, "isort": 16, "issu": [16, 18], "issued_at": 8, "it": [0, 4], "italian": 16, "italien": [16, 18], "jan": [13, 15], "jat255": 16, "javascript": [16, 20], "jderuit": 16, "jeton": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 20, 21], "jinj": 16, "jmlich": 16, "john_do": 14, "johndo": 14, "jour": [0, 1, 2, 4, 7, 11, 14, 15, 16, 17, 18], "journal": [20, 23], "jpeg": 14, "jpg": 0, "js": [15, 20], "json": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18], "jul": [0, 9, 13, 14, 15], "july": 8, "jusqu": 18, "jwt": 20, "kayak": 18, "kayak_boat": 3, "kcj6hdgqqpkaakqmfqj8jv": 14, "kd5wyhwltvozw6o3au5m4j": 15, "keep": 16, "key": 20, "keyboard": 16, "kjxavsturjvoah2wvcegef": [13, 15], "km": [15, 18], "koen": 16, "komoot": 20, "label": [3, 4, 11, 16, 18], "laiss": 20, "lanc": [16, 20], "lang": [0, 16, 17], "langu": [0, 16, 17, 18], "languag": [0, 16, 17], "laquel": 18, "larg": [0, 15, 20], "last_nam": [0, 5, 14], "latitud": 15, "lavoi": 16, "layout": 16, "ld": [0, 9, 13, 14, 15], "leaflet": [15, 20], "lectur": [7, 21], "legal": 20, "legitimat": 16, "lequel": [0, 20], "less": 16, "lettr": 17, "lev": [18, 20], "level": 16, "li": [10, 18], "libr": 18, "librair": [8, 20], "library": 16, "licenc": 20, "licens": [16, 19, 20], "lien": 20, "lieu": 18, "lign": [16, 18, 19, 20], "lik": [1, 15, 16], "liked": [1, 15], "likes_count": [1, 15], "lim": [16, 20], "limit": [4, 16, 18], "lin": [17, 20], "link": 16, "lint": 20, "linux": 20, "lir": 16, "list": [8, 15, 16, 17, 19, 20], "listen": 20, "ll": 20, "load": [16, 23], "loading": 16, "local": [0, 16, 19, 20], "localhost": [16, 20], "localis": [0, 20], "localiz": 16, "locat": [0, 5, 14, 20], "log": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 23], "logfil": 20, "logged": 0, "login": [0, 16], "logo": 20, "logout": [0, 16], "long": 16, "longitud": 15, "longu": [4, 9, 16, 18], "longueur": 15, "lor": [0, 17, 18], "lorsqu": [0, 16, 17, 20], "lu": [7, 18], "lukasitaly": 16, "lund": [0, 12, 18], "mailhog": 20, "mainten": [16, 20], "majeur": 16, "majuscul": 15, "mak": [16, 20], "makefil": 20, "malformed": 0, "manag": [16, 17], "mani": [18, 20], "manqu": 16, "manually_approves_follower": 0, "manuel": 18, "map": [13, 15, 16, 18, 19], "map_attribu": [2, 20], "map_id": 15, "map_til": 15, "map_visibility": [0, 14, 15], "mar": [0, 4, 14, 16, 20], "mara21": 16, "march": [16, 18], "mariusz": 16, "mariuz": 16, "mark": 7, "markdown": [16, 18], "marked_as_read": 7, "marker": 16, "marqu": [7, 18], "masqu": [14, 18], "match": 0, "matching": 16, "mati": 18, "max": [2, 5, 14, 15, 16, 17], "max_alt": [13, 15], "max_single_file_siz": 2, "max_speed": [13, 15], "max_speed_from": 15, "max_speed_to": 15, "max_user": 2, "max_zip_file_siz": 2, "maximal": [2, 9, 15, 16, 17, 18], "maximum": [2, 18], "may": 16, "md": 16, "measur": 16, "meilleur": 21, "mensuel": [16, 18], "mention": [1, 7, 18, 20], "menu": [16, 18], "merc": 16, "messag": [0, 2, 5, 8, 14, 15, 16, 17, 18, 20, 21], "mesur": 16, "mettr": [1, 2, 7, 14, 15, 16, 17, 18, 20], "mi": 16, "microsecond": 16, "migrat": [16, 17, 20], "min": 16, "min_alt": [13, 15], "minimal": [15, 16, 18, 21], "minimum": [0, 2, 3, 10, 11, 12, 14], "minor": 16, "minuscul": 15, "minut": 20, "mis": [0, 4, 11, 14, 15, 16, 18, 21], "missing": [0, 16], "mm": 0, "mmm": 0, "mmy3qpl3vcfukjgffbncjv": 0, "mo": 18, "mobil": [16, 19], "mod": 16, "modal": 16, "model": 16, "moder": [10, 12, 14, 16], "moderator": [10, 14, 16, 17], "modif": [0, 18, 19], "modifi": [0, 3, 4, 10, 11, 17, 18, 20, 21], "modification_dat": [1, 13, 15], "modify": 16, "modul": [16, 20], "moin": [4, 7, 10, 13, 15], "mois": [12, 16, 18], "moment": [0, 15, 16, 18], "mond": 18, "mondstern": 16, "mono": 16, "month": [12, 16], "mor": 16, "morning": 15, "mot": [0, 14, 17, 18, 20], "mountain": 11, "mountaineering": 16, "mous": 16, "mov": 16, "moving": [13, 15, 16], "moyen": [9, 12, 15, 16, 18, 20], "mult": 20, "multipart": [0, 8, 15], "multipl": 16, "must": [0, 2, 4, 14, 15, 16], "mv": 20, "my": 4, "mynixos": 20, "mzydicyyfktg3gga2x8afu": 1, "m\u00e9thod": [8, 20, 21], "m\u00e9triqu": 18, "m\u00e9t\u00e9o": [16, 18], "m\u00eam": [16, 18, 20], "nag": 18, "naissanc": 0, "nam": [8, 16, 18], "nano": 20, "navig": [0, 16, 18, 20], "nb": 0, "nb_sport": [0, 5, 14], "nb_workout": [0, 1, 5, 7, 10, 14, 15], "nbsp": 20, "nederland": 16, "need": 20, "net": 20, "netinstall": 22, "nettoi": 16, "network": 20, "new": [0, 4, 14, 16], "new_email": 14, "new_password": 0, "next": 16, "next_workout": [13, 15], "nginx": [16, 18, 20, 21, 23], "ni": 18, "nic": 1, "niveau": [1, 16, 18], "nixpkg": 20, "nl": 0, "no": [0, 1, 4, 8, 14, 15, 16], "no_gpx": 15, "nod": 20, "nofollow": 20, "noir": 17, "nom": [0, 5, 8, 10, 12, 14, 16, 17, 18, 20], "nombr": [2, 5, 14, 15, 17, 18, 20], "nomenclatur": 16, "non": [0, 3, 4, 7, 8, 10, 11, 12, 15, 16, 18, 19, 20], "noopen": 20, "noreferr": 20, "norv\u00e9gien": [16, 18], "norwegian": 16, "nosuchmoduleerror": 23, "not": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20], "notat": 20, "notif": [6, 16, 20, 21], "notification_id": 7, "notification_typ": 7, "nouveau": [0, 16, 17, 18, 20, 21], "nouveaut": 18, "nouvel": [0, 4, 14, 17, 18, 20], "nov": [1, 15], "now": 17, "null": [0, 1, 2, 4, 5, 7, 10, 11, 13, 14, 15, 16], "numb": [2, 16, 20], "nuv9cy8vqonrqkhtz5pqaq2zw7msh0mornpjr14amswd6f6": 8, "n\u00e9cessair": [18, 20], "n\u00e9cessit": [16, 20, 21], "n\u00e9cessitent": [20, 21], "n\u00e9erland": [16, 18], "n\u00e9gat": [15, 18], "o22a27s2abpuoxjbxv3ujdox": 8, "oauth": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20], "oauth2": [6, 21], "oauthlib": 21, "object_id": 10, "object_typ": 10, "objet": [0, 1, 2, 3, 4, 7, 10, 11, 14, 15], "obligatoir": [4, 8, 10, 12, 15, 16, 17, 20, 21], "obten": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 21], "octet": 0, "of": [0, 2, 4, 15, 16, 20, 21], "office365": 20, "offset": 16, "ok": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "omis": 20, "once": [0, 1, 15], "ondrejzivny": 16, "one": [0, 15], "onglet": 21, "ongoing": 0, "only": [0, 1, 15, 16, 18], "open": [16, 18, 19], "openstreetmap": [2, 16, 20], "opentrack": 19, "option": [16, 17, 20], "optionnel": [7, 8, 20], "or": [0, 1, 2, 3, 4, 7, 11, 13, 14, 15, 16], "order": [5, 7, 10, 14, 15, 16], "order_by": [10, 14, 15], "ordre": [5, 7, 10, 14, 15], "org": [2, 20], "origin": 18, "osm": 20, "osmfr": 20, "other": [0, 4, 14], "out": 0, "outdoor": [16, 20], "outil": [18, 19, 20], "ouvr": 20, "over": 16, "overlap": 16, "own": 10, "owner": [14, 16, 17, 20], "o\u00f9": [4, 18, 20], "packag": [16, 20], "packaged": 16, "paf38": 16, "pag": [0, 5, 7, 8, 10, 13, 14, 15, 16], "pagin": [0, 5, 7, 8, 10, 13, 14, 15], "paquet": [16, 20], "par_pag": 14, "paragliding": 16, "paralleliz": 16, "paramet": [4, 20], "parameter": [4, 16], "parametr": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 18, 21], "parapent": 18, "pareck": 21, "paris": 0, "parm": [16, 20], "pars": 16, "part": [0, 15, 16, 18, 19, 21, 22], "particuli": 18, "partiel": 16, "pass": [0, 14, 17, 18, 20], "password": [0, 16, 17, 20], "passwordwith": 20, "patch": [0, 1, 2, 3, 4, 7, 10, 11, 14, 15], "paus": [13, 15, 16], "payload": [0, 1, 2, 3, 8, 10, 11, 14, 15], "pem": 20, "pending": 7, "per": [16, 20], "per_pag": [5, 14, 15], "perform": 18, "period": 12, "perm": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "permet": [4, 16, 17, 18, 19, 21], "permettent": 18, "permettr": 21, "personnalis": [16, 18], "personnel": 18, "petit": 16, "peut": [0, 1, 3, 4, 8, 11, 12, 14, 15, 16, 17, 18, 20, 21], "peuvent": [0, 16, 18, 19, 20], "pg_dump": 20, "pictur": [0, 1, 5, 7, 10, 14, 15, 16], "piec": 4, "pied": [16, 18], "pil": 16, "ping": 2, "pip": 20, "pipenv": 16, "pkce": [8, 21], "pleas": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "plein": [18, 19], "plugin": 23, "pluj": 16, "plupart": 21, "plus": [4, 9, 16, 17, 18, 19, 20, 23], "plusieur": [16, 18, 19, 20], "png": [0, 15, 20], "poetry": [16, 20], "point": [0, 2, 3, 4, 8, 11, 14, 16, 18, 20, 21], "policy": [0, 16], "polish": 16, "polit": [0, 2, 16], "polon": [16, 18], "pong": 2, "pooling": 20, "port": 20, "portug": [16, 18], "portugues": 16, "posit": [15, 16, 18], "possibl": [16, 18, 19, 20], "post": [0, 1, 4, 5, 7, 8, 10, 14, 15, 21], "postgr": [16, 23], "postgresql": [16, 20, 23], "postgresql10": 16, "pourquoi": 10, "pourr": [16, 20], "pouv": 16, "pr": 16, "preferent": [0, 16], "premi": 18, "prendr": [16, 18], "prepar": 16, "present": 16, "prevent": 20, "previous_workout": [13, 15], "prior": 18, "pris": [0, 8, 16, 17, 18, 20, 21], "priv": [16, 18], "privacy": [0, 16], "privacy_policy": 2, "privacy_policy_dat": 2, "privat": [0, 1, 14, 15], "privileg": 20, "privkey": 20, "problem": [16, 18, 20], "proced": 20, "process": [16, 20], "processed": 0, "processus": 20, "prochain": [16, 18], "product": 16, "productionconfig": 20, "produir": 18, "profil": [0, 8, 10, 14, 16, 18, 21], "project": 20, "projet": 20, "propos": 16, "propr": [4, 14, 19], "propri\u00e9tair": [4, 16, 18, 20], "proto": [20, 21], "proven": 18, "provid": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "provided": [0, 1, 2, 4, 14, 15], "provider": 16, "proxy": [20, 21], "proxy_add_x_forwarded_for": 20, "proxy_pass": 20, "proxy_redirect": 20, "proxy_set_head": [20, 21], "pr\u00e9c\u00e9dent": 16, "pr\u00e9f\u00e9rent": [0, 4, 14, 17], "pr\u00e9nom": 0, "pr\u00e9requ": 16, "pr\u00e9sent": 18, "pr\u00e9vers": 16, "pr\u00eat": 20, "psjeexbjz2jjnqctcpxvvf": 15, "publi": [18, 20], "public": [0, 1, 15, 18], "publiqu": 1, "puiss": 21, "puissent": [16, 18], "pull": 20, "pwd": 20, "py": 20, "python": [16, 20, 21], "p\u00e9riod": [12, 18, 20], "q": 14, "qrj7by6h2iyjsv8sersfgv": 4, "quand": [14, 16], "quant": 16, "quelqu": [4, 5, 7, 10, 13, 14, 15, 16, 18, 21], "queu": 20, "qwerty287": 16, "r": 20, "rafra\u00eech": 8, "raison": [0, 10], "randon": [16, 18], "rapport": 16, "rapporteur": 10, "raquet": 18, "rat": [16, 20], "reactivated": 10, "read": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 21], "read_status": 7, "readm": 16, "real": 20, "reason": [0, 10, 14], "rebuild": 16, "recalcul": [4, 18], "recevoir": 18, "recherch": 16, "recommand": [8, 20, 21], "record": [0, 5, 6, 13, 14, 15, 16, 18], "record_typ": [0, 9, 13, 14, 15], "red": [16, 17, 20], "redirect": [8, 16, 21], "redirect_ur": 8, "redirig": [8, 21], "redis_url": 20, "red\u00e9marr": 20, "refacto": 16, "refactoris": 16, "refresh": 4, "refresh_token": 8, "refreshed": 16, "regist": 0, "registr": [0, 16], "regl": 18, "reject": 5, "rejected": 5, "rejet": [5, 10, 18, 20], "rel": 20, "relat": [14, 18], "relev": 16, "remain": 18, "remaining": 16, "remarqu": 20, "remote_addr": 20, "remov": 16, "remplac": [15, 16, 18, 20], "rencontr": 20, "renomm": 16, "renvoi": [0, 7, 8, 10, 13, 14, 15], "replac": 16, "report": [10, 21], "report_act": 10, "report_id": [10, 14], "reported_by": 10, "reported_comment": 10, "reported_us": 10, "reported_workout": 10, "requ": [0, 21], "request": [0, 1, 2, 3, 4, 5, 8, 10, 11, 12, 14, 15, 20, 21], "request_ur": 20, "requested": 0, "required": 0, "requiring": 16, "requis": 4, "requ\u00eat": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 21], "resend": 0, "resent": 0, "reset": [0, 16, 17], "reset_password": 14, "resetting": 16, "resolu": 16, "resolved": 10, "resolved_at": 10, "resolved_by": 10, "respons": 16, "response_typ": [8, 21], "rest": [16, 18, 21], "restart": 20, "restartsec": 20, "restreint": 18, "result": 16, "retir": 18, "retourn": [1, 9, 12], "return": [16, 20], "revok": 8, "revoked": 0, "reworked": 16, "re\u00e7u": [5, 7, 18], "rid": 16, "right": [14, 16, 18], "roehv64thcg28wcewzhrnvlusoduvw8nvnhkcml57": 8, "rol": [0, 1, 7, 10, 14, 15, 16, 17, 18, 20], "rout": [16, 20], "ruff": 16, "run": 20, "runn": 19, "running": 11, "russ": 18, "russian": 16, "r\u00e9activ": 18, "r\u00e9cent": 18, "r\u00e9cuper": [15, 18, 20, 21], "r\u00e9dact": 18, "r\u00e9duit": 16, "r\u00e9initialis": [0, 14, 17, 18, 20], "r\u00e9pertoir": [0, 20], "r\u00e9pons": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "r\u00e9solu": 18, "r\u00e9solus": 10, "r\u00e9tro": 20, "r\u00e9trograd": 16, "r\u00e9uss": 0, "r\u00e9voqu": 8, "r\u00f4l": [2, 3, 10, 11, 12, 14, 17, 18, 20], "s256": [8, 21], "sam": [0, 1, 4, 5, 9, 10, 13, 14, 15, 16], "samr1": 20, "san": [0, 1, 5, 7, 8, 10, 12, 13, 14, 15, 16, 18, 19, 20], "sanction": [0, 14, 18], "sat": 14, "sauf": [14, 20], "sauvegard": 20, "sav": [1, 4, 10, 16], "schem": [20, 21], "scop": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "screen": 16, "script": 16, "search": 16, "second": [4, 15], "secret": [8, 20, 21], "section": 16, "security": 16, "see": [16, 20], "seem": 16, "segment": [13, 15, 16, 18], "segment_id": 15, "selected": [0, 15], "selon": [0, 18, 20], "semain": [0, 12, 18], "send": 16, "sender_email": 20, "sending": 16, "sent": 14, "ser": [0, 4, 15, 16, 17, 18, 20], "serv": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15, 16, 20], "server_nam": 20, "serveur": [15, 16, 18, 19, 23], "servic": [16, 20], "session": 21, "set": [16, 17, 20], "setting": 20, "seuil": [0, 18], "seul": [0, 1, 4, 8, 12, 14, 15, 16, 18, 20, 21], "sh": 22, "shel": 20, "sho": [3, 4], "should": 16, "show": [16, 17, 20], "shown": 16, "shura0": 16, "si": [0, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 23], "sien": 14, "signal": [6, 14, 16, 18, 21], "signatur": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "sikm": 16, "simontb": 16, "simpl": 20, "simplified": 21, "simplify": 16, "sinon": [18, 20], "sit": [8, 21], "siz": [0, 2, 15, 16, 20], "ski": 18, "skis": [3, 18], "skylan0916": 16, "slothj": 16, "slow": 16, "small": 16, "smtp": [16, 20, 23], "snowsho": [3, 16], "social": 16, "som": 16, "sombr": [0, 18], "sorry": 0, "sort": 21, "sorting": 15, "soum": 20, "sourc": 18, "sous": [15, 20], "spanish": 16, "special": 16, "specific": 20, "specify": 16, "speed": [15, 16], "spinn": 16, "sport": [0, 2, 4, 6, 12, 15, 16, 20], "sport_id": [0, 4, 9, 11, 12, 13, 14, 15], "sport_label": 4, "sportiv": [18, 19], "sports_list": [0, 5, 14], "sp\u00e9cial": 20, "sp\u00e9cif": 18, "sql": 20, "sqlalchemy": [16, 20, 23], "ssl": 20, "ssl_certificat": 20, "ssl_certificate_key": 20, "stabl": 16, "standard": [16, 20], "standarderror": 20, "standardiz": 16, "standardoutput": 20, "start": 16, "start_elevation_at_zero": 0, "startlimitintervalsec": 20, "starttl": 20, "stat": [8, 12, 16, 21], "static": 16, "staticmap": 20, "staticmap_subdomain": [16, 20], "statiqu": [18, 20], "statist": [2, 6], "statistic": [2, 12, 16], "stats_workouts_lim": 2, "status": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18], "statut": [4, 14, 17], "sticky": 16, "stock": [18, 19, 21], "stop": 20, "stopp": 20, "stopped": 16, "stopped_speed_threshold": [0, 11], "strateg": 20, "strav": 22, "street": [18, 19], "strength": 16, "string": [0, 1, 2, 4, 5, 7, 8, 10, 11, 12, 14, 15], "subdomain": 16, "succes": [0, 3, 4, 5, 8, 11, 12, 14, 15], "success": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "successful": 0, "successfully": 0, "such": 16, "suiv": [0, 6, 9, 14, 18, 20, 21, 22, 23], "suivent": 20, "suivr": [14, 18, 19], "sun": [0, 1, 9, 10, 13, 14, 15], "sunday": 15, "supplied": 4, "suppl\u00e9mentair": 18, "support": [8, 16, 20, 21, 23], "suppress": [4, 16, 20], "supprim": [0, 1, 4, 8, 14, 15, 16, 17, 18], "suspended": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "suspended_at": [0, 1, 7, 10, 14, 15], "suspendr": 18, "suspendu": [0, 3, 4, 8, 11, 14, 18], "suspendus": 14, "suspens": [0, 1, 14, 15, 18, 20], "swimming": 16, "swimrun": [16, 18], "switch": 16, "synchronis": 22, "syntax": 18, "syslog": 20, "syslogidentifi": 20, "system": [18, 20], "systemd": 20, "s\u00e9anc": [0, 1, 2, 4, 6, 10, 11, 12, 16, 19, 21, 22, 24], "s\u00e9cur": 21, "s\u00e9lection": [0, 18], "s\u00e9mant": 20, "s\u00e9par": [18, 20, 21], "t2zeeuxvuy3pla8meeufyk": 1, "tabl": 16, "taill": [0, 2, 18, 20], "taken": 0, "tant": 4, "tar": 20, "target": 20, "task": 20, "tchequ": [16, 18], "temp": 12, "term": 16, "test": [16, 20], "text": [0, 1, 10, 14, 15, 18], "text_html": 1, "text_visibility": 1, "textar": 16, "than": [2, 14, 16], "thank": 16, "that": [0, 4, 16], "the": [0, 1, 3, 4, 7, 11, 13, 14, 15, 16, 20], "their": 10, "them": [0, 16, 18], "this": [15, 17, 20], "thovi98": 16, "threshold": 16, "thu": [5, 8, 14], "thunderforest": [16, 20], "ticket": 19, "tient": 15, "tier": [18, 19], "tierc": [18, 21], "til": [16, 20], "tile_server_url": 20, "tim": [12, 15, 16], "timelin": [13, 16], "timeout": [20, 23], "timezon": [0, 16], "titl": [13, 15, 16], "titr": [15, 18], "tl": [16, 20], "to": [0, 2, 4, 12, 14, 15, 16, 18, 20, 22], "token": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21], "token_typ": 8, "too": [0, 15], "tool": 16, "tooling": 16, "tooltip": 16, "total": [0, 4, 5, 7, 8, 10, 12, 14, 15, 16, 18], "total_ascent": [0, 12], "total_dist": [0, 4, 5, 12, 14], "total_dur": [0, 4, 5, 12, 14], "total_moving": 4, "total_workout": 12, "toujour": 18, "tous": [0, 3, 4, 7, 8, 9, 11, 12, 14, 16, 18, 20], "tout": [4, 12, 16, 18, 20], "trac": [18, 20], "track": 16, "tracke": 20, "traduit": 18, "trail": 18, "trailing": 16, "train": 3, "trait": [0, 17], "translat": 16, "translated": 16, "transport": [11, 16, 18], "traxy": 16, "trekking": [16, 18], "tri": [5, 7, 10, 14, 15, 18], "tronqu": 15, "trouv": [3, 4, 8, 11, 15, 16], "tru": [0, 1, 2, 3, 4, 7, 8, 10, 11, 14, 15, 16, 20], "try": [0, 1, 3, 4, 7, 11, 13, 14, 15], "tuil": [15, 16, 18], "typ": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20], "typescript": 20, "typo": 16, "typos": 16, "t\u00e2ch": 20, "t\u00e9l\u00e9charg": [0, 15, 17, 18, 20, 24], "t\u00e9l\u00e9vers": [16, 18], "t\u00eat": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 21], "u": 20, "uberspac": 20, "ubuntu": 20, "ui": 16, "ui_url": 20, "unauthorized": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "unblock": 14, "unchanged": 18, "uncommenting": 20, "underscor": 0, "undo": [1, 14, 15], "unfollow": 14, "uniqu": [0, 1, 8, 14, 16, 17, 18, 20, 21], "unit": [0, 16, 20], "unitair": 18, "unread": 7, "unresolved": 10, "unwanted": 16, "up": [16, 19], "updat": [0, 4, 15, 16, 20], "updated": [0, 4, 16], "updated_at": [0, 10, 14], "updating": 2, "upgrad": [16, 20], "upload": [16, 20, 22], "upload_fold": [20, 23], "uploaded": [2, 16, 20], "uploading": 16, "uploads_dir_siz": 12, "uri": 16, "url": [0, 8, 16, 18, 20, 21, 23], "urtzai": 16, "usag": [17, 20], "use": 16, "use_dark_mod": 0, "use_raw_gpx_speed": 0, "used": 16, "user": [0, 1, 2, 4, 5, 9, 10, 12, 13, 14, 15, 16, 18, 20, 21], "user_id": [0, 4], "user_nam": [5, 12, 14], "user_suspens": [0, 10], "user_unsuspens": 10, "user_warning": 10, "usernam": [0, 1, 5, 7, 10, 14, 15, 16, 17, 20], "using": 16, "util": [16, 18], "utilis": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 20, 21], "utility": 20, "uuid": [15, 16], "v0": 20, "v3": 19, "valeur": [0, 4, 8, 15, 17, 18, 20, 21, 23], "valid": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 23], "validat": 16, "valu": [0, 9, 10, 13, 14, 15, 16], "variabl": [16, 23], "various": 16, "vent": 18, "venv": 20, "ver": [8, 16, 20, 21], "verrouill": 18, "version": [2, 17, 18, 20, 21], "veuill": [16, 18], "vi": [14, 18, 20], "vid": [15, 17, 20], "view": [16, 20], "virgul": 20, "virtual": 16, "virtualenv": [16, 20], "virtuel": [18, 20], "visibil": [0, 1, 15, 16, 18], "visibility": 16, "visibl": [1, 13, 18], "visual": [18, 20], "visualcrossing": 16, "visualis": 18, "vite_app_api_url": 20, "vitess": [0, 9, 15, 16, 18, 20], "voir": [4, 16, 18, 20, 21, 23], "volumin": [18, 23], "voodoopt": 16, "votr": [19, 20], "vtt": [15, 16, 18], "vu": [16, 20], "vue3": 20, "vue_app_api_url": 20, "vuex": 20, "v\u00e9lo": [16, 18], "v\u00e9rif": [8, 16, 21, 23], "v\u00e9rifi": [11, 20, 23], "walking": 11, "want": 20, "wantedby": 20, "was": [0, 4], "wat": 16, "weath": 16, "weather_ap": 20, "weather_api_key": 20, "weather_api_provid": [16, 20], "weather_end": [13, 15], "weather_provid": 2, "weather_start": [13, 15], "web": [0, 8, 19, 20, 21], "weblat": [16, 18], "websit": 8, "wed": [0, 7, 10, 14, 15], "week": [12, 16], "weekend": 16, "weekm": [0, 12], "wget": 20, "when": [2, 16], "whit": 16, "wind": 16, "with": [0, 4, 15, 16, 20], "with_following": 14, "with_gpx": [13, 15], "with_hidden_user": 14, "with_inact": 14, "with_suspended": 14, "without": [4, 15, 16], "wjgtwtqfpnprhyak5ex9pw": 1, "work": [16, 20, 23], "worker": [16, 17, 20], "workers_process": 20, "workflow": 16, "workingdirectory": 20, "workout": [0, 1, 2, 4, 8, 9, 10, 11, 12, 13, 15, 16, 21], "workout_dat": [0, 9, 13, 14, 15], "workout_id": [0, 1, 9, 10, 13, 14, 15], "workout_short_id": [1, 15], "workout_suspens": [10, 14], "workout_unsuspens": 10, "workout_visibility": 15, "workouts_count": [4, 14], "workouts_visibility": [0, 14], "writ": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 14, 15, 21], "www": [2, 20], "x": [0, 15, 16, 20, 21], "xmgz": 16, "xml": 15, "xxxx": 20, "xzf": 20, "yarn": 20, "year": 12, "you": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20], "your": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "yyyy": 0, "z": [15, 20], "z2ze5qzrnmvmndejpphask": 10, "zero": 16, "zip": [0, 2, 15, 16, 18], "zoom": 15, "z\u00e9ro": [0, 18], "\u00c0": 20, "\u00e9chang": 21, "\u00e9chapp": [15, 16], "\u00e9chec": 24, "\u00e9cran": 16, "\u00e9cras": 20, "\u00e9critur": 21, "\u00e9gal": [14, 16, 17, 18, 19, 20], "\u00e9lectr": 18, "\u00e9lectron": [0, 2, 14, 17, 18, 20], "\u00e9lev": [9, 18, 20], "\u00e9mettr": 8, "\u00e9miss": 8, "\u00e9quip": [0, 6, 15, 16, 21], "\u00e9tap": 20, "\u00e9tat": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18], "\u00e9valu": [16, 20], "\u00e9ven": 18, "\u00e9ventuel": 4, "\u00e9vit": [8, 16, 18], "\u00eatre": [0, 4, 8, 14, 15, 16, 17, 18, 19, 20, 21, 23], "\u0153uvr": 21}, "titles": ["Authentification et compte", "Commentaires", "Configuration", "Types d\u2019\u00e9quipement", "\u00c9quipements", "Demandes de suivi", "Documentation de l\u2019API", "Notifications", "OAuth2", "Records", "Signalements", "Sports", "Statistiques", "Flux de s\u00e9ances", "Utilisateurs", "S\u00e9ances", "Historique des modifications", "Interface de ligne de commande", "Fonctionnalit\u00e9s", "FitTrackee", "Installation", "OAuth 2.0", "Outils tiers", "Administrateur", "D\u00e9pannage"], "titleterms": {"0": [16, 21], "01": 16, "02": 16, "03": 16, "04": 16, "05": 16, "06": 16, "07": 16, "08": 16, "09": 16, "0b1": 16, "0b2": 16, "1": 16, "10": 16, "11": 16, "12": 16, "13": 16, "14": 16, "15": 16, "16": 16, "17": 16, "18": 16, "19": 16, "2": [16, 21], "20": 16, "2018": 16, "2019": 16, "2020": 16, "2021": 16, "2022": 16, "2023": 16, "2024": 16, "21": 16, "22": 16, "23": 16, "24": 16, "25": 16, "26": 16, "27": 16, "28": 16, "29": 16, "3": 16, "30": 16, "31": 16, "32": 16, "4": 16, "5": 16, "6": 16, "7": 16, "8": 16, "9": 16, "Les": 23, "a": [18, 20], "acces": [6, 20], "administr": [16, 18, 23], "affich": 23, "am\u00e9lior": 16, "api": [6, 20], "appliqu": 18, "authentif": 0, "bas": 17, "bord": 18, "bug": 16, "captur": 18, "cart": 23, "charg": 23, "clean": 17, "clean_arch": 17, "clean_token": 17, "command": 17, "commentair": [1, 18], "compt": [0, 18], "confidential": 18, "configur": [2, 18], "correct": 16, "corrig": 16, "courriel": 20, "creat": 17, "dan": 23, "db": 17, "demand": 5, "disponibl": 16, "diver": 16, "dock": 20, "document": [6, 16], "don": [17, 20], "drop": 17, "d\u00e9marr": 23, "d\u00e9pannag": 24, "d\u00e9pend": 20, "d\u00e9ploi": 20, "d\u00e9tail": [18, 23], "d\u00e9velopp": 20, "environ": 20, "export_arch": 17, "ferm": 16, "fichi": 23, "fittracke": [16, 19, 23], "flux": [13, 21], "fonctionnal": [16, 18], "franc": 16, "ftcli": 17, "histor": 16, "imag": 23, "import": 22, "install": [20, 22], "interact": 18, "interfac": 17, "jour": 20, "lign": 17, "lik": 18, "limit": 20, "list": 18, "mati": 19, "mineur": 16, "mis": 20, "moder": 18, "modif": 16, "m\u00e9t\u00e9o": 20, "nixos": 20, "notif": [7, 18], "nouvel": 16, "oauth": [18, 21], "oauth2": [8, 17], "outil": 22, "pag": 18, "part": 20, "point": 6, "polit": 18, "premi": 16, "principal": 20, "product": 20, "propos": 18, "pr\u00e9f\u00e9rent": 18, "pr\u00e9requ": 20, "pull": 16, "pyp": [16, 20], "record": 9, "request": 16, "ressourc": 21, "r\u00e9pertoir": 18, "scop": 21, "script": 22, "serveur": 20, "signal": 10, "sourc": 20, "sport": [11, 18], "statist": [12, 16, 18], "suiv": 5, "s\u00e9anc": [13, 15, 18, 23], "s\u00e9cur": 16, "tabl": 19, "tableau": 18, "ticket": 16, "tier": 22, "traduct": [16, 18], "tuil": 20, "typ": [3, 18], "t\u00e9l\u00e9charg": 23, "updat": 17, "upgrad": 17, "user": 17, "utilis": [14, 17, 18], "variabl": 20, "version": 16, "yunohost": 20, "\u00e9chec": 23, "\u00e9cran": 18, "\u00e9quip": [3, 4, 18]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"A partir de PyPI": [[20, "from-pypi"], [20, "id3"]], "A partir des sources": [[20, "from-sources"], [20, "id4"]], "A propos": [[18, "about"]], "Administrateur": [[23, null]], "Administration": [[18, "administration"], [18, "id8"]], "Application": [[18, "application"]], "Applications OAuth": [[18, "oauth-apps"]], "Authentification et compte": [[0, null]], "Base de donn\u00e9es": [[17, "database"]], "Bugs corrig\u00e9s": [[16, "bugs-fixed"], [16, "id1"], [16, "id3"], [16, "id10"], [16, "id13"], [16, "id16"], [16, "id21"], [16, "id27"], [16, "id32"], [16, "id36"], [16, "id39"], [16, "id41"], [16, "id45"], [16, "id49"], [16, "id53"], [16, "id56"], [16, "id59"], [16, "id62"], [16, "id63"], [16, "id66"], [16, "id68"], [16, "id70"], [16, "id73"], [16, "id76"], [16, "id84"], [16, "id87"], [16, "id90"], [16, "id93"], [16, "id105"], [16, "id110"], [16, "id112"], [16, "id116"], [16, "id119"], [16, "id122"], [16, "id124"], [16, "id127"], [16, "id130"], [16, "id132"], [16, "id135"], [16, "id138"], [16, "id141"], [16, "id146"], [16, "id148"], [16, "id150"], [16, "id152"], [16, "id155"], [16, "id157"], [16, "id163"], [16, "id166"], [16, "id168"], [16, "id170"], [16, "id177"], [16, "id182"], [16, "id184"], [16, "id186"], [16, "id189"], [16, "id191"], [16, "id193"], [16, "id197"], [16, "id207"], [16, "id210"], [16, "id212"], [16, "id215"], [16, "id222"]], "Captures d\u2019\u00e9cran": [[18, "screenshots"]], "Commentaires": [[1, null], [18, "comments"]], "Compte et pr\u00e9f\u00e9rences": [[18, "account-preferences"]], "Configuration": [[2, null], [18, "configuration"]], "Courriels": [[20, "emails"]], "Demandes de suivi": [[5, null]], "Divers": [[16, "misc"], [16, "id4"], [16, "id5"], [16, "id8"], [16, "id12"], [16, "id19"], [16, "id23"], [16, "id26"], [16, "id30"], [16, "id34"], [16, "id38"], [16, "id43"], [16, "id47"], [16, "id51"], [16, "id58"], [16, "id61"], [16, "id65"], [16, "id67"], [16, "id71"], [16, "id78"], [16, "id81"], [16, "id89"], [16, "id96"], [16, "id107"], [16, "id109"], [16, "id125"], [16, "id139"], [16, "id142"], [16, "id159"], [16, "id161"], [16, "id178"], [16, "id187"], [16, "id194"], [16, "id198"], [16, "id205"], [16, "id216"], [16, "id219"]], "Docker": [[20, "docker"]], "Documentation": [[16, "documentation"], [16, "id80"], [16, "id114"]], "Documentation de l\u2019API": [[6, null]], "Donn\u00e9es m\u00e9t\u00e9o": [[20, "weather-data"]], "D\u00e9pannage": [[24, null]], "D\u00e9pendances principales": [[20, "main-dependencies"]], "D\u00e9ploiement": [[20, "deployment"]], "D\u00e9veloppement": [[20, "development"]], "Environnement de production": [[20, "prod-environment"]], "Environnements de d\u00e9veloppement": [[20, "dev-environment"], [20, "id5"]], "Environnements de production": [[20, "production-environment"]], "FitTrackee": [[19, null]], "FitTrackee ne d\u00e9marre pas": [[23, "fittrackee-fails-to-start"]], "Flux": [[21, "flow"]], "Flux de s\u00e9ances": [[13, null]], "Fonctionnalit\u00e9s": [[16, "features"], [16, "id134"], [16, "id144"], [16, "id154"], [18, null]], "Fonctionnalit\u00e9s et am\u00e9liorations": [[16, "features-and-enhancements"], [16, "id2"], [16, "id6"], [16, "id9"], [16, "id15"], [16, "id20"], [16, "id24"], [16, "id31"], [16, "id35"], [16, "id44"], [16, "id48"], [16, "id52"], [16, "id55"], [16, "id72"], [16, "id75"], [16, "id83"], [16, "id86"], [16, "id92"], [16, "id97"], [16, "id99"], [16, "id101"], [16, "id104"], [16, "id115"], [16, "id121"]], "Historique des modifications": [[16, null]], "Installation": [[20, null], [20, "id2"], [20, "id6"]], "Interactions": [[18, "interactions"]], "Interface de ligne de commande": [[17, null]], "Les images de la carte ne sont pas affich\u00e9es mais la carte est affich\u00e9e dans le d\u00e9tail de la s\u00e9ance": [[23, "map-images-are-not-displayed-but-map-is-shown-in-workout-detail"]], "Likes": [[18, "likes"]], "Limitation d\u2019acc\u00e8s \u00e0 l\u2019API": [[20, "api-rate-limits"]], "Liste des s\u00e9ances": [[18, "workouts-list"]], "Mise \u00e0 jour": [[20, "upgrade"]], "Mod\u00e9ration": [[18, "moderation"]], "NixOS": [[20, "nixos"]], "Notifications": [[7, null], [18, "notifications"], [18, "id7"]], "Nouvelles fonctionnalit\u00e9s": [[16, "new-features"], [16, "id172"], [16, "id174"], [16, "id176"], [16, "id181"], [16, "id196"], [16, "id200"], [16, "id202"], [16, "id204"], [16, "id209"], [16, "id214"], [16, "id218"], [16, "id221"], [16, "id224"]], "OAuth 2.0": [[21, null]], "OAuth2": [[8, null], [17, "oauth2"]], "Outils d\u2019importation": [[22, "import-tools"]], "Outils tiers": [[22, null]], "Page de d\u00e9tail d\u2019une s\u00e9ance": [[18, "workout-detail"]], "Points d'acc\u00e8s :": [[6, null]], "Politique de confidentialit\u00e9": [[18, "privacy-policy"]], "Pr\u00e9requis": [[20, "prerequisites"]], "Pull Requests": [[16, "pull-requests"], [16, "id128"], [16, "id131"], [16, "id147"], [16, "id156"], [16, "id160"], [16, "id164"], [16, "id179"]], "Records": [[9, null]], "Ressources": [[21, "resources"]], "R\u00e9pertoire des utilisateurs": [[18, "users-directory"]], "Scopes": [[21, "scopes"]], "Scripts d\u2019installation": [[22, "installation-scripts"]], "Serveur de tuiles": [[20, "map-tile-server"]], "Signalements": [[10, null]], "Sports": [[11, null], [18, "sports"], [18, "id3"]], "Statistiques": [[12, null], [18, "statistics"], [18, "id5"]], "S\u00e9ances": [[15, null], [18, "workouts"], [18, "id1"]], "S\u00e9curit\u00e9": [[16, "security"]], "Table des mati\u00e8res": [[19, "table-of-contents"]], "Tableau de bord": [[18, "dashboard"], [18, "id4"]], "Tickets Ferm\u00e9s": [[16, "issues-closed"], [16, "id126"], [16, "id129"], [16, "id133"], [16, "id137"], [16, "id140"], [16, "id143"], [16, "id145"], [16, "id149"], [16, "id151"], [16, "id153"], [16, "id158"], [16, "id162"], [16, "id165"], [16, "id167"], [16, "id169"], [16, "id171"], [16, "id173"], [16, "id175"], [16, "id180"], [16, "id183"], [16, "id185"], [16, "id188"], [16, "id190"], [16, "id192"], [16, "id195"], [16, "id199"], [16, "id201"], [16, "id203"], [16, "id206"], [16, "id208"], [16, "id211"], [16, "id213"], [16, "id217"], [16, "id220"], [16, "id223"]], "Traductions": [[16, "translations"], [16, "id7"], [16, "id11"], [16, "id14"], [16, "id17"], [16, "id18"], [16, "id22"], [16, "id25"], [16, "id28"], [16, "id29"], [16, "id33"], [16, "id37"], [16, "id40"], [16, "id42"], [16, "id46"], [16, "id50"], [16, "id54"], [16, "id57"], [16, "id60"], [16, "id64"], [16, "id69"], [16, "id74"], [16, "id77"], [16, "id79"], [16, "id82"], [16, "id85"], [16, "id88"], [16, "id91"], [16, "id94"], [16, "id95"], [16, "id98"], [16, "id100"], [16, "id102"], [16, "id103"], [16, "id106"], [16, "id108"], [16, "id111"], [16, "id113"], [16, "id117"], [16, "id118"], [16, "id120"], [16, "id123"], [16, "id136"], [18, "translations"]], "Types d\u2019\u00e9quipement": [[3, null], [18, "equipment-types"]], "Utilisateurs": [[14, null], [17, "users"], [18, "users"], [18, "id2"]], "Variables d\u2019environnement": [[20, "environment-variables"]], "Version 0.1.0 - Premi\u00e8re version \ud83c\udf89 (04/07/2018)": [[16, "version-0-1-0-first-release-2018-07-04"]], "Version 0.1.1 - Corrections et am\u00e9liorations (07/02/2019)": [[16, "version-0-1-1-fix-and-improvements-2019-02-07"]], "Version 0.2.0 - Statistiques (07/07/2019)": [[16, "version-0-2-0-statistics-2019-07-07"]], "Version 0.2.1 - Correction et am\u00e9liorations (01/09/2019)": [[16, "version-0-2-1-fix-and-improvements-2019-09-01"]], "Version 0.2.2 - Corrections des statistiques (23/09/2019)": [[16, "version-0-2-2-statistics-fix-2019-09-23"]], "Version 0.2.3 - FitTrackee disponible en Fran\u00e7ais (29/12/2019)": [[16, "version-0-2-3-fittrackee-available-in-french-2019-12-29"]], "Version 0.2.4 - Corrections mineures (30/01/2020)": [[16, "version-0-2-4-minor-fix-2020-01-30"]], "Version 0.2.5 - Corrections et am\u00e9liorations (31/01/2020)": [[16, "version-0-2-5-fix-and-improvements-2020-01-31"]], "Version 0.3.0 - Administration (15/07/2020)": [[16, "version-0-3-0-administration-2020-07-15"]], "Version 0.4.0 - FitTrackee sur PyPI (19/09/2020)": [[16, "version-0-4-0-fittrackee-on-pypi-2020-09-19"]], "Version 0.4.1 (31/12/2020)": [[16, "version-0-4-1-2020-12-31"]], "Version 0.4.2 (03/01/2021)": [[16, "version-0-4-2-2021-01-03"]], "Version 0.4.3 (10/01/2021)": [[16, "version-0-4-3-2021-01-10"]], "Version 0.4.4 (31/01/2021)": [[16, "version-0-4-4-2021-01-31"]], "Version 0.4.5 (17/02/2021)": [[16, "version-0-4-5-2021-02-17"]], "Version 0.4.6 (21/02/2021)": [[16, "version-0-4-6-2021-02-21"]], "Version 0.4.7 (07/04/2021)": [[16, "version-0-4-7-2021-04-07"]], "Version 0.4.8 (03/07/2021)": [[16, "version-0-4-8-2021-07-03"]], "Version 0.4.9 (16/07/2021)": [[16, "version-0-4-9-2021-07-16"]], "Version 0.5.0 (14/11/2021)": [[16, "version-0-5-0-2021-11-14"]], "Version 0.5.1 (30/11/2021)": [[16, "version-0-5-1-2021-11-30"]], "Version 0.5.2 (19/12/2021)": [[16, "version-0-5-2-2021-12-19"]], "Version 0.5.3 (01/01/2022)": [[16, "version-0-5-3-2022-01-01"]], "Version 0.5.4 (01/01/2022)": [[16, "version-0-5-4-2022-01-01"]], "Version 0.5.5 (19/01/2022)": [[16, "version-0-5-5-2022-01-19"]], "Version 0.5.6 (05/02/2022)": [[16, "version-0-5-6-2022-02-05"]], "Version 0.5.7 (13/02/2022)": [[16, "version-0-5-7-2022-02-13"]], "Version 0.6.0 (27/03/2022)": [[16, "version-0-6-0-2022-03-27"]], "Version 0.6.1 (27/03/2022)": [[16, "version-0-6-1-2022-03-27"]], "Version 0.6.10 (13/07/2022)": [[16, "version-0-6-10-2022-07-13"]], "Version 0.6.11 (27/02/2022)": [[16, "version-0-6-11-2022-07-27"]], "Version 0.6.12 (14/09/2022)": [[16, "version-0-6-12-2022-09-14"]], "Version 0.6.2 (03/04/2022)": [[16, "version-0-6-2-2022-04-03"]], "Version 0.6.3 (09/04/2022)": [[16, "version-0-6-3-2022-04-09"]], "Version 0.6.4 (23/04/2022)": [[16, "version-0-6-4-2022-04-23"]], "Version 0.6.5 (24/04/2022)": [[16, "version-0-6-5-2022-04-24"]], "Version 0.6.6 (29/05/2022)": [[16, "version-0-6-6-2022-05-29"]], "Version 0.6.7 (11/06/2022)": [[16, "version-0-6-7-2022-06-11"]], "Version 0.6.8 (22/06/2022)": [[16, "version-0-6-8-2022-06-22"]], "Version 0.6.9 (03/07/2022)": [[16, "version-0-6-9-2022-07-03"]], "Version 0.7.0 (19/09/2022)": [[16, "version-0-7-0-2022-09-19"]], "Version 0.7.1 (21/09/2022)": [[16, "version-0-7-1-2022-09-21"]], "Version 0.7.10 (21/12/2022)": [[16, "version-0-7-10-2022-12-21"]], "Version 0.7.11 (31/12/2022)": [[16, "version-0-7-11-2022-12-31"]], "Version 0.7.12 (16/02/2023)": [[16, "version-0-7-12-2023-02-16"]], "Version 0.7.13 (05/03/2023)": [[16, "version-0-7-13-2023-03-05"]], "Version 0.7.14 (08/03/2023)": [[16, "version-0-7-14-2023-03-08"]], "Version 0.7.15 (12/04/2023)": [[16, "version-0-7-15-2023-04-12"]], "Version 0.7.16 (29/05/2023)": [[16, "version-0-7-16-2023-05-29"]], "Version 0.7.17 (03/06/2023)": [[16, "version-0-7-17-2023-06-03"]], "Version 0.7.18 (25/06/2023)": [[16, "version-0-7-18-2023-06-25"]], "Version 0.7.19 (15/07/2023)": [[16, "version-0-7-19-2023-07-15"]], "Version 0.7.2 (21/09/2022)": [[16, "version-0-7-2-2022-09-21"]], "Version 0.7.20 (22/07/2023)": [[16, "version-0-7-20-2023-07-22"]], "Version 0.7.21 (30/07/2023)": [[16, "version-0-7-21-2023-07-30"]], "Version 0.7.22 (23/08/2023)": [[16, "version-0-7-22-2023-08-23"]], "Version 0.7.23 (14/09/2023)": [[16, "version-0-7-23-2023-09-14"]], "Version 0.7.24 (04/10/2023)": [[16, "version-0-7-24-2023-10-04"]], "Version 0.7.25 (08/10/2023)": [[16, "version-0-7-25-2023-10-08"]], "Version 0.7.26 (19/11/2023)": [[16, "version-0-7-26-2023-11-19"]], "Version 0.7.27 (20/12/2023)": [[16, "version-0-7-27-2023-12-20"]], "Version 0.7.28 (23/12/2023)": [[16, "version-0-7-28-2023-12-23"]], "Version 0.7.29 (04/01/2024)": [[16, "version-0-7-29-2024-01-06"]], "Version 0.7.3 (01/11/2022)": [[16, "version-0-7-3-2022-11-01"]], "Version 0.7.30 (04/02/2024)": [[16, "version-0-7-30-2024-02-04"]], "Version 0.7.31 (10/02/2024)": [[16, "version-0-7-31-2024-02-10"]], "Version 0.7.32 (10/03/2024)": [[16, "version-0-7-32-2024-03-10"]], "Version 0.7.4 (05/11/2022)": [[16, "version-0-7-4-2022-11-05"]], "Version 0.7.5 (09/11/2022)": [[16, "version-0-7-5-2022-11-09"]], "Version 0.7.6 (09/11/2022)": [[16, "version-0-7-6-2022-11-09"]], "Version 0.7.7 (27/11/2022)": [[16, "version-0-7-7-2022-11-27"]], "Version 0.7.8 (30/11/2022)": [[16, "version-0-7-8-2022-11-30"]], "Version 0.7.9 (11/12/2022)": [[16, "version-0-7-9-2022-12-11"]], "Version 0.8.0 (21/04/2024)": [[16, "version-0-8-0-2024-04-21"]], "Version 0.8.1 (01/05/2024)": [[16, "version-0-8-1-2024-05-01"]], "Version 0.8.10 (09/10/2024)": [[16, "version-0-8-10-2024-10-09"]], "Version 0.8.11 (30/10/2024)": [[16, "version-0-8-11-2024-10-30"]], "Version 0.8.12 (17/11/2024)": [[16, "version-0-8-12-2024-11-17"]], "Version 0.8.2 (08/05/2024)": [[16, "version-0-8-2-2024-05-08"]], "Version 0.8.3 (09/05/2024)": [[16, "version-0-8-3-2024-05-09"]], "Version 0.8.4 (22/05/2024)": [[16, "version-0-8-4-2024-05-22"]], "Version 0.8.5 (29/06/2024)": [[16, "version-0-8-5-2024-06-29"]], "Version 0.8.6 (03/08/2024)": [[16, "version-0-8-6-2024-08-03"]], "Version 0.8.7 (25/08/2024)": [[16, "version-0-8-7-2024-08-25"]], "Version 0.8.8 (01/09/2024)": [[16, "version-0-8-8-2024-09-01"]], "Version 0.8.9 (21/09/2024)": [[16, "version-0-8-9-2024-09-21"]], "Version 0.9.0b1 (14/12/2024)": [[16, "version-0-9-0b1-2024-12-14"]], "Version 0.9.0b2 (14/12/2024)": [[16, "version-0-9-0b2-2024-12-14"]], "Version 0.9.0b3 (18/12/2024)": [[16, "version-0-9-0b3-2024-12-18"]], "Yunohost": [[20, "yunohost"]], "ftcli db drop": [[17, "ftcli-db-drop"]], "ftcli db upgrade": [[17, "ftcli-db-upgrade"]], "ftcli oauth2 clean": [[17, "ftcli-oauth2-clean"]], "ftcli users clean_archives": [[17, "ftcli-users-clean-archives"]], "ftcli users clean_tokens": [[17, "ftcli-users-clean-tokens"]], "ftcli users create": [[17, "ftcli-users-create"]], "ftcli users export_archives": [[17, "ftcli-users-export-archives"]], "ftcli users update": [[17, "ftcli-users-update"]], "\u00c9chec du chargement ou du t\u00e9l\u00e9chargement de fichiers": [[23, "failed-to-upload-or-download-files"]], "\u00c9quipements": [[4, null], [18, "equipments"], [18, "id6"]]}, "docnames": ["api/auth", "api/comments", "api/configuration", "api/equipment_types", "api/equipments", "api/follow_requests", "api/index", "api/notifications", "api/oauth2", "api/records", "api/reports", "api/sports", "api/stats", "api/timeline", "api/users", "api/workouts", "changelog", "cli", "features", "index", "installation", "oauth", "third_party_tools", "troubleshooting/administrator", "troubleshooting/index"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["api/auth.rst", "api/comments.rst", "api/configuration.rst", "api/equipment_types.rst", "api/equipments.rst", "api/follow_requests.rst", "api/index.rst", "api/notifications.rst", "api/oauth2.rst", "api/records.rst", "api/reports.rst", "api/sports.rst", "api/stats.rst", "api/timeline.rst", "api/users.rst", "api/workouts.rst", "changelog.md", "cli.rst", "features.rst", "index.rst", "installation.rst", "oauth.rst", "third_party_tools.rst", "troubleshooting/administrator.rst", "troubleshooting/index.rst"], "indexentries": {"api_rate_limits": [[20, "envvar-API_RATE_LIMITS", false]], "app_log": [[20, "envvar-APP_LOG", false]], "app_secret_key": [[20, "envvar-APP_SECRET_KEY", false]], "app_settings": [[20, "envvar-APP_SETTINGS", false]], "app_workers": [[20, "envvar-APP_WORKERS", false]], "database_disable_pooling": [[20, "envvar-DATABASE_DISABLE_POOLING", false]], "database_url": [[20, "envvar-DATABASE_URL", false]], "default_staticmap": [[20, "envvar-DEFAULT_STATICMAP", false]], "email_url": [[20, "envvar-EMAIL_URL", false]], "flask_app": [[20, "envvar-FLASK_APP", false]], "host": [[20, "envvar-HOST", false]], "map_attribution": [[20, "envvar-MAP_ATTRIBUTION", false]], "port": [[20, "envvar-PORT", false]], "redis_url": [[20, "envvar-REDIS_URL", false]], "sender_email": [[20, "envvar-SENDER_EMAIL", false]], "staticmap_subdomains": [[20, "envvar-STATICMAP_SUBDOMAINS", false]], "tile_server_url": [[20, "envvar-TILE_SERVER_URL", false]], "ui_url": [[20, "envvar-UI_URL", false]], "upload_folder": [[20, "envvar-UPLOAD_FOLDER", false]], "variable d'environnement": [[20, "envvar-API_RATE_LIMITS", false], [20, "envvar-APP_LOG", false], [20, "envvar-APP_SECRET_KEY", false], [20, "envvar-APP_SETTINGS", false], [20, "envvar-APP_WORKERS", false], [20, "envvar-DATABASE_DISABLE_POOLING", false], [20, "envvar-DATABASE_URL", false], [20, "envvar-DEFAULT_STATICMAP", false], [20, "envvar-EMAIL_URL", false], [20, "envvar-FLASK_APP", false], [20, "envvar-HOST", false], [20, "envvar-MAP_ATTRIBUTION", false], [20, "envvar-PORT", false], [20, "envvar-REDIS_URL", false], [20, "envvar-SENDER_EMAIL", false], [20, "envvar-STATICMAP_SUBDOMAINS", false], [20, "envvar-TILE_SERVER_URL", false], [20, "envvar-UI_URL", false], [20, "envvar-UPLOAD_FOLDER", false], [20, "envvar-VITE_APP_API_URL", false], [20, "envvar-WEATHER_API_KEY", false], [20, "envvar-WEATHER_API_PROVIDER", false], [20, "envvar-WORKERS_PROCESSES", false]], "vite_app_api_url": [[20, "envvar-VITE_APP_API_URL", false]], "weather_api_key": [[20, "envvar-WEATHER_API_KEY", false]], "weather_api_provider \ud83c\udd95": [[20, "envvar-WEATHER_API_PROVIDER", false]], "workers_processes": [[20, "envvar-WORKERS_PROCESSES", false]]}, "objects": {"": [[10, 0, 1, "patch--api-appeals-(string-appeal_id)", "/api/appeals/(string:appeal_id)"], [0, 1, 1, "post--api-auth-account-confirm", "/api/auth/account/confirm"], [0, 2, 1, "get--api-auth-account-export", "/api/auth/account/export"], [0, 2, 1, "get--api-auth-account-export-(string-file_name)", "/api/auth/account/export/(string:file_name)"], [0, 1, 1, "post--api-auth-account-export-request", "/api/auth/account/export/request"], [0, 1, 1, "post--api-auth-account-privacy-policy", "/api/auth/account/privacy-policy"], [0, 1, 1, "post--api-auth-account-resend-confirmation", "/api/auth/account/resend-confirmation"], [0, 2, 1, "get--api-auth-account-sanctions-(string-action_short_id)", "/api/auth/account/sanctions/(string:action_short_id)"], [0, 1, 1, "post--api-auth-account-sanctions-(string-action_short_id)-appeal", "/api/auth/account/sanctions/(string:action_short_id)/appeal"], [0, 2, 1, "get--api-auth-account-suspension", "/api/auth/account/suspension"], [0, 1, 1, "post--api-auth-account-suspension-appeal", "/api/auth/account/suspension/appeal"], [0, 2, 1, "get--api-auth-blocked-users", "/api/auth/blocked-users"], [0, 1, 1, "post--api-auth-email-update", "/api/auth/email/update"], [0, 1, 1, "post--api-auth-login", "/api/auth/login"], [0, 1, 1, "post--api-auth-logout", "/api/auth/logout"], [0, 1, 1, "post--api-auth-password-reset-request", "/api/auth/password/reset-request"], [0, 1, 1, "post--api-auth-password-update", "/api/auth/password/update"], [0, 3, 1, "delete--api-auth-picture", "/api/auth/picture"], [0, 1, 1, "post--api-auth-picture", "/api/auth/picture"], [0, 2, 1, "get--api-auth-profile", "/api/auth/profile"], [0, 1, 1, "post--api-auth-profile-edit", "/api/auth/profile/edit"], [0, 0, 1, "patch--api-auth-profile-edit-account", "/api/auth/profile/edit/account"], [0, 1, 1, "post--api-auth-profile-edit-preferences", "/api/auth/profile/edit/preferences"], [0, 1, 1, "post--api-auth-profile-edit-sports", "/api/auth/profile/edit/sports"], [0, 3, 1, "delete--api-auth-profile-reset-sports-(sport_id)", "/api/auth/profile/reset/sports/(sport_id)"], [0, 1, 1, "post--api-auth-register", "/api/auth/register"], [1, 3, 1, "delete--api-comments-(string-comment_short_id)", "/api/comments/(string:comment_short_id)"], [1, 2, 1, "get--api-comments-(string-comment_short_id)", "/api/comments/(string:comment_short_id)"], [1, 0, 1, "patch--api-comments-(string-comment_short_id)", "/api/comments/(string:comment_short_id)"], [1, 1, 1, "post--api-comments-(string-comment_short_id)-like", "/api/comments/(string:comment_short_id)/like"], [1, 1, 1, "post--api-comments-(string-comment_short_id)-like-undo", "/api/comments/(string:comment_short_id)/like/undo"], [1, 1, 1, "post--api-comments-(string-comment_short_id)-suspension-appeal", "/api/comments/(string:comment_short_id)/suspension/appeal"], [2, 2, 1, "get--api-config", "/api/config"], [2, 0, 1, "patch--api-config", "/api/config"], [3, 2, 1, "get--api-equipment-types", "/api/equipment-types"], [3, 2, 1, "get--api-equipment-types-(int-equipment_type_id)", "/api/equipment-types/(int:equipment_type_id)"], [3, 0, 1, "patch--api-equipment-types-(int-equipment_type_id)", "/api/equipment-types/(int:equipment_type_id)"], [4, 2, 1, "get--api-equipments", "/api/equipments"], [4, 1, 1, "post--api-equipments", "/api/equipments"], [4, 3, 1, "delete--api-equipments-(string-equipment_short_id)", "/api/equipments/(string:equipment_short_id)"], [4, 2, 1, "get--api-equipments-(string-equipment_short_id)", "/api/equipments/(string:equipment_short_id)"], [4, 0, 1, "patch--api-equipments-(string-equipment_short_id)", "/api/equipments/(string:equipment_short_id)"], [4, 1, 1, "post--api-equipments-(string-equipment_short_id)-refresh", "/api/equipments/(string:equipment_short_id)/refresh"], [5, 2, 1, "get--api-follow-requests", "/api/follow-requests"], [5, 1, 1, "post--api-follow-requests-(user_name)-accept", "/api/follow-requests/(user_name)/accept"], [5, 1, 1, "post--api-follow-requests-(user_name)-reject", "/api/follow-requests/(user_name)/reject"], [7, 2, 1, "get--api-notifications", "/api/notifications"], [7, 0, 1, "patch--api-notifications-(string-notification_id)", "/api/notifications/(string:notification_id)"], [7, 1, 1, "post--api-notifications-mark-all-as-read", "/api/notifications/mark-all-as-read"], [7, 2, 1, "get--api-notifications-types", "/api/notifications/types"], [7, 2, 1, "get--api-notifications-unread", "/api/notifications/unread"], [8, 2, 1, "get--api-oauth-apps", "/api/oauth/apps"], [8, 1, 1, "post--api-oauth-apps", "/api/oauth/apps"], [8, 3, 1, "delete--api-oauth-apps-(int-client_id)", "/api/oauth/apps/(int:client_id)"], [8, 2, 1, "get--api-oauth-apps-(int-client_id)-by_id", "/api/oauth/apps/(int:client_id)/by_id"], [8, 1, 1, "post--api-oauth-apps-(int-client_id)-revoke", "/api/oauth/apps/(int:client_id)/revoke"], [8, 2, 1, "get--api-oauth-apps-(string-client_client_id)", "/api/oauth/apps/(string:client_client_id)"], [8, 1, 1, "post--api-oauth-authorize", "/api/oauth/authorize"], [8, 1, 1, "post--api-oauth-revoke", "/api/oauth/revoke"], [8, 1, 1, "post--api-oauth-token", "/api/oauth/token"], [2, 2, 1, "get--api-ping", "/api/ping"], [9, 2, 1, "get--api-records", "/api/records"], [10, 2, 1, "get--api-reports", "/api/reports"], [10, 1, 1, "post--api-reports", "/api/reports"], [10, 2, 1, "get--api-reports-(int-report_id)", "/api/reports/(int:report_id)"], [10, 0, 1, "patch--api-reports-(int-report_id)", "/api/reports/(int:report_id)"], [10, 1, 1, "post--api-reports-(int-report_id)-actions", "/api/reports/(int:report_id)/actions"], [10, 2, 1, "get--api-reports-unresolved", "/api/reports/unresolved"], [11, 2, 1, "get--api-sports", "/api/sports"], [11, 2, 1, "get--api-sports-(int-sport_id)", "/api/sports/(int:sport_id)"], [11, 0, 1, "patch--api-sports-(int-sport_id)", "/api/sports/(int:sport_id)"], [12, 2, 1, "get--api-stats-(user_name)-by_sport", "/api/stats/(user_name)/by_sport"], [12, 2, 1, "get--api-stats-(user_name)-by_time", "/api/stats/(user_name)/by_time"], [12, 2, 1, "get--api-stats-all", "/api/stats/all"], [13, 2, 1, "get--api-timeline", "/api/timeline"], [14, 2, 1, "get--api-users", "/api/users"], [14, 3, 1, "delete--api-users-(user_name)", "/api/users/(user_name)"], [14, 2, 1, "get--api-users-(user_name)", "/api/users/(user_name)"], [14, 0, 1, "patch--api-users-(user_name)", "/api/users/(user_name)"], [14, 1, 1, "post--api-users-(user_name)-block", "/api/users/(user_name)/block"], [14, 1, 1, "post--api-users-(user_name)-follow", "/api/users/(user_name)/follow"], [14, 2, 1, "get--api-users-(user_name)-followers", "/api/users/(user_name)/followers"], [14, 2, 1, "get--api-users-(user_name)-following", "/api/users/(user_name)/following"], [14, 2, 1, "get--api-users-(user_name)-picture", "/api/users/(user_name)/picture"], [14, 2, 1, "get--api-users-(user_name)-sanctions", "/api/users/(user_name)/sanctions"], [14, 1, 1, "post--api-users-(user_name)-unblock", "/api/users/(user_name)/unblock"], [14, 1, 1, "post--api-users-(user_name)-unfollow", "/api/users/(user_name)/unfollow"], [15, 2, 1, "get--api-workouts", "/api/workouts"], [15, 1, 1, "post--api-workouts", "/api/workouts"], [15, 3, 1, "delete--api-workouts-(string-workout_short_id)", "/api/workouts/(string:workout_short_id)"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)", "/api/workouts/(string:workout_short_id)"], [15, 0, 1, "patch--api-workouts-(string-workout_short_id)", "/api/workouts/(string:workout_short_id)"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-chart_data", "/api/workouts/(string:workout_short_id)/chart_data"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-chart_data-segment-(int-segment_id)", "/api/workouts/(string:workout_short_id)/chart_data/segment/(int:segment_id)"], [1, 2, 1, "get--api-workouts-(string-workout_short_id)-comments", "/api/workouts/(string:workout_short_id)/comments"], [1, 1, 1, "post--api-workouts-(string-workout_short_id)-comments", "/api/workouts/(string:workout_short_id)/comments"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-gpx", "/api/workouts/(string:workout_short_id)/gpx"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-gpx-download", "/api/workouts/(string:workout_short_id)/gpx/download"], [15, 2, 1, "get--api-workouts-(string-workout_short_id)-gpx-segment-(int-segment_id)", "/api/workouts/(string:workout_short_id)/gpx/segment/(int:segment_id)"], [15, 1, 1, "post--api-workouts-(string-workout_short_id)-like", "/api/workouts/(string:workout_short_id)/like"], [15, 1, 1, "post--api-workouts-(string-workout_short_id)-like-undo", "/api/workouts/(string:workout_short_id)/like/undo"], [15, 1, 1, "post--api-workouts-(string-workout_short_id)-suspension-appeal", "/api/workouts/(string:workout_short_id)/suspension/appeal"], [15, 2, 1, "get--api-workouts-map-(map_id)", "/api/workouts/map/(map_id)"], [15, 1, 1, "post--api-workouts-no_gpx", "/api/workouts/no_gpx"], [20, 4, 1, "-", "API_RATE_LIMITS"], [20, 4, 1, "-", "APP_LOG"], [20, 4, 1, "-", "APP_SECRET_KEY"], [20, 4, 1, "-", "APP_SETTINGS"], [20, 4, 1, "-", "APP_WORKERS"], [20, 4, 1, "-", "DATABASE_DISABLE_POOLING"], [20, 4, 1, "-", "DATABASE_URL"], [20, 4, 1, "-", "DEFAULT_STATICMAP"], [20, 4, 1, "-", "EMAIL_URL"], [20, 4, 1, "-", "FLASK_APP"], [20, 4, 1, "-", "HOST"], [20, 4, 1, "-", "MAP_ATTRIBUTION"], [20, 4, 1, "-", "PORT"], [20, 4, 1, "-", "REDIS_URL"], [20, 4, 1, "-", "SENDER_EMAIL"], [20, 4, 1, "-", "STATICMAP_SUBDOMAINS"], [20, 4, 1, "-", "TILE_SERVER_URL"], [20, 4, 1, "-", "UI_URL"], [20, 4, 1, "-", "UPLOAD_FOLDER"], [20, 4, 1, "-", "VITE_APP_API_URL"], [20, 4, 1, "-", "WEATHER_API_KEY"], [20, 4, 1, "envvar-WEATHER_API_PROVIDER", "WEATHER_API_PROVIDER \ud83c\udd95"], [20, 4, 1, "-", "WORKERS_PROCESSES"]], "/api/workouts/map_tile/(s)/(z)/(x)/(y)": [[15, 2, 1, "get--api-workouts-map_tile-(s)-(z)-(x)-(y).png", "png"]]}, "objnames": {"0": ["http", "patch", "HTTP patch"], "1": ["http", "post", "HTTP post"], "2": ["http", "get", "HTTP get"], "3": ["http", "delete", "HTTP delete"], "4": ["std", "envvar", "variable d'environnement"]}, "objtypes": {"0": "http:patch", "1": "http:post", "2": "http:get", "3": "http:delete", "4": "std:envvar"}, "terms": {"0": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20], "00": [0, 4, 5, 9, 13, 14, 15], "000": 18, "000000": 0, "01": [0, 1, 9, 10, 12, 13, 14, 15], "02": [5, 14, 15], "03": [14, 15], "04": [0, 7, 10, 13, 14, 15], "06": [4, 7, 8, 12, 14], "0667062": 8, "06ba975": 16, "07": [0, 7, 9, 13, 14, 15], "075aeb9": 16, "08": [0, 4, 7, 9, 13, 14, 15], "09": [0, 7, 10, 14, 15], "0b3": 2, "0mb": [0, 15], "1": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20], "10": [0, 1, 2, 4, 5, 7, 9, 13, 14, 15, 18, 20], "100": [15, 16, 18], "1000": 12, "10000": [2, 15], "101": [12, 16], "104": [15, 16], "1048576": 2, "10485760": 2, "106": 16, "109": 16, "11": [0, 9, 14, 15, 18, 20], "112": 16, "113": 16, "115": 16, "116": 16, "12": [0, 9, 10, 14, 15, 20, 22], "121": 16, "123": 16, "1232004": 15, "12341": 12, "1234538": 15, "1239": 7, "125": 16, "1267": 12, "127": [16, 20], "129": 16, "12fb835fa26c": 7, "13": [0, 1, 9, 13, 14, 15, 17, 18, 20], "131": 16, "134": 16, "135": 16, "1375986": 16, "138": 16, "14": [0, 1, 8, 13, 14, 15], "140": 16, "145": 16, "146": 16, "149": 16, "15": [12, 15, 17, 18, 20], "150": 12, "151": 16, "152": 16, "155": 16, "156": [12, 16], "1563529507772": 15, "158": 15, "16": [1, 12, 14, 15, 18], "160": 16, "161": 16, "162": 16, "1658660147": 8, "167": 16, "169": 16, "17": [0, 5, 10, 13, 14, 15], "171": 16, "173": 16, "175": 16, "177": 16, "178": [12, 16], "18": [0, 9, 10, 14, 15, 18, 20], "180": 16, "189071": 16, "19": [15, 18], "190": 16, "191": 16, "192": 16, "193": 16, "195": 16, "196": 16, "197": 16, "1m": 20, "1mb": 20, "2": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20], "20": [14, 15, 18], "200": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20], "201": [0, 1, 4, 10, 15, 16], "2016": 15, "2017": [12, 15], "2018": [12, 13, 15], "2019": [0, 9, 12, 13, 14, 15], "2021": [5, 14], "2022": 8, "2023": [0, 4, 14, 20], "2024": [0, 1, 7, 10, 14, 15], "203": 12, "204": [0, 1, 4, 8, 14, 15], "208": [15, 16], "209": 16, "21": [4, 10], "210": 16, "212": 16, "213": 16, "22": 15, "223": 16, "224": 16, "225": 16, "23": [15, 20], "230": 16, "231": [15, 16], "232": 16, "234": 15, "236": 16, "237": 16, "239": 16, "24": [1, 15, 20], "241": 16, "242": 16, "244": 16, "246": 16, "247": 16, "25": [10, 15, 20], "250": 16, "252": 16, "255": 15, "257": 16, "258": 16, "259": 16, "26": [15, 20], "260": 16, "261": 16, "264": 16, "265": 16, "266": 16, "26and": 20, "27": [0, 8, 10, 14, 15, 18], "270": 16, "271": 16, "273": 16, "274": 16, "275": 16, "278": 16, "279": [15, 16], "28": 4, "280": [15, 16], "282": [12, 16], "287": 16, "289": 16, "29": [4, 10], "290": 16, "2930": 15, "294": 16, "296": 16, "297": 16, "298": 16, "299": 16, "2bcff2e": 16, "2e1ee2c": 16, "2ordfncv6vprkfp3yrcyht": [1, 15], "2ukrviyshoakg8qsuknus4": 4, "2ule2hwhsnycs2vhbsikb9": 14, "3": [0, 1, 3, 11, 12, 13, 14, 15, 18, 20], "30": [0, 10, 12, 15], "300": 20, "3000": 20, "301": [16, 20], "304": 16, "305": 16, "307": 16, "308": 16, "31": [0, 14, 15, 18, 20], "310": 16, "314": 16, "315": 16, "318": 16, "319": 16, "32": 15, "320": 16, "323": 16, "328": 16, "329": 16, "33": [12, 16], "3320": 12, "333": 16, "338": 16, "34": [1, 16], "34614d5": 16, "35": [0, 7, 15, 16], "350": 16, "351": 16, "352": 16, "354": 16, "356": 16, "357": 16, "358": 16, "359": 16, "36": 16, "365": 16, "366": 16, "367": 16, "369": 16, "37": 16, "370": 16, "371": 16, "374": 16, "375": 16, "376": 16, "377": 16, "38": 10, "380": 16, "381": 16, "382": 16, "3821e37": 16, "384": 16, "386": 16, "388": 16, "39": 15, "390": 16, "391": 16, "393": 16, "394": 16, "395": 16, "397": 16, "398": 16, "399": 16, "3aread": 21, "3awrit": 21, "3b6fa25": 16, "3c8d9c2": 16, "3f": 20, "4": [0, 3, 11, 12, 13, 14, 15, 17, 18, 20], "40": 16, "400": [0, 1, 2, 3, 4, 5, 8, 10, 11, 12, 14, 15, 16], "401": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "402": 16, "403": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "404": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 14, 15, 16], "406": 16, "407": 16, "409": 16, "40and": 20, "41": [15, 16], "410": 16, "4109": 15, "411": 16, "413": [0, 15], "415": 16, "416": 16, "417": 16, "418": 16, "42": [15, 16], "421": 16, "422": 16, "426": 16, "427": [15, 16], "428": 16, "43": [0, 9, 13, 14, 15, 16], "431": 16, "433": 16, "435": 15, "436": 16, "438": 16, "44": [14, 15, 16], "441": 16, "443": 20, "444": 16, "449": 16, "44ff": 7, "45": [0, 1, 14, 15], "450": 16, "455": 16, "456": 16, "46": [12, 16], "464": 16, "465": 20, "468": 16, "469": 16, "47": [12, 15, 16], "471": 16, "472": 16, "473": 16, "474": 16, "475": 16, "476": 16, "477": 16, "478": [15, 16], "479": 16, "48": [5, 12, 14], "481": 16, "482": 16, "484": 16, "488": 16, "489": 16, "49": [0, 10, 14], "490": 16, "494": 16, "495": 16, "496": 16, "499": [15, 16], "4c3fc34": 16, "5": [3, 8, 11, 12, 14, 15, 17, 18, 20], "50": [0, 4, 5, 12, 14, 16, 20], "500": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15, 16], "5000": 20, "502": 16, "504": 16, "506": 16, "507": 16, "5078118": 15, "5079733": 15, "508": 16, "51": [13, 15], "510": 16, "511": 16, "512": 16, "517587": 15, "51758b4": 16, "52": [1, 15, 16], "521": 16, "524": 16, "526": 16, "527": 16, "528": 16, "53": [8, 16], "530": 16, "531": 16, "532": 16, "533": 16, "534": 16, "536": 16, "537": 16, "538": 16, "54": 16, "540": 16, "542": 16, "543": 16, "5432": 20, "544": 16, "545": 16, "546": 16, "55": [14, 15], "550": 16, "551": 16, "555": 16, "556": 16, "557": 16, "558": 16, "56": [10, 16], "560627": 15, "563": 16, "564": 16, "565": 16, "566": 16, "57": [15, 16], "571": 16, "575": 16, "58": [0, 14, 16], "582": 16, "583": 16, "587": [16, 20], "588": 16, "59": [12, 14, 15, 16], "590": 16, "591": 16, "592": 16, "593": 16, "595": 16, "598": 16, "6": [0, 3, 4, 11, 14, 15, 17, 18, 20], "60": 16, "600": 16, "603": 16, "604": 16, "607": 16, "608": 16, "609": 16, "60e164d": 16, "61": 16, "610": 16, "612": 16, "613": 12, "614": 16, "616": 16, "617": 16, "618": 16, "62": 16, "620": 16, "621": [15, 16], "622": 16, "624": 16, "625": 16, "626": 16, "628": 16, "629": 16, "63": 15, "631": 16, "633": 16, "634": 16, "635": 16, "636": 16, "637": 16, "639": [16, 17], "64": 16, "640": 16, "645": 16, "651": 16, "652": 16, "655": 16, "657": 16, "659": 16, "66": 16, "660": 16, "662": 16, "67": [0, 12, 14], "6dxczvmrhkar72shuz9pwd": [0, 14], "6e215a": 16, "6nvxvayoh9zkr8rmxhu54t": 14, "7": [15, 17, 18, 20, 21], "70": 16, "71": 16, "72": 16, "720": 0, "73": 16, "7380": 15, "74": 16, "75": 16, "7641": 12, "78": 12, "79": 16, "7pdujhcvhya4hv29jzqngg": 0, "8": [0, 15, 17, 18, 20, 21], "80": [16, 20], "8025": 20, "81": 16, "82": 16, "83": 16, "84": 16, "85": 16, "864000": 8, "87": 16, "877fa0f": 16, "88": 16, "89": 16, "895": [0, 14], "8aa4cff": 16, "9": [0, 2, 9, 14, 15, 17, 18, 20, 21], "90": 16, "91": 16, "92": 16, "924": 0, "93": 16, "93706": 15, "95": [12, 16], "97": [0, 9, 13, 14, 15, 16], "98": 16, "981933": 15, "99": [12, 16], "9960": 12, "AS": [0, 9, 13, 14, 15], "Avec": 18, "Ce": [8, 16], "Cette": [16, 19, 20], "D": 20, "Des": 18, "Du": 16, "EU": 16, "Elle": 18, "Elles": 20, "En": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19], "Et": 16, "Il": [0, 15, 16, 18, 19, 20, 21], "Ils": 21, "J": 16, "L": [0, 11, 16, 18, 20, 21], "La": [0, 15, 16, 17, 18, 20, 21, 23], "Le": [0, 4, 14, 16, 18, 20], "Les": [0, 9, 14, 15, 18, 19, 20, 21, 24], "M": 15, "MS": [0, 9, 13, 14, 15], "Mon": [13, 15], "N": 16, "Ne": 14, "Par": [20, 21], "Pas": 16, "Pour": [15, 16, 18, 20, 21], "S": 18, "SA": 20, "Ses": 18, "Sur": 20, "Tue": [4, 15], "Un": [0, 3, 4, 8, 11, 14, 16, 18, 20], "Une": [16, 17, 18, 20, 23], "Y": [0, 12, 15], "_": [0, 16], "__main__": 20, "_blank": 20, "_workers_": 20, "a": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19], "a012": 7, "a458f5f": 16, "aaron": 21, "ability": 16, "abon": [18, 21], "about": [2, 16, 20], "absolu": [20, 23], "ac075ec36dc25dcc20c270d2005f0398": 15, "acced": [0, 3, 4, 8, 11, 12, 14, 18, 20, 21], "accept": [0, 5, 10, 16, 18], "accepted": 5, "accepted_policy": 0, "accepted_privacy_policy": 0, "acces": [0, 2, 3, 4, 8, 11, 14, 21], "access": [0, 16, 18], "access_token": 8, "accessibility": 16, "accessibl": [8, 16, 18, 20, 21], "accord": 21, "account": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "actif": [0, 4, 17, 18], "action": [10, 16, 18], "action_short_id": 0, "action_typ": [0, 10, 14], "activ": [0, 2, 3, 11, 14, 16, 17, 18, 19, 20], "activat": [14, 17], "activit": 16, "activity": 16, "actuel": [0, 4], "adapt": [18, 20], "add": [16, 17], "added": [0, 4, 15, 16], "adding": 16, "additional": 16, "additionnel": 20, "admin": [0, 2, 3, 5, 7, 9, 11, 12, 13, 14, 15, 17], "admin_contact": 2, "administr": [2, 3, 11, 14, 17, 21, 24], "administrator": [0, 1, 3, 4, 7, 11, 13, 14, 15], "adress": [0, 2, 14, 17, 18, 20], "aff4d68": 16, "affect": [16, 18], "affich": [0, 15, 16, 17, 18, 19, 20, 21, 24], "affichag": 18, "affichent": 18, "afin": [16, 18, 21], "after": [16, 20], "again": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "agit": [15, 16], "agplv3": 16, "agre": 0, "aid": 19, "ains": [18, 20], "air": [18, 19], "ajout": [0, 1, 14, 15, 16, 17, 18, 19, 20, 21, 22], "alert": 16, "all": [7, 12, 20], "allemand": [16, 18], "allow": [16, 20], "allowed": [0, 15], "alor": 20, "alphanumer": 16, "alphanumeric": 0, "alpin": 18, "already": [0, 4, 5, 10, 16], "also": 16, "altern": 16, "altitud": [0, 16, 18], "alway": 20, "al\u00e9atoir": [17, 20], "an": [0, 8, 15, 16], "analys": [15, 18, 20], "ancien": 20, "and": [0, 4, 16, 17, 20], "android": 19, "anglais": [0, 16, 17, 18], "ann\u00e9": [12, 18], "anoth": 4, "antiali": 16, "anymor": 16, "apach": 19, "api": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 21], "api_rate_limit": 20, "apikey": 20, "app": [8, 16, 20, 21], "app_log": 20, "app_secret_key": 20, "app_setting": 20, "app_worker": 20, "appar": [0, 18], "appara\u00eetr": 18, "appeal": [0, 1, 10, 14, 15], "appeal_id": 10, "appel": [0, 1, 10, 15, 18, 20], "application_directory": 20, "appliqu": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21], "apport": 16, "approb": 18, "approuv": 0, "approved": [0, 10, 14], "apr": 15, "apres": [0, 8, 14, 16, 18, 20, 21], "archiv": [0, 2, 16, 17, 18, 20], "archive_rgjsr3fhr5yp": 0, "archive_rgjsr3fht295ywnqr5yp": 0, "archlinux": 20, "are": 16, "arg": [17, 20], "argument": [4, 17], "array": [0, 4, 8, 15], "arrow": 16, "arr\u00eat": [0, 14, 16, 18, 20], "asc": [5, 7, 10, 14, 15], "ascent": [13, 15, 16], "asset": 20, "assign": 18, "associ": [0, 4, 8, 11, 15, 16, 17, 18], "associated": [4, 16], "assur": 21, "astridx": 16, "at": [16, 20], "atteint": 18, "attendu": 20, "attent": [15, 16, 20, 23], "attribu": 20, "attribut": 16, "aucun": [0, 4, 7, 10, 13, 14, 15, 18, 19, 20], "augment": 23, "aur": 16, "auteur": [1, 15, 18], "auth": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "auth_token": 0, "authentif": [1, 6, 14, 20, 21], "authentifi": [0, 1, 5, 7, 8, 9, 11, 12, 13, 14, 15, 18], "authlib": [8, 20, 21], "authoriz": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 21], "authorization_cod": [8, 21], "autoespcap": 16, "automat": [0, 18], "autoris": [0, 2, 8, 15, 20, 21], "autr": [0, 18, 20], "avail": 16, "avanc": [16, 18], "avant": [16, 18, 20], "ave_speed": [13, 15], "ave_speed_from": 15, "ave_speed_to": 15, "averag": [12, 16], "average_ascent": 12, "average_descent": 12, "average_dist": 12, "average_dur": 12, "average_speed": 12, "avert": [18, 20], "aviron": 18, "avoir": [11, 20], "awesom": 20, "axe": [15, 18], "axis": 16, "b": 20, "b1536fc": 16, "b29ed7": 16, "b748459": 16, "b862a77": 16, "background": 16, "bad": [0, 1, 2, 3, 4, 5, 8, 10, 11, 12, 14, 15], "bas": [16, 18, 20, 23], "basqu": [16, 18], "bcc568e": 16, "be": [0, 2, 4, 14, 15, 16, 20], "be26f35": 7, "bear": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "been": 10, "below": 20, "besoin": 20, "bet": 16, "between": 16, "bibliothequ": 21, "bien": 18, "bik": [3, 4], "biking": [11, 15], "bin": 20, "bio": [0, 5, 14], "biograph": 0, "birth": 16, "birth_dat": [0, 5, 14], "bjornclauw": 16, "black": 16, "blacklist": 0, "blocag": 18, "block": [14, 16], "blocked": [0, 10, 14], "blocked_user": 0, "bloqu": [0, 14, 18], "boat": 18, "body": [16, 20], "bokm\u00e5l": [16, 18], "boolean": [0, 2, 3, 4, 7, 8, 10, 11, 14, 17], "boosterl": 16, "bound": [13, 15], "bouton": 18, "bref": 4, "brows": 16, "build": [16, 20], "bulgar": [16, 18], "bulgarian": 16, "button": 16, "by": [16, 20], "by_id": 8, "by_sport": 12, "by_tim": 12, "byakurau": 16, "c88a515": 16, "cach": 18, "calcul": [0, 12, 16, 18], "calendar": 16, "calendri": [16, 18], "callback": [8, 21], "can": [0, 1, 10, 14, 15, 16, 18, 20, 23], "cannot": [4, 16], "caracter": [0, 4, 8, 15, 16, 20, 21], "card": 16, "cart": [0, 15, 16, 18, 19, 20, 24], "cas": [4, 8, 15, 18, 20], "cass": 20, "cb9d02f": 16, "cc": 20, "cc3fe1c": 16, "cc4287e": 16, "cd": 20, "cec": 16, "cel": [4, 16, 18, 20], "celui": [16, 20], "certain": [16, 17, 19, 20], "cf": [18, 19, 20], "chain": 20, "challeng": [8, 21], "champ": 16, "chang": [0, 4, 16, 18, 20], "changed": 16, "changing": 16, "chaqu": 18, "charact": 0, "character": [0, 4, 16], "charg": [0, 8, 16, 17, 18, 20, 21, 24], "chart": [15, 16, 20], "chart_dat": 15, "chaussur": 18, "cha\u00een": [8, 21], "check": 20, "check_workout": 11, "checkbox": 16, "checked": 16, "checking": 20, "chemin": [20, 23], "chiffr": [18, 20], "chois": [18, 20], "choos": 16, "ci": 16, "clair": 18, "cleanup": 16, "clear": 20, "cli": [14, 16, 17, 18, 20], "click": 16, "clickabl": 16, "clicking": 16, "client": [8, 14, 16, 18, 20, 21], "client_client_id": 8, "client_descript": 8, "client_id": [8, 21], "client_max_body_siz": [20, 23], "client_nam": 8, "client_secret": 8, "client_ur": 8, "clon": 20, "closing": 16, "cl\u00e9": [16, 18, 20], "co": 16, "cod": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21], "code_challeng": [8, 21], "code_challenge_method": [8, 21], "code_verifi": 8, "coll": 20, "color": [0, 11, 16], "com": [0, 2, 8, 10, 14, 16, 20, 21], "comm": [7, 16, 18, 20], "command": [16, 18, 19, 20], "commenc": [0, 12, 16, 18, 20, 23], "commencent": 0, "commend": 16, "comment": [0, 1, 10, 15, 16, 18], "comment_id": 10, "comment_short_id": 1, "comment_suspens": 10, "comment_unsuspens": 10, "commentair": [6, 10, 21], "compatibl": 20, "complet": [16, 18], "completed": 0, "compl\u00e9mentair": 16, "comport": 18, "compos": 20, "compt": [6, 14, 15, 16, 17, 20, 22], "comradekingu": 16, "concern": 10, "condit": 20, "confidential": [0, 2, 16], "config": [2, 16, 20], "configur": [6, 16, 17, 20, 21, 23], "configured": 16, "confirm": [0, 8, 16, 18, 20], "confusedalex": 16, "connaiss": [16, 18], "connect": [0, 18], "connexion": [0, 20], "conserv": [19, 20], "consult": 18, "contact": [0, 1, 2, 3, 4, 7, 11, 13, 14, 15, 18], "contain": [16, 20], "containing": 16, "conten": [16, 18, 20], "content": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "contenu": [1, 10, 18], "contenus": 18, "contient": [16, 18, 20], "continu": 20, "contr": 21, "contrair": [15, 18], "contributeur": [16, 20, 22], "contributing": 16, "contributor": [2, 20], "control": [16, 20], "contr\u00f4l": 2, "copi": 20, "copy": [2, 20], "copyright": [2, 20], "cor": 16, "corp": 21, "correctly": 16, "correspond": [0, 15, 20], "correspondr": 18, "could": 16, "couleur": [0, 18], "cour": [16, 17, 18, 19, 20], "courriel": [0, 14, 16, 18, 23], "cours": [16, 18], "court": [1, 4, 7, 15], "cp": 20, "creat": [16, 20], "create_app": 20, "created": [0, 1, 4, 8, 10, 15], "created_at": [0, 1, 5, 7, 10, 14, 15], "creation": 16, "creation_dat": [4, 13, 15], "creativecommon": 20, "credential": 0, "criter": [10, 14], "criteri": 15, "critical": 23, "cross": [8, 21], "crossing": [18, 20], "cr\u00e9": [0, 1, 4, 8, 10, 15, 16, 17, 18, 20, 21], "cr\u00e9ation": [0, 16, 18], "csrf": [8, 21], "current": [0, 14, 16], "custom": 20, "cycling": [11, 15, 16], "czech": 16, "dan": [0, 2, 4, 15, 16, 17, 18, 19, 20, 21, 24], "danielsiersleben": 16, "dark": 16, "darksky": [16, 20], "dashboard": 16, "dat": [0, 1, 2, 3, 4, 5, 8, 9, 11, 12, 13, 14, 15, 16, 18], "databas": [16, 17, 20], "database_disable_pooling": 20, "database_url": [20, 23], "date_format": 0, "date_string": 0, "davidhenrythoreau": 16, "day": [16, 17, 20], "db": 20, "dd": 0, "debian": [20, 22], "dec": [0, 1, 5, 7, 10, 14, 15], "default": [12, 15, 16, 20], "default_equipment_id": 0, "default_for_sport_id": 4, "default_staticmap": [16, 20], "defined": 18, "definit": 16, "del": 23, "delet": [0, 1, 4, 8, 14, 15, 16], "deleted": 16, "deleting": 16, "demand": [0, 6, 10, 14, 16, 17, 18, 20, 21], "deployment": 16, "deprecated": [16, 17], "depuis": [17, 20], "derni": [16, 20], "derri": 21, "desc": [5, 7, 10, 14, 15, 18], "descent": [13, 15, 16], "descript": [4, 8, 13, 15, 16, 17, 18, 20], "dessous": 16, "detail": 20, "detailed": 16, "detect": 16, "deux": 17, "dev": 20, "development": 16, "df": 20, "diagnostic": 20, "dialect": 23, "differ": 18, "different": [14, 16], "diff\u00e9rent": [16, 18], "dimanch": [12, 18], "direct": [16, 18, 20], "directory": [16, 20], "disabl": 16, "disabled": 0, "discours": 18, "display": 16, "display_ascent": 0, "displayed": 16, "displaying": 16, "disponibl": [0, 9, 17, 18, 20, 21, 22], "dispos": [0, 18], "distanc": [0, 9, 13, 15, 16, 18], "distance_from": 15, "distance_to": 15, "dkm": 16, "do": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "dock": 16, "docu": 16, "document": [19, 20, 21, 23], "doit": [0, 4, 8, 11, 15, 16, 18, 20, 21, 23], "doiv": 18, "doivent": [15, 20, 21], "domain": [15, 20], "don": [0, 8, 12, 14, 15, 16, 18, 19, 21, 23], "dont": [14, 18, 21], "dor\u00e9nav": 16, "dotenv": 16, "dotlambd": 16, "doubl": 15, "down": 16, "download": [0, 15, 16], "dperruso": 16, "dramatiq": [16, 17, 20], "droit": [11, 14, 16, 17, 18, 21], "drop": 16, "dropdown": 16, "dur": [9, 15, 16, 18], "durat": [13, 15, 16], "duration_from": 15, "duration_to": 15, "during": [0, 1, 4, 10, 15], "dutch": 16, "d\u00e9": [3, 14], "d\u00e9bloqu": 14, "d\u00e9but": [12, 15], "d\u00e9connexion": 0, "d\u00e9criv": 10, "d\u00e9crivent": 20, "d\u00e9fault": [18, 20], "d\u00e9faut": [0, 4, 5, 7, 8, 10, 13, 14, 15, 16, 17, 18, 20], "d\u00e9fin": [4, 16, 18, 21, 23], "d\u00e9j\u00e0": [15, 17], "d\u00e9livr": 8, "d\u00e9marr": [16, 20, 24], "d\u00e9marrag": 20, "d\u00e9nivel": [0, 9, 15, 18], "d\u00e9pannag": 19, "d\u00e9part": 18, "d\u00e9pend": 16, "d\u00e9plac": 16, "d\u00e9pr\u00e9ci": 17, "d\u00e9p\u00f4t": 20, "d\u00e9roul": 18, "d\u00e9sactiv": [0, 14, 16, 17, 18, 20], "d\u00e9sorm": 16, "d\u00e9tail": 24, "d\u00e9velopp": [16, 17, 19], "e": 0, "e2e": 16, "ea0ac99": 16, "eau": 18, "edit": [0, 16], "editing": 16, "effectu": 18, "elev": [15, 16], "elles": 15, "email": [0, 2, 10, 14, 16, 17, 23], "email_to_confirm": 0, "email_url": [20, 23], "empty": 16, "emp\u00each": 21, "encod": 20, "encoded": 16, "encor": [16, 19], "endpoint": 16, "enfin": 16, "enfreint": 18, "english": 16, "enlev": 4, "enregistr": [0, 17, 18, 21], "ensembl": 20, "ensuit": 21, "enter": 16, "enti": 8, "entity": [0, 15], "entrant": 18, "entra\u00een": [12, 15, 18], "entre": [4, 8, 18, 21], "entry": 16, "entr\u00e9": [14, 16, 18, 20, 21], "enumerat": 20, "env": [16, 20], "environ": [16, 17, 23], "environment": [16, 20, 23], "envoi": [0, 14, 16, 18, 20, 21], "equal": 2, "equipment": [0, 3, 4, 13, 15, 16, 21], "equipment_id": [0, 15], "equipment_short_id": 4, "equipment_typ": [3, 4], "equipment_type_id": [3, 4], "equipment_type_label": 4, "erral": 16, "erreur": [0, 8, 16, 18, 23], "error": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15, 16, 20], "errored": 0, "espac": 21, "espagnol": [16, 18], "esprit": 18, "estim": 16, "europ": 0, "ewm": 16, "exampl": [0, 2, 8, 10, 14, 16, 20, 21], "exc": 23, "exceed": [0, 4, 15, 16], "exceeding": 16, "except": [18, 23], "exclu": 18, "exclur": 18, "execstart": 20, "exempl": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21], "exhaust": 19, "exist": [0, 4, 5, 12, 14, 15, 16, 18, 19, 20], "existent": [7, 10, 14], "exit": [17, 20], "expected": 10, "expir": 17, "expired": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "expires_at": 8, "expires_in": 8, "expliqu": [0, 10], "expliquent": 10, "exploit": [18, 20], "export": [0, 16, 17, 18, 19, 20], "exp\u00e9diteur": 20, "extens": [0, 15, 20], "extr\u00eam": 18, "ex\u00e9cu": [16, 17], "ex\u00e9cut": 16, "f2aec30": 16, "f96dcef": 16, "fa33f4d996844a5c73ecd1ae24456ab8": 15, "facilit": 16, "facult": [4, 21], "fail": 16, "fair": [0, 1, 15, 18, 20], "fait": [15, 16, 20], "fals": [0, 1, 2, 3, 5, 7, 8, 10, 11, 13, 14, 15, 20], "falsif": [8, 21], "famill": 0, "farthest": 16, "fa\u00e7on": 20, "fb10602": 16, "fd": [0, 9, 13, 14, 15], "featur": 16, "fichi": [0, 2, 15, 16, 17, 18, 19, 20, 22, 24], "field": 16, "fil": [0, 2, 15, 16, 20], "file_nam": 0, "file_siz": 0, "filt": 16, "filter": 16, "filtering": 16, "filtr": [0, 10, 15, 16, 18], "fin": [12, 15, 16, 20], "finish": 16, "first": [4, 16], "first_nam": [0, 5, 14], "fit": [20, 22], "fitotrack": 19, "fittracke": [4, 8, 17, 18, 20, 21, 22, 24], "fittrackee_client": 20, "fittrackee_host": 21, "fittrackee_install": 22, "fittrackee_worker": 20, "fittrackee_ynh": 20, "fix": [16, 20], "flake8": 16, "flask": [16, 20], "flask_app": 20, "flaticon": 20, "flech": 18, "float": [0, 15], "flow": 21, "flux": [6, 18], "fmstrat": 16, "follow": [0, 5, 7, 10, 14, 21], "follow_request": [5, 7], "follower": [0, 1, 5, 7, 10, 14, 15, 16], "followers_only": [0, 1, 14, 15], "following": [0, 1, 5, 7, 10, 14, 15, 16], "fonction": [20, 21], "fonctionnal": [19, 20], "fond": 20, "foot": 16, "for": [0, 2, 4, 14, 15, 16, 20], "forbidden": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "forc": 4, "forgery": [8, 21], "fork": 20, "form": [0, 8, 15, 16], "format": [0, 12, 15, 16, 18, 19], "fort": 20, "forwarded": [20, 21], "found": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 14, 15, 16], "fourn": [0, 4, 8, 12, 15, 17, 18, 20, 21, 23], "fournisseur": [16, 20], "fr": [0, 20], "franc": [18, 20], "freepik": 20, "french": 16, "fri": 15, "from": [4, 5, 7, 12, 15, 16, 20], "ft": 16, "ftcli": 20, "full": 16, "fullchain": 20, "fullscreen": 16, "furo": 16, "fuseau": [0, 15, 18], "galician": 16, "galicien": [16, 18], "gallegonovato": 16, "gard": [15, 18, 20], "garmin": 22, "generat": 16, "ger": [10, 16, 17, 18, 20, 23], "german": [16, 20], "gestion": [16, 20], "get": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "getting": 2, "gif": 0, "git": 20, "github": 20, "gl": 0, "gmt": [0, 1, 4, 5, 7, 8, 9, 10, 13, 14, 15], "gnu": 16, "gorgoback": 16, "gp": [16, 18], "gpl": 19, "gpx": [0, 8, 15, 16, 18, 19, 20, 22], "gpx_limit_import": 2, "gpxpy": [0, 16, 18, 20], "grammar": 16, "grand": [16, 18], "grant_typ": 8, "graph": 16, "graphiqu": [0, 16, 18, 20], "gray": 16, "great": [1, 2, 16], "gr\u00e2c": [20, 22], "guid": 20, "guillemet": 15, "gunicorn": [20, 23], "gz": 20, "gzip": 0, "g\u00e9ner": [8, 17, 18, 20, 21], "h": [15, 18], "ha": [0, 9, 13, 14, 15], "handl": 16, "has": [1, 4, 10, 14, 15, 16, 18], "has_equipment": 3, "has_next": [0, 5, 7, 8, 10, 14], "has_prev": [0, 5, 7, 8, 10, 14], "has_workout": 11, "hav": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "help": [17, 20], "heur": [16, 18, 20], "hexadecimal": 0, "hexad\u00e9cimal": 0, "hgzyfxgvwkcepdq3vyk67q": 15, "hid": 16, "hidden": 16, "hide_profile_in_users_directory": 0, "hiding": 16, "hiking": 11, "his": 16, "histor": [19, 20], "hom": 20, "horair": [0, 15, 18], "host": 20, "hosted": 16, "hosting": 20, "hour": 20, "how": 20, "href": [2, 20], "html": 16, "http": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 21], "http2": 20, "hv9kwvdtbhhyfvml7phovq": 10, "hvybqybra7wwxpastwr4v2": [0, 9, 13, 14, 15], "h\u00f4t": 20, "i18n": 16, "icon": 16, "ic\u00f4n": 20, "id": [0, 1, 3, 4, 7, 8, 9, 10, 11, 13, 14, 15, 16], "identif": 20, "identifi": [0, 1, 7, 8, 10, 11, 12, 15, 21], "if": [0, 16, 18, 20], "imag": [0, 14, 15, 16, 18, 20, 24], "impact": 18, "imperial": 16, "imperial_unit": 0, "implementing": 16, "import": [4, 8, 16, 18, 20], "importing": 16, "improv": 16, "improved": 16, "imp\u00e9rial": [0, 18], "in": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20], "in_progress": 0, "inact": [0, 4, 14, 15, 18, 20], "inclus": 16, "incomplet": 17, "inconsistent": 16, "incorrect": [4, 16, 18], "index": 15, "indiqu": 18, "ind\u00e9sir": 18, "infobull": 18, "inform": [0, 2, 14, 16, 18, 19, 20], "inf\u00e9rieur": 16, "init": 16, "initial": [16, 20], "initialis": [16, 20], "inscript": [0, 2, 16, 18, 20], "inscrir": [2, 16, 18, 20], "insensibl": 20, "instabl": [19, 20], "install": [16, 19], "instanc": [2, 16, 18, 20], "instant": 18, "instead": 16, "instruct": [0, 16, 18, 20], "int": [0, 3, 4, 8, 10, 11, 15], "integ": [0, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15], "integer": 4, "integr": 20, "interag": [18, 21], "interceptor": 16, "interfac": [0, 16, 18, 19, 20], "internal": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15], "interrompu": 20, "introduit": 16, "invalid": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20], "invalidat": 16, "invalidemailurlschem": 23, "ip": 20, "is": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "is_act": [0, 3, 4, 10, 11, 14], "is_active_for_us": 11, "is_email_sending_enabled": 2, "is_followed_by": [0, 7, 10, 14], "is_registration_enabled": 2, "is_reported_user_warned": 10, "iso": 17, "isort": 16, "issu": [16, 18], "issued_at": 8, "it": [0, 4], "italian": 16, "italien": [16, 18], "jan": [13, 15], "jat255": 16, "javascript": [16, 20], "jderuit": 16, "jeton": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 20, 21], "jinj": 16, "jmlich": 16, "john_do": 14, "johndo": 14, "jour": [0, 1, 2, 4, 7, 11, 14, 15, 16, 17, 18], "journal": [20, 23], "jpeg": 14, "jpg": 0, "js": [15, 20], "json": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18], "jul": [0, 9, 13, 14, 15], "july": 8, "jusqu": 18, "jwt": 20, "kayak": 18, "kayak_boat": 3, "kcj6hdgqqpkaakqmfqj8jv": 14, "kd5wyhwltvozw6o3au5m4j": 15, "keep": 16, "key": 20, "keyboard": 16, "kjxavsturjvoah2wvcegef": [13, 15], "km": [15, 18], "koen": 16, "komoot": 20, "label": [3, 4, 11, 16, 18], "laiss": 20, "lanc": [16, 20], "lang": [0, 16, 17], "langu": [0, 16, 17, 18], "languag": [0, 16, 17], "laquel": 18, "larg": [0, 15, 20], "last_nam": [0, 5, 14], "latitud": 15, "lavoi": 16, "layout": 16, "ld": [0, 9, 13, 14, 15], "leaflet": [15, 20], "lectur": [7, 21], "legal": 20, "legitimat": 16, "lequel": [0, 20], "less": 16, "lettr": 17, "lev": [18, 20], "level": 16, "li": [10, 18], "libr": 18, "librair": [8, 20], "library": 16, "licenc": 20, "licens": [16, 19, 20], "lien": 20, "lieu": 18, "lign": [16, 18, 19, 20], "lik": [1, 15, 16], "liked": [1, 15], "likes_count": [1, 15], "lim": [16, 20], "limit": [4, 16, 18], "lin": [17, 20], "link": 16, "lint": 20, "linux": 20, "lir": 16, "list": [8, 15, 16, 17, 19, 20], "listen": 20, "ll": 20, "load": [16, 23], "loading": 16, "local": [0, 16, 19, 20], "localhost": [16, 20], "localis": [0, 20], "localiz": 16, "locat": [0, 5, 14, 20], "log": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 23], "logfil": 20, "logged": 0, "login": [0, 16], "logo": 20, "logout": [0, 16], "long": 16, "longitud": 15, "longu": [4, 9, 16, 18], "longueur": 15, "lor": [0, 17, 18], "lorsqu": [0, 16, 17, 20], "lu": [7, 18], "lukasitaly": 16, "lund": [0, 12, 18], "mailhog": 20, "mainten": [16, 20], "majeur": 16, "majuscul": 15, "mak": [16, 20], "makefil": 20, "malformed": 0, "manag": [16, 17], "mani": [18, 20], "manqu": 16, "manually_approves_follower": 0, "manuel": 18, "map": [13, 15, 16, 18, 19], "map_attribu": [2, 20], "map_id": 15, "map_til": 15, "map_visibility": [0, 14, 15], "mar": [0, 4, 14, 16, 20], "mara21": 16, "march": [16, 18], "mariusz": 16, "mariuz": 16, "mark": [7, 16], "markdown": [16, 18], "marked_as_read": 7, "marker": 16, "marqu": [7, 18], "masqu": [14, 18], "match": 0, "matching": 16, "mati": 18, "max": [2, 5, 14, 15, 16, 17], "max_alt": [13, 15], "max_single_file_siz": 2, "max_speed": [13, 15], "max_speed_from": 15, "max_speed_to": 15, "max_user": 2, "max_zip_file_siz": 2, "maximal": [2, 9, 15, 16, 17, 18], "maximum": [2, 18], "may": 16, "md": 16, "measur": 16, "meilleur": 21, "mensuel": [16, 18], "mention": [1, 7, 18, 20], "menu": [16, 18], "merc": 16, "messag": [0, 2, 5, 8, 14, 15, 16, 17, 18, 20, 21], "mesur": 16, "met": 15, "mettr": [1, 2, 7, 14, 15, 16, 17, 18, 20], "mi": 16, "microsecond": 16, "migrat": [16, 17, 20], "min": 16, "min_alt": [13, 15], "minimal": [15, 16, 18, 21], "minimum": [0, 2, 3, 10, 11, 12, 14], "minor": 16, "minuscul": 15, "minut": 20, "mis": [0, 4, 11, 14, 15, 16, 18, 21], "missing": [0, 16], "mm": 0, "mmm": 0, "mmy3qpl3vcfukjgffbncjv": 0, "mo": 18, "mobil": [16, 19], "mod": 16, "modal": 16, "model": 16, "moder": [10, 12, 14, 16], "moderator": [10, 14, 16, 17], "modif": [0, 18, 19], "modifi": [0, 3, 4, 10, 11, 17, 18, 20, 21], "modification_dat": [1, 13, 15], "modify": 16, "modul": [16, 20], "moin": [4, 7, 10, 13, 15], "mois": [12, 16, 18], "moment": [0, 15, 16, 18], "mond": 18, "mondstern": 16, "mono": 16, "month": [12, 16], "mor": 16, "morning": 15, "mot": [0, 14, 17, 18, 20], "mountain": 11, "mountaineering": 16, "mous": 16, "mov": 16, "moving": [13, 15, 16], "moyen": [9, 12, 15, 16, 18, 20], "mult": 20, "multipart": [0, 8, 15], "multipl": 16, "must": [0, 2, 4, 14, 15, 16], "mv": 20, "my": 4, "mynixos": 20, "mzydicyyfktg3gga2x8afu": 1, "m\u00e9thod": [8, 20, 21], "m\u00e9triqu": 18, "m\u00e9t\u00e9o": [16, 18], "m\u00eam": [16, 18, 20], "nag": 18, "naissanc": 0, "nam": [8, 16, 18], "nano": 20, "navig": [0, 16, 18, 20], "nb": 0, "nb_sport": [0, 5, 14], "nb_workout": [0, 1, 5, 7, 10, 14, 15], "nbsp": 20, "nederland": 16, "need": 20, "net": 20, "netinstall": 22, "nettoi": 16, "network": 20, "new": [0, 4, 14, 16], "new_email": 14, "new_password": 0, "next": 16, "next_workout": [13, 15], "nginx": [16, 18, 20, 21, 23], "ni": 18, "nic": 1, "niveau": [1, 16, 18], "nixpkg": 20, "nl": 0, "no": [0, 1, 4, 8, 14, 15, 16], "no_gpx": 15, "nod": 20, "nofollow": 20, "noir": 17, "nom": [0, 5, 8, 10, 12, 14, 16, 17, 18, 20], "nombr": [2, 5, 14, 15, 17, 18, 20], "nomenclatur": 16, "non": [0, 3, 4, 7, 8, 10, 11, 12, 15, 16, 18, 19, 20], "noopen": 20, "noreferr": 20, "norv\u00e9gien": [16, 18], "norwegian": 16, "nosuchmoduleerror": 23, "not": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20], "notat": 20, "notif": [6, 16, 20, 21], "notification_id": 7, "notification_typ": 7, "nouveau": [0, 16, 17, 18, 20, 21], "nouveaut": 18, "nouvel": [0, 4, 14, 17, 18, 20], "nov": [1, 15], "now": 17, "null": [0, 1, 2, 4, 5, 7, 10, 11, 13, 14, 15, 16], "numb": [2, 16, 20], "nuv9cy8vqonrqkhtz5pqaq2zw7msh0mornpjr14amswd6f6": 8, "n\u00e9cessair": [15, 18, 20], "n\u00e9cessit": [16, 20, 21], "n\u00e9cessitent": [20, 21], "n\u00e9erland": [16, 18], "n\u00e9gat": [15, 18], "o22a27s2abpuoxjbxv3ujdox": 8, "oauth": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20], "oauth2": [6, 21], "oauthlib": 21, "object_id": 10, "object_typ": 10, "objet": [0, 1, 2, 3, 4, 7, 10, 11, 14, 15], "obligatoir": [4, 8, 10, 12, 15, 16, 17, 20, 21], "obten": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 21], "octet": 0, "of": [0, 2, 4, 15, 16, 20, 21], "office365": 20, "offset": 16, "ok": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "omis": 20, "once": [0, 1, 15], "ondrejzivny": 16, "one": [0, 15], "onglet": 21, "ongoing": 0, "only": [0, 1, 15, 16, 18], "open": [16, 18, 19], "openstreetmap": [2, 16, 20], "opentrack": 19, "option": [16, 17, 20], "optionnel": [7, 8, 20], "or": [0, 1, 2, 3, 4, 7, 11, 13, 14, 15, 16], "order": [5, 7, 10, 14, 15, 16], "order_by": [10, 14, 15], "ordre": [5, 7, 10, 14, 15], "org": [2, 20], "origin": 18, "osm": 20, "osmfr": 20, "other": [0, 4, 14], "out": 0, "outdoor": [16, 20], "outil": [18, 19, 20], "ouvr": 20, "over": 16, "overlap": 16, "own": 10, "owner": [14, 16, 17, 20], "o\u00f9": [4, 18, 20], "packag": [16, 20], "packaged": 16, "paf38": 16, "pag": [0, 5, 7, 8, 10, 13, 14, 15, 16], "pagin": [0, 5, 7, 8, 10, 13, 14, 15], "paquet": [16, 20], "par_pag": 14, "paragliding": 16, "paralleliz": 16, "paramet": [4, 20], "parameter": [4, 16], "parametr": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 18, 21], "parapent": 18, "pareck": 21, "paris": 0, "parm": [16, 20], "pars": 16, "part": [0, 15, 16, 18, 19, 21, 22], "particuli": 18, "partiel": 16, "pass": [0, 14, 17, 18, 20], "password": [0, 16, 17, 20], "passwordwith": 20, "patch": [0, 1, 2, 3, 4, 7, 10, 11, 14, 15], "paus": [13, 15, 16], "payload": [0, 1, 2, 3, 8, 10, 11, 14, 15], "pem": 20, "pending": 7, "per": [16, 20], "per_pag": [5, 14, 15], "perform": 18, "period": 12, "perm": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "permet": [4, 16, 17, 18, 19, 21], "permettent": 18, "permettr": 21, "personnalis": [16, 18], "personnel": 18, "petit": 16, "peut": [0, 1, 3, 4, 8, 11, 12, 14, 15, 16, 17, 18, 20, 21], "peuvent": [0, 16, 18, 19, 20], "pg_dump": 20, "pictur": [0, 1, 5, 7, 10, 14, 15, 16], "piec": 4, "pied": [16, 18], "pil": 16, "ping": 2, "pip": 20, "pipenv": 16, "pkce": [8, 21], "pleas": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "plein": [18, 19], "plugin": 23, "pluj": 16, "plupart": 21, "plus": [4, 9, 16, 17, 18, 19, 20, 23], "plusieur": [16, 18, 19, 20], "png": [0, 15, 20], "poetry": [16, 20], "point": [0, 2, 3, 4, 8, 11, 14, 16, 18, 20, 21], "policy": [0, 16], "polish": 16, "polit": [0, 2, 16], "polon": [16, 18], "pong": 2, "pooling": 20, "port": 20, "portug": [16, 18], "portugues": 16, "posit": [15, 16, 18], "possibl": [16, 18, 19, 20], "post": [0, 1, 4, 5, 7, 8, 10, 14, 15, 21], "postgr": [16, 23], "postgresql": [16, 20, 23], "postgresql10": 16, "pourquoi": 10, "pourr": [16, 20], "pouv": 16, "pr": 16, "preferent": [0, 16], "premi": 18, "prendr": [16, 18], "prepar": 16, "present": 16, "prevent": 20, "previous_workout": [13, 15], "prior": 18, "pris": [0, 8, 16, 17, 18, 20, 21], "priv": [16, 18], "privacy": [0, 16], "privacy_policy": 2, "privacy_policy_dat": 2, "privat": [0, 1, 14, 15], "privileg": 20, "privkey": 20, "problem": [16, 18, 20], "proced": 20, "process": [16, 20], "processed": 0, "processus": 20, "prochain": [16, 18], "product": 16, "productionconfig": 20, "produir": 18, "profil": [0, 8, 10, 14, 16, 18, 21], "project": 20, "projet": 20, "propos": 16, "propr": [4, 14, 19], "propri\u00e9tair": [4, 16, 18, 20], "proto": [20, 21], "proven": 18, "provid": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "provided": [0, 1, 2, 4, 14, 15], "provider": 16, "proxy": [20, 21], "proxy_add_x_forwarded_for": 20, "proxy_pass": 20, "proxy_redirect": 20, "proxy_set_head": [20, 21], "pr\u00e9c\u00e9dent": 16, "pr\u00e9f\u00e9rent": [0, 4, 14, 17], "pr\u00e9nom": 0, "pr\u00e9requ": 16, "pr\u00e9sent": 18, "pr\u00e9vers": 16, "pr\u00eat": 20, "psjeexbjz2jjnqctcpxvvf": 15, "publi": [18, 20], "public": [0, 1, 15, 18], "publiqu": 1, "puiss": 21, "puissent": [16, 18], "pull": 20, "pwd": 20, "py": 20, "python": [16, 20, 21], "p\u00e9riod": [12, 18, 20], "q": 14, "qrj7by6h2iyjsv8sersfgv": 4, "quand": [14, 16], "quant": 16, "quelqu": [4, 5, 7, 10, 13, 14, 15, 16, 18, 21], "queu": 20, "qwerty287": 16, "r": 20, "rafra\u00eech": 8, "raison": [0, 10], "randon": [16, 18], "rapport": 16, "rapporteur": 10, "raquet": 18, "rat": [16, 20], "reactivated": 10, "read": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 21], "read_status": 7, "readm": 16, "real": 20, "reason": [0, 10, 14], "rebuild": 16, "recalcul": [4, 18], "recevoir": 18, "recherch": 16, "recommand": [8, 20, 21], "record": [0, 5, 6, 13, 14, 15, 16, 18], "record_typ": [0, 9, 13, 14, 15], "red": [16, 17, 20], "redirect": [8, 16, 21], "redirect_ur": 8, "redirig": [8, 21], "redis_url": 20, "red\u00e9marr": 20, "refacto": 16, "refactoris": 16, "refresh": 4, "refresh_token": 8, "refreshed": 16, "regist": 0, "registr": [0, 16], "regl": 18, "reject": 5, "rejected": 5, "rejet": [5, 10, 18, 20], "rel": 20, "relat": [14, 18], "relev": 16, "remain": 18, "remaining": 16, "remarqu": 20, "remote_addr": 20, "remov": 16, "remplac": [15, 16, 18, 20], "rencontr": 20, "renomm": 16, "renvoi": [0, 7, 8, 10, 13, 14, 15], "replac": 16, "report": [10, 21], "report_act": 10, "report_id": [10, 14], "reported_by": 10, "reported_comment": 10, "reported_us": 10, "reported_workout": 10, "requ": [0, 21], "request": [0, 1, 2, 3, 4, 5, 8, 10, 11, 12, 14, 15, 20, 21], "request_ur": 20, "requested": 0, "required": 0, "requiring": 16, "requis": 4, "requ\u00eat": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 21], "resend": 0, "resent": 0, "reset": [0, 16, 17], "reset_password": 14, "resetting": 16, "resolu": 16, "resolved": 10, "resolved_at": 10, "resolved_by": 10, "respons": 16, "response_typ": [8, 21], "rest": [16, 18, 21], "restart": 20, "restartsec": 20, "restreint": 18, "result": 16, "retir": 18, "retourn": [1, 9, 12], "return": [16, 20], "return_equipment": 15, "revok": 8, "revoked": 0, "reworked": 16, "re\u00e7u": [5, 7, 18], "rid": 16, "right": [14, 16, 18], "roehv64thcg28wcewzhrnvlusoduvw8nvnhkcml57": 8, "rol": [0, 1, 7, 10, 14, 15, 16, 17, 18, 20], "rout": [16, 20], "ruff": 16, "run": 20, "runn": 19, "running": 11, "russ": 18, "russian": 16, "r\u00e9activ": 18, "r\u00e9cent": 18, "r\u00e9cuper": [15, 18, 20, 21], "r\u00e9dact": 18, "r\u00e9duit": 16, "r\u00e9initialis": [0, 14, 17, 18, 20], "r\u00e9pertoir": [0, 20], "r\u00e9pons": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "r\u00e9solu": 18, "r\u00e9solus": 10, "r\u00e9tro": 20, "r\u00e9trograd": 16, "r\u00e9uss": 0, "r\u00e9voqu": 8, "r\u00f4l": [2, 3, 10, 11, 12, 14, 17, 18, 20], "s256": [8, 21], "sam": [0, 1, 4, 5, 9, 10, 13, 14, 15, 16], "samr1": 20, "san": [0, 1, 5, 7, 8, 10, 12, 13, 14, 15, 16, 18, 19, 20], "sanction": [0, 14, 18], "sat": 14, "sauf": [14, 20], "sauvegard": 20, "sav": [1, 4, 10, 16], "schem": [20, 21], "scop": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "screen": 16, "script": 16, "search": 16, "second": [4, 15], "secret": [8, 20, 21], "section": 16, "security": 16, "see": [16, 20], "seem": 16, "segment": [13, 15, 16, 18], "segment_id": 15, "selected": [0, 15], "selon": [0, 18, 20], "semain": [0, 12, 18], "send": 16, "sender_email": 20, "sending": 16, "sent": 14, "ser": [0, 4, 15, 16, 17, 18, 20], "serv": [0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 14, 15, 16, 20], "server_nam": 20, "serveur": [15, 16, 18, 19, 23], "servic": [16, 20], "session": 21, "set": [16, 17, 20], "setting": 20, "seuil": [0, 18], "seul": [0, 1, 4, 8, 12, 14, 15, 16, 18, 20, 21], "sh": 22, "shel": 20, "sho": [3, 4], "should": 16, "show": [16, 17, 20], "shown": 16, "shura0": 16, "si": [0, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 23], "sien": 14, "signal": [6, 14, 16, 18, 21], "signatur": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "sikm": 16, "simontb": 16, "simpl": 20, "simplified": 21, "simplify": 16, "sinon": [18, 20], "sit": [8, 21], "siz": [0, 2, 15, 16, 20], "ski": 18, "skis": [3, 18], "skylan0916": 16, "slothj": 16, "slow": 16, "small": 16, "smtp": [16, 20, 23], "snowsho": [3, 16], "social": 16, "som": 16, "sombr": [0, 18], "sorry": 0, "sort": 21, "sorting": 15, "soum": 20, "sourc": 18, "sous": [15, 20], "spanish": 16, "special": 16, "specific": 20, "specify": 16, "speed": [15, 16], "spinn": 16, "sport": [0, 2, 4, 6, 12, 15, 16, 20], "sport_id": [0, 4, 9, 11, 12, 13, 14, 15], "sport_label": 4, "sportiv": [18, 19], "sports_list": [0, 5, 14], "sp\u00e9cial": 20, "sp\u00e9cif": 18, "sql": 20, "sqlalchemy": [16, 20, 23], "ssl": 20, "ssl_certificat": 20, "ssl_certificate_key": 20, "stabl": 16, "standard": [16, 20], "standarderror": 20, "standardiz": 16, "standardoutput": 20, "start": 16, "start_elevation_at_zero": 0, "startlimitintervalsec": 20, "starttl": 20, "stat": [8, 12, 16, 21], "static": 16, "staticmap": 20, "staticmap_subdomain": [16, 20], "statiqu": [18, 20], "statist": [2, 6], "statistic": [2, 12, 16], "stats_workouts_lim": 2, "status": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18], "statut": [4, 14, 17], "sticky": 16, "stock": [18, 19, 21], "stop": 20, "stopp": 20, "stopped": 16, "stopped_speed_threshold": [0, 11], "strateg": 20, "strav": 22, "street": [18, 19], "strength": 16, "string": [0, 1, 2, 4, 5, 7, 8, 10, 11, 12, 14, 15], "subdomain": 16, "succes": [0, 3, 4, 5, 8, 11, 12, 14, 15], "success": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "successful": 0, "successfully": 0, "such": 16, "suiv": [0, 6, 9, 14, 18, 20, 21, 22, 23], "suivent": 20, "suivr": [14, 18, 19], "sun": [0, 1, 9, 10, 13, 14, 15], "sunday": 15, "supplied": 4, "suppl\u00e9mentair": 18, "support": [8, 16, 20, 21, 23], "suppress": [4, 16, 20], "supprim": [0, 1, 4, 8, 14, 15, 16, 17, 18], "suspended": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "suspended_at": [0, 1, 7, 10, 14, 15], "suspendr": 18, "suspendu": [0, 3, 4, 8, 11, 14, 18], "suspendus": 14, "suspens": [0, 1, 14, 15, 18, 20], "swimming": 16, "swimrun": [16, 18], "switch": 16, "synchronis": 22, "syntax": 18, "syslog": 20, "syslogidentifi": 20, "system": [18, 20], "systemd": 20, "s\u00e9anc": [0, 1, 2, 4, 6, 10, 11, 12, 16, 19, 21, 22, 24], "s\u00e9cur": 21, "s\u00e9lection": [0, 18], "s\u00e9mant": 20, "s\u00e9par": [18, 20, 21], "t2zeeuxvuy3pla8meeufyk": 1, "tabl": 16, "taill": [0, 2, 18, 20], "taken": 0, "tant": 4, "tar": 20, "target": 20, "task": 20, "tchequ": [16, 18], "temp": 12, "term": 16, "test": [16, 20], "text": [0, 1, 10, 14, 15, 18], "text_html": 1, "text_visibility": 1, "textar": 16, "than": [2, 14, 16], "thank": 16, "that": [0, 4, 16], "the": [0, 1, 3, 4, 7, 11, 13, 14, 15, 16, 20], "their": 10, "them": [0, 16, 18], "this": [15, 17, 20], "thovi98": 16, "threshold": 16, "thu": [5, 8, 14], "thunderforest": [16, 20], "ticket": 19, "tient": 15, "tier": [18, 19], "tierc": [15, 18, 21], "til": [16, 20], "tile_server_url": 20, "tim": [12, 15, 16], "timelin": [13, 16], "timeout": [20, 23], "timezon": [0, 16], "titl": [13, 15, 16], "titr": [15, 18], "tl": [16, 20], "to": [0, 2, 4, 12, 14, 15, 16, 18, 20, 22], "token": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21], "token_typ": 8, "too": [0, 15], "tool": 16, "tooling": 16, "tooltip": 16, "total": [0, 4, 5, 7, 8, 10, 12, 14, 15, 16, 18], "total_ascent": [0, 12], "total_dist": [0, 4, 5, 12, 14], "total_dur": [0, 4, 5, 12, 14], "total_moving": 4, "total_workout": 12, "toujour": 18, "tous": [0, 3, 4, 7, 8, 9, 11, 12, 14, 16, 18, 20], "tout": [4, 12, 16, 18, 20], "trac": [18, 20], "track": 16, "tracke": 20, "traduit": 18, "trail": 18, "trailing": 16, "train": 3, "trait": [0, 17], "translat": 16, "translated": 16, "transport": [11, 16, 18], "traxy": 16, "trekking": [16, 18], "tri": [5, 7, 10, 14, 15, 18], "tronqu": 15, "trouv": [3, 4, 8, 11, 15, 16], "tru": [0, 1, 2, 3, 4, 7, 8, 10, 11, 14, 15, 16, 20], "try": [0, 1, 3, 4, 7, 11, 13, 14, 15], "tuil": [15, 16, 18], "typ": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20], "typescript": 20, "typo": 16, "typos": 16, "t\u00e2ch": 20, "t\u00e9l\u00e9charg": [0, 15, 17, 18, 20, 24], "t\u00e9l\u00e9vers": [16, 18], "t\u00eat": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 21], "u": 20, "uberspac": 20, "ubuntu": 20, "ui": 16, "ui_url": 20, "unauthorized": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "unblock": 14, "unchanged": 18, "uncommenting": 20, "underscor": 0, "undo": [1, 14, 15], "unfollow": 14, "uniqu": [0, 1, 8, 14, 16, 17, 18, 20, 21], "unit": [0, 16, 20], "unitair": 18, "unread": 7, "unresolved": 10, "unwanted": 16, "up": [16, 19], "updat": [0, 4, 15, 16, 20], "updated": [0, 4, 16], "updated_at": [0, 10, 14], "updating": 2, "upgrad": [16, 20], "upload": [16, 20, 22], "upload_fold": [20, 23], "uploaded": [2, 16, 20], "uploading": 16, "uploads_dir_siz": 12, "uri": [16, 20], "url": [0, 8, 16, 18, 20, 21, 23], "urtzai": 16, "usag": [17, 20], "use": 16, "use_dark_mod": 0, "use_raw_gpx_speed": 0, "used": 16, "user": [0, 1, 2, 4, 5, 9, 10, 12, 13, 14, 15, 16, 18, 20, 21], "user_id": [0, 4], "user_nam": [5, 12, 14], "user_suspens": [0, 10], "user_unsuspens": 10, "user_warning": 10, "usernam": [0, 1, 5, 7, 10, 14, 15, 16, 17, 20], "using": 16, "util": [16, 18], "utilis": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 20, 21], "utility": 20, "uuid": [15, 16], "v0": 20, "v3": 19, "valeur": [0, 4, 8, 15, 17, 18, 20, 21, 23], "valid": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 23], "validat": 16, "valu": [0, 9, 10, 13, 14, 15, 16], "variabl": [16, 23], "various": 16, "vent": 18, "venv": 20, "ver": [8, 16, 20, 21], "verrouill": 18, "version": [2, 17, 18, 20, 21], "veuill": [16, 18], "vi": [14, 18, 20], "vid": [15, 17, 20], "view": [16, 20], "virgul": 20, "virtual": 16, "virtualenv": [16, 20], "virtuel": [18, 20], "visibil": [0, 1, 15, 16, 18], "visibility": 16, "visibl": [1, 13, 18], "visual": [18, 20], "visualcrossing": 16, "visualis": 18, "vite_app_api_url": 20, "vitess": [0, 9, 15, 16, 18, 20], "voir": [4, 16, 18, 20, 21, 23], "volumin": [18, 23], "voodoopt": 16, "votr": [19, 20], "vtt": [15, 16, 18], "vu": [16, 20], "vue3": 20, "vue_app_api_url": 20, "vuex": 20, "v\u00e9lo": [16, 18], "v\u00e9rif": [8, 16, 21, 23], "v\u00e9rifi": [11, 20, 23], "walking": 11, "want": 20, "wantedby": 20, "was": [0, 4], "wat": 16, "weath": 16, "weather_ap": 20, "weather_api_key": 20, "weather_api_provid": [16, 20], "weather_end": [13, 15], "weather_provid": 2, "weather_start": [13, 15], "web": [0, 8, 19, 20, 21], "weblat": [16, 18], "websit": 8, "wed": [0, 7, 10, 14, 15], "week": [12, 16], "weekend": 16, "weekm": [0, 12], "wget": 20, "when": [2, 16], "whit": 16, "wind": 16, "with": [0, 4, 15, 16, 20], "with_following": 14, "with_gpx": [13, 15], "with_hidden_user": 14, "with_inact": 14, "with_suspended": 14, "without": [4, 15, 16], "wjgtwtqfpnprhyak5ex9pw": 1, "work": [16, 20, 23], "worker": [16, 17, 20], "workers_process": 20, "workflow": 16, "workingdirectory": 20, "workout": [0, 1, 2, 4, 8, 9, 10, 11, 12, 13, 15, 16, 21], "workout_dat": [0, 9, 13, 14, 15], "workout_id": [0, 1, 9, 10, 13, 14, 15], "workout_short_id": [1, 15], "workout_suspens": [10, 14], "workout_unsuspens": 10, "workout_visibility": 15, "workouts_count": [4, 14], "workouts_visibility": [0, 14], "writ": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 14, 15, 21], "www": [2, 20], "x": [0, 15, 16, 20, 21], "xmgz": 16, "xml": 15, "xxxx": 20, "xzf": 20, "yarn": 20, "year": 12, "you": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20], "your": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15], "yyyy": 0, "z": [15, 20], "z2ze5qzrnmvmndejpphask": 10, "zero": 16, "zip": [0, 2, 15, 16, 18], "zoom": 15, "z\u00e9ro": [0, 18], "\u00c0": 20, "\u00e9chang": 21, "\u00e9chapp": [15, 16], "\u00e9chec": 24, "\u00e9cran": 16, "\u00e9cras": 20, "\u00e9critur": 21, "\u00e9gal": [14, 16, 17, 18, 19, 20], "\u00e9lectr": 18, "\u00e9lectron": [0, 2, 14, 17, 18, 20], "\u00e9lev": [9, 18, 20], "\u00e9mettr": 8, "\u00e9miss": 8, "\u00e9quip": [0, 6, 15, 16, 21], "\u00e9tap": 20, "\u00e9tat": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18], "\u00e9valu": [16, 20], "\u00e9ven": 18, "\u00e9ventuel": 4, "\u00e9vit": [8, 16, 18], "\u00eatre": [0, 4, 8, 14, 15, 16, 17, 18, 19, 20, 21, 23], "\u0153uvr": 21}, "titles": ["Authentification et compte", "Commentaires", "Configuration", "Types d\u2019\u00e9quipement", "\u00c9quipements", "Demandes de suivi", "Documentation de l\u2019API", "Notifications", "OAuth2", "Records", "Signalements", "Sports", "Statistiques", "Flux de s\u00e9ances", "Utilisateurs", "S\u00e9ances", "Historique des modifications", "Interface de ligne de commande", "Fonctionnalit\u00e9s", "FitTrackee", "Installation", "OAuth 2.0", "Outils tiers", "Administrateur", "D\u00e9pannage"], "titleterms": {"0": [16, 21], "01": 16, "02": 16, "03": 16, "04": 16, "05": 16, "06": 16, "07": 16, "08": 16, "09": 16, "0b1": 16, "0b2": 16, "0b3": 16, "1": 16, "10": 16, "11": 16, "12": 16, "13": 16, "14": 16, "15": 16, "16": 16, "17": 16, "18": 16, "19": 16, "2": [16, 21], "20": 16, "2018": 16, "2019": 16, "2020": 16, "2021": 16, "2022": 16, "2023": 16, "2024": 16, "21": 16, "22": 16, "23": 16, "24": 16, "25": 16, "26": 16, "27": 16, "28": 16, "29": 16, "3": 16, "30": 16, "31": 16, "32": 16, "4": 16, "5": 16, "6": 16, "7": 16, "8": 16, "9": 16, "Les": 23, "a": [18, 20], "acces": [6, 20], "administr": [16, 18, 23], "affich": 23, "am\u00e9lior": 16, "api": [6, 20], "appliqu": 18, "authentif": 0, "bas": 17, "bord": 18, "bug": 16, "captur": 18, "cart": 23, "charg": 23, "clean": 17, "clean_arch": 17, "clean_token": 17, "command": 17, "commentair": [1, 18], "compt": [0, 18], "confidential": 18, "configur": [2, 18], "correct": 16, "corrig": 16, "courriel": 20, "creat": 17, "dan": 23, "db": 17, "demand": 5, "disponibl": 16, "diver": 16, "dock": 20, "document": [6, 16], "don": [17, 20], "drop": 17, "d\u00e9marr": 23, "d\u00e9pannag": 24, "d\u00e9pend": 20, "d\u00e9ploi": 20, "d\u00e9tail": [18, 23], "d\u00e9velopp": 20, "environ": 20, "export_arch": 17, "ferm": 16, "fichi": 23, "fittracke": [16, 19, 23], "flux": [13, 21], "fonctionnal": [16, 18], "franc": 16, "ftcli": 17, "histor": 16, "imag": 23, "import": 22, "install": [20, 22], "interact": 18, "interfac": 17, "jour": 20, "lign": 17, "lik": 18, "limit": 20, "list": 18, "mati": 19, "mineur": 16, "mis": 20, "moder": 18, "modif": 16, "m\u00e9t\u00e9o": 20, "nixos": 20, "notif": [7, 18], "nouvel": 16, "oauth": [18, 21], "oauth2": [8, 17], "outil": 22, "pag": 18, "part": 20, "point": 6, "polit": 18, "premi": 16, "principal": 20, "product": 20, "propos": 18, "pr\u00e9f\u00e9rent": 18, "pr\u00e9requ": 20, "pull": 16, "pyp": [16, 20], "record": 9, "request": 16, "ressourc": 21, "r\u00e9pertoir": 18, "scop": 21, "script": 22, "serveur": 20, "signal": 10, "sourc": 20, "sport": [11, 18], "statist": [12, 16, 18], "suiv": 5, "s\u00e9anc": [13, 15, 18, 23], "s\u00e9cur": 16, "tabl": 19, "tableau": 18, "ticket": 16, "tier": 22, "traduct": [16, 18], "tuil": 20, "typ": [3, 18], "t\u00e9l\u00e9charg": 23, "updat": 17, "upgrad": 17, "user": 17, "utilis": [14, 17, 18], "variabl": 20, "version": 16, "yunohost": 20, "\u00e9chec": 23, "\u00e9cran": 18, "\u00e9quip": [3, 4, 18]}}) \ No newline at end of file diff --git a/docs/fr/third_party_tools.html b/docs/fr/third_party_tools.html index 88ae98102..a43c7bcb0 100644 --- a/docs/fr/third_party_tools.html +++ b/docs/fr/third_party_tools.html @@ -6,7 +6,7 @@ - Outils tiers - Documentation FitTrackee 0.9.0b2 + Outils tiers - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -378,7 +378,7 @@

    Scripts d’installation

    - + diff --git a/docs/fr/troubleshooting/administrator.html b/docs/fr/troubleshooting/administrator.html index a69a6b52b..7e1052155 100644 --- a/docs/fr/troubleshooting/administrator.html +++ b/docs/fr/troubleshooting/administrator.html @@ -6,7 +6,7 @@ - Administrateur - Documentation FitTrackee 0.9.0b2 + Administrateur - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -394,7 +394,7 @@

    Échec du chargement ou du téléchargement de fichiers

    - + diff --git a/docs/fr/troubleshooting/index.html b/docs/fr/troubleshooting/index.html index 65e966991..f6f072040 100644 --- a/docs/fr/troubleshooting/index.html +++ b/docs/fr/troubleshooting/index.html @@ -6,7 +6,7 @@ - Dépannage - Documentation FitTrackee 0.9.0b2 + Dépannage - Documentation FitTrackee 0.9.0b3 @@ -169,7 +169,7 @@
    -
    @@ -197,7 +197,7 @@
    - Documentation FitTrackee 0.9.0b2 + Documentation FitTrackee 0.9.0b3 @@ -353,7 +353,7 @@

    Dépannage +

    diff --git a/docsrc/gettext/.doctrees/api/auth.doctree b/docsrc/gettext/.doctrees/api/auth.doctree index d36e37198..6733750e8 100644 Binary files a/docsrc/gettext/.doctrees/api/auth.doctree and b/docsrc/gettext/.doctrees/api/auth.doctree differ diff --git a/docsrc/gettext/.doctrees/api/comments.doctree b/docsrc/gettext/.doctrees/api/comments.doctree index 1f120cee0..fff4497b0 100644 Binary files a/docsrc/gettext/.doctrees/api/comments.doctree and b/docsrc/gettext/.doctrees/api/comments.doctree differ diff --git a/docsrc/gettext/.doctrees/api/configuration.doctree b/docsrc/gettext/.doctrees/api/configuration.doctree index e650997b5..b877e3e7d 100644 Binary files a/docsrc/gettext/.doctrees/api/configuration.doctree and b/docsrc/gettext/.doctrees/api/configuration.doctree differ diff --git a/docsrc/gettext/.doctrees/api/equipment_types.doctree b/docsrc/gettext/.doctrees/api/equipment_types.doctree index be0f454ec..8cc94fc16 100644 Binary files a/docsrc/gettext/.doctrees/api/equipment_types.doctree and b/docsrc/gettext/.doctrees/api/equipment_types.doctree differ diff --git a/docsrc/gettext/.doctrees/api/equipments.doctree b/docsrc/gettext/.doctrees/api/equipments.doctree index 51549d142..7ca3eecae 100644 Binary files a/docsrc/gettext/.doctrees/api/equipments.doctree and b/docsrc/gettext/.doctrees/api/equipments.doctree differ diff --git a/docsrc/gettext/.doctrees/api/follow_requests.doctree b/docsrc/gettext/.doctrees/api/follow_requests.doctree index f094de7c4..84c19ec86 100644 Binary files a/docsrc/gettext/.doctrees/api/follow_requests.doctree and b/docsrc/gettext/.doctrees/api/follow_requests.doctree differ diff --git a/docsrc/gettext/.doctrees/api/index.doctree b/docsrc/gettext/.doctrees/api/index.doctree index 0cca8cb10..1094a819e 100644 Binary files a/docsrc/gettext/.doctrees/api/index.doctree and b/docsrc/gettext/.doctrees/api/index.doctree differ diff --git a/docsrc/gettext/.doctrees/api/notifications.doctree b/docsrc/gettext/.doctrees/api/notifications.doctree index ce2061425..2ffbbe307 100644 Binary files a/docsrc/gettext/.doctrees/api/notifications.doctree and b/docsrc/gettext/.doctrees/api/notifications.doctree differ diff --git a/docsrc/gettext/.doctrees/api/oauth2.doctree b/docsrc/gettext/.doctrees/api/oauth2.doctree index 6abaebd5c..4f7df281c 100644 Binary files a/docsrc/gettext/.doctrees/api/oauth2.doctree and b/docsrc/gettext/.doctrees/api/oauth2.doctree differ diff --git a/docsrc/gettext/.doctrees/api/records.doctree b/docsrc/gettext/.doctrees/api/records.doctree index 9c4e4dc51..51209007c 100644 Binary files a/docsrc/gettext/.doctrees/api/records.doctree and b/docsrc/gettext/.doctrees/api/records.doctree differ diff --git a/docsrc/gettext/.doctrees/api/reports.doctree b/docsrc/gettext/.doctrees/api/reports.doctree index 0fdcf0b86..56303c7a5 100644 Binary files a/docsrc/gettext/.doctrees/api/reports.doctree and b/docsrc/gettext/.doctrees/api/reports.doctree differ diff --git a/docsrc/gettext/.doctrees/api/sports.doctree b/docsrc/gettext/.doctrees/api/sports.doctree index 9d2eae43e..64701db90 100644 Binary files a/docsrc/gettext/.doctrees/api/sports.doctree and b/docsrc/gettext/.doctrees/api/sports.doctree differ diff --git a/docsrc/gettext/.doctrees/api/stats.doctree b/docsrc/gettext/.doctrees/api/stats.doctree index 2412c416c..3afc53e97 100644 Binary files a/docsrc/gettext/.doctrees/api/stats.doctree and b/docsrc/gettext/.doctrees/api/stats.doctree differ diff --git a/docsrc/gettext/.doctrees/api/timeline.doctree b/docsrc/gettext/.doctrees/api/timeline.doctree index 5bb99762d..03b0ef5eb 100644 Binary files a/docsrc/gettext/.doctrees/api/timeline.doctree and b/docsrc/gettext/.doctrees/api/timeline.doctree differ diff --git a/docsrc/gettext/.doctrees/api/users.doctree b/docsrc/gettext/.doctrees/api/users.doctree index 486ecf24a..68c25d76c 100644 Binary files a/docsrc/gettext/.doctrees/api/users.doctree and b/docsrc/gettext/.doctrees/api/users.doctree differ diff --git a/docsrc/gettext/.doctrees/api/workouts.doctree b/docsrc/gettext/.doctrees/api/workouts.doctree index 4929a79e1..9ae1947c7 100644 Binary files a/docsrc/gettext/.doctrees/api/workouts.doctree and b/docsrc/gettext/.doctrees/api/workouts.doctree differ diff --git a/docsrc/gettext/.doctrees/changelog.doctree b/docsrc/gettext/.doctrees/changelog.doctree index c6a87a731..705cc1c8f 100644 Binary files a/docsrc/gettext/.doctrees/changelog.doctree and b/docsrc/gettext/.doctrees/changelog.doctree differ diff --git a/docsrc/gettext/.doctrees/cli.doctree b/docsrc/gettext/.doctrees/cli.doctree index e01b3587f..d77204c5e 100644 Binary files a/docsrc/gettext/.doctrees/cli.doctree and b/docsrc/gettext/.doctrees/cli.doctree differ diff --git a/docsrc/gettext/.doctrees/environment.pickle b/docsrc/gettext/.doctrees/environment.pickle index 42aafd5d1..95aaf902f 100644 Binary files a/docsrc/gettext/.doctrees/environment.pickle and b/docsrc/gettext/.doctrees/environment.pickle differ diff --git a/docsrc/gettext/.doctrees/features.doctree b/docsrc/gettext/.doctrees/features.doctree index 3b9949093..8c2f0d38b 100644 Binary files a/docsrc/gettext/.doctrees/features.doctree and b/docsrc/gettext/.doctrees/features.doctree differ diff --git a/docsrc/gettext/.doctrees/index.doctree b/docsrc/gettext/.doctrees/index.doctree index ebfed3d54..2af0b809d 100644 Binary files a/docsrc/gettext/.doctrees/index.doctree and b/docsrc/gettext/.doctrees/index.doctree differ diff --git a/docsrc/gettext/.doctrees/installation.doctree b/docsrc/gettext/.doctrees/installation.doctree index 1ee5c3789..21963da07 100644 Binary files a/docsrc/gettext/.doctrees/installation.doctree and b/docsrc/gettext/.doctrees/installation.doctree differ diff --git a/docsrc/gettext/.doctrees/oauth.doctree b/docsrc/gettext/.doctrees/oauth.doctree index ba7564d9b..b722aeded 100644 Binary files a/docsrc/gettext/.doctrees/oauth.doctree and b/docsrc/gettext/.doctrees/oauth.doctree differ diff --git a/docsrc/gettext/.doctrees/third_party_tools.doctree b/docsrc/gettext/.doctrees/third_party_tools.doctree index 0f412bdfd..a403cabc1 100644 Binary files a/docsrc/gettext/.doctrees/third_party_tools.doctree and b/docsrc/gettext/.doctrees/third_party_tools.doctree differ diff --git a/docsrc/gettext/.doctrees/troubleshooting/administrator.doctree b/docsrc/gettext/.doctrees/troubleshooting/administrator.doctree index c008ff31e..b2cfe3a69 100644 Binary files a/docsrc/gettext/.doctrees/troubleshooting/administrator.doctree and b/docsrc/gettext/.doctrees/troubleshooting/administrator.doctree differ diff --git a/docsrc/gettext/.doctrees/troubleshooting/index.doctree b/docsrc/gettext/.doctrees/troubleshooting/index.doctree index c32275f31..57b29ddbd 100644 Binary files a/docsrc/gettext/.doctrees/troubleshooting/index.doctree and b/docsrc/gettext/.doctrees/troubleshooting/index.doctree differ diff --git a/docsrc/gettext/docs.pot b/docsrc/gettext/docs.pot index 2cf03130f..d9c15bb0f 100644 --- a/docsrc/gettext/docs.pot +++ b/docsrc/gettext/docs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: FitTrackee 0.9.0b2\n" +"Project-Id-Version: FitTrackee 0.9.0b3\n" "\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-14 20:37+0100\n" +"POT-Creation-Date: 2024-12-18 16:36+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1395,7 +1395,7 @@ msgid "**Scope**: ``notifications:write``" msgstr "" #: ../../:1 -msgid "notification id" +msgid "notification short id" msgstr "" #: ../../:1 @@ -2328,6 +2328,10 @@ msgstr "" msgid "any part of the workout description; description matching is case-insensitive" msgstr "" +#: ../../:1 +msgid "return workouts with equipment (by default, equipment is not returned). **Note**: It's not a filter. **Warning**: Needed for 3rd-party applications updating equipments." +msgstr "" + #: ../../:1 msgid "Get a workout." msgstr "" @@ -2593,3142 +2597,3167 @@ msgid "Change log" msgstr "" #: ../source/changelog.md:3 -msgid "Version 0.9.0b2 (2024/12/14)" +msgid "Version 0.9.0b3 (2024/12/18)" msgstr "" #: ../source/changelog.md:5 -#: ../source/changelog.md:15 +#: ../source/changelog.md:27 +#: ../source/changelog.md:37 msgid "This is a pre-release. Don't install this version in production, you may not be able to safely downgrade to a stable version.
    If you find bugs, please report them." msgstr "" #: ../source/changelog.md:8 -#: ../source/changelog.md:33 -#: ../source/changelog.md:133 -#: ../source/changelog.md:185 -#: ../source/changelog.md:227 -#: ../source/changelog.md:304 -#: ../source/changelog.md:386 -#: ../source/changelog.md:451 -#: ../source/changelog.md:501 -#: ../source/changelog.md:543 -#: ../source/changelog.md:574 -#: ../source/changelog.md:609 -#: ../source/changelog.md:650 -#: ../source/changelog.md:687 -#: ../source/changelog.md:721 -#: ../source/changelog.md:756 -#: ../source/changelog.md:791 -#: ../source/changelog.md:798 -#: ../source/changelog.md:832 -#: ../source/changelog.md:844 -#: ../source/changelog.md:876 -#: ../source/changelog.md:893 -#: ../source/changelog.md:934 -#: ../source/changelog.md:1045 -#: ../source/changelog.md:1095 -#: ../source/changelog.md:1141 -#: ../source/changelog.md:1167 -#: ../source/changelog.md:1265 -#: ../source/changelog.md:1293 -#: ../source/changelog.md:1304 -#: ../source/changelog.md:1331 -#: ../source/changelog.md:1352 -#: ../source/changelog.md:1370 +#: ../source/changelog.md:40 +#: ../source/changelog.md:105 +#: ../source/changelog.md:151 +#: ../source/changelog.md:245 +#: ../source/changelog.md:320 +#: ../source/changelog.md:370 +#: ../source/changelog.md:469 +#: ../source/changelog.md:518 +#: ../source/changelog.md:627 +#: ../source/changelog.md:667 +#: ../source/changelog.md:705 +#: ../source/changelog.md:737 +#: ../source/changelog.md:910 +#: ../source/changelog.md:949 +#: ../source/changelog.md:1062 +#: ../source/changelog.md:1110 +#: ../source/changelog.md:1183 +#: ../source/changelog.md:1223 +#: ../source/changelog.md:1244 +#: ../source/changelog.md:1259 +#: ../source/changelog.md:1283 +#: ../source/changelog.md:1346 #: ../source/changelog.md:1386 -#: ../source/changelog.md:1407 +msgid "Features and enhancements" +msgstr "" + +#: ../source/changelog.md:10 +msgid "#660 - mark notification as read on click on workout/comment/..." +msgstr "" + +#: ../source/changelog.md:12 +#: ../source/changelog.md:30 +#: ../source/changelog.md:55 +#: ../source/changelog.md:155 +#: ../source/changelog.md:207 +#: ../source/changelog.md:249 +#: ../source/changelog.md:326 +#: ../source/changelog.md:408 +#: ../source/changelog.md:473 +#: ../source/changelog.md:523 +#: ../source/changelog.md:565 +#: ../source/changelog.md:596 +#: ../source/changelog.md:631 +#: ../source/changelog.md:672 +#: ../source/changelog.md:709 +#: ../source/changelog.md:743 +#: ../source/changelog.md:778 +#: ../source/changelog.md:813 +#: ../source/changelog.md:820 +#: ../source/changelog.md:854 +#: ../source/changelog.md:866 +#: ../source/changelog.md:898 +#: ../source/changelog.md:915 +#: ../source/changelog.md:956 +#: ../source/changelog.md:1067 +#: ../source/changelog.md:1117 +#: ../source/changelog.md:1163 +#: ../source/changelog.md:1189 +#: ../source/changelog.md:1287 +#: ../source/changelog.md:1315 +#: ../source/changelog.md:1326 +#: ../source/changelog.md:1353 +#: ../source/changelog.md:1374 +#: ../source/changelog.md:1392 +#: ../source/changelog.md:1408 #: ../source/changelog.md:1429 -#: ../source/changelog.md:1436 -#: ../source/changelog.md:1456 +#: ../source/changelog.md:1451 +#: ../source/changelog.md:1458 #: ../source/changelog.md:1478 -#: ../source/changelog.md:1496 -#: ../source/changelog.md:1531 -#: ../source/changelog.md:1542 +#: ../source/changelog.md:1500 +#: ../source/changelog.md:1518 #: ../source/changelog.md:1553 -#: ../source/changelog.md:1565 -#: ../source/changelog.md:1585 -#: ../source/changelog.md:1591 -#: ../source/changelog.md:1643 -#: ../source/changelog.md:1667 -#: ../source/changelog.md:1678 +#: ../source/changelog.md:1564 +#: ../source/changelog.md:1575 +#: ../source/changelog.md:1587 +#: ../source/changelog.md:1607 +#: ../source/changelog.md:1613 +#: ../source/changelog.md:1665 #: ../source/changelog.md:1689 -#: ../source/changelog.md:1734 -#: ../source/changelog.md:1767 -#: ../source/changelog.md:1779 -#: ../source/changelog.md:1790 -#: ../source/changelog.md:1806 -#: ../source/changelog.md:1819 -#: ../source/changelog.md:1831 -#: ../source/changelog.md:1852 -#: ../source/changelog.md:1930 -#: ../source/changelog.md:1947 -#: ../source/changelog.md:1958 -#: ../source/changelog.md:1978 -#: ../source/changelog.md:2013 +#: ../source/changelog.md:1700 +#: ../source/changelog.md:1711 +#: ../source/changelog.md:1756 +#: ../source/changelog.md:1789 +#: ../source/changelog.md:1801 +#: ../source/changelog.md:1812 +#: ../source/changelog.md:1828 +#: ../source/changelog.md:1841 +#: ../source/changelog.md:1853 +#: ../source/changelog.md:1874 +#: ../source/changelog.md:1952 +#: ../source/changelog.md:1969 +#: ../source/changelog.md:1980 +#: ../source/changelog.md:2000 +#: ../source/changelog.md:2035 msgid "Bugs Fixed" msgstr "" -#: ../source/changelog.md:10 -msgid "#657 - can not display next workouts in timeline" +#: ../source/changelog.md:14 +msgid "PR#659 - API - get workouts list with equipment" msgstr "" -#: ../source/changelog.md:13 -msgid "Version 0.9.0b1 (2024/12/14)" +#: ../source/changelog.md:15 +msgid "PR#662 - Minor fixes and improvements" msgstr "" -#: ../source/changelog.md:18 -#: ../source/changelog.md:83 -#: ../source/changelog.md:129 -#: ../source/changelog.md:223 -#: ../source/changelog.md:298 -#: ../source/changelog.md:348 -#: ../source/changelog.md:447 -#: ../source/changelog.md:496 -#: ../source/changelog.md:605 -#: ../source/changelog.md:645 -#: ../source/changelog.md:683 -#: ../source/changelog.md:715 -#: ../source/changelog.md:888 -#: ../source/changelog.md:927 -#: ../source/changelog.md:1040 -#: ../source/changelog.md:1088 -#: ../source/changelog.md:1161 -#: ../source/changelog.md:1201 -#: ../source/changelog.md:1222 -#: ../source/changelog.md:1237 -#: ../source/changelog.md:1261 -#: ../source/changelog.md:1324 -#: ../source/changelog.md:1364 -msgid "Features and enhancements" +#: ../source/changelog.md:17 +#: ../source/changelog.md:59 +#: ../source/changelog.md:91 +#: ../source/changelog.md:132 +#: ../source/changelog.md:186 +#: ../source/changelog.md:305 +#: ../source/changelog.md:351 +#: ../source/changelog.md:396 +#: ../source/changelog.md:456 +#: ../source/changelog.md:500 +#: ../source/changelog.md:549 +#: ../source/changelog.md:616 +#: ../source/changelog.md:654 +#: ../source/changelog.md:692 +#: ../source/changelog.md:752 +#: ../source/changelog.md:788 +#: ../source/changelog.md:829 +#: ../source/changelog.md:859 +#: ../source/changelog.md:903 +#: ../source/changelog.md:974 +#: ../source/changelog.md:1021 +#: ../source/changelog.md:1142 +#: ../source/changelog.md:1215 +#: ../source/changelog.md:1295 +#: ../source/changelog.md:1308 +#: ../source/changelog.md:1414 +#: ../source/changelog.md:1506 +#: ../source/changelog.md:1527 +#: ../source/changelog.md:1635 +#: ../source/changelog.md:1651 +#: ../source/changelog.md:1760 +#: ../source/changelog.md:1816 +#: ../source/changelog.md:1857 +#: ../source/changelog.md:1883 +#: ../source/changelog.md:1938 +#: ../source/changelog.md:2004 +#: ../source/changelog.md:2019 +msgid "Misc" +msgstr "" + +#: ../source/changelog.md:19 +msgid "189071 - use uuid instead of id for notifications" +msgstr "" + +#: ../source/changelog.md:22 +#: ../source/changelog.md:51 +#: ../source/changelog.md:200 +#: ../source/changelog.md:278 +#: ../source/changelog.md:363 +#: ../source/changelog.md:560 +#: ../source/changelog.md:773 +#: ../source/changelog.md:944 +#: ../source/changelog.md:996 +#: ../source/changelog.md:1100 +#: ../source/changelog.md:1158 +#: ../source/changelog.md:1206 +#: ../source/changelog.md:1254 +#: ../source/changelog.md:1268 +#: ../source/changelog.md:1362 +#: ../source/changelog.md:1401 +msgid "Note: This release contains database migration (see upgrade instructions in documentation)" msgstr "" -#: ../source/changelog.md:20 +#: ../source/changelog.md:25 +msgid "Version 0.9.0b2 (2024/12/14)" +msgstr "" + +#: ../source/changelog.md:32 +msgid "#657 - can not display next workouts in timeline" +msgstr "" + +#: ../source/changelog.md:35 +msgid "Version 0.9.0b1 (2024/12/14)" +msgstr "" + +#: ../source/changelog.md:42 msgid "#16 - Add social features [1s part]" msgstr "" -#: ../source/changelog.md:21 +#: ../source/changelog.md:43 msgid "#125 - Add followers/following and visibility levels" msgstr "" -#: ../source/changelog.md:22 +#: ../source/changelog.md:44 msgid "#296 - Add comments" msgstr "" -#: ../source/changelog.md:23 +#: ../source/changelog.md:45 msgid "#298 - Add likes" msgstr "" -#: ../source/changelog.md:24 +#: ../source/changelog.md:46 msgid "#299 - UI notifications" msgstr "" -#: ../source/changelog.md:25 +#: ../source/changelog.md:47 msgid "#381 - Block a user to hide unwanted content" msgstr "" -#: ../source/changelog.md:26 +#: ../source/changelog.md:48 msgid "#382 - Moderation tools" msgstr "" -#: ../source/changelog.md:27 +#: ../source/changelog.md:49 msgid "#655 - Add moderator and owner roles" msgstr "" -#: ../source/changelog.md:29 -#: ../source/changelog.md:178 -#: ../source/changelog.md:256 -#: ../source/changelog.md:341 -#: ../source/changelog.md:538 -#: ../source/changelog.md:751 -#: ../source/changelog.md:922 -#: ../source/changelog.md:974 -#: ../source/changelog.md:1078 -#: ../source/changelog.md:1136 -#: ../source/changelog.md:1184 -#: ../source/changelog.md:1232 -#: ../source/changelog.md:1246 -#: ../source/changelog.md:1340 -#: ../source/changelog.md:1379 -msgid "Note: This release contains database migration (see upgrade instructions in documentation)" -msgstr "" - -#: ../source/changelog.md:31 +#: ../source/changelog.md:53 msgid "Version 0.8.12 (2024/11/17)" msgstr "" -#: ../source/changelog.md:35 +#: ../source/changelog.md:57 msgid "#652 - User can not login on new installation" msgstr "" -#: ../source/changelog.md:37 -#: ../source/changelog.md:69 -#: ../source/changelog.md:110 -#: ../source/changelog.md:164 -#: ../source/changelog.md:283 -#: ../source/changelog.md:329 -#: ../source/changelog.md:374 -#: ../source/changelog.md:434 -#: ../source/changelog.md:478 -#: ../source/changelog.md:527 -#: ../source/changelog.md:594 -#: ../source/changelog.md:632 -#: ../source/changelog.md:670 -#: ../source/changelog.md:730 -#: ../source/changelog.md:766 -#: ../source/changelog.md:807 -#: ../source/changelog.md:837 -#: ../source/changelog.md:881 -#: ../source/changelog.md:952 -#: ../source/changelog.md:999 -#: ../source/changelog.md:1120 -#: ../source/changelog.md:1193 -#: ../source/changelog.md:1273 -#: ../source/changelog.md:1286 -#: ../source/changelog.md:1392 -#: ../source/changelog.md:1484 -#: ../source/changelog.md:1505 -#: ../source/changelog.md:1613 -#: ../source/changelog.md:1629 -#: ../source/changelog.md:1738 -#: ../source/changelog.md:1794 -#: ../source/changelog.md:1835 -#: ../source/changelog.md:1861 -#: ../source/changelog.md:1916 -#: ../source/changelog.md:1982 -#: ../source/changelog.md:1997 -msgid "Misc" -msgstr "" - -#: ../source/changelog.md:39 +#: ../source/changelog.md:61 msgid "PR#651 - Tests - add databases to parallelize more tests" msgstr "" -#: ../source/changelog.md:43 +#: ../source/changelog.md:65 msgid "Version 0.8.11 (2024/10/30)" msgstr "" -#: ../source/changelog.md:45 +#: ../source/changelog.md:67 msgid "FitTrackee is now available for Python 3.13. Python 3.8 is no longer supported, the minimum version is now Python 3.9." msgstr "" -#: ../source/changelog.md:48 -#: ../source/changelog.md:88 -#: ../source/changelog.md:138 -#: ../source/changelog.md:189 -#: ../source/changelog.md:231 -#: ../source/changelog.md:261 -#: ../source/changelog.md:308 -#: ../source/changelog.md:353 -#: ../source/changelog.md:390 -#: ../source/changelog.md:415 -#: ../source/changelog.md:457 -#: ../source/changelog.md:507 -#: ../source/changelog.md:547 -#: ../source/changelog.md:578 -#: ../source/changelog.md:616 -#: ../source/changelog.md:654 -#: ../source/changelog.md:691 -#: ../source/changelog.md:726 -#: ../source/changelog.md:761 -#: ../source/changelog.md:802 -#: ../source/changelog.md:850 -#: ../source/changelog.md:899 -#: ../source/changelog.md:940 -#: ../source/changelog.md:984 -#: ../source/changelog.md:1021 -#: ../source/changelog.md:1050 -#: ../source/changelog.md:1100 -#: ../source/changelog.md:1145 -#: ../source/changelog.md:1174 -#: ../source/changelog.md:1189 -#: ../source/changelog.md:1206 -#: ../source/changelog.md:1226 -#: ../source/changelog.md:1241 -#: ../source/changelog.md:1254 -#: ../source/changelog.md:1269 -#: ../source/changelog.md:1282 -#: ../source/changelog.md:1297 -#: ../source/changelog.md:1311 -#: ../source/changelog.md:1336 -#: ../source/changelog.md:1345 -#: ../source/changelog.md:1356 -#: ../source/changelog.md:1375 -#: ../source/changelog.md:1461 -#: ../source/features.rst:496 -msgid "Translations" -msgstr "" - -#: ../source/changelog.md:50 -msgid "PR#640 - Translations update (Basque)" -msgstr "" - -#: ../source/changelog.md:51 +#: ../source/changelog.md:70 +#: ../source/changelog.md:110 +#: ../source/changelog.md:160 +#: ../source/changelog.md:211 +#: ../source/changelog.md:253 +#: ../source/changelog.md:283 +#: ../source/changelog.md:330 +#: ../source/changelog.md:375 +#: ../source/changelog.md:412 +#: ../source/changelog.md:437 +#: ../source/changelog.md:479 +#: ../source/changelog.md:529 +#: ../source/changelog.md:569 +#: ../source/changelog.md:600 +#: ../source/changelog.md:638 +#: ../source/changelog.md:676 +#: ../source/changelog.md:713 +#: ../source/changelog.md:748 +#: ../source/changelog.md:783 +#: ../source/changelog.md:824 +#: ../source/changelog.md:872 +#: ../source/changelog.md:921 +#: ../source/changelog.md:962 +#: ../source/changelog.md:1006 +#: ../source/changelog.md:1043 +#: ../source/changelog.md:1072 +#: ../source/changelog.md:1122 +#: ../source/changelog.md:1167 +#: ../source/changelog.md:1196 +#: ../source/changelog.md:1211 +#: ../source/changelog.md:1228 +#: ../source/changelog.md:1248 +#: ../source/changelog.md:1263 +#: ../source/changelog.md:1276 +#: ../source/changelog.md:1291 +#: ../source/changelog.md:1304 +#: ../source/changelog.md:1319 +#: ../source/changelog.md:1333 +#: ../source/changelog.md:1358 +#: ../source/changelog.md:1367 +#: ../source/changelog.md:1378 +#: ../source/changelog.md:1397 +#: ../source/changelog.md:1483 +#: ../source/features.rst:496 +msgid "Translations" +msgstr "" + +#: ../source/changelog.md:72 +msgid "PR#640 - Translations update (Basque)" +msgstr "" + +#: ../source/changelog.md:73 msgid "PR#645 - Translations update (Russian, Polish)" msgstr "" -#: ../source/changelog.md:53 -#: ../source/changelog.md:94 -#: ../source/changelog.md:149 -#: ../source/changelog.md:197 -#: ../source/changelog.md:237 -#: ../source/changelog.md:269 -#: ../source/changelog.md:315 -#: ../source/changelog.md:360 -#: ../source/changelog.md:394 -#: ../source/changelog.md:421 -#: ../source/changelog.md:465 -#: ../source/changelog.md:515 -#: ../source/changelog.md:552 -#: ../source/changelog.md:582 -#: ../source/changelog.md:621 -#: ../source/changelog.md:659 -#: ../source/changelog.md:696 -#: ../source/changelog.md:735 -#: ../source/changelog.md:774 -#: ../source/changelog.md:815 -#: ../source/changelog.md:857 -#: ../source/changelog.md:906 -#: ../source/changelog.md:958 -#: ../source/changelog.md:1005 -#: ../source/changelog.md:1026 -#: ../source/changelog.md:1058 -#: ../source/changelog.md:1110 +#: ../source/changelog.md:75 +#: ../source/changelog.md:116 +#: ../source/changelog.md:171 +#: ../source/changelog.md:219 +#: ../source/changelog.md:259 +#: ../source/changelog.md:291 +#: ../source/changelog.md:337 +#: ../source/changelog.md:382 +#: ../source/changelog.md:416 +#: ../source/changelog.md:443 +#: ../source/changelog.md:487 +#: ../source/changelog.md:537 +#: ../source/changelog.md:574 +#: ../source/changelog.md:604 +#: ../source/changelog.md:643 +#: ../source/changelog.md:681 +#: ../source/changelog.md:718 +#: ../source/changelog.md:757 +#: ../source/changelog.md:796 +#: ../source/changelog.md:837 +#: ../source/changelog.md:879 +#: ../source/changelog.md:928 +#: ../source/changelog.md:980 +#: ../source/changelog.md:1027 +#: ../source/changelog.md:1048 +#: ../source/changelog.md:1080 +#: ../source/changelog.md:1132 msgid "Translation status:" msgstr "" -#: ../source/changelog.md:54 -#: ../source/changelog.md:150 -#: ../source/changelog.md:361 -#: ../source/changelog.md:395 -#: ../source/changelog.md:553 -#: ../source/changelog.md:583 +#: ../source/changelog.md:76 +#: ../source/changelog.md:172 +#: ../source/changelog.md:383 +#: ../source/changelog.md:417 +#: ../source/changelog.md:575 +#: ../source/changelog.md:605 msgid "Basque: 100%" msgstr "" -#: ../source/changelog.md:55 -#: ../source/changelog.md:96 +#: ../source/changelog.md:77 +#: ../source/changelog.md:118 msgid "Bulgarian: 98%" msgstr "" -#: ../source/changelog.md:56 -#: ../source/changelog.md:97 -#: ../source/changelog.md:152 -#: ../source/changelog.md:239 +#: ../source/changelog.md:78 +#: ../source/changelog.md:119 +#: ../source/changelog.md:174 +#: ../source/changelog.md:261 msgid "Czech: 72%" msgstr "" -#: ../source/changelog.md:57 -#: ../source/changelog.md:98 -#: ../source/changelog.md:153 -#: ../source/changelog.md:201 -#: ../source/changelog.md:240 -#: ../source/changelog.md:584 -#: ../source/changelog.md:622 -#: ../source/changelog.md:736 -#: ../source/changelog.md:1027 -#: ../source/changelog.md:1059 +#: ../source/changelog.md:79 +#: ../source/changelog.md:120 +#: ../source/changelog.md:175 +#: ../source/changelog.md:223 +#: ../source/changelog.md:262 +#: ../source/changelog.md:606 +#: ../source/changelog.md:644 +#: ../source/changelog.md:758 +#: ../source/changelog.md:1049 +#: ../source/changelog.md:1081 msgid "Dutch: 99%" msgstr "" -#: ../source/changelog.md:58 -#: ../source/changelog.md:99 -#: ../source/changelog.md:154 -#: ../source/changelog.md:202 -#: ../source/changelog.md:241 -#: ../source/changelog.md:273 -#: ../source/changelog.md:319 -#: ../source/changelog.md:364 -#: ../source/changelog.md:398 -#: ../source/changelog.md:425 -#: ../source/changelog.md:469 -#: ../source/changelog.md:518 -#: ../source/changelog.md:555 -#: ../source/changelog.md:585 -#: ../source/changelog.md:623 -#: ../source/changelog.md:661 -#: ../source/changelog.md:698 -#: ../source/changelog.md:737 -#: ../source/changelog.md:776 -#: ../source/changelog.md:817 -#: ../source/changelog.md:859 -#: ../source/changelog.md:908 -#: ../source/changelog.md:960 -#: ../source/changelog.md:1007 -#: ../source/changelog.md:1028 -#: ../source/changelog.md:1060 -#: ../source/changelog.md:1112 +#: ../source/changelog.md:80 +#: ../source/changelog.md:121 +#: ../source/changelog.md:176 +#: ../source/changelog.md:224 +#: ../source/changelog.md:263 +#: ../source/changelog.md:295 +#: ../source/changelog.md:341 +#: ../source/changelog.md:386 +#: ../source/changelog.md:420 +#: ../source/changelog.md:447 +#: ../source/changelog.md:491 +#: ../source/changelog.md:540 +#: ../source/changelog.md:577 +#: ../source/changelog.md:607 +#: ../source/changelog.md:645 +#: ../source/changelog.md:683 +#: ../source/changelog.md:720 +#: ../source/changelog.md:759 +#: ../source/changelog.md:798 +#: ../source/changelog.md:839 +#: ../source/changelog.md:881 +#: ../source/changelog.md:930 +#: ../source/changelog.md:982 +#: ../source/changelog.md:1029 +#: ../source/changelog.md:1050 +#: ../source/changelog.md:1082 +#: ../source/changelog.md:1134 msgid "English: 100%" msgstr "" -#: ../source/changelog.md:59 -#: ../source/changelog.md:100 -#: ../source/changelog.md:155 -#: ../source/changelog.md:203 -#: ../source/changelog.md:242 -#: ../source/changelog.md:274 -#: ../source/changelog.md:320 -#: ../source/changelog.md:365 -#: ../source/changelog.md:399 -#: ../source/changelog.md:426 -#: ../source/changelog.md:470 -#: ../source/changelog.md:519 -#: ../source/changelog.md:556 -#: ../source/changelog.md:586 -#: ../source/changelog.md:624 -#: ../source/changelog.md:662 -#: ../source/changelog.md:699 -#: ../source/changelog.md:738 -#: ../source/changelog.md:777 -#: ../source/changelog.md:818 -#: ../source/changelog.md:860 -#: ../source/changelog.md:909 -#: ../source/changelog.md:961 -#: ../source/changelog.md:1008 -#: ../source/changelog.md:1029 -#: ../source/changelog.md:1061 -#: ../source/changelog.md:1113 +#: ../source/changelog.md:81 +#: ../source/changelog.md:122 +#: ../source/changelog.md:177 +#: ../source/changelog.md:225 +#: ../source/changelog.md:264 +#: ../source/changelog.md:296 +#: ../source/changelog.md:342 +#: ../source/changelog.md:387 +#: ../source/changelog.md:421 +#: ../source/changelog.md:448 +#: ../source/changelog.md:492 +#: ../source/changelog.md:541 +#: ../source/changelog.md:578 +#: ../source/changelog.md:608 +#: ../source/changelog.md:646 +#: ../source/changelog.md:684 +#: ../source/changelog.md:721 +#: ../source/changelog.md:760 +#: ../source/changelog.md:799 +#: ../source/changelog.md:840 +#: ../source/changelog.md:882 +#: ../source/changelog.md:931 +#: ../source/changelog.md:983 +#: ../source/changelog.md:1030 +#: ../source/changelog.md:1051 +#: ../source/changelog.md:1083 +#: ../source/changelog.md:1135 msgid "French: 100%" msgstr "" -#: ../source/changelog.md:60 -#: ../source/changelog.md:101 -#: ../source/changelog.md:156 -#: ../source/changelog.md:204 -#: ../source/changelog.md:275 -#: ../source/changelog.md:321 -#: ../source/changelog.md:366 -#: ../source/changelog.md:400 -#: ../source/changelog.md:427 -#: ../source/changelog.md:471 -#: ../source/changelog.md:557 -#: ../source/changelog.md:587 -#: ../source/changelog.md:625 -#: ../source/changelog.md:663 -#: ../source/changelog.md:700 -#: ../source/changelog.md:778 -#: ../source/changelog.md:819 -#: ../source/changelog.md:861 -#: ../source/changelog.md:910 -#: ../source/changelog.md:1009 -#: ../source/changelog.md:1030 -#: ../source/changelog.md:1114 +#: ../source/changelog.md:82 +#: ../source/changelog.md:123 +#: ../source/changelog.md:178 +#: ../source/changelog.md:226 +#: ../source/changelog.md:297 +#: ../source/changelog.md:343 +#: ../source/changelog.md:388 +#: ../source/changelog.md:422 +#: ../source/changelog.md:449 +#: ../source/changelog.md:493 +#: ../source/changelog.md:579 +#: ../source/changelog.md:609 +#: ../source/changelog.md:647 +#: ../source/changelog.md:685 +#: ../source/changelog.md:722 +#: ../source/changelog.md:800 +#: ../source/changelog.md:841 +#: ../source/changelog.md:883 +#: ../source/changelog.md:932 +#: ../source/changelog.md:1031 +#: ../source/changelog.md:1052 +#: ../source/changelog.md:1136 msgid "Galician: 100%" msgstr "" -#: ../source/changelog.md:61 -#: ../source/changelog.md:102 -#: ../source/changelog.md:157 -#: ../source/changelog.md:205 -#: ../source/changelog.md:367 -#: ../source/changelog.md:401 -#: ../source/changelog.md:428 -#: ../source/changelog.md:558 -#: ../source/changelog.md:588 -#: ../source/changelog.md:626 -#: ../source/changelog.md:664 -#: ../source/changelog.md:701 -#: ../source/changelog.md:779 -#: ../source/changelog.md:820 -#: ../source/changelog.md:862 -#: ../source/changelog.md:1010 -#: ../source/changelog.md:1115 +#: ../source/changelog.md:83 +#: ../source/changelog.md:124 +#: ../source/changelog.md:179 +#: ../source/changelog.md:227 +#: ../source/changelog.md:389 +#: ../source/changelog.md:423 +#: ../source/changelog.md:450 +#: ../source/changelog.md:580 +#: ../source/changelog.md:610 +#: ../source/changelog.md:648 +#: ../source/changelog.md:686 +#: ../source/changelog.md:723 +#: ../source/changelog.md:801 +#: ../source/changelog.md:842 +#: ../source/changelog.md:884 +#: ../source/changelog.md:1032 +#: ../source/changelog.md:1137 msgid "German: 100%" msgstr "" -#: ../source/changelog.md:62 -#: ../source/changelog.md:103 +#: ../source/changelog.md:84 +#: ../source/changelog.md:125 msgid "Italian: 81%" msgstr "" -#: ../source/changelog.md:63 -#: ../source/changelog.md:104 -#: ../source/changelog.md:159 -#: ../source/changelog.md:207 -#: ../source/changelog.md:246 -#: ../source/changelog.md:278 -#: ../source/changelog.md:324 +#: ../source/changelog.md:85 +#: ../source/changelog.md:126 +#: ../source/changelog.md:181 +#: ../source/changelog.md:229 +#: ../source/changelog.md:268 +#: ../source/changelog.md:300 +#: ../source/changelog.md:346 msgid "Norwegian Bokmål: 52%" msgstr "" -#: ../source/changelog.md:64 -#: ../source/changelog.md:561 -#: ../source/changelog.md:667 -#: ../source/changelog.md:782 -#: ../source/changelog.md:823 -#: ../source/changelog.md:865 +#: ../source/changelog.md:86 +#: ../source/changelog.md:583 +#: ../source/changelog.md:689 +#: ../source/changelog.md:804 +#: ../source/changelog.md:845 +#: ../source/changelog.md:887 msgid "Polish: 100%" msgstr "" -#: ../source/changelog.md:65 -#: ../source/changelog.md:106 -#: ../source/changelog.md:161 +#: ../source/changelog.md:87 +#: ../source/changelog.md:128 +#: ../source/changelog.md:183 msgid "Portuguese: 97%" msgstr "" -#: ../source/changelog.md:66 +#: ../source/changelog.md:88 msgid "Russian: 62%" msgstr "" -#: ../source/changelog.md:67 -#: ../source/changelog.md:108 -#: ../source/changelog.md:162 -#: ../source/changelog.md:210 -#: ../source/changelog.md:281 -#: ../source/changelog.md:327 -#: ../source/changelog.md:372 -#: ../source/changelog.md:405 -#: ../source/changelog.md:432 -#: ../source/changelog.md:476 -#: ../source/changelog.md:525 -#: ../source/changelog.md:562 -#: ../source/changelog.md:592 -#: ../source/changelog.md:630 -#: ../source/changelog.md:668 -#: ../source/changelog.md:705 -#: ../source/changelog.md:783 -#: ../source/changelog.md:824 -#: ../source/changelog.md:866 -#: ../source/changelog.md:915 -#: ../source/changelog.md:967 -#: ../source/changelog.md:1014 -#: ../source/changelog.md:1035 -#: ../source/changelog.md:1067 -#: ../source/changelog.md:1118 +#: ../source/changelog.md:89 +#: ../source/changelog.md:130 +#: ../source/changelog.md:184 +#: ../source/changelog.md:232 +#: ../source/changelog.md:303 +#: ../source/changelog.md:349 +#: ../source/changelog.md:394 +#: ../source/changelog.md:427 +#: ../source/changelog.md:454 +#: ../source/changelog.md:498 +#: ../source/changelog.md:547 +#: ../source/changelog.md:584 +#: ../source/changelog.md:614 +#: ../source/changelog.md:652 +#: ../source/changelog.md:690 +#: ../source/changelog.md:727 +#: ../source/changelog.md:805 +#: ../source/changelog.md:846 +#: ../source/changelog.md:888 +#: ../source/changelog.md:937 +#: ../source/changelog.md:989 +#: ../source/changelog.md:1036 +#: ../source/changelog.md:1057 +#: ../source/changelog.md:1089 +#: ../source/changelog.md:1140 msgid "Spanish: 100%" msgstr "" -#: ../source/changelog.md:71 +#: ../source/changelog.md:93 msgid "#455 - Drop support for Python 3.8" msgstr "" -#: ../source/changelog.md:72 +#: ../source/changelog.md:94 msgid "#639 - Add support for Python 3.13" msgstr "" -#: ../source/changelog.md:75 -#: ../source/changelog.md:115 -#: ../source/changelog.md:169 -#: ../source/changelog.md:213 -#: ../source/changelog.md:252 -#: ../source/changelog.md:288 -#: ../source/changelog.md:334 -#: ../source/changelog.md:379 -#: ../source/changelog.md:408 -#: ../source/changelog.md:439 -#: ../source/changelog.md:484 -#: ../source/changelog.md:533 -#: ../source/changelog.md:565 -#: ../source/changelog.md:599 -#: ../source/changelog.md:637 -#: ../source/changelog.md:675 -#: ../source/changelog.md:707 -#: ../source/changelog.md:746 -#: ../source/changelog.md:785 -#: ../source/changelog.md:826 -#: ../source/changelog.md:868 -#: ../source/changelog.md:917 -#: ../source/changelog.md:969 -#: ../source/changelog.md:1071 -#: ../source/changelog.md:1125 -#: ../source/changelog.md:1180 -#: ../source/changelog.md:1212 -#: ../source/changelog.md:1469 -#: ../source/changelog.md:1752 +#: ../source/changelog.md:97 +#: ../source/changelog.md:137 +#: ../source/changelog.md:191 +#: ../source/changelog.md:235 +#: ../source/changelog.md:274 +#: ../source/changelog.md:310 +#: ../source/changelog.md:356 +#: ../source/changelog.md:401 +#: ../source/changelog.md:430 +#: ../source/changelog.md:461 +#: ../source/changelog.md:506 +#: ../source/changelog.md:555 +#: ../source/changelog.md:587 +#: ../source/changelog.md:621 +#: ../source/changelog.md:659 +#: ../source/changelog.md:697 +#: ../source/changelog.md:729 +#: ../source/changelog.md:768 +#: ../source/changelog.md:807 +#: ../source/changelog.md:848 +#: ../source/changelog.md:890 +#: ../source/changelog.md:939 +#: ../source/changelog.md:991 +#: ../source/changelog.md:1093 +#: ../source/changelog.md:1147 +#: ../source/changelog.md:1202 +#: ../source/changelog.md:1234 +#: ../source/changelog.md:1491 +#: ../source/changelog.md:1774 msgid "Thanks to the contributors:" msgstr "" -#: ../source/changelog.md:76 -#: ../source/changelog.md:173 -#: ../source/changelog.md:253 -#: ../source/changelog.md:600 +#: ../source/changelog.md:98 +#: ../source/changelog.md:195 +#: ../source/changelog.md:275 +#: ../source/changelog.md:622 msgid "@erral" msgstr "" -#: ../source/changelog.md:77 -#: ../source/changelog.md:120 +#: ../source/changelog.md:99 +#: ../source/changelog.md:142 msgid "@sikmir" msgstr "" -#: ../source/changelog.md:78 -#: ../source/changelog.md:567 -#: ../source/changelog.md:677 +#: ../source/changelog.md:100 +#: ../source/changelog.md:589 +#: ../source/changelog.md:699 msgid "Mariuz" msgstr "" -#: ../source/changelog.md:81 +#: ../source/changelog.md:103 msgid "Version 0.8.10 (2024/10/09)" msgstr "" -#: ../source/changelog.md:85 +#: ../source/changelog.md:107 msgid "PR#635 - Add ability to replace gpx title when adding a workout" msgstr "" -#: ../source/changelog.md:86 +#: ../source/changelog.md:108 msgid "PR#636 - Get description from gpx file if present" msgstr "" -#: ../source/changelog.md:90 +#: ../source/changelog.md:112 msgid "#629 - [Translation Request] Russian" msgstr "" -#: ../source/changelog.md:91 +#: ../source/changelog.md:113 msgid "PR#633 - Translations update (Russian, Dutch, Italian, Galician)" msgstr "" -#: ../source/changelog.md:92 +#: ../source/changelog.md:114 msgid "PR#637 - Translations update (Spanish, Russian, German and Galician)" msgstr "" - -#: ../source/changelog.md:95 -#: ../source/changelog.md:198 -#: ../source/changelog.md:238 + +#: ../source/changelog.md:117 +#: ../source/changelog.md:220 +#: ../source/changelog.md:260 msgid "Basque: 99%" msgstr "" -#: ../source/changelog.md:105 -#: ../source/changelog.md:704 +#: ../source/changelog.md:127 +#: ../source/changelog.md:726 msgid "Polish: 98%" msgstr "" -#: ../source/changelog.md:107 +#: ../source/changelog.md:129 msgid "Russian: 61%" msgstr "" -#: ../source/changelog.md:112 +#: ../source/changelog.md:134 msgid "PR#634 - CI - add PostgreSQL 17" msgstr "" -#: ../source/changelog.md:116 -#: ../source/changelog.md:170 +#: ../source/changelog.md:138 +#: ../source/changelog.md:192 msgid "@boosterl" msgstr "" -#: ../source/changelog.md:117 -#: ../source/changelog.md:174 -#: ../source/changelog.md:214 -#: ../source/changelog.md:336 -#: ../source/changelog.md:486 -#: ../source/changelog.md:535 -#: ../source/changelog.md:638 -#: ../source/changelog.md:708 -#: ../source/changelog.md:748 -#: ../source/changelog.md:918 -#: ../source/changelog.md:971 -#: ../source/changelog.md:1073 -#: ../source/changelog.md:1129 +#: ../source/changelog.md:139 +#: ../source/changelog.md:196 +#: ../source/changelog.md:236 +#: ../source/changelog.md:358 +#: ../source/changelog.md:508 +#: ../source/changelog.md:557 +#: ../source/changelog.md:660 +#: ../source/changelog.md:730 +#: ../source/changelog.md:770 +#: ../source/changelog.md:940 +#: ../source/changelog.md:993 +#: ../source/changelog.md:1095 +#: ../source/changelog.md:1151 msgid "@gallegonovato" msgstr "" -#: ../source/changelog.md:118 -#: ../source/changelog.md:175 -#: ../source/changelog.md:217 -#: ../source/changelog.md:442 -#: ../source/changelog.md:639 -#: ../source/changelog.md:709 -#: ../source/changelog.md:870 -#: ../source/changelog.md:1130 -#: ../source/changelog.md:1182 -#: ../source/changelog.md:1215 +#: ../source/changelog.md:140 +#: ../source/changelog.md:197 +#: ../source/changelog.md:239 +#: ../source/changelog.md:464 +#: ../source/changelog.md:661 +#: ../source/changelog.md:731 +#: ../source/changelog.md:892 +#: ../source/changelog.md:1152 +#: ../source/changelog.md:1204 +#: ../source/changelog.md:1237 msgid "@qwerty287" msgstr "" -#: ../source/changelog.md:119 +#: ../source/changelog.md:141 msgid "@Shura0" msgstr "" -#: ../source/changelog.md:121 -#: ../source/changelog.md:176 -#: ../source/changelog.md:218 -#: ../source/changelog.md:254 -#: ../source/changelog.md:293 -#: ../source/changelog.md:339 -#: ../source/changelog.md:489 -#: ../source/changelog.md:536 -#: ../source/changelog.md:640 -#: ../source/changelog.md:710 -#: ../source/changelog.md:749 -#: ../source/changelog.md:827 -#: ../source/changelog.md:919 -#: ../source/changelog.md:972 -#: ../source/changelog.md:1076 -#: ../source/changelog.md:1131 +#: ../source/changelog.md:143 +#: ../source/changelog.md:198 +#: ../source/changelog.md:240 +#: ../source/changelog.md:276 +#: ../source/changelog.md:315 +#: ../source/changelog.md:361 +#: ../source/changelog.md:511 +#: ../source/changelog.md:558 +#: ../source/changelog.md:662 +#: ../source/changelog.md:732 +#: ../source/changelog.md:771 +#: ../source/changelog.md:849 +#: ../source/changelog.md:941 +#: ../source/changelog.md:994 +#: ../source/changelog.md:1098 +#: ../source/changelog.md:1153 msgid "@xmgz" msgstr "" -#: ../source/changelog.md:124 +#: ../source/changelog.md:146 msgid "Version 0.8.9 (2024/09/21)" msgstr "" -#: ../source/changelog.md:126 +#: ../source/changelog.md:148 msgid "This release introduces a new field: the workout description.
    This field is longer than the \"Notes\" field and will have the same visibility as the workout in a next version (see #125). The \"Notes\" field will remain private." msgstr "" -#: ../source/changelog.md:131 +#: ../source/changelog.md:153 msgid "#610 - Add a description field to workout" msgstr "" -#: ../source/changelog.md:135 +#: ../source/changelog.md:157 msgid "#621 - email username may contain special characters" msgstr "" -#: ../source/changelog.md:136 +#: ../source/changelog.md:158 msgid "#622 - Fix email sending by adding 'Message-ID'" msgstr "" -#: ../source/changelog.md:140 +#: ../source/changelog.md:162 msgid "PR#616 - Translations update (Dutch)" msgstr "" -#: ../source/changelog.md:141 +#: ../source/changelog.md:163 msgid "PR#617 - Translations update (Italian)" msgstr "" -#: ../source/changelog.md:142 +#: ../source/changelog.md:164 msgid "PR#618 - Translations update (Polish)" msgstr "" -#: ../source/changelog.md:143 +#: ../source/changelog.md:165 msgid "PR#620 - Translations update (Polish)" msgstr "" -#: ../source/changelog.md:144 +#: ../source/changelog.md:166 msgid "PR#624 - Translations update (Spanish)" msgstr "" -#: ../source/changelog.md:145 +#: ../source/changelog.md:167 msgid "PR#625 - Translations update (Galician and Basque)" msgstr "" -#: ../source/changelog.md:146 +#: ../source/changelog.md:168 msgid "PR#626 - Translations update (German)" msgstr "" -#: ../source/changelog.md:147 +#: ../source/changelog.md:169 msgid "PR#631 - Translations update (Basque)" msgstr "" -#: ../source/changelog.md:151 +#: ../source/changelog.md:173 msgid "Bulgarian: 99%" msgstr "" -#: ../source/changelog.md:158 -#: ../source/changelog.md:206 -#: ../source/changelog.md:245 -#: ../source/changelog.md:277 +#: ../source/changelog.md:180 +#: ../source/changelog.md:228 +#: ../source/changelog.md:267 +#: ../source/changelog.md:299 msgid "Italian: 82%" msgstr "" -#: ../source/changelog.md:160 -#: ../source/changelog.md:591 -#: ../source/changelog.md:629 -#: ../source/changelog.md:743 +#: ../source/changelog.md:182 +#: ../source/changelog.md:613 +#: ../source/changelog.md:651 +#: ../source/changelog.md:765 msgid "Polish: 99%" msgstr "" -#: ../source/changelog.md:166 +#: ../source/changelog.md:188 msgid "PR#628 - Replace markdown library" msgstr "" -#: ../source/changelog.md:171 -#: ../source/changelog.md:335 +#: ../source/changelog.md:193 +#: ../source/changelog.md:357 msgid "@byakurau" msgstr "" -#: ../source/changelog.md:172 +#: ../source/changelog.md:194 msgid "@dotlambda" msgstr "" -#: ../source/changelog.md:181 +#: ../source/changelog.md:203 msgid "Version 0.8.8 (2024/09/01)" msgstr "" -#: ../source/changelog.md:183 +#: ../source/changelog.md:205 msgid "FitTrackee is now available in Bulgarian." msgstr "" -#: ../source/changelog.md:187 +#: ../source/changelog.md:209 msgid "#614 - Labels are not translated on workouts average chart" msgstr "" -#: ../source/changelog.md:191 +#: ../source/changelog.md:213 msgid "PR#607 - Translations update (German)" msgstr "" -#: ../source/changelog.md:192 +#: ../source/changelog.md:214 msgid "#608 - [translations request] Bulgarian" msgstr "" -#: ../source/changelog.md:193 +#: ../source/changelog.md:215 msgid "PR#609 - Translations update (Galician and Spanish)" msgstr "" -#: ../source/changelog.md:194 +#: ../source/changelog.md:216 msgid "PR#612 - Translations update (Bulgarian and Czech)" msgstr "" -#: ../source/changelog.md:199 +#: ../source/changelog.md:221 msgid "Bulgarian: 100%" msgstr "" -#: ../source/changelog.md:200 -#: ../source/changelog.md:271 -#: ../source/changelog.md:317 +#: ../source/changelog.md:222 +#: ../source/changelog.md:293 +#: ../source/changelog.md:339 msgid "Czech: 73%" msgstr "" -#: ../source/changelog.md:208 -#: ../source/changelog.md:247 +#: ../source/changelog.md:230 +#: ../source/changelog.md:269 msgid "Polish: 91%" msgstr "" -#: ../source/changelog.md:209 -#: ../source/changelog.md:248 -#: ../source/changelog.md:280 -#: ../source/changelog.md:326 +#: ../source/changelog.md:231 +#: ../source/changelog.md:270 +#: ../source/changelog.md:302 +#: ../source/changelog.md:348 msgid "Portuguese: 98%" msgstr "" -#: ../source/changelog.md:215 -#: ../source/changelog.md:380 -#: ../source/changelog.md:409 -#: ../source/changelog.md:440 -#: ../source/changelog.md:488 +#: ../source/changelog.md:237 +#: ../source/changelog.md:402 +#: ../source/changelog.md:431 +#: ../source/changelog.md:462 +#: ../source/changelog.md:510 msgid "@jmlich" msgstr "" -#: ../source/changelog.md:216 +#: ../source/changelog.md:238 msgid "@mara21" msgstr "" -#: ../source/changelog.md:221 +#: ../source/changelog.md:243 msgid "Version 0.8.7 (2024/08/25)" msgstr "" -#: ../source/changelog.md:225 +#: ../source/changelog.md:247 msgid "#604 - New sport: Swimrun" msgstr "" -#: ../source/changelog.md:229 +#: ../source/changelog.md:251 msgid "PR#598 - CLI - fix limit for user data export cleanup" msgstr "" -#: ../source/changelog.md:233 +#: ../source/changelog.md:255 msgid "PR#600 - Translations update (Galician)" msgstr "" -#: ../source/changelog.md:234 +#: ../source/changelog.md:256 msgid "PR#603 - Translations update (Basque)" msgstr "" -#: ../source/changelog.md:243 -#: ../source/changelog.md:520 -#: ../source/changelog.md:739 -#: ../source/changelog.md:1062 +#: ../source/changelog.md:265 +#: ../source/changelog.md:542 +#: ../source/changelog.md:761 +#: ../source/changelog.md:1084 msgid "Galician: 99%" msgstr "" -#: ../source/changelog.md:244 -#: ../source/changelog.md:322 +#: ../source/changelog.md:266 +#: ../source/changelog.md:344 msgid "German: 98%" msgstr "" -#: ../source/changelog.md:249 -#: ../source/changelog.md:744 +#: ../source/changelog.md:271 +#: ../source/changelog.md:766 msgid "Spanish: 99%" msgstr "" -#: ../source/changelog.md:259 +#: ../source/changelog.md:281 msgid "Version 0.8.6 (2024/08/03)" msgstr "" -#: ../source/changelog.md:263 +#: ../source/changelog.md:285 msgid "PR#590 - Translations update (Italian)" msgstr "" -#: ../source/changelog.md:264 +#: ../source/changelog.md:286 msgid "PR#591 - Translations update (Galician)" msgstr "" -#: ../source/changelog.md:265 +#: ../source/changelog.md:287 msgid "PR#592 - Translations update (German, Dutch)" msgstr "" -#: ../source/changelog.md:266 +#: ../source/changelog.md:288 msgid "PR#593 - Translations update (German)" msgstr "" -#: ../source/changelog.md:267 +#: ../source/changelog.md:289 msgid "fb10602 - update and fix translations" msgstr "" -#: ../source/changelog.md:270 -#: ../source/changelog.md:316 +#: ../source/changelog.md:292 +#: ../source/changelog.md:338 msgid "Basque: 98%" msgstr "" -#: ../source/changelog.md:272 -#: ../source/changelog.md:554 -#: ../source/changelog.md:660 -#: ../source/changelog.md:775 -#: ../source/changelog.md:816 -#: ../source/changelog.md:858 -#: ../source/changelog.md:1006 +#: ../source/changelog.md:294 +#: ../source/changelog.md:576 +#: ../source/changelog.md:682 +#: ../source/changelog.md:797 +#: ../source/changelog.md:838 +#: ../source/changelog.md:880 +#: ../source/changelog.md:1028 msgid "Dutch: 100%" msgstr "" -#: ../source/changelog.md:276 -#: ../source/changelog.md:740 -#: ../source/changelog.md:1031 -#: ../source/changelog.md:1063 +#: ../source/changelog.md:298 +#: ../source/changelog.md:762 +#: ../source/changelog.md:1053 +#: ../source/changelog.md:1085 msgid "German: 99%" msgstr "" -#: ../source/changelog.md:279 -#: ../source/changelog.md:325 +#: ../source/changelog.md:301 +#: ../source/changelog.md:347 msgid "Polish: 92%" msgstr "" -#: ../source/changelog.md:285 +#: ../source/changelog.md:307 msgid "PR#595 - CI - speed up tests" msgstr "" -#: ../source/changelog.md:289 +#: ../source/changelog.md:311 msgid "@ConfusedAlex" msgstr "" -#: ../source/changelog.md:290 +#: ../source/changelog.md:312 msgid "@lukasitaly" msgstr "" -#: ../source/changelog.md:291 +#: ../source/changelog.md:313 msgid "@simontb" msgstr "" -#: ../source/changelog.md:292 +#: ../source/changelog.md:314 msgid "@slothje" msgstr "" -#: ../source/changelog.md:296 +#: ../source/changelog.md:318 msgid "Version 0.8.5 (2024/06/29)" msgstr "" -#: ../source/changelog.md:300 +#: ../source/changelog.md:322 msgid "#566 - [Feature] Improved statistics section with average calculation" msgstr "" -#: ../source/changelog.md:301 +#: ../source/changelog.md:323 msgid "PR#575 - Add page to display sport statistics" msgstr "" -#: ../source/changelog.md:302 +#: ../source/changelog.md:324 msgid "PR#587 - Improve user forms" msgstr "" -#: ../source/changelog.md:306 +#: ../source/changelog.md:328 msgid "PR#588 - Fix click on workout chart checkbox labels" msgstr "" -#: ../source/changelog.md:310 +#: ../source/changelog.md:332 msgid "PR#564 - Translations update (Dutch)" msgstr "" -#: ../source/changelog.md:311 +#: ../source/changelog.md:333 msgid "PR#565 - Translations update (Polish)" msgstr "" -#: ../source/changelog.md:312 +#: ../source/changelog.md:334 msgid "PR#571 - Translations update (Galician, Spanish)" msgstr "" -#: ../source/changelog.md:313 +#: ../source/changelog.md:335 msgid "PR#582 - Translations update (Galician, Spanish)" msgstr "" -#: ../source/changelog.md:318 -#: ../source/changelog.md:363 -#: ../source/changelog.md:397 -#: ../source/changelog.md:424 -#: ../source/changelog.md:468 -#: ../source/changelog.md:697 -#: ../source/changelog.md:1111 +#: ../source/changelog.md:340 +#: ../source/changelog.md:385 +#: ../source/changelog.md:419 +#: ../source/changelog.md:446 +#: ../source/changelog.md:490 +#: ../source/changelog.md:719 +#: ../source/changelog.md:1133 msgid "Dutch: 98%" msgstr "" -#: ../source/changelog.md:323 +#: ../source/changelog.md:345 msgid "Italian: 73%" msgstr "" -#: ../source/changelog.md:331 +#: ../source/changelog.md:353 msgid "PR#583 - Simplify docker deployment" msgstr "" -#: ../source/changelog.md:337 -#: ../source/changelog.md:487 +#: ../source/changelog.md:359 +#: ../source/changelog.md:509 msgid "@jderuiter" msgstr "" -#: ../source/changelog.md:338 +#: ../source/changelog.md:360 msgid "@pluja" msgstr "" -#: ../source/changelog.md:344 +#: ../source/changelog.md:366 msgid "Version 0.8.4 (2024/05/22)" msgstr "" -#: ../source/changelog.md:346 +#: ../source/changelog.md:368 msgid "FitTrackee is now available in Portuguese." msgstr "" -#: ../source/changelog.md:350 +#: ../source/changelog.md:372 msgid "f2aec30 - add password strength estimation for Czech" msgstr "" -#: ../source/changelog.md:351 +#: ../source/changelog.md:373 msgid "#563 - CLI - init language preference on user creation" msgstr "" -#: ../source/changelog.md:355 +#: ../source/changelog.md:377 msgid "#550 - Typo: par page instead of per page" msgstr "" -#: ../source/changelog.md:356 +#: ../source/changelog.md:378 msgid "PR#551 - Translations update (Czech)" msgstr "" -#: ../source/changelog.md:357 +#: ../source/changelog.md:379 msgid "PR#555 - Translations update (Czech)" msgstr "" -#: ../source/changelog.md:358 +#: ../source/changelog.md:380 msgid "#558 - [translations request] Portuguese" msgstr "" -#: ../source/changelog.md:362 +#: ../source/changelog.md:384 msgid "Czech: 74%" msgstr "" -#: ../source/changelog.md:368 -#: ../source/changelog.md:402 -#: ../source/changelog.md:429 -#: ../source/changelog.md:473 +#: ../source/changelog.md:390 +#: ../source/changelog.md:424 +#: ../source/changelog.md:451 +#: ../source/changelog.md:495 msgid "Italian: 74%" msgstr "" -#: ../source/changelog.md:369 -#: ../source/changelog.md:403 -#: ../source/changelog.md:430 -#: ../source/changelog.md:474 -#: ../source/changelog.md:523 +#: ../source/changelog.md:391 +#: ../source/changelog.md:425 +#: ../source/changelog.md:452 +#: ../source/changelog.md:496 +#: ../source/changelog.md:545 msgid "Norwegian Bokmål: 53%" msgstr "" -#: ../source/changelog.md:370 -#: ../source/changelog.md:404 -#: ../source/changelog.md:431 -#: ../source/changelog.md:475 +#: ../source/changelog.md:392 +#: ../source/changelog.md:426 +#: ../source/changelog.md:453 +#: ../source/changelog.md:497 msgid "Polish: 88%" msgstr "" -#: ../source/changelog.md:371 +#: ../source/changelog.md:393 msgid "Portuguese: 100%" msgstr "" -#: ../source/changelog.md:376 +#: ../source/changelog.md:398 msgid "PR#556 - API - minor refacto" msgstr "" -#: ../source/changelog.md:377 +#: ../source/changelog.md:399 msgid "PR#557 - API - prepare SQLAlchemy migration" msgstr "" -#: ../source/changelog.md:381 +#: ../source/changelog.md:403 msgid "@voodoopt" msgstr "" -#: ../source/changelog.md:384 +#: ../source/changelog.md:406 msgid "Version 0.8.3 (2024/05/09)" msgstr "" -#: ../source/changelog.md:388 +#: ../source/changelog.md:410 msgid "#546 - workout data are not refreshed after displaying segment" msgstr "" -#: ../source/changelog.md:392 +#: ../source/changelog.md:414 msgid "PR#545 - Translations update (Basque, Czech)" msgstr "" -#: ../source/changelog.md:396 -#: ../source/changelog.md:423 +#: ../source/changelog.md:418 +#: ../source/changelog.md:445 msgid "Czech: 25%" msgstr "" -#: ../source/changelog.md:410 +#: ../source/changelog.md:432 msgid "@urtzai" msgstr "" -#: ../source/changelog.md:413 +#: ../source/changelog.md:435 msgid "Version 0.8.2 (2024/05/08)" msgstr "" -#: ../source/changelog.md:417 +#: ../source/changelog.md:439 msgid "PR#540 - Translations update (German)" msgstr "" -#: ../source/changelog.md:418 +#: ../source/changelog.md:440 msgid "PR#542 - Translations update (Czech)" msgstr "" -#: ../source/changelog.md:419 +#: ../source/changelog.md:441 msgid "PR#544 - Translations update (German, Czech)" msgstr "" -#: ../source/changelog.md:422 -#: ../source/changelog.md:466 +#: ../source/changelog.md:444 +#: ../source/changelog.md:488 msgid "Basque: 88%" msgstr "" -#: ../source/changelog.md:436 +#: ../source/changelog.md:458 msgid "PR#543 - tools - replace black, flake8 and isort with ruff" msgstr "" -#: ../source/changelog.md:441 +#: ../source/changelog.md:463 msgid "@OndrejZivny" msgstr "" -#: ../source/changelog.md:445 +#: ../source/changelog.md:467 msgid "Version 0.8.1 (2024/05/01)" msgstr "" -#: ../source/changelog.md:449 +#: ../source/changelog.md:471 msgid "PR#527 - improve Sports endpoints response time" msgstr "" -#: ../source/changelog.md:453 +#: ../source/changelog.md:475 msgid "PR#531 - Minor navigation fixes on mobile" msgstr "" -#: ../source/changelog.md:454 +#: ../source/changelog.md:476 msgid "PR#532 - Fix footer color on dark mode" msgstr "" -#: ../source/changelog.md:455 +#: ../source/changelog.md:477 msgid "PR#536 - Accessibility fixes" msgstr "" -#: ../source/changelog.md:459 +#: ../source/changelog.md:481 msgid "PR#526 - Translations update (Dutch, Galician, Norwegian Bokmål)" msgstr "" -#: ../source/changelog.md:460 +#: ../source/changelog.md:482 msgid "PR#533 - Translations update (Czech)" msgstr "" -#: ../source/changelog.md:461 +#: ../source/changelog.md:483 msgid "#534 - [translations request] Czech" msgstr "" -#: ../source/changelog.md:462 +#: ../source/changelog.md:484 msgid "PR#537 - Translations update (Spanish)" msgstr "" -#: ../source/changelog.md:463 +#: ../source/changelog.md:485 msgid "PR#538 - Translations update (Galician)" msgstr "" -#: ../source/changelog.md:467 +#: ../source/changelog.md:489 msgid "Czech: 15%" msgstr "" -#: ../source/changelog.md:472 +#: ../source/changelog.md:494 msgid "German: 88%" msgstr "" -#: ../source/changelog.md:480 +#: ../source/changelog.md:502 msgid "PR#528 - README reworked" msgstr "" -#: ../source/changelog.md:481 +#: ../source/changelog.md:503 msgid "PR#530 - specify AGPLv3 license" msgstr "" -#: ../source/changelog.md:485 -#: ../source/changelog.md:786 -#: ../source/changelog.md:1127 +#: ../source/changelog.md:507 +#: ../source/changelog.md:808 +#: ../source/changelog.md:1149 msgid "@comradekingu" msgstr "" -#: ../source/changelog.md:492 +#: ../source/changelog.md:514 msgid "Version 0.8.0 (2024/04/21)" msgstr "" -#: ../source/changelog.md:494 +#: ../source/changelog.md:516 msgid "FitTrackee now lets you associate equipment with workouts and filter workouts on notes." msgstr "" -#: ../source/changelog.md:498 +#: ../source/changelog.md:520 msgid "#259 - Feature request: \"Equipment\" that can be associated with workouts" msgstr "" -#: ../source/changelog.md:499 +#: ../source/changelog.md:521 msgid "#512 - Add ability to filter on notes in Workouts List" msgstr "" -#: ../source/changelog.md:503 +#: ../source/changelog.md:525 msgid "#508 - Stopped speed threshold unit is missing on sports list" msgstr "" -#: ../source/changelog.md:504 +#: ../source/changelog.md:526 msgid "3b6fa25 - fix workouts table display on small resolutions" msgstr "" -#: ../source/changelog.md:505 +#: ../source/changelog.md:527 msgid "51758b4 - fix on filters hiding on small resolutions" msgstr "" -#: ../source/changelog.md:509 +#: ../source/changelog.md:531 msgid "PR#507 Translations update (Galician)" msgstr "" -#: ../source/changelog.md:510 +#: ../source/changelog.md:532 msgid "PR#510 Translations update (Spanish)" msgstr "" -#: ../source/changelog.md:511 +#: ../source/changelog.md:533 msgid "PR#511 Translations update (Galician)" msgstr "" -#: ../source/changelog.md:512 +#: ../source/changelog.md:534 msgid "PR#521 Translations update (Spanish)" msgstr "" -#: ../source/changelog.md:513 +#: ../source/changelog.md:535 msgid "PR#524 Translations update (Spanish)" msgstr "" -#: ../source/changelog.md:516 +#: ../source/changelog.md:538 msgid "Basque: 89%" msgstr "" -#: ../source/changelog.md:517 +#: ../source/changelog.md:539 msgid "Dutch: 89%" msgstr "" -#: ../source/changelog.md:521 +#: ../source/changelog.md:543 msgid "German: 89%" msgstr "" -#: ../source/changelog.md:522 +#: ../source/changelog.md:544 msgid "Italian: 75%" msgstr "" -#: ../source/changelog.md:524 +#: ../source/changelog.md:546 msgid "Polish: 89%" msgstr "" -#: ../source/changelog.md:529 +#: ../source/changelog.md:551 msgid "#502 - Remove deprecated commands" msgstr "" -#: ../source/changelog.md:530 +#: ../source/changelog.md:552 msgid "PR#506 - CLI - update database commands" msgstr "" -#: ../source/changelog.md:534 -#: ../source/changelog.md:1075 -#: ../source/changelog.md:1128 -#: ../source/changelog.md:1214 +#: ../source/changelog.md:556 +#: ../source/changelog.md:1097 +#: ../source/changelog.md:1150 +#: ../source/changelog.md:1236 msgid "@jat255" msgstr "" -#: ../source/changelog.md:541 +#: ../source/changelog.md:563 msgid "Version 0.7.32 (2024/03/10)" msgstr "" -#: ../source/changelog.md:545 +#: ../source/changelog.md:567 msgid "#504 - Database migrations fail" msgstr "" -#: ../source/changelog.md:549 +#: ../source/changelog.md:571 msgid "#496 Translations update (Dutch)" msgstr "" -#: ../source/changelog.md:550 +#: ../source/changelog.md:572 msgid "#499 Translations update (Polish)" msgstr "" -#: ../source/changelog.md:559 -#: ../source/changelog.md:589 -#: ../source/changelog.md:627 -#: ../source/changelog.md:665 -#: ../source/changelog.md:702 +#: ../source/changelog.md:581 +#: ../source/changelog.md:611 +#: ../source/changelog.md:649 +#: ../source/changelog.md:687 +#: ../source/changelog.md:724 msgid "Italian: 84%" msgstr "" -#: ../source/changelog.md:560 -#: ../source/changelog.md:590 -#: ../source/changelog.md:628 -#: ../source/changelog.md:666 -#: ../source/changelog.md:703 +#: ../source/changelog.md:582 +#: ../source/changelog.md:612 +#: ../source/changelog.md:650 +#: ../source/changelog.md:688 +#: ../source/changelog.md:725 msgid "Norwegian Bokmål: 60%" msgstr "" -#: ../source/changelog.md:566 -#: ../source/changelog.md:869 -#: ../source/changelog.md:1072 -#: ../source/changelog.md:1126 -#: ../source/changelog.md:1181 -#: ../source/changelog.md:1213 +#: ../source/changelog.md:588 +#: ../source/changelog.md:891 +#: ../source/changelog.md:1094 +#: ../source/changelog.md:1148 +#: ../source/changelog.md:1203 +#: ../source/changelog.md:1235 msgid "@bjornclauw" msgstr "" -#: ../source/changelog.md:570 +#: ../source/changelog.md:592 msgid "Version 0.7.31 (2024/02/10)" msgstr "" -#: ../source/changelog.md:572 +#: ../source/changelog.md:594 msgid "Basque is now available in FitTrackee interface." msgstr "" -#: ../source/changelog.md:576 +#: ../source/changelog.md:598 msgid "PR#495 - fix menu display when clicking on application name" msgstr "" -#: ../source/changelog.md:580 +#: ../source/changelog.md:602 msgid "#490 [Translation Request] EU - Basque" msgstr "" -#: ../source/changelog.md:596 +#: ../source/changelog.md:618 msgid "PR#494 - Update install-python command" msgstr "" -#: ../source/changelog.md:603 +#: ../source/changelog.md:625 msgid "Version 0.7.30 (2024/02/04)" msgstr "" -#: ../source/changelog.md:607 +#: ../source/changelog.md:629 msgid "b748459 - Update alert message colors on dark mode" msgstr "" -#: ../source/changelog.md:611 +#: ../source/changelog.md:633 msgid "PR#481 - Handle keyboard navigation on dropdowns" msgstr "" -#: ../source/changelog.md:612 +#: ../source/changelog.md:634 msgid "3821e37 - Make calendar arrows accessible to keyboard navigation" msgstr "" -#: ../source/changelog.md:613 +#: ../source/changelog.md:635 msgid "PR#488 - CLI - fix user creation when user already exists with same email" msgstr "" -#: ../source/changelog.md:614 +#: ../source/changelog.md:636 msgid "PR#489 - Handle keyboard navigation on calendar" msgstr "" -#: ../source/changelog.md:618 +#: ../source/changelog.md:640 msgid "PR#482 - Translations update (Galician and Spanish)" msgstr "" -#: ../source/changelog.md:619 +#: ../source/changelog.md:641 msgid "PR#484 - Translations update (German)" msgstr "" -#: ../source/changelog.md:634 +#: ../source/changelog.md:656 msgid "aff4d68 - CI - update actions version" msgstr "" -#: ../source/changelog.md:643 +#: ../source/changelog.md:665 msgid "Version 0.7.29 (2024/01/06)" msgstr "" -#: ../source/changelog.md:647 +#: ../source/changelog.md:669 msgid "8aa4cff - Update loader color on dark theme" msgstr "" -#: ../source/changelog.md:648 +#: ../source/changelog.md:670 msgid "#478 - Make application name clickable to access dashboard" msgstr "" -#: ../source/changelog.md:652 +#: ../source/changelog.md:674 msgid "PR#479 - Minor fixes on UI" msgstr "" -#: ../source/changelog.md:656 +#: ../source/changelog.md:678 msgid "PR#476 - Translations update (Polish)" msgstr "" -#: ../source/changelog.md:657 +#: ../source/changelog.md:679 msgid "PR#477 - Translations update (Dutch)" msgstr "" -#: ../source/changelog.md:672 +#: ../source/changelog.md:694 msgid "PR#475 - Build - use poetry-core instead of poetry" msgstr "" -#: ../source/changelog.md:676 +#: ../source/changelog.md:698 msgid "@traxys" msgstr "" -#: ../source/changelog.md:678 +#: ../source/changelog.md:700 msgid "Koen" msgstr "" -#: ../source/changelog.md:681 +#: ../source/changelog.md:703 msgid "Version 0.7.28 (2023/12/23)" msgstr "" -#: ../source/changelog.md:685 +#: ../source/changelog.md:707 msgid "PR#474 - Improve links display" msgstr "" -#: ../source/changelog.md:689 +#: ../source/changelog.md:711 msgid "6e215aa - fix background color on dark theme when modal is displayed" msgstr "" -#: ../source/changelog.md:693 +#: ../source/changelog.md:715 msgid "PR#473 - Translations update (Galician, Spanish and German)" msgstr "" -#: ../source/changelog.md:713 +#: ../source/changelog.md:735 msgid "Version 0.7.27 (2023/12/20)" msgstr "" -#: ../source/changelog.md:717 +#: ../source/changelog.md:739 msgid "#113 - add a dark mode" msgstr "" -#: ../source/changelog.md:718 +#: ../source/changelog.md:740 msgid "PR#464 - Update user preferences display" msgstr "" -#: ../source/changelog.md:719 +#: ../source/changelog.md:741 msgid "PR#471 - add new sport: \"Cycling (Trekking)\"" msgstr "" -#: ../source/changelog.md:723 +#: ../source/changelog.md:745 msgid "PR#469 - change UI display only on login ou user preferences update" msgstr "" -#: ../source/changelog.md:724 +#: ../source/changelog.md:746 msgid "PR#472 - fix redirection when resetting password" msgstr "" -#: ../source/changelog.md:728 +#: ../source/changelog.md:750 msgid "PR#468 - Translations update (Galician & Spanish)" msgstr "" -#: ../source/changelog.md:732 +#: ../source/changelog.md:754 msgid "#456 - Drop PostgreSQL 11 support" msgstr "" -#: ../source/changelog.md:741 -#: ../source/changelog.md:780 -#: ../source/changelog.md:821 -#: ../source/changelog.md:863 -#: ../source/changelog.md:912 -#: ../source/changelog.md:964 +#: ../source/changelog.md:763 +#: ../source/changelog.md:802 +#: ../source/changelog.md:843 +#: ../source/changelog.md:885 +#: ../source/changelog.md:934 +#: ../source/changelog.md:986 msgid "Italian: 85%" msgstr "" -#: ../source/changelog.md:742 -#: ../source/changelog.md:781 +#: ../source/changelog.md:764 +#: ../source/changelog.md:803 msgid "Norwegian Bokmål: 61%" msgstr "" -#: ../source/changelog.md:747 +#: ../source/changelog.md:769 msgid "@DavidHenryThoreau" msgstr "" -#: ../source/changelog.md:754 +#: ../source/changelog.md:776 msgid "Version 0.7.26 (2023/11/19)" msgstr "" -#: ../source/changelog.md:758 +#: ../source/changelog.md:780 msgid "#224 - Missing elevation results in incorrect ascent/descent total" msgstr "" -#: ../source/changelog.md:763 +#: ../source/changelog.md:785 msgid "PR#444 - Translations update (Norwegian Bokmål)" msgstr "" -#: ../source/changelog.md:768 +#: ../source/changelog.md:790 msgid "In addition to dependencies update:" msgstr "" -#: ../source/changelog.md:770 +#: ../source/changelog.md:792 msgid "PR#449 - Update vue, tooling and chart library" msgstr "" -#: ../source/changelog.md:771 +#: ../source/changelog.md:793 msgid "PR#450 - Update gpxpy to 1.6.1" msgstr "" -#: ../source/changelog.md:789 +#: ../source/changelog.md:811 msgid "Version 0.7.25 (2023/10/08)" msgstr "" -#: ../source/changelog.md:793 +#: ../source/changelog.md:815 msgid "#441 - Errors after upgrade to 0.7.24" msgstr "" -#: ../source/changelog.md:796 +#: ../source/changelog.md:818 msgid "Version 0.7.24 (2023/10/04)" msgstr "" -#: ../source/changelog.md:800 +#: ../source/changelog.md:822 msgid "PR#433 - Handle encoded password in EMAIL_URL" msgstr "" -#: ../source/changelog.md:804 +#: ../source/changelog.md:826 msgid "PR#427 - fix typos and translations + refacto" msgstr "" -#: ../source/changelog.md:805 +#: ../source/changelog.md:827 msgid "PR#431 - Translations update (Galician)" msgstr "" -#: ../source/changelog.md:809 +#: ../source/changelog.md:831 msgid "PR#428 - CI - Add PostgreSQL 16" msgstr "" -#: ../source/changelog.md:810 +#: ../source/changelog.md:832 msgid "2bcff2e - API - update Flask to 3.0+" msgstr "" -#: ../source/changelog.md:811 +#: ../source/changelog.md:833 msgid "PR#436 - CI - Add Python 3.12" msgstr "" -#: ../source/changelog.md:812 +#: ../source/changelog.md:834 msgid "PR#438 - CI - update workflows" msgstr "" -#: ../source/changelog.md:822 -#: ../source/changelog.md:864 -#: ../source/changelog.md:913 -#: ../source/changelog.md:965 -#: ../source/changelog.md:1117 +#: ../source/changelog.md:844 +#: ../source/changelog.md:886 +#: ../source/changelog.md:935 +#: ../source/changelog.md:987 +#: ../source/changelog.md:1139 msgid "Norwegian Bokmål: 35%" msgstr "" -#: ../source/changelog.md:830 +#: ../source/changelog.md:852 msgid "Version 0.7.23 (2023/09/14)" msgstr "" -#: ../source/changelog.md:834 +#: ../source/changelog.md:856 msgid "PR#421 - remove darksky from available weather providers in .env" msgstr "" -#: ../source/changelog.md:835 +#: ../source/changelog.md:857 msgid "PR#426 - Update default tile server (thanks to @astridx)" msgstr "" -#: ../source/changelog.md:839 +#: ../source/changelog.md:861 msgid "PR#422 - CI - fix e2e tests with packaged version" msgstr "" -#: ../source/changelog.md:842 +#: ../source/changelog.md:864 msgid "Version 0.7.22 (2023/08/23)" msgstr "" -#: ../source/changelog.md:846 +#: ../source/changelog.md:868 msgid "PR#411 - Fix various typos" msgstr "" -#: ../source/changelog.md:847 +#: ../source/changelog.md:869 msgid "PR#416 - fix modal navigation and closing" msgstr "" -#: ../source/changelog.md:852 +#: ../source/changelog.md:874 msgid "PR#410 - Translations update (German)" msgstr "" -#: ../source/changelog.md:853 +#: ../source/changelog.md:875 msgid "PR#415 - Translations update (Polish)" msgstr "" -#: ../source/changelog.md:854 +#: ../source/changelog.md:876 msgid "PR#417 - Translations update (Polish)" msgstr "" -#: ../source/changelog.md:855 +#: ../source/changelog.md:877 msgid "PR#418 - Translations update (Dutch)" msgstr "" -#: ../source/changelog.md:871 -#: ../source/changelog.md:920 +#: ../source/changelog.md:893 +#: ../source/changelog.md:942 msgid "Mariusz" msgstr "" -#: ../source/changelog.md:874 +#: ../source/changelog.md:896 msgid "Version 0.7.21 (2023/07/30)" msgstr "" -#: ../source/changelog.md:878 +#: ../source/changelog.md:900 msgid "#407 - Workout display error when speeds are zero" msgstr "" -#: ../source/changelog.md:883 +#: ../source/changelog.md:905 msgid "PR#409 - CI - update actions version" msgstr "" -#: ../source/changelog.md:886 +#: ../source/changelog.md:908 msgid "Version 0.7.20 (2023/07/22)" msgstr "" -#: ../source/changelog.md:890 +#: ../source/changelog.md:912 msgid "#400 - Add new sport: open water swimming" msgstr "" -#: ../source/changelog.md:895 +#: ../source/changelog.md:917 msgid "PR#398 - Fix language dropdown label" msgstr "" -#: ../source/changelog.md:896 +#: ../source/changelog.md:918 msgid "#402 - handle gpx file without elevation" msgstr "" -#: ../source/changelog.md:901 +#: ../source/changelog.md:923 msgid "PR#399 - Translations update (Galician)" msgstr "" -#: ../source/changelog.md:902 +#: ../source/changelog.md:924 msgid "PR#401 - Translations update (Galician and Polish)" msgstr "" -#: ../source/changelog.md:903 +#: ../source/changelog.md:925 msgid "PR#406 - Translations update (Galician and Spanish)" msgstr "" -#: ../source/changelog.md:907 -#: ../source/changelog.md:959 +#: ../source/changelog.md:929 +#: ../source/changelog.md:981 msgid "Dutch: 97%" msgstr "" -#: ../source/changelog.md:911 -#: ../source/changelog.md:963 +#: ../source/changelog.md:933 +#: ../source/changelog.md:985 msgid "German: 97%" msgstr "" -#: ../source/changelog.md:914 +#: ../source/changelog.md:936 msgid "Polish: 56%" msgstr "" -#: ../source/changelog.md:925 +#: ../source/changelog.md:947 msgid "Version 0.7.19 (2023/07/15)" msgstr "" -#: ../source/changelog.md:929 +#: ../source/changelog.md:951 msgid "PR#380 - Update documentation link" msgstr "" -#: ../source/changelog.md:930 +#: ../source/changelog.md:952 msgid "#390 - Improve UI" msgstr "" -#: ../source/changelog.md:931 +#: ../source/changelog.md:953 msgid "#391 - Add new sport: paragliding" msgstr "" -#: ../source/changelog.md:936 +#: ../source/changelog.md:958 msgid "#384 - Inconsistent page with between workout with and without GPS data" msgstr "" -#: ../source/changelog.md:937 +#: ../source/changelog.md:959 msgid "#393 - PIL.Image module has no attribute ANTIALIAS" msgstr "" -#: ../source/changelog.md:942 +#: ../source/changelog.md:964 msgid "PR#394 - Translations update (Galician)" msgstr "" -#: ../source/changelog.md:943 +#: ../source/changelog.md:965 msgid "PR#397 - Translations update (Spanish)" msgstr "" -#: ../source/changelog.md:946 -#: ../source/changelog.md:993 -#: ../source/changelog.md:1315 +#: ../source/changelog.md:968 +#: ../source/changelog.md:1015 +#: ../source/changelog.md:1337 msgid "Documentation" msgstr "" -#: ../source/changelog.md:948 +#: ../source/changelog.md:970 msgid "PR#386 - Minor fix in CONTRIBUTING.md" msgstr "" -#: ../source/changelog.md:949 +#: ../source/changelog.md:971 msgid "PR#388 - Minor typo in CONTRIBUTING.md" msgstr "" -#: ../source/changelog.md:954 +#: ../source/changelog.md:976 msgid "#395 - CI - test a packaged version of FitTrackee" msgstr "" -#: ../source/changelog.md:955 +#: ../source/changelog.md:977 msgid "cc3fe1c CI - update python and postgresql default versions" msgstr "" -#: ../source/changelog.md:962 +#: ../source/changelog.md:984 msgid "Galician: 98%" msgstr "" -#: ../source/changelog.md:966 +#: ../source/changelog.md:988 msgid "Polish: 42%" msgstr "" -#: ../source/changelog.md:970 +#: ../source/changelog.md:992 msgid "@dkm" msgstr "" -#: ../source/changelog.md:977 +#: ../source/changelog.md:999 msgid "Version 0.7.18 (2023/06/25)" msgstr "" -#: ../source/changelog.md:979 +#: ../source/changelog.md:1001 msgid "Polish is available in FitTrackee interface (partially translated).
    Documentation is now translated in French (note: documentation translations are not yet available on Weblate)." msgstr "" -#: ../source/changelog.md:982 +#: ../source/changelog.md:1004 msgid "Important: Python 3.7 is no longer supported, the minimum version is now Python 3.8.1." msgstr "" -#: ../source/changelog.md:986 +#: ../source/changelog.md:1008 msgid "#351 - [Translation Request] Polish" msgstr "" -#: ../source/changelog.md:987 +#: ../source/changelog.md:1009 msgid "PR#370 - Translations update (Dutch, thanks to @bjornclauw)" msgstr "" -#: ../source/changelog.md:988 +#: ../source/changelog.md:1010 msgid "PR#371 - Translations update (Polish, thanks to Mariusz on Weblate)" msgstr "" -#: ../source/changelog.md:989 +#: ../source/changelog.md:1011 msgid "PR#375 - Translations update (French, thanks to @Thovi98)" msgstr "" -#: ../source/changelog.md:990 +#: ../source/changelog.md:1012 msgid "PR#376 - Translations update (German, thanks to @qwerty287)" msgstr "" -#: ../source/changelog.md:995 +#: ../source/changelog.md:1017 msgid "1375986 - Change documentation theme for Furo" msgstr "" -#: ../source/changelog.md:996 +#: ../source/changelog.md:1018 msgid "#377 - Init documentation translation" msgstr "" -#: ../source/changelog.md:1001 +#: ../source/changelog.md:1023 msgid "#354 - Drop support for Python 3.7" msgstr "" -#: ../source/changelog.md:1002 +#: ../source/changelog.md:1024 msgid "PR#374 - Docker - install fittrackee in a virtualenv" msgstr "" -#: ../source/changelog.md:1011 -#: ../source/changelog.md:1032 -#: ../source/changelog.md:1064 -#: ../source/changelog.md:1116 +#: ../source/changelog.md:1033 +#: ../source/changelog.md:1054 +#: ../source/changelog.md:1086 +#: ../source/changelog.md:1138 msgid "Italian: 87%" msgstr "" -#: ../source/changelog.md:1012 -#: ../source/changelog.md:1033 -#: ../source/changelog.md:1065 +#: ../source/changelog.md:1034 +#: ../source/changelog.md:1055 +#: ../source/changelog.md:1087 msgid "Norwegian Bokmål: 36%" msgstr "" -#: ../source/changelog.md:1013 +#: ../source/changelog.md:1035 msgid "Polish: 43%" msgstr "" -#: ../source/changelog.md:1016 +#: ../source/changelog.md:1038 msgid "Thanks to all contributors." msgstr "" -#: ../source/changelog.md:1019 +#: ../source/changelog.md:1041 msgid "Version 0.7.17 (2023/06/03)" msgstr "" -#: ../source/changelog.md:1023 +#: ../source/changelog.md:1045 msgid "PR#366, PR#369 - Translations update from Hosted Weblate (Galician, thanks to @xmgz)" msgstr "" -#: ../source/changelog.md:1024 +#: ../source/changelog.md:1046 msgid "PR#367 - Translations update (Spanish, French)" msgstr "" -#: ../source/changelog.md:1034 -#: ../source/changelog.md:1066 +#: ../source/changelog.md:1056 +#: ../source/changelog.md:1088 msgid "Polish: 3%" msgstr "" -#: ../source/changelog.md:1038 +#: ../source/changelog.md:1060 msgid "Version 0.7.16 (2023/05/29)" msgstr "" -#: ../source/changelog.md:1042 +#: ../source/changelog.md:1064 msgid "PR#358 - Add user preference for filtering of GPX speed data" msgstr "" -#: ../source/changelog.md:1047 +#: ../source/changelog.md:1069 msgid "#359 - Footer overlaps content on user preferences page" msgstr "" -#: ../source/changelog.md:1052 +#: ../source/changelog.md:1074 msgid "PR#350 - Translations update from Hosted Weblate (Galician)" msgstr "" -#: ../source/changelog.md:1053 +#: ../source/changelog.md:1075 msgid "PR#352 - Translations update from Hosted Weblate (Dutch)" msgstr "" -#: ../source/changelog.md:1054 +#: ../source/changelog.md:1076 msgid "PR#356 - Init Polish translation files" msgstr "" -#: ../source/changelog.md:1055 +#: ../source/changelog.md:1077 msgid "PR#357 - Translations update from Hosted Weblate (Polish)" msgstr "" -#: ../source/changelog.md:1056 +#: ../source/changelog.md:1078 msgid "PR#365 - Translations update from Hosted Weblate (Spanish)" msgstr "" -#: ../source/changelog.md:1069 +#: ../source/changelog.md:1091 msgid "Note: Polish is not yet available in FitTrackee interface." msgstr "" -#: ../source/changelog.md:1074 +#: ../source/changelog.md:1096 msgid "@gnu-ewm" msgstr "" -#: ../source/changelog.md:1081 +#: ../source/changelog.md:1103 msgid "Version 0.7.15 (2023/04/12)" msgstr "" -#: ../source/changelog.md:1083 +#: ../source/changelog.md:1105 msgid "Among enhancements and fixes, FitTrackee is now available in Galician, Spanish and partially in Norwegian Bokmål (see translation status below)." msgstr "" -#: ../source/changelog.md:1085 +#: ../source/changelog.md:1107 msgid "Note: DarkSky API support is removed, since the service shut down on March 31, 2023." msgstr "" -#: ../source/changelog.md:1090 +#: ../source/changelog.md:1112 msgid "#319 - Add cli to create users" msgstr "" -#: ../source/changelog.md:1091 +#: ../source/changelog.md:1113 msgid "#329 - Make \"start elevation axis at zero\" sticky" msgstr "" -#: ../source/changelog.md:1092 +#: ../source/changelog.md:1114 msgid "#333 - Feature request: filter workouts by title" msgstr "" -#: ../source/changelog.md:1093 +#: ../source/changelog.md:1115 msgid "#338 - Display relevant error message when
    OpenStreetMap contributors``" msgstr "" -#: ../source/installation.rst:234 +#: ../source/installation.rst:237 msgid "If ``True``, it keeps using **staticmap** default tile server to generate static maps (OSM tile server since **staticmap** 0.5.6 (Komoot.de tile server before this version))." msgstr "" -#: ../source/installation.rst:235 +#: ../source/installation.rst:238 msgid "Otherwise, it uses the tile server set in `TILE_SERVER_URL `__." msgstr "" -#: ../source/installation.rst:239 +#: ../source/installation.rst:242 msgid "This variable is now case-insensitive." msgstr "" -#: ../source/installation.rst:240 +#: ../source/installation.rst:243 msgid "If ``False``, depending on tile server, `subdomains `__ may be mandatory." msgstr "" -#: ../source/installation.rst:242 +#: ../source/installation.rst:245 msgid "``False``" msgstr "" -#: ../source/installation.rst:247 +#: ../source/installation.rst:250 msgid "⚠️ replaces ``WEATHER_API``" msgstr "" -#: ../source/installation.rst:249 +#: ../source/installation.rst:252 msgid "Weather API key (not mandatory), see ``WEATHER_API_PROVIDER``." msgstr "" -#: ../source/installation.rst:256 +#: ../source/installation.rst:259 msgid "Provider for weather data (not mandatory), see `Weather data `__." msgstr "" -#: ../source/installation.rst:261 +#: ../source/installation.rst:264 msgid "⚠️ replaces ``VUE_APP_API_URL``" msgstr "" -#: ../source/installation.rst:266 +#: ../source/installation.rst:269 msgid "Emails" msgstr "" -#: ../source/installation.rst:268 +#: ../source/installation.rst:271 msgid "Credentials and port can be omitted" msgstr "" -#: ../source/installation.rst:269 +#: ../source/installation.rst:272 msgid "Disable email sending" msgstr "" -#: ../source/installation.rst:270 +#: ../source/installation.rst:273 msgid "Handle special characters in password" msgstr "" -#: ../source/installation.rst:272 +#: ../source/installation.rst:275 msgid "To send emails, a valid ``EMAIL_URL`` must be provided:" msgstr "" -#: ../source/installation.rst:274 +#: ../source/installation.rst:277 msgid "with an unencrypted SMTP server: ``smtp://username:password@smtp.example.com:25``" msgstr "" -#: ../source/installation.rst:275 +#: ../source/installation.rst:278 msgid "with SSL: ``smtp://username:password@smtp.example.com:465/?ssl=True``" msgstr "" -#: ../source/installation.rst:276 +#: ../source/installation.rst:279 msgid "with STARTTLS: ``smtp://username:password@smtp.example.com:587/?tls=True``" msgstr "" -#: ../source/installation.rst:278 +#: ../source/installation.rst:281 msgid "Credentials can be omitted: ``smtp://smtp.example.com:25``. If ``:`` is omitted, the port defaults to 25." msgstr "" -#: ../source/installation.rst:281 +#: ../source/installation.rst:284 msgid "Password can be encoded if it contains special characters. For instance with password ``passwordwith@and&and?``, the encoded password will be: ``passwordwith%40and%26and%3F``." msgstr "" @@ -7638,75 +7671,75 @@ msgstr "" msgid "Since 0.6.0, newly created accounts must be confirmed (an email with confirmation instructions is sent after registration)." msgstr "" -#: ../source/installation.rst:291 +#: ../source/installation.rst:294 msgid "Emails sent by FitTrackee are:" msgstr "" -#: ../source/installation.rst:293 +#: ../source/installation.rst:296 msgid "account confirmation instructions" msgstr "" -#: ../source/installation.rst:294 +#: ../source/installation.rst:297 msgid "password reset request" msgstr "" -#: ../source/installation.rst:295 +#: ../source/installation.rst:298 msgid "email change (to old and new email addresses)" msgstr "" -#: ../source/installation.rst:296 +#: ../source/installation.rst:299 msgid "password change" msgstr "" -#: ../source/installation.rst:297 +#: ../source/installation.rst:300 msgid "notification when a data export archive is ready to download (*new in 0.7.13*)" msgstr "" -#: ../source/installation.rst:298 +#: ../source/installation.rst:301 msgid "suspension and warning (*new in 0.9.0*)" msgstr "" -#: ../source/installation.rst:299 +#: ../source/installation.rst:302 msgid "suspension and warning lifting (*new in 0.9.0*)" msgstr "" -#: ../source/installation.rst:300 +#: ../source/installation.rst:303 msgid "rejected appeal (*new in 0.9.0*)" msgstr "" -#: ../source/installation.rst:303 +#: ../source/installation.rst:306 msgid "On single-user instance, it is possible to disable email sending with an empty ``EMAIL_URL`` (in this case, no need to start dramatiq workers)." msgstr "" -#: ../source/installation.rst:305 +#: ../source/installation.rst:308 msgid "A `CLI `__ is available to activate account, modify email and password and handle data export requests." msgstr "" -#: ../source/installation.rst:309 +#: ../source/installation.rst:312 msgid "Map tile server" msgstr "" -#: ../source/installation.rst:311 +#: ../source/installation.rst:314 msgid "Handle tile server subdomains" msgstr "" -#: ../source/installation.rst:312 +#: ../source/installation.rst:315 msgid "Default tile server (**OpenStreetMap**) no longer requires subdomains" msgstr "" -#: ../source/installation.rst:314 +#: ../source/installation.rst:317 msgid "Default tile server is now **OpenStreetMap**'s standard tile layer (if environment variables are not initialized). The tile server can be changed by updating ``TILE_SERVER_URL`` and ``MAP_ATTRIBUTION`` variables (`list of tile servers `__)." msgstr "" -#: ../source/installation.rst:317 +#: ../source/installation.rst:320 msgid "To keep using **ThunderForest Outdoors**, the configuration is:" msgstr "" -#: ../source/installation.rst:319 +#: ../source/installation.rst:322 msgid "``TILE_SERVER_URL=https://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png?apikey=XXXX`` where **XXXX** is **ThunderForest** API key" msgstr "" -#: ../source/installation.rst:320 +#: ../source/installation.rst:323 msgid "``MAP_ATTRIBUTION=© Thunderforest, © OpenStreetMap contributors``" msgstr "" @@ -7714,43 +7747,43 @@ msgstr "" msgid "Check the terms of service of tile provider for map attribution." msgstr "" -#: ../source/installation.rst:325 +#: ../source/installation.rst:328 msgid "Since the tile server can be used for static map generation, some servers require a subdomain." msgstr "" -#: ../source/installation.rst:327 +#: ../source/installation.rst:330 msgid "For instance, to set OSM France tile server, the expected values are:" msgstr "" -#: ../source/installation.rst:329 +#: ../source/installation.rst:332 msgid "``TILE_SERVER_URL=https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png``" msgstr "" -#: ../source/installation.rst:330 +#: ../source/installation.rst:333 msgid "``MAP_ATTRIBUTION='fond de carte par OpenStreetMap France, sous licence CC BY-SA'``" msgstr "" -#: ../source/installation.rst:331 +#: ../source/installation.rst:334 msgid "``STATICMAP_SUBDOMAINS=a,b,c``" msgstr "" -#: ../source/installation.rst:333 +#: ../source/installation.rst:336 msgid "The subdomain will be chosen randomly." msgstr "" -#: ../source/installation.rst:335 +#: ../source/installation.rst:338 msgid "The default tile server (**OpenStreetMap**) no longer requires subdomains." msgstr "" -#: ../source/installation.rst:339 +#: ../source/installation.rst:342 msgid "API rate limits" msgstr "" -#: ../source/installation.rst:342 +#: ../source/installation.rst:345 msgid "API rate limits are managed by `Flask-Limiter `_, based on IP with fixed window strategy." msgstr "" -#: ../source/installation.rst:343 +#: ../source/installation.rst:346 msgid "To enable rate limits, **Redis** must be available." msgstr "" @@ -7758,51 +7791,51 @@ msgstr "" msgid "If no Redis instance is available for rate limits, FitTrackee can still start." msgstr "" -#: ../source/installation.rst:348 +#: ../source/installation.rst:351 msgid "All endpoints are subject to rate limits, except endpoints serving assets." msgstr "" -#: ../source/installation.rst:349 +#: ../source/installation.rst:352 msgid "Limits can be modified by setting the environment variable ``API_RATE_LIMITS`` (see `Flask-Limiter documentation for notation `_)." msgstr "" -#: ../source/installation.rst:350 +#: ../source/installation.rst:353 msgid "Rate limits must be separated by a comma, for instance:" msgstr "" -#: ../source/installation.rst:356 +#: ../source/installation.rst:359 msgid "**Flask-Limiter** provides a `Command Line Interface `_ for maintenance and diagnostic purposes." msgstr "" -#: ../source/installation.rst:375 +#: ../source/installation.rst:378 msgid "Weather data" msgstr "" -#: ../source/installation.rst:376 +#: ../source/installation.rst:379 msgid "Add Visual Crossing to weather providers" msgstr "" -#: ../source/installation.rst:377 +#: ../source/installation.rst:380 msgid "Remove Darksky from weather providers" msgstr "" -#: ../source/installation.rst:379 +#: ../source/installation.rst:382 msgid "The following weather data providers are supported by **FitTrackee**:" msgstr "" -#: ../source/installation.rst:381 +#: ../source/installation.rst:384 msgid "`Visual Crossing `__ (**note**: historical data are provided on hourly period)" msgstr "" -#: ../source/installation.rst:385 +#: ../source/installation.rst:388 msgid "**DarkSky** support is discontinued, since the service shut down on March 31, 2023." msgstr "" -#: ../source/installation.rst:387 +#: ../source/installation.rst:390 msgid "To configure a weather provider, set the following environment variables:" msgstr "" -#: ../source/installation.rst:389 +#: ../source/installation.rst:392 msgid "``WEATHER_API_KEY``: the key to the corresponding weather provider" msgstr "" @@ -7810,8 +7843,8 @@ msgstr "" msgid "Note that **FitTrackee** is under heavy development, some features may be unstable." msgstr "" -#: ../source/installation.rst:399 -#: ../source/installation.rst:589 +#: ../source/installation.rst:402 +#: ../source/installation.rst:592 msgid "From PyPI" msgstr "" @@ -7819,19 +7852,19 @@ msgstr "" msgid "Simplest way to install FitTrackee." msgstr "" -#: ../source/installation.rst:404 +#: ../source/installation.rst:407 msgid "Create and activate a `virtualenv `__" msgstr "" -#: ../source/installation.rst:406 +#: ../source/installation.rst:409 msgid "Install **FitTrackee** with pip" msgstr "" -#: ../source/installation.rst:412 +#: ../source/installation.rst:415 msgid "Create ``fittrackee`` database" msgstr "" -#: ../source/installation.rst:414 +#: ../source/installation.rst:417 msgid "Example :" msgstr "" @@ -7839,23 +7872,23 @@ msgstr "" msgid "see PostgreSQL `documentation `_ for schema and privileges." msgstr "" -#: ../source/installation.rst:425 +#: ../source/installation.rst:428 msgid "Initialize environment variables, see `Environment variables `__" msgstr "" -#: ../source/installation.rst:427 +#: ../source/installation.rst:430 msgid "For instance, copy and update ``.env`` file from ``.env.example`` and source the file." msgstr "" -#: ../source/installation.rst:434 +#: ../source/installation.rst:437 msgid "Initialize database schema" msgstr "" -#: ../source/installation.rst:440 +#: ../source/installation.rst:443 msgid "Start the application" msgstr "" -#: ../source/installation.rst:446 +#: ../source/installation.rst:449 msgid "Start task queue workers **if email sending is enabled**, with flask-dramatiq CLI:" msgstr "" @@ -7863,27 +7896,27 @@ msgstr "" msgid "To start application and workers with **systemd** service, see `Deployment `__" msgstr "" -#: ../source/installation.rst:455 -#: ../source/installation.rst:564 +#: ../source/installation.rst:458 +#: ../source/installation.rst:567 msgid "Open http://localhost:5000 and register" msgstr "" -#: ../source/installation.rst:457 -#: ../source/installation.rst:515 -#: ../source/installation.rst:566 -#: ../source/installation.rst:858 +#: ../source/installation.rst:460 +#: ../source/installation.rst:518 +#: ../source/installation.rst:569 +#: ../source/installation.rst:861 msgid "To set owner role to the newly created account, use the following command line:" msgstr "" -#: ../source/installation.rst:464 -#: ../source/installation.rst:522 -#: ../source/installation.rst:573 -#: ../source/installation.rst:865 +#: ../source/installation.rst:467 +#: ../source/installation.rst:525 +#: ../source/installation.rst:576 +#: ../source/installation.rst:868 msgid "If the user account is inactive, it activates it." msgstr "" -#: ../source/installation.rst:467 -#: ../source/installation.rst:619 +#: ../source/installation.rst:470 +#: ../source/installation.rst:622 msgid "From sources" msgstr "" @@ -7899,38 +7932,38 @@ msgstr "" msgid "To keep virtualenv in project directory, update Poetry `configuration `__." msgstr "" -#: ../source/installation.rst:481 -#: ../source/installation.rst:626 +#: ../source/installation.rst:484 +#: ../source/installation.rst:629 msgid "Dev environment" msgstr "" -#: ../source/installation.rst:483 +#: ../source/installation.rst:486 msgid "Clone this repo:" msgstr "" -#: ../source/installation.rst:490 -#: ../source/installation.rst:539 +#: ../source/installation.rst:493 +#: ../source/installation.rst:542 msgid "Create **.env** from example and update it (see `Environment variables `__)." msgstr "" -#: ../source/installation.rst:493 +#: ../source/installation.rst:496 msgid "Install Python virtualenv, Vue and all related packages and initialize the database:" msgstr "" -#: ../source/installation.rst:501 +#: ../source/installation.rst:504 msgid "Start the server and the client:" msgstr "" -#: ../source/installation.rst:507 -#: ../source/installation.rst:654 +#: ../source/installation.rst:510 +#: ../source/installation.rst:657 msgid "Run dramatiq workers:" msgstr "" -#: ../source/installation.rst:513 +#: ../source/installation.rst:516 msgid "Open http://localhost:3000 and register" msgstr "" -#: ../source/installation.rst:525 +#: ../source/installation.rst:528 msgid "Production environment" msgstr "" @@ -7938,28 +7971,28 @@ msgstr "" msgid "Note that FitTrackee is under heavy development, some features may be unstable." msgstr "" -#: ../source/installation.rst:530 +#: ../source/installation.rst:533 msgid "Download the last release (for now, it is the release v0.8.12):" msgstr "" -#: ../source/installation.rst:542 +#: ../source/installation.rst:545 msgid "Install Python virtualenv and all related packages:" msgstr "" -#: ../source/installation.rst:548 +#: ../source/installation.rst:551 msgid "Initialize the database (**after updating** ``db/create.sql`` **to change database credentials**):" msgstr "" -#: ../source/installation.rst:555 +#: ../source/installation.rst:558 msgid "Start the server and dramatiq workers:" msgstr "" -#: ../source/installation.rst:562 -#: ../source/installation.rst:697 +#: ../source/installation.rst:565 +#: ../source/installation.rst:700 msgid "If email sending is disabled: ``$ make run-server``" msgstr "" -#: ../source/installation.rst:576 +#: ../source/installation.rst:579 msgid "Upgrade" msgstr "" @@ -7975,7 +8008,7 @@ msgstr "" msgid "- upload directory (see `Environment variables `__)" msgstr "" -#: ../source/installation.rst:585 +#: ../source/installation.rst:588 msgid "For now, releases do not follow `semantic versioning `__). Any version may contain backward-incompatible changes." msgstr "" @@ -7983,25 +8016,25 @@ msgstr "" msgid "Only if **FitTrackee** was initially installed from **PyPI**" msgstr "" -#: ../source/installation.rst:594 +#: ../source/installation.rst:597 msgid "Stop the application and activate the `virtualenv `__" msgstr "" -#: ../source/installation.rst:596 +#: ../source/installation.rst:599 msgid "Upgrade with pip" msgstr "" -#: ../source/installation.rst:602 +#: ../source/installation.rst:605 msgid "Update environment variables if needed and source environment variables file" msgstr "" -#: ../source/installation.rst:609 -#: ../source/installation.rst:642 -#: ../source/installation.rst:684 +#: ../source/installation.rst:612 +#: ../source/installation.rst:645 +#: ../source/installation.rst:687 msgid "Upgrade database if needed (see changelog for migrations):" msgstr "" -#: ../source/installation.rst:615 +#: ../source/installation.rst:618 msgid "Restart the application and task queue workers (if email sending is enabled)." msgstr "" @@ -8009,153 +8042,153 @@ msgstr "" msgid "Only if **FitTrackee** was initially installed from sources." msgstr "" -#: ../source/installation.rst:628 +#: ../source/installation.rst:631 msgid "Stop the application and pull the repository:" msgstr "" -#: ../source/installation.rst:634 -#: ../source/installation.rst:676 +#: ../source/installation.rst:637 +#: ../source/installation.rst:679 msgid "Update **.env** if needed (see `Environment variables `__)." msgstr "" -#: ../source/installation.rst:636 -#: ../source/installation.rst:678 +#: ../source/installation.rst:639 +#: ../source/installation.rst:681 msgid "Upgrade packages:" msgstr "" -#: ../source/installation.rst:648 +#: ../source/installation.rst:651 msgid "Restart the server:" msgstr "" -#: ../source/installation.rst:661 +#: ../source/installation.rst:664 msgid "Prod environment" msgstr "" -#: ../source/installation.rst:663 +#: ../source/installation.rst:666 msgid "Stop the application" msgstr "" -#: ../source/installation.rst:665 +#: ../source/installation.rst:668 msgid "Change to the directory where FitTrackee directory is located" msgstr "" -#: ../source/installation.rst:667 +#: ../source/installation.rst:670 msgid "Download the last release (for now, it is the release v0.8.12) and overwrite existing files:" msgstr "" -#: ../source/installation.rst:690 +#: ../source/installation.rst:693 msgid "Restart the server and dramatiq workers:" msgstr "" -#: ../source/installation.rst:700 +#: ../source/installation.rst:703 msgid "Deployment" msgstr "" -#: ../source/installation.rst:702 +#: ../source/installation.rst:705 msgid "There are several ways to start **FitTrackee** web application and task queue library. One way is to use a **systemd** services and **Nginx** to proxy pass to **Gunicorn**." msgstr "" -#: ../source/installation.rst:706 +#: ../source/installation.rst:709 msgid "Examples:" msgstr "" -#: ../source/installation.rst:709 +#: ../source/installation.rst:712 msgid "To adapt depending on your instance configuration and operating system" msgstr "" -#: ../source/installation.rst:711 +#: ../source/installation.rst:714 msgid "for application: ``fittrackee.service``" msgstr "" -#: ../source/installation.rst:751 +#: ../source/installation.rst:754 msgid "To handle large files, a higher value for `timeout `__ can be set." msgstr "" -#: ../source/installation.rst:754 +#: ../source/installation.rst:757 msgid "More information on deployment with Gunicorn in its `documentation `__." msgstr "" -#: ../source/installation.rst:756 +#: ../source/installation.rst:759 msgid "for task queue workers: ``fittrackee_workers.service``" msgstr "" -#: ../source/installation.rst:791 +#: ../source/installation.rst:794 msgid "**Nginx** configuration:" msgstr "" -#: ../source/installation.rst:829 +#: ../source/installation.rst:832 msgid "If needed, update configuration to handle larger files (see `client_max_body_size `_)." msgstr "" -#: ../source/installation.rst:833 +#: ../source/installation.rst:836 msgid "Docker" msgstr "" -#: ../source/installation.rst:840 +#: ../source/installation.rst:843 msgid "For **evaluation** purposes, docker files are available, installing **FitTrackee** from **sources**." msgstr "" -#: ../source/installation.rst:843 +#: ../source/installation.rst:846 msgid "Docker files are not suitable for production installation." msgstr "" -#: ../source/installation.rst:845 +#: ../source/installation.rst:848 msgid "To install and run **FitTrackee**:" msgstr "" -#: ../source/installation.rst:854 +#: ../source/installation.rst:857 msgid "Open http://localhost:5000 and register." msgstr "" -#: ../source/installation.rst:856 +#: ../source/installation.rst:859 msgid "Open http://localhost:8025 to access `MailHog interface `_ (email testing tool)" msgstr "" -#: ../source/installation.rst:867 +#: ../source/installation.rst:870 msgid "To stop **Fittrackee**:" msgstr "" -#: ../source/installation.rst:873 +#: ../source/installation.rst:876 msgid "To run shell inside **Fittrackee** container:" msgstr "" -#: ../source/installation.rst:881 +#: ../source/installation.rst:884 msgid "Development" msgstr "" -#: ../source/installation.rst:885 +#: ../source/installation.rst:888 msgid "an additional step is needed to install ``fittrackee_client``" msgstr "" -#: ../source/installation.rst:891 +#: ../source/installation.rst:894 msgid "to start **FitTrackee** with client dev tools:" msgstr "" -#: ../source/installation.rst:897 +#: ../source/installation.rst:900 msgid "Open http://localhost:3000" msgstr "" -#: ../source/installation.rst:900 +#: ../source/installation.rst:903 msgid "Some environment variables need to be updated like ``UI_URL``" msgstr "" -#: ../source/installation.rst:902 +#: ../source/installation.rst:905 msgid "to run lint or tests:" msgstr "" -#: ../source/installation.rst:913 +#: ../source/installation.rst:916 msgid "Yunohost" msgstr "" -#: ../source/installation.rst:915 +#: ../source/installation.rst:918 msgid "Thanks to contributors, a package is available, see https://github.com/YunoHost-Apps/fittrackee_ynh." msgstr "" -#: ../source/installation.rst:919 +#: ../source/installation.rst:922 msgid "NixOS" msgstr "" -#: ../source/installation.rst:921 +#: ../source/installation.rst:924 msgid "Thanks to contributors, a package is available on NixOS, see https://mynixos.com/nixpkgs/package/fit-trackee." msgstr "" diff --git a/docsrc/locales/en/LC_MESSAGES/docs.mo b/docsrc/locales/en/LC_MESSAGES/docs.mo index 02d4c911e..42eb31dd1 100644 Binary files a/docsrc/locales/en/LC_MESSAGES/docs.mo and b/docsrc/locales/en/LC_MESSAGES/docs.mo differ diff --git a/docsrc/locales/en/LC_MESSAGES/docs.po b/docsrc/locales/en/LC_MESSAGES/docs.po index 186a217b7..a29c97ec5 100644 --- a/docsrc/locales/en/LC_MESSAGES/docs.po +++ b/docsrc/locales/en/LC_MESSAGES/docs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: FitTrackee 0.7.18\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-12-14 20:37+0100\n" +"POT-Creation-Date: 2024-12-18 16:36+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -1447,7 +1447,7 @@ msgid "**Scope**: ``notifications:write``" msgstr "" #: ../../:1 -msgid "notification id" +msgid "notification short id" msgstr "" #: ../../:1 @@ -2454,6 +2454,13 @@ msgid "" "insensitive" msgstr "" +#: ../../:1 +msgid "" +"return workouts with equipment (by default, equipment is not returned). " +"**Note**: It's not a filter. **Warning**: Needed for 3rd-party " +"applications updating equipments." +msgstr "" + #: ../../:1 msgid "Get a workout." msgstr "" @@ -2782,157 +2789,178 @@ msgid "Change log" msgstr "" #: ../source/changelog.md:3 -msgid "Version 0.9.0b2 (2024/12/14)" +msgid "Version 0.9.0b3 (2024/12/18)" msgstr "" -#: ../source/changelog.md:5 ../source/changelog.md:15 +#: ../source/changelog.md:5 ../source/changelog.md:27 ../source/changelog.md:37 msgid "" "This is a pre-release. Don't install this version in production, you may " "not be able to safely downgrade to a stable version.
    If you find " "bugs, please report them." msgstr "" -#: ../source/changelog.md:8 ../source/changelog.md:33 -#: ../source/changelog.md:133 ../source/changelog.md:185 -#: ../source/changelog.md:227 ../source/changelog.md:304 -#: ../source/changelog.md:386 ../source/changelog.md:451 -#: ../source/changelog.md:501 ../source/changelog.md:543 -#: ../source/changelog.md:574 ../source/changelog.md:609 -#: ../source/changelog.md:650 ../source/changelog.md:687 -#: ../source/changelog.md:721 ../source/changelog.md:756 -#: ../source/changelog.md:791 ../source/changelog.md:798 -#: ../source/changelog.md:832 ../source/changelog.md:844 -#: ../source/changelog.md:876 ../source/changelog.md:893 -#: ../source/changelog.md:934 ../source/changelog.md:1045 -#: ../source/changelog.md:1095 ../source/changelog.md:1141 -#: ../source/changelog.md:1167 ../source/changelog.md:1265 -#: ../source/changelog.md:1293 ../source/changelog.md:1304 -#: ../source/changelog.md:1331 ../source/changelog.md:1352 -#: ../source/changelog.md:1370 ../source/changelog.md:1386 -#: ../source/changelog.md:1407 ../source/changelog.md:1429 -#: ../source/changelog.md:1436 ../source/changelog.md:1456 -#: ../source/changelog.md:1478 ../source/changelog.md:1496 -#: ../source/changelog.md:1531 ../source/changelog.md:1542 -#: ../source/changelog.md:1553 ../source/changelog.md:1565 -#: ../source/changelog.md:1585 ../source/changelog.md:1591 -#: ../source/changelog.md:1643 ../source/changelog.md:1667 -#: ../source/changelog.md:1678 ../source/changelog.md:1689 -#: ../source/changelog.md:1734 ../source/changelog.md:1767 -#: ../source/changelog.md:1779 ../source/changelog.md:1790 -#: ../source/changelog.md:1806 ../source/changelog.md:1819 -#: ../source/changelog.md:1831 ../source/changelog.md:1852 -#: ../source/changelog.md:1930 ../source/changelog.md:1947 -#: ../source/changelog.md:1958 ../source/changelog.md:1978 -#: ../source/changelog.md:2013 -msgid "Bugs Fixed" +#: ../source/changelog.md:8 ../source/changelog.md:40 +#: ../source/changelog.md:105 ../source/changelog.md:151 +#: ../source/changelog.md:245 ../source/changelog.md:320 +#: ../source/changelog.md:370 ../source/changelog.md:469 +#: ../source/changelog.md:518 ../source/changelog.md:627 +#: ../source/changelog.md:667 ../source/changelog.md:705 +#: ../source/changelog.md:737 ../source/changelog.md:910 +#: ../source/changelog.md:949 ../source/changelog.md:1062 +#: ../source/changelog.md:1110 ../source/changelog.md:1183 +#: ../source/changelog.md:1223 ../source/changelog.md:1244 +#: ../source/changelog.md:1259 ../source/changelog.md:1283 +#: ../source/changelog.md:1346 ../source/changelog.md:1386 +msgid "Features and enhancements" msgstr "" #: ../source/changelog.md:10 -msgid "#657 - can not display next workouts in timeline" +msgid "#660 - mark notification as read on click on workout/comment/..." +msgstr "" + +#: ../source/changelog.md:12 ../source/changelog.md:30 +#: ../source/changelog.md:55 ../source/changelog.md:155 +#: ../source/changelog.md:207 ../source/changelog.md:249 +#: ../source/changelog.md:326 ../source/changelog.md:408 +#: ../source/changelog.md:473 ../source/changelog.md:523 +#: ../source/changelog.md:565 ../source/changelog.md:596 +#: ../source/changelog.md:631 ../source/changelog.md:672 +#: ../source/changelog.md:709 ../source/changelog.md:743 +#: ../source/changelog.md:778 ../source/changelog.md:813 +#: ../source/changelog.md:820 ../source/changelog.md:854 +#: ../source/changelog.md:866 ../source/changelog.md:898 +#: ../source/changelog.md:915 ../source/changelog.md:956 +#: ../source/changelog.md:1067 ../source/changelog.md:1117 +#: ../source/changelog.md:1163 ../source/changelog.md:1189 +#: ../source/changelog.md:1287 ../source/changelog.md:1315 +#: ../source/changelog.md:1326 ../source/changelog.md:1353 +#: ../source/changelog.md:1374 ../source/changelog.md:1392 +#: ../source/changelog.md:1408 ../source/changelog.md:1429 +#: ../source/changelog.md:1451 ../source/changelog.md:1458 +#: ../source/changelog.md:1478 ../source/changelog.md:1500 +#: ../source/changelog.md:1518 ../source/changelog.md:1553 +#: ../source/changelog.md:1564 ../source/changelog.md:1575 +#: ../source/changelog.md:1587 ../source/changelog.md:1607 +#: ../source/changelog.md:1613 ../source/changelog.md:1665 +#: ../source/changelog.md:1689 ../source/changelog.md:1700 +#: ../source/changelog.md:1711 ../source/changelog.md:1756 +#: ../source/changelog.md:1789 ../source/changelog.md:1801 +#: ../source/changelog.md:1812 ../source/changelog.md:1828 +#: ../source/changelog.md:1841 ../source/changelog.md:1853 +#: ../source/changelog.md:1874 ../source/changelog.md:1952 +#: ../source/changelog.md:1969 ../source/changelog.md:1980 +#: ../source/changelog.md:2000 ../source/changelog.md:2035 +msgid "Bugs Fixed" msgstr "" -#: ../source/changelog.md:13 -msgid "Version 0.9.0b1 (2024/12/14)" +#: ../source/changelog.md:14 +msgid "PR#659 - API - get workouts list with equipment" +msgstr "" + +#: ../source/changelog.md:15 +msgid "PR#662 - Minor fixes and improvements" +msgstr "" + +#: ../source/changelog.md:17 ../source/changelog.md:59 +#: ../source/changelog.md:91 ../source/changelog.md:132 +#: ../source/changelog.md:186 ../source/changelog.md:305 +#: ../source/changelog.md:351 ../source/changelog.md:396 +#: ../source/changelog.md:456 ../source/changelog.md:500 +#: ../source/changelog.md:549 ../source/changelog.md:616 +#: ../source/changelog.md:654 ../source/changelog.md:692 +#: ../source/changelog.md:752 ../source/changelog.md:788 +#: ../source/changelog.md:829 ../source/changelog.md:859 +#: ../source/changelog.md:903 ../source/changelog.md:974 +#: ../source/changelog.md:1021 ../source/changelog.md:1142 +#: ../source/changelog.md:1215 ../source/changelog.md:1295 +#: ../source/changelog.md:1308 ../source/changelog.md:1414 +#: ../source/changelog.md:1506 ../source/changelog.md:1527 +#: ../source/changelog.md:1635 ../source/changelog.md:1651 +#: ../source/changelog.md:1760 ../source/changelog.md:1816 +#: ../source/changelog.md:1857 ../source/changelog.md:1883 +#: ../source/changelog.md:1938 ../source/changelog.md:2004 +#: ../source/changelog.md:2019 +msgid "Misc" msgstr "" -#: ../source/changelog.md:18 ../source/changelog.md:83 -#: ../source/changelog.md:129 ../source/changelog.md:223 -#: ../source/changelog.md:298 ../source/changelog.md:348 -#: ../source/changelog.md:447 ../source/changelog.md:496 -#: ../source/changelog.md:605 ../source/changelog.md:645 -#: ../source/changelog.md:683 ../source/changelog.md:715 -#: ../source/changelog.md:888 ../source/changelog.md:927 -#: ../source/changelog.md:1040 ../source/changelog.md:1088 -#: ../source/changelog.md:1161 ../source/changelog.md:1201 -#: ../source/changelog.md:1222 ../source/changelog.md:1237 -#: ../source/changelog.md:1261 ../source/changelog.md:1324 -#: ../source/changelog.md:1364 -msgid "Features and enhancements" +#: ../source/changelog.md:19 +msgid "189071 - use uuid instead of id for notifications" msgstr "" -#: ../source/changelog.md:20 +#: ../source/changelog.md:22 ../source/changelog.md:51 +#: ../source/changelog.md:200 ../source/changelog.md:278 +#: ../source/changelog.md:363 ../source/changelog.md:560 +#: ../source/changelog.md:773 ../source/changelog.md:944 +#: ../source/changelog.md:996 ../source/changelog.md:1100 +#: ../source/changelog.md:1158 ../source/changelog.md:1206 +#: ../source/changelog.md:1254 ../source/changelog.md:1268 +#: ../source/changelog.md:1362 ../source/changelog.md:1401 +msgid "" +"Note: This release contains database migration (see upgrade instructions " +"in documentation)" +msgstr "" + +#: ../source/changelog.md:25 +msgid "Version 0.9.0b2 (2024/12/14)" +msgstr "" + +#: ../source/changelog.md:32 +msgid "#657 - can not display next workouts in timeline" +msgstr "" + +#: ../source/changelog.md:35 +msgid "Version 0.9.0b1 (2024/12/14)" +msgstr "" + +#: ../source/changelog.md:42 msgid "#16 - Add social features [1s part]" msgstr "" -#: ../source/changelog.md:21 +#: ../source/changelog.md:43 msgid "#125 - Add followers/following and visibility levels" msgstr "" -#: ../source/changelog.md:22 +#: ../source/changelog.md:44 msgid "#296 - Add comments" msgstr "" -#: ../source/changelog.md:23 +#: ../source/changelog.md:45 msgid "#298 - Add likes" msgstr "" -#: ../source/changelog.md:24 +#: ../source/changelog.md:46 msgid "#299 - UI notifications" msgstr "" -#: ../source/changelog.md:25 +#: ../source/changelog.md:47 msgid "#381 - Block a user to hide unwanted content" msgstr "" -#: ../source/changelog.md:26 +#: ../source/changelog.md:48 msgid "#382 - Moderation tools" msgstr "" -#: ../source/changelog.md:27 +#: ../source/changelog.md:49 msgid "#655 - Add moderator and owner roles" msgstr "" -#: ../source/changelog.md:29 ../source/changelog.md:178 -#: ../source/changelog.md:256 ../source/changelog.md:341 -#: ../source/changelog.md:538 ../source/changelog.md:751 -#: ../source/changelog.md:922 ../source/changelog.md:974 -#: ../source/changelog.md:1078 ../source/changelog.md:1136 -#: ../source/changelog.md:1184 ../source/changelog.md:1232 -#: ../source/changelog.md:1246 ../source/changelog.md:1340 -#: ../source/changelog.md:1379 -msgid "" -"Note: This release contains database migration (see upgrade instructions " -"in documentation)" -msgstr "" - -#: ../source/changelog.md:31 +#: ../source/changelog.md:53 msgid "Version 0.8.12 (2024/11/17)" msgstr "" -#: ../source/changelog.md:35 +#: ../source/changelog.md:57 msgid "#652 - User can not login on new installation" msgstr "" -#: ../source/changelog.md:37 ../source/changelog.md:69 -#: ../source/changelog.md:110 ../source/changelog.md:164 -#: ../source/changelog.md:283 ../source/changelog.md:329 -#: ../source/changelog.md:374 ../source/changelog.md:434 -#: ../source/changelog.md:478 ../source/changelog.md:527 -#: ../source/changelog.md:594 ../source/changelog.md:632 -#: ../source/changelog.md:670 ../source/changelog.md:730 -#: ../source/changelog.md:766 ../source/changelog.md:807 -#: ../source/changelog.md:837 ../source/changelog.md:881 -#: ../source/changelog.md:952 ../source/changelog.md:999 -#: ../source/changelog.md:1120 ../source/changelog.md:1193 -#: ../source/changelog.md:1273 ../source/changelog.md:1286 -#: ../source/changelog.md:1392 ../source/changelog.md:1484 -#: ../source/changelog.md:1505 ../source/changelog.md:1613 -#: ../source/changelog.md:1629 ../source/changelog.md:1738 -#: ../source/changelog.md:1794 ../source/changelog.md:1835 -#: ../source/changelog.md:1861 ../source/changelog.md:1916 -#: ../source/changelog.md:1982 ../source/changelog.md:1997 -msgid "Misc" -msgstr "" - -#: ../source/changelog.md:39 +#: ../source/changelog.md:61 msgid "PR#651 - Tests - add databases to parallelize more tests" msgstr "" -#: ../source/changelog.md:43 +#: ../source/changelog.md:65 msgid "Version 0.8.11 (2024/10/30)" msgstr "" -#: ../source/changelog.md:45 +#: ../source/changelog.md:67 msgid "" "FitTrackee is now available for Python 3.13. Python 3.8 is no longer " "supported, the minimum version is now Python 3.9." @@ -2940,304 +2968,304 @@ msgstr "" "**FitTrackee** is now available for Python 3.13. Python 3.8 is no longer " "supported, the minimum version is now Python 3.9." -#: ../source/changelog.md:48 ../source/changelog.md:88 -#: ../source/changelog.md:138 ../source/changelog.md:189 -#: ../source/changelog.md:231 ../source/changelog.md:261 -#: ../source/changelog.md:308 ../source/changelog.md:353 -#: ../source/changelog.md:390 ../source/changelog.md:415 -#: ../source/changelog.md:457 ../source/changelog.md:507 -#: ../source/changelog.md:547 ../source/changelog.md:578 -#: ../source/changelog.md:616 ../source/changelog.md:654 -#: ../source/changelog.md:691 ../source/changelog.md:726 -#: ../source/changelog.md:761 ../source/changelog.md:802 -#: ../source/changelog.md:850 ../source/changelog.md:899 -#: ../source/changelog.md:940 ../source/changelog.md:984 -#: ../source/changelog.md:1021 ../source/changelog.md:1050 -#: ../source/changelog.md:1100 ../source/changelog.md:1145 -#: ../source/changelog.md:1174 ../source/changelog.md:1189 -#: ../source/changelog.md:1206 ../source/changelog.md:1226 -#: ../source/changelog.md:1241 ../source/changelog.md:1254 -#: ../source/changelog.md:1269 ../source/changelog.md:1282 -#: ../source/changelog.md:1297 ../source/changelog.md:1311 -#: ../source/changelog.md:1336 ../source/changelog.md:1345 -#: ../source/changelog.md:1356 ../source/changelog.md:1375 -#: ../source/changelog.md:1461 ../source/features.rst:496 +#: ../source/changelog.md:70 ../source/changelog.md:110 +#: ../source/changelog.md:160 ../source/changelog.md:211 +#: ../source/changelog.md:253 ../source/changelog.md:283 +#: ../source/changelog.md:330 ../source/changelog.md:375 +#: ../source/changelog.md:412 ../source/changelog.md:437 +#: ../source/changelog.md:479 ../source/changelog.md:529 +#: ../source/changelog.md:569 ../source/changelog.md:600 +#: ../source/changelog.md:638 ../source/changelog.md:676 +#: ../source/changelog.md:713 ../source/changelog.md:748 +#: ../source/changelog.md:783 ../source/changelog.md:824 +#: ../source/changelog.md:872 ../source/changelog.md:921 +#: ../source/changelog.md:962 ../source/changelog.md:1006 +#: ../source/changelog.md:1043 ../source/changelog.md:1072 +#: ../source/changelog.md:1122 ../source/changelog.md:1167 +#: ../source/changelog.md:1196 ../source/changelog.md:1211 +#: ../source/changelog.md:1228 ../source/changelog.md:1248 +#: ../source/changelog.md:1263 ../source/changelog.md:1276 +#: ../source/changelog.md:1291 ../source/changelog.md:1304 +#: ../source/changelog.md:1319 ../source/changelog.md:1333 +#: ../source/changelog.md:1358 ../source/changelog.md:1367 +#: ../source/changelog.md:1378 ../source/changelog.md:1397 +#: ../source/changelog.md:1483 ../source/features.rst:496 msgid "Translations" msgstr "" -#: ../source/changelog.md:50 +#: ../source/changelog.md:72 msgid "PR#640 - Translations update (Basque)" msgstr "" -#: ../source/changelog.md:51 +#: ../source/changelog.md:73 msgid "PR#645 - Translations update (Russian, Polish)" msgstr "" -#: ../source/changelog.md:53 ../source/changelog.md:94 -#: ../source/changelog.md:149 ../source/changelog.md:197 -#: ../source/changelog.md:237 ../source/changelog.md:269 -#: ../source/changelog.md:315 ../source/changelog.md:360 -#: ../source/changelog.md:394 ../source/changelog.md:421 -#: ../source/changelog.md:465 ../source/changelog.md:515 -#: ../source/changelog.md:552 ../source/changelog.md:582 -#: ../source/changelog.md:621 ../source/changelog.md:659 -#: ../source/changelog.md:696 ../source/changelog.md:735 -#: ../source/changelog.md:774 ../source/changelog.md:815 -#: ../source/changelog.md:857 ../source/changelog.md:906 -#: ../source/changelog.md:958 ../source/changelog.md:1005 -#: ../source/changelog.md:1026 ../source/changelog.md:1058 -#: ../source/changelog.md:1110 +#: ../source/changelog.md:75 ../source/changelog.md:116 +#: ../source/changelog.md:171 ../source/changelog.md:219 +#: ../source/changelog.md:259 ../source/changelog.md:291 +#: ../source/changelog.md:337 ../source/changelog.md:382 +#: ../source/changelog.md:416 ../source/changelog.md:443 +#: ../source/changelog.md:487 ../source/changelog.md:537 +#: ../source/changelog.md:574 ../source/changelog.md:604 +#: ../source/changelog.md:643 ../source/changelog.md:681 +#: ../source/changelog.md:718 ../source/changelog.md:757 +#: ../source/changelog.md:796 ../source/changelog.md:837 +#: ../source/changelog.md:879 ../source/changelog.md:928 +#: ../source/changelog.md:980 ../source/changelog.md:1027 +#: ../source/changelog.md:1048 ../source/changelog.md:1080 +#: ../source/changelog.md:1132 msgid "Translation status:" msgstr "" -#: ../source/changelog.md:54 ../source/changelog.md:150 -#: ../source/changelog.md:361 ../source/changelog.md:395 -#: ../source/changelog.md:553 ../source/changelog.md:583 +#: ../source/changelog.md:76 ../source/changelog.md:172 +#: ../source/changelog.md:383 ../source/changelog.md:417 +#: ../source/changelog.md:575 ../source/changelog.md:605 msgid "Basque: 100%" msgstr "" -#: ../source/changelog.md:55 ../source/changelog.md:96 +#: ../source/changelog.md:77 ../source/changelog.md:118 msgid "Bulgarian: 98%" msgstr "" -#: ../source/changelog.md:56 ../source/changelog.md:97 -#: ../source/changelog.md:152 ../source/changelog.md:239 +#: ../source/changelog.md:78 ../source/changelog.md:119 +#: ../source/changelog.md:174 ../source/changelog.md:261 msgid "Czech: 72%" msgstr "" -#: ../source/changelog.md:57 ../source/changelog.md:98 -#: ../source/changelog.md:153 ../source/changelog.md:201 -#: ../source/changelog.md:240 ../source/changelog.md:584 -#: ../source/changelog.md:622 ../source/changelog.md:736 -#: ../source/changelog.md:1027 ../source/changelog.md:1059 +#: ../source/changelog.md:79 ../source/changelog.md:120 +#: ../source/changelog.md:175 ../source/changelog.md:223 +#: ../source/changelog.md:262 ../source/changelog.md:606 +#: ../source/changelog.md:644 ../source/changelog.md:758 +#: ../source/changelog.md:1049 ../source/changelog.md:1081 msgid "Dutch: 99%" msgstr "" -#: ../source/changelog.md:58 ../source/changelog.md:99 -#: ../source/changelog.md:154 ../source/changelog.md:202 -#: ../source/changelog.md:241 ../source/changelog.md:273 -#: ../source/changelog.md:319 ../source/changelog.md:364 -#: ../source/changelog.md:398 ../source/changelog.md:425 -#: ../source/changelog.md:469 ../source/changelog.md:518 -#: ../source/changelog.md:555 ../source/changelog.md:585 -#: ../source/changelog.md:623 ../source/changelog.md:661 -#: ../source/changelog.md:698 ../source/changelog.md:737 -#: ../source/changelog.md:776 ../source/changelog.md:817 -#: ../source/changelog.md:859 ../source/changelog.md:908 -#: ../source/changelog.md:960 ../source/changelog.md:1007 -#: ../source/changelog.md:1028 ../source/changelog.md:1060 -#: ../source/changelog.md:1112 +#: ../source/changelog.md:80 ../source/changelog.md:121 +#: ../source/changelog.md:176 ../source/changelog.md:224 +#: ../source/changelog.md:263 ../source/changelog.md:295 +#: ../source/changelog.md:341 ../source/changelog.md:386 +#: ../source/changelog.md:420 ../source/changelog.md:447 +#: ../source/changelog.md:491 ../source/changelog.md:540 +#: ../source/changelog.md:577 ../source/changelog.md:607 +#: ../source/changelog.md:645 ../source/changelog.md:683 +#: ../source/changelog.md:720 ../source/changelog.md:759 +#: ../source/changelog.md:798 ../source/changelog.md:839 +#: ../source/changelog.md:881 ../source/changelog.md:930 +#: ../source/changelog.md:982 ../source/changelog.md:1029 +#: ../source/changelog.md:1050 ../source/changelog.md:1082 +#: ../source/changelog.md:1134 msgid "English: 100%" msgstr "" -#: ../source/changelog.md:59 ../source/changelog.md:100 -#: ../source/changelog.md:155 ../source/changelog.md:203 -#: ../source/changelog.md:242 ../source/changelog.md:274 -#: ../source/changelog.md:320 ../source/changelog.md:365 -#: ../source/changelog.md:399 ../source/changelog.md:426 -#: ../source/changelog.md:470 ../source/changelog.md:519 -#: ../source/changelog.md:556 ../source/changelog.md:586 -#: ../source/changelog.md:624 ../source/changelog.md:662 -#: ../source/changelog.md:699 ../source/changelog.md:738 -#: ../source/changelog.md:777 ../source/changelog.md:818 -#: ../source/changelog.md:860 ../source/changelog.md:909 -#: ../source/changelog.md:961 ../source/changelog.md:1008 -#: ../source/changelog.md:1029 ../source/changelog.md:1061 -#: ../source/changelog.md:1113 +#: ../source/changelog.md:81 ../source/changelog.md:122 +#: ../source/changelog.md:177 ../source/changelog.md:225 +#: ../source/changelog.md:264 ../source/changelog.md:296 +#: ../source/changelog.md:342 ../source/changelog.md:387 +#: ../source/changelog.md:421 ../source/changelog.md:448 +#: ../source/changelog.md:492 ../source/changelog.md:541 +#: ../source/changelog.md:578 ../source/changelog.md:608 +#: ../source/changelog.md:646 ../source/changelog.md:684 +#: ../source/changelog.md:721 ../source/changelog.md:760 +#: ../source/changelog.md:799 ../source/changelog.md:840 +#: ../source/changelog.md:882 ../source/changelog.md:931 +#: ../source/changelog.md:983 ../source/changelog.md:1030 +#: ../source/changelog.md:1051 ../source/changelog.md:1083 +#: ../source/changelog.md:1135 msgid "French: 100%" msgstr "" -#: ../source/changelog.md:60 ../source/changelog.md:101 -#: ../source/changelog.md:156 ../source/changelog.md:204 -#: ../source/changelog.md:275 ../source/changelog.md:321 -#: ../source/changelog.md:366 ../source/changelog.md:400 -#: ../source/changelog.md:427 ../source/changelog.md:471 -#: ../source/changelog.md:557 ../source/changelog.md:587 -#: ../source/changelog.md:625 ../source/changelog.md:663 -#: ../source/changelog.md:700 ../source/changelog.md:778 -#: ../source/changelog.md:819 ../source/changelog.md:861 -#: ../source/changelog.md:910 ../source/changelog.md:1009 -#: ../source/changelog.md:1030 ../source/changelog.md:1114 +#: ../source/changelog.md:82 ../source/changelog.md:123 +#: ../source/changelog.md:178 ../source/changelog.md:226 +#: ../source/changelog.md:297 ../source/changelog.md:343 +#: ../source/changelog.md:388 ../source/changelog.md:422 +#: ../source/changelog.md:449 ../source/changelog.md:493 +#: ../source/changelog.md:579 ../source/changelog.md:609 +#: ../source/changelog.md:647 ../source/changelog.md:685 +#: ../source/changelog.md:722 ../source/changelog.md:800 +#: ../source/changelog.md:841 ../source/changelog.md:883 +#: ../source/changelog.md:932 ../source/changelog.md:1031 +#: ../source/changelog.md:1052 ../source/changelog.md:1136 msgid "Galician: 100%" msgstr "" -#: ../source/changelog.md:61 ../source/changelog.md:102 -#: ../source/changelog.md:157 ../source/changelog.md:205 -#: ../source/changelog.md:367 ../source/changelog.md:401 -#: ../source/changelog.md:428 ../source/changelog.md:558 -#: ../source/changelog.md:588 ../source/changelog.md:626 -#: ../source/changelog.md:664 ../source/changelog.md:701 -#: ../source/changelog.md:779 ../source/changelog.md:820 -#: ../source/changelog.md:862 ../source/changelog.md:1010 -#: ../source/changelog.md:1115 +#: ../source/changelog.md:83 ../source/changelog.md:124 +#: ../source/changelog.md:179 ../source/changelog.md:227 +#: ../source/changelog.md:389 ../source/changelog.md:423 +#: ../source/changelog.md:450 ../source/changelog.md:580 +#: ../source/changelog.md:610 ../source/changelog.md:648 +#: ../source/changelog.md:686 ../source/changelog.md:723 +#: ../source/changelog.md:801 ../source/changelog.md:842 +#: ../source/changelog.md:884 ../source/changelog.md:1032 +#: ../source/changelog.md:1137 msgid "German: 100%" msgstr "" -#: ../source/changelog.md:62 ../source/changelog.md:103 +#: ../source/changelog.md:84 ../source/changelog.md:125 msgid "Italian: 81%" msgstr "" -#: ../source/changelog.md:63 ../source/changelog.md:104 -#: ../source/changelog.md:159 ../source/changelog.md:207 -#: ../source/changelog.md:246 ../source/changelog.md:278 -#: ../source/changelog.md:324 +#: ../source/changelog.md:85 ../source/changelog.md:126 +#: ../source/changelog.md:181 ../source/changelog.md:229 +#: ../source/changelog.md:268 ../source/changelog.md:300 +#: ../source/changelog.md:346 msgid "Norwegian Bokmål: 52%" msgstr "" -#: ../source/changelog.md:64 ../source/changelog.md:561 -#: ../source/changelog.md:667 ../source/changelog.md:782 -#: ../source/changelog.md:823 ../source/changelog.md:865 +#: ../source/changelog.md:86 ../source/changelog.md:583 +#: ../source/changelog.md:689 ../source/changelog.md:804 +#: ../source/changelog.md:845 ../source/changelog.md:887 msgid "Polish: 100%" msgstr "" -#: ../source/changelog.md:65 ../source/changelog.md:106 -#: ../source/changelog.md:161 +#: ../source/changelog.md:87 ../source/changelog.md:128 +#: ../source/changelog.md:183 msgid "Portuguese: 97%" msgstr "" -#: ../source/changelog.md:66 +#: ../source/changelog.md:88 msgid "Russian: 62%" msgstr "" -#: ../source/changelog.md:67 ../source/changelog.md:108 -#: ../source/changelog.md:162 ../source/changelog.md:210 -#: ../source/changelog.md:281 ../source/changelog.md:327 -#: ../source/changelog.md:372 ../source/changelog.md:405 -#: ../source/changelog.md:432 ../source/changelog.md:476 -#: ../source/changelog.md:525 ../source/changelog.md:562 -#: ../source/changelog.md:592 ../source/changelog.md:630 -#: ../source/changelog.md:668 ../source/changelog.md:705 -#: ../source/changelog.md:783 ../source/changelog.md:824 -#: ../source/changelog.md:866 ../source/changelog.md:915 -#: ../source/changelog.md:967 ../source/changelog.md:1014 -#: ../source/changelog.md:1035 ../source/changelog.md:1067 -#: ../source/changelog.md:1118 +#: ../source/changelog.md:89 ../source/changelog.md:130 +#: ../source/changelog.md:184 ../source/changelog.md:232 +#: ../source/changelog.md:303 ../source/changelog.md:349 +#: ../source/changelog.md:394 ../source/changelog.md:427 +#: ../source/changelog.md:454 ../source/changelog.md:498 +#: ../source/changelog.md:547 ../source/changelog.md:584 +#: ../source/changelog.md:614 ../source/changelog.md:652 +#: ../source/changelog.md:690 ../source/changelog.md:727 +#: ../source/changelog.md:805 ../source/changelog.md:846 +#: ../source/changelog.md:888 ../source/changelog.md:937 +#: ../source/changelog.md:989 ../source/changelog.md:1036 +#: ../source/changelog.md:1057 ../source/changelog.md:1089 +#: ../source/changelog.md:1140 msgid "Spanish: 100%" msgstr "" -#: ../source/changelog.md:71 +#: ../source/changelog.md:93 msgid "#455 - Drop support for Python 3.8" msgstr "" -#: ../source/changelog.md:72 +#: ../source/changelog.md:94 msgid "#639 - Add support for Python 3.13" msgstr "" -#: ../source/changelog.md:75 ../source/changelog.md:115 -#: ../source/changelog.md:169 ../source/changelog.md:213 -#: ../source/changelog.md:252 ../source/changelog.md:288 -#: ../source/changelog.md:334 ../source/changelog.md:379 -#: ../source/changelog.md:408 ../source/changelog.md:439 -#: ../source/changelog.md:484 ../source/changelog.md:533 -#: ../source/changelog.md:565 ../source/changelog.md:599 -#: ../source/changelog.md:637 ../source/changelog.md:675 -#: ../source/changelog.md:707 ../source/changelog.md:746 -#: ../source/changelog.md:785 ../source/changelog.md:826 -#: ../source/changelog.md:868 ../source/changelog.md:917 -#: ../source/changelog.md:969 ../source/changelog.md:1071 -#: ../source/changelog.md:1125 ../source/changelog.md:1180 -#: ../source/changelog.md:1212 ../source/changelog.md:1469 -#: ../source/changelog.md:1752 +#: ../source/changelog.md:97 ../source/changelog.md:137 +#: ../source/changelog.md:191 ../source/changelog.md:235 +#: ../source/changelog.md:274 ../source/changelog.md:310 +#: ../source/changelog.md:356 ../source/changelog.md:401 +#: ../source/changelog.md:430 ../source/changelog.md:461 +#: ../source/changelog.md:506 ../source/changelog.md:555 +#: ../source/changelog.md:587 ../source/changelog.md:621 +#: ../source/changelog.md:659 ../source/changelog.md:697 +#: ../source/changelog.md:729 ../source/changelog.md:768 +#: ../source/changelog.md:807 ../source/changelog.md:848 +#: ../source/changelog.md:890 ../source/changelog.md:939 +#: ../source/changelog.md:991 ../source/changelog.md:1093 +#: ../source/changelog.md:1147 ../source/changelog.md:1202 +#: ../source/changelog.md:1234 ../source/changelog.md:1491 +#: ../source/changelog.md:1774 msgid "Thanks to the contributors:" msgstr "" -#: ../source/changelog.md:76 ../source/changelog.md:173 -#: ../source/changelog.md:253 ../source/changelog.md:600 +#: ../source/changelog.md:98 ../source/changelog.md:195 +#: ../source/changelog.md:275 ../source/changelog.md:622 msgid "@erral" msgstr "" -#: ../source/changelog.md:77 ../source/changelog.md:120 +#: ../source/changelog.md:99 ../source/changelog.md:142 msgid "@sikmir" msgstr "" -#: ../source/changelog.md:78 ../source/changelog.md:567 -#: ../source/changelog.md:677 +#: ../source/changelog.md:100 ../source/changelog.md:589 +#: ../source/changelog.md:699 msgid "Mariuz" msgstr "" -#: ../source/changelog.md:81 +#: ../source/changelog.md:103 msgid "Version 0.8.10 (2024/10/09)" msgstr "" -#: ../source/changelog.md:85 +#: ../source/changelog.md:107 msgid "PR#635 - Add ability to replace gpx title when adding a workout" msgstr "" -#: ../source/changelog.md:86 +#: ../source/changelog.md:108 msgid "PR#636 - Get description from gpx file if present" msgstr "" -#: ../source/changelog.md:90 +#: ../source/changelog.md:112 msgid "#629 - [Translation Request] Russian" msgstr "" -#: ../source/changelog.md:91 +#: ../source/changelog.md:113 msgid "PR#633 - Translations update (Russian, Dutch, Italian, Galician)" msgstr "" -#: ../source/changelog.md:92 +#: ../source/changelog.md:114 msgid "PR#637 - Translations update (Spanish, Russian, German and Galician)" msgstr "" -#: ../source/changelog.md:95 ../source/changelog.md:198 -#: ../source/changelog.md:238 +#: ../source/changelog.md:117 ../source/changelog.md:220 +#: ../source/changelog.md:260 msgid "Basque: 99%" msgstr "" -#: ../source/changelog.md:105 ../source/changelog.md:704 +#: ../source/changelog.md:127 ../source/changelog.md:726 msgid "Polish: 98%" msgstr "" -#: ../source/changelog.md:107 +#: ../source/changelog.md:129 msgid "Russian: 61%" msgstr "" -#: ../source/changelog.md:112 +#: ../source/changelog.md:134 msgid "PR#634 - CI - add PostgreSQL 17" msgstr "" -#: ../source/changelog.md:116 ../source/changelog.md:170 +#: ../source/changelog.md:138 ../source/changelog.md:192 msgid "@boosterl" msgstr "" -#: ../source/changelog.md:117 ../source/changelog.md:174 -#: ../source/changelog.md:214 ../source/changelog.md:336 -#: ../source/changelog.md:486 ../source/changelog.md:535 -#: ../source/changelog.md:638 ../source/changelog.md:708 -#: ../source/changelog.md:748 ../source/changelog.md:918 -#: ../source/changelog.md:971 ../source/changelog.md:1073 -#: ../source/changelog.md:1129 +#: ../source/changelog.md:139 ../source/changelog.md:196 +#: ../source/changelog.md:236 ../source/changelog.md:358 +#: ../source/changelog.md:508 ../source/changelog.md:557 +#: ../source/changelog.md:660 ../source/changelog.md:730 +#: ../source/changelog.md:770 ../source/changelog.md:940 +#: ../source/changelog.md:993 ../source/changelog.md:1095 +#: ../source/changelog.md:1151 msgid "@gallegonovato" msgstr "" -#: ../source/changelog.md:118 ../source/changelog.md:175 -#: ../source/changelog.md:217 ../source/changelog.md:442 -#: ../source/changelog.md:639 ../source/changelog.md:709 -#: ../source/changelog.md:870 ../source/changelog.md:1130 -#: ../source/changelog.md:1182 ../source/changelog.md:1215 +#: ../source/changelog.md:140 ../source/changelog.md:197 +#: ../source/changelog.md:239 ../source/changelog.md:464 +#: ../source/changelog.md:661 ../source/changelog.md:731 +#: ../source/changelog.md:892 ../source/changelog.md:1152 +#: ../source/changelog.md:1204 ../source/changelog.md:1237 msgid "@qwerty287" msgstr "" -#: ../source/changelog.md:119 +#: ../source/changelog.md:141 msgid "@Shura0" msgstr "" -#: ../source/changelog.md:121 ../source/changelog.md:176 -#: ../source/changelog.md:218 ../source/changelog.md:254 -#: ../source/changelog.md:293 ../source/changelog.md:339 -#: ../source/changelog.md:489 ../source/changelog.md:536 -#: ../source/changelog.md:640 ../source/changelog.md:710 -#: ../source/changelog.md:749 ../source/changelog.md:827 -#: ../source/changelog.md:919 ../source/changelog.md:972 -#: ../source/changelog.md:1076 ../source/changelog.md:1131 +#: ../source/changelog.md:143 ../source/changelog.md:198 +#: ../source/changelog.md:240 ../source/changelog.md:276 +#: ../source/changelog.md:315 ../source/changelog.md:361 +#: ../source/changelog.md:511 ../source/changelog.md:558 +#: ../source/changelog.md:662 ../source/changelog.md:732 +#: ../source/changelog.md:771 ../source/changelog.md:849 +#: ../source/changelog.md:941 ../source/changelog.md:994 +#: ../source/changelog.md:1098 ../source/changelog.md:1153 msgid "@xmgz" msgstr "" -#: ../source/changelog.md:124 +#: ../source/changelog.md:146 msgid "Version 0.8.9 (2024/09/21)" msgstr "" -#: ../source/changelog.md:126 +#: ../source/changelog.md:148 msgid "" "This release introduces a new field: the workout description.
    This " "field is longer than the \"Notes\" field and will have the same " @@ -3245,1201 +3273,1201 @@ msgid "" "field will remain private." msgstr "" -#: ../source/changelog.md:131 +#: ../source/changelog.md:153 msgid "#610 - Add a description field to workout" msgstr "" -#: ../source/changelog.md:135 +#: ../source/changelog.md:157 msgid "#621 - email username may contain special characters" msgstr "" -#: ../source/changelog.md:136 +#: ../source/changelog.md:158 msgid "#622 - Fix email sending by adding 'Message-ID'" msgstr "" -#: ../source/changelog.md:140 +#: ../source/changelog.md:162 msgid "PR#616 - Translations update (Dutch)" msgstr "" -#: ../source/changelog.md:141 +#: ../source/changelog.md:163 msgid "PR#617 - Translations update (Italian)" msgstr "" -#: ../source/changelog.md:142 +#: ../source/changelog.md:164 msgid "PR#618 - Translations update (Polish)" msgstr "" -#: ../source/changelog.md:143 +#: ../source/changelog.md:165 msgid "PR#620 - Translations update (Polish)" msgstr "" -#: ../source/changelog.md:144 +#: ../source/changelog.md:166 msgid "PR#624 - Translations update (Spanish)" msgstr "" -#: ../source/changelog.md:145 +#: ../source/changelog.md:167 msgid "PR#625 - Translations update (Galician and Basque)" msgstr "" -#: ../source/changelog.md:146 +#: ../source/changelog.md:168 msgid "PR#626 - Translations update (German)" msgstr "" -#: ../source/changelog.md:147 +#: ../source/changelog.md:169 msgid "PR#631 - Translations update (Basque)" msgstr "" -#: ../source/changelog.md:151 +#: ../source/changelog.md:173 msgid "Bulgarian: 99%" msgstr "" -#: ../source/changelog.md:158 ../source/changelog.md:206 -#: ../source/changelog.md:245 ../source/changelog.md:277 +#: ../source/changelog.md:180 ../source/changelog.md:228 +#: ../source/changelog.md:267 ../source/changelog.md:299 msgid "Italian: 82%" msgstr "" -#: ../source/changelog.md:160 ../source/changelog.md:591 -#: ../source/changelog.md:629 ../source/changelog.md:743 +#: ../source/changelog.md:182 ../source/changelog.md:613 +#: ../source/changelog.md:651 ../source/changelog.md:765 msgid "Polish: 99%" msgstr "" -#: ../source/changelog.md:166 +#: ../source/changelog.md:188 msgid "PR#628 - Replace markdown library" msgstr "" -#: ../source/changelog.md:171 ../source/changelog.md:335 +#: ../source/changelog.md:193 ../source/changelog.md:357 msgid "@byakurau" msgstr "" -#: ../source/changelog.md:172 +#: ../source/changelog.md:194 msgid "@dotlambda" msgstr "" -#: ../source/changelog.md:181 +#: ../source/changelog.md:203 msgid "Version 0.8.8 (2024/09/01)" msgstr "" -#: ../source/changelog.md:183 +#: ../source/changelog.md:205 msgid "FitTrackee is now available in Bulgarian." msgstr "**FitTrackee** is now available in Bulgarian." -#: ../source/changelog.md:187 +#: ../source/changelog.md:209 msgid "#614 - Labels are not translated on workouts average chart" msgstr "" -#: ../source/changelog.md:191 +#: ../source/changelog.md:213 msgid "PR#607 - Translations update (German)" msgstr "" -#: ../source/changelog.md:192 +#: ../source/changelog.md:214 msgid "#608 - [translations request] Bulgarian" msgstr "" -#: ../source/changelog.md:193 +#: ../source/changelog.md:215 msgid "PR#609 - Translations update (Galician and Spanish)" msgstr "" -#: ../source/changelog.md:194 +#: ../source/changelog.md:216 msgid "PR#612 - Translations update (Bulgarian and Czech)" msgstr "" -#: ../source/changelog.md:199 +#: ../source/changelog.md:221 msgid "Bulgarian: 100%" msgstr "" -#: ../source/changelog.md:200 ../source/changelog.md:271 -#: ../source/changelog.md:317 +#: ../source/changelog.md:222 ../source/changelog.md:293 +#: ../source/changelog.md:339 msgid "Czech: 73%" msgstr "" -#: ../source/changelog.md:208 ../source/changelog.md:247 +#: ../source/changelog.md:230 ../source/changelog.md:269 msgid "Polish: 91%" msgstr "" -#: ../source/changelog.md:209 ../source/changelog.md:248 -#: ../source/changelog.md:280 ../source/changelog.md:326 +#: ../source/changelog.md:231 ../source/changelog.md:270 +#: ../source/changelog.md:302 ../source/changelog.md:348 msgid "Portuguese: 98%" msgstr "" -#: ../source/changelog.md:215 ../source/changelog.md:380 -#: ../source/changelog.md:409 ../source/changelog.md:440 -#: ../source/changelog.md:488 +#: ../source/changelog.md:237 ../source/changelog.md:402 +#: ../source/changelog.md:431 ../source/changelog.md:462 +#: ../source/changelog.md:510 msgid "@jmlich" msgstr "" -#: ../source/changelog.md:216 +#: ../source/changelog.md:238 msgid "@mara21" msgstr "" -#: ../source/changelog.md:221 +#: ../source/changelog.md:243 msgid "Version 0.8.7 (2024/08/25)" msgstr "" -#: ../source/changelog.md:225 +#: ../source/changelog.md:247 msgid "#604 - New sport: Swimrun" msgstr "" -#: ../source/changelog.md:229 +#: ../source/changelog.md:251 msgid "PR#598 - CLI - fix limit for user data export cleanup" msgstr "" -#: ../source/changelog.md:233 +#: ../source/changelog.md:255 msgid "PR#600 - Translations update (Galician)" msgstr "" -#: ../source/changelog.md:234 +#: ../source/changelog.md:256 msgid "PR#603 - Translations update (Basque)" msgstr "" -#: ../source/changelog.md:243 ../source/changelog.md:520 -#: ../source/changelog.md:739 ../source/changelog.md:1062 +#: ../source/changelog.md:265 ../source/changelog.md:542 +#: ../source/changelog.md:761 ../source/changelog.md:1084 msgid "Galician: 99%" msgstr "" -#: ../source/changelog.md:244 ../source/changelog.md:322 +#: ../source/changelog.md:266 ../source/changelog.md:344 msgid "German: 98%" msgstr "" -#: ../source/changelog.md:249 ../source/changelog.md:744 +#: ../source/changelog.md:271 ../source/changelog.md:766 msgid "Spanish: 99%" msgstr "" -#: ../source/changelog.md:259 +#: ../source/changelog.md:281 msgid "Version 0.8.6 (2024/08/03)" msgstr "" -#: ../source/changelog.md:263 +#: ../source/changelog.md:285 msgid "PR#590 - Translations update (Italian)" msgstr "" -#: ../source/changelog.md:264 +#: ../source/changelog.md:286 msgid "PR#591 - Translations update (Galician)" msgstr "" -#: ../source/changelog.md:265 +#: ../source/changelog.md:287 msgid "PR#592 - Translations update (German, Dutch)" msgstr "" -#: ../source/changelog.md:266 +#: ../source/changelog.md:288 msgid "PR#593 - Translations update (German)" msgstr "" -#: ../source/changelog.md:267 +#: ../source/changelog.md:289 msgid "fb10602 - update and fix translations" msgstr "" -#: ../source/changelog.md:270 ../source/changelog.md:316 +#: ../source/changelog.md:292 ../source/changelog.md:338 msgid "Basque: 98%" msgstr "" -#: ../source/changelog.md:272 ../source/changelog.md:554 -#: ../source/changelog.md:660 ../source/changelog.md:775 -#: ../source/changelog.md:816 ../source/changelog.md:858 -#: ../source/changelog.md:1006 +#: ../source/changelog.md:294 ../source/changelog.md:576 +#: ../source/changelog.md:682 ../source/changelog.md:797 +#: ../source/changelog.md:838 ../source/changelog.md:880 +#: ../source/changelog.md:1028 msgid "Dutch: 100%" msgstr "" -#: ../source/changelog.md:276 ../source/changelog.md:740 -#: ../source/changelog.md:1031 ../source/changelog.md:1063 +#: ../source/changelog.md:298 ../source/changelog.md:762 +#: ../source/changelog.md:1053 ../source/changelog.md:1085 msgid "German: 99%" msgstr "" -#: ../source/changelog.md:279 ../source/changelog.md:325 +#: ../source/changelog.md:301 ../source/changelog.md:347 msgid "Polish: 92%" msgstr "" -#: ../source/changelog.md:285 +#: ../source/changelog.md:307 msgid "PR#595 - CI - speed up tests" msgstr "" -#: ../source/changelog.md:289 +#: ../source/changelog.md:311 msgid "@ConfusedAlex" msgstr "" -#: ../source/changelog.md:290 +#: ../source/changelog.md:312 msgid "@lukasitaly" msgstr "" -#: ../source/changelog.md:291 +#: ../source/changelog.md:313 msgid "@simontb" msgstr "" -#: ../source/changelog.md:292 +#: ../source/changelog.md:314 msgid "@slothje" msgstr "" -#: ../source/changelog.md:296 +#: ../source/changelog.md:318 msgid "Version 0.8.5 (2024/06/29)" msgstr "" -#: ../source/changelog.md:300 +#: ../source/changelog.md:322 msgid "#566 - [Feature] Improved statistics section with average calculation" msgstr "" -#: ../source/changelog.md:301 +#: ../source/changelog.md:323 msgid "PR#575 - Add page to display sport statistics" msgstr "" -#: ../source/changelog.md:302 +#: ../source/changelog.md:324 msgid "PR#587 - Improve user forms" msgstr "" -#: ../source/changelog.md:306 +#: ../source/changelog.md:328 msgid "PR#588 - Fix click on workout chart checkbox labels" msgstr "" -#: ../source/changelog.md:310 +#: ../source/changelog.md:332 msgid "PR#564 - Translations update (Dutch)" msgstr "" -#: ../source/changelog.md:311 +#: ../source/changelog.md:333 msgid "PR#565 - Translations update (Polish)" msgstr "" -#: ../source/changelog.md:312 +#: ../source/changelog.md:334 msgid "PR#571 - Translations update (Galician, Spanish)" msgstr "" -#: ../source/changelog.md:313 +#: ../source/changelog.md:335 msgid "PR#582 - Translations update (Galician, Spanish)" msgstr "" -#: ../source/changelog.md:318 ../source/changelog.md:363 -#: ../source/changelog.md:397 ../source/changelog.md:424 -#: ../source/changelog.md:468 ../source/changelog.md:697 -#: ../source/changelog.md:1111 +#: ../source/changelog.md:340 ../source/changelog.md:385 +#: ../source/changelog.md:419 ../source/changelog.md:446 +#: ../source/changelog.md:490 ../source/changelog.md:719 +#: ../source/changelog.md:1133 msgid "Dutch: 98%" msgstr "" -#: ../source/changelog.md:323 +#: ../source/changelog.md:345 msgid "Italian: 73%" msgstr "" -#: ../source/changelog.md:331 +#: ../source/changelog.md:353 msgid "PR#583 - Simplify docker deployment" msgstr "" -#: ../source/changelog.md:337 ../source/changelog.md:487 +#: ../source/changelog.md:359 ../source/changelog.md:509 msgid "@jderuiter" msgstr "" -#: ../source/changelog.md:338 +#: ../source/changelog.md:360 msgid "@pluja" msgstr "" -#: ../source/changelog.md:344 +#: ../source/changelog.md:366 msgid "Version 0.8.4 (2024/05/22)" msgstr "" -#: ../source/changelog.md:346 +#: ../source/changelog.md:368 msgid "FitTrackee is now available in Portuguese." msgstr "**FitTrackee** is now available in Portuguese." -#: ../source/changelog.md:350 +#: ../source/changelog.md:372 msgid "f2aec30 - add password strength estimation for Czech" msgstr "" -#: ../source/changelog.md:351 +#: ../source/changelog.md:373 msgid "#563 - CLI - init language preference on user creation" msgstr "" -#: ../source/changelog.md:355 +#: ../source/changelog.md:377 msgid "#550 - Typo: par page instead of per page" msgstr "" -#: ../source/changelog.md:356 +#: ../source/changelog.md:378 msgid "PR#551 - Translations update (Czech)" msgstr "" -#: ../source/changelog.md:357 +#: ../source/changelog.md:379 msgid "PR#555 - Translations update (Czech)" msgstr "" -#: ../source/changelog.md:358 +#: ../source/changelog.md:380 msgid "#558 - [translations request] Portuguese" msgstr "" -#: ../source/changelog.md:362 +#: ../source/changelog.md:384 msgid "Czech: 74%" msgstr "" -#: ../source/changelog.md:368 ../source/changelog.md:402 -#: ../source/changelog.md:429 ../source/changelog.md:473 +#: ../source/changelog.md:390 ../source/changelog.md:424 +#: ../source/changelog.md:451 ../source/changelog.md:495 msgid "Italian: 74%" msgstr "" -#: ../source/changelog.md:369 ../source/changelog.md:403 -#: ../source/changelog.md:430 ../source/changelog.md:474 -#: ../source/changelog.md:523 +#: ../source/changelog.md:391 ../source/changelog.md:425 +#: ../source/changelog.md:452 ../source/changelog.md:496 +#: ../source/changelog.md:545 msgid "Norwegian Bokmål: 53%" msgstr "" -#: ../source/changelog.md:370 ../source/changelog.md:404 -#: ../source/changelog.md:431 ../source/changelog.md:475 +#: ../source/changelog.md:392 ../source/changelog.md:426 +#: ../source/changelog.md:453 ../source/changelog.md:497 msgid "Polish: 88%" msgstr "" -#: ../source/changelog.md:371 +#: ../source/changelog.md:393 msgid "Portuguese: 100%" msgstr "" -#: ../source/changelog.md:376 +#: ../source/changelog.md:398 msgid "PR#556 - API - minor refacto" msgstr "" -#: ../source/changelog.md:377 +#: ../source/changelog.md:399 msgid "PR#557 - API - prepare SQLAlchemy migration" msgstr "" -#: ../source/changelog.md:381 +#: ../source/changelog.md:403 msgid "@voodoopt" msgstr "" -#: ../source/changelog.md:384 +#: ../source/changelog.md:406 msgid "Version 0.8.3 (2024/05/09)" msgstr "" -#: ../source/changelog.md:388 +#: ../source/changelog.md:410 msgid "#546 - workout data are not refreshed after displaying segment" msgstr "" -#: ../source/changelog.md:392 +#: ../source/changelog.md:414 msgid "PR#545 - Translations update (Basque, Czech)" msgstr "" -#: ../source/changelog.md:396 ../source/changelog.md:423 +#: ../source/changelog.md:418 ../source/changelog.md:445 msgid "Czech: 25%" msgstr "" -#: ../source/changelog.md:410 +#: ../source/changelog.md:432 msgid "@urtzai" msgstr "" -#: ../source/changelog.md:413 +#: ../source/changelog.md:435 msgid "Version 0.8.2 (2024/05/08)" msgstr "" -#: ../source/changelog.md:417 +#: ../source/changelog.md:439 msgid "PR#540 - Translations update (German)" msgstr "" -#: ../source/changelog.md:418 +#: ../source/changelog.md:440 msgid "PR#542 - Translations update (Czech)" msgstr "" -#: ../source/changelog.md:419 +#: ../source/changelog.md:441 msgid "PR#544 - Translations update (German, Czech)" msgstr "" -#: ../source/changelog.md:422 ../source/changelog.md:466 +#: ../source/changelog.md:444 ../source/changelog.md:488 msgid "Basque: 88%" msgstr "" -#: ../source/changelog.md:436 +#: ../source/changelog.md:458 msgid "PR#543 - tools - replace black, flake8 and isort with ruff" msgstr "" -#: ../source/changelog.md:441 +#: ../source/changelog.md:463 msgid "@OndrejZivny" msgstr "" -#: ../source/changelog.md:445 +#: ../source/changelog.md:467 msgid "Version 0.8.1 (2024/05/01)" msgstr "" -#: ../source/changelog.md:449 +#: ../source/changelog.md:471 msgid "PR#527 - improve Sports endpoints response time" msgstr "" -#: ../source/changelog.md:453 +#: ../source/changelog.md:475 msgid "PR#531 - Minor navigation fixes on mobile" msgstr "" -#: ../source/changelog.md:454 +#: ../source/changelog.md:476 msgid "PR#532 - Fix footer color on dark mode" msgstr "" -#: ../source/changelog.md:455 +#: ../source/changelog.md:477 msgid "PR#536 - Accessibility fixes" msgstr "" -#: ../source/changelog.md:459 +#: ../source/changelog.md:481 msgid "PR#526 - Translations update (Dutch, Galician, Norwegian Bokmål)" msgstr "" -#: ../source/changelog.md:460 +#: ../source/changelog.md:482 msgid "PR#533 - Translations update (Czech)" msgstr "" -#: ../source/changelog.md:461 +#: ../source/changelog.md:483 msgid "#534 - [translations request] Czech" msgstr "" -#: ../source/changelog.md:462 +#: ../source/changelog.md:484 msgid "PR#537 - Translations update (Spanish)" msgstr "" -#: ../source/changelog.md:463 +#: ../source/changelog.md:485 msgid "PR#538 - Translations update (Galician)" msgstr "" -#: ../source/changelog.md:467 +#: ../source/changelog.md:489 msgid "Czech: 15%" msgstr "" -#: ../source/changelog.md:472 +#: ../source/changelog.md:494 msgid "German: 88%" msgstr "" -#: ../source/changelog.md:480 +#: ../source/changelog.md:502 msgid "PR#528 - README reworked" msgstr "" -#: ../source/changelog.md:481 +#: ../source/changelog.md:503 msgid "PR#530 - specify AGPLv3 license" msgstr "" -#: ../source/changelog.md:485 ../source/changelog.md:786 -#: ../source/changelog.md:1127 +#: ../source/changelog.md:507 ../source/changelog.md:808 +#: ../source/changelog.md:1149 msgid "@comradekingu" msgstr "" -#: ../source/changelog.md:492 +#: ../source/changelog.md:514 msgid "Version 0.8.0 (2024/04/21)" msgstr "" -#: ../source/changelog.md:494 +#: ../source/changelog.md:516 msgid "" "FitTrackee now lets you associate equipment with workouts and filter " "workouts on notes." msgstr "" -#: ../source/changelog.md:498 +#: ../source/changelog.md:520 msgid "#259 - Feature request: \"Equipment\" that can be associated with workouts" msgstr "" -#: ../source/changelog.md:499 +#: ../source/changelog.md:521 msgid "#512 - Add ability to filter on notes in Workouts List" msgstr "" -#: ../source/changelog.md:503 +#: ../source/changelog.md:525 msgid "#508 - Stopped speed threshold unit is missing on sports list" msgstr "" -#: ../source/changelog.md:504 +#: ../source/changelog.md:526 msgid "3b6fa25 - fix workouts table display on small resolutions" msgstr "" -#: ../source/changelog.md:505 +#: ../source/changelog.md:527 msgid "51758b4 - fix on filters hiding on small resolutions" msgstr "" -#: ../source/changelog.md:509 +#: ../source/changelog.md:531 msgid "PR#507 Translations update (Galician)" msgstr "" -#: ../source/changelog.md:510 +#: ../source/changelog.md:532 msgid "PR#510 Translations update (Spanish)" msgstr "" -#: ../source/changelog.md:511 +#: ../source/changelog.md:533 msgid "PR#511 Translations update (Galician)" msgstr "" -#: ../source/changelog.md:512 +#: ../source/changelog.md:534 msgid "PR#521 Translations update (Spanish)" msgstr "" -#: ../source/changelog.md:513 +#: ../source/changelog.md:535 msgid "PR#524 Translations update (Spanish)" msgstr "" -#: ../source/changelog.md:516 +#: ../source/changelog.md:538 msgid "Basque: 89%" msgstr "" -#: ../source/changelog.md:517 +#: ../source/changelog.md:539 msgid "Dutch: 89%" msgstr "" -#: ../source/changelog.md:521 +#: ../source/changelog.md:543 msgid "German: 89%" msgstr "" -#: ../source/changelog.md:522 +#: ../source/changelog.md:544 msgid "Italian: 75%" msgstr "" -#: ../source/changelog.md:524 +#: ../source/changelog.md:546 msgid "Polish: 89%" msgstr "" -#: ../source/changelog.md:529 +#: ../source/changelog.md:551 msgid "#502 - Remove deprecated commands" msgstr "" -#: ../source/changelog.md:530 +#: ../source/changelog.md:552 msgid "PR#506 - CLI - update database commands" msgstr "" -#: ../source/changelog.md:534 ../source/changelog.md:1075 -#: ../source/changelog.md:1128 ../source/changelog.md:1214 +#: ../source/changelog.md:556 ../source/changelog.md:1097 +#: ../source/changelog.md:1150 ../source/changelog.md:1236 msgid "@jat255" msgstr "" -#: ../source/changelog.md:541 +#: ../source/changelog.md:563 msgid "Version 0.7.32 (2024/03/10)" msgstr "" -#: ../source/changelog.md:545 +#: ../source/changelog.md:567 msgid "#504 - Database migrations fail" msgstr "" -#: ../source/changelog.md:549 +#: ../source/changelog.md:571 msgid "#496 Translations update (Dutch)" msgstr "" -#: ../source/changelog.md:550 +#: ../source/changelog.md:572 msgid "#499 Translations update (Polish)" msgstr "" -#: ../source/changelog.md:559 ../source/changelog.md:589 -#: ../source/changelog.md:627 ../source/changelog.md:665 -#: ../source/changelog.md:702 +#: ../source/changelog.md:581 ../source/changelog.md:611 +#: ../source/changelog.md:649 ../source/changelog.md:687 +#: ../source/changelog.md:724 msgid "Italian: 84%" msgstr "" -#: ../source/changelog.md:560 ../source/changelog.md:590 -#: ../source/changelog.md:628 ../source/changelog.md:666 -#: ../source/changelog.md:703 +#: ../source/changelog.md:582 ../source/changelog.md:612 +#: ../source/changelog.md:650 ../source/changelog.md:688 +#: ../source/changelog.md:725 msgid "Norwegian Bokmål: 60%" msgstr "" -#: ../source/changelog.md:566 ../source/changelog.md:869 -#: ../source/changelog.md:1072 ../source/changelog.md:1126 -#: ../source/changelog.md:1181 ../source/changelog.md:1213 +#: ../source/changelog.md:588 ../source/changelog.md:891 +#: ../source/changelog.md:1094 ../source/changelog.md:1148 +#: ../source/changelog.md:1203 ../source/changelog.md:1235 msgid "@bjornclauw" msgstr "" -#: ../source/changelog.md:570 +#: ../source/changelog.md:592 msgid "Version 0.7.31 (2024/02/10)" msgstr "" -#: ../source/changelog.md:572 +#: ../source/changelog.md:594 msgid "Basque is now available in FitTrackee interface." msgstr "" -#: ../source/changelog.md:576 +#: ../source/changelog.md:598 msgid "PR#495 - fix menu display when clicking on application name" msgstr "" -#: ../source/changelog.md:580 +#: ../source/changelog.md:602 msgid "#490 [Translation Request] EU - Basque" msgstr "" -#: ../source/changelog.md:596 +#: ../source/changelog.md:618 msgid "PR#494 - Update install-python command" msgstr "" -#: ../source/changelog.md:603 +#: ../source/changelog.md:625 msgid "Version 0.7.30 (2024/02/04)" msgstr "" -#: ../source/changelog.md:607 +#: ../source/changelog.md:629 msgid "b748459 - Update alert message colors on dark mode" msgstr "" -#: ../source/changelog.md:611 +#: ../source/changelog.md:633 msgid "PR#481 - Handle keyboard navigation on dropdowns" msgstr "" -#: ../source/changelog.md:612 +#: ../source/changelog.md:634 msgid "3821e37 - Make calendar arrows accessible to keyboard navigation" msgstr "" -#: ../source/changelog.md:613 +#: ../source/changelog.md:635 msgid "PR#488 - CLI - fix user creation when user already exists with same email" msgstr "" -#: ../source/changelog.md:614 +#: ../source/changelog.md:636 msgid "PR#489 - Handle keyboard navigation on calendar" msgstr "" -#: ../source/changelog.md:618 +#: ../source/changelog.md:640 msgid "PR#482 - Translations update (Galician and Spanish)" msgstr "" -#: ../source/changelog.md:619 +#: ../source/changelog.md:641 msgid "PR#484 - Translations update (German)" msgstr "" -#: ../source/changelog.md:634 +#: ../source/changelog.md:656 msgid "aff4d68 - CI - update actions version" msgstr "" -#: ../source/changelog.md:643 +#: ../source/changelog.md:665 msgid "Version 0.7.29 (2024/01/06)" msgstr "" -#: ../source/changelog.md:647 +#: ../source/changelog.md:669 msgid "8aa4cff - Update loader color on dark theme" msgstr "" -#: ../source/changelog.md:648 +#: ../source/changelog.md:670 msgid "#478 - Make application name clickable to access dashboard" msgstr "" -#: ../source/changelog.md:652 +#: ../source/changelog.md:674 msgid "PR#479 - Minor fixes on UI" msgstr "" -#: ../source/changelog.md:656 +#: ../source/changelog.md:678 msgid "PR#476 - Translations update (Polish)" msgstr "" -#: ../source/changelog.md:657 +#: ../source/changelog.md:679 msgid "PR#477 - Translations update (Dutch)" msgstr "" -#: ../source/changelog.md:672 +#: ../source/changelog.md:694 msgid "PR#475 - Build - use poetry-core instead of poetry" msgstr "" -#: ../source/changelog.md:676 +#: ../source/changelog.md:698 msgid "@traxys" msgstr "" -#: ../source/changelog.md:678 +#: ../source/changelog.md:700 msgid "Koen" msgstr "" -#: ../source/changelog.md:681 +#: ../source/changelog.md:703 msgid "Version 0.7.28 (2023/12/23)" msgstr "" -#: ../source/changelog.md:685 +#: ../source/changelog.md:707 msgid "PR#474 - Improve links display" msgstr "" -#: ../source/changelog.md:689 +#: ../source/changelog.md:711 msgid "6e215aa - fix background color on dark theme when modal is displayed" msgstr "" -#: ../source/changelog.md:693 +#: ../source/changelog.md:715 msgid "PR#473 - Translations update (Galician, Spanish and German)" msgstr "" -#: ../source/changelog.md:713 +#: ../source/changelog.md:735 msgid "Version 0.7.27 (2023/12/20)" msgstr "" -#: ../source/changelog.md:717 +#: ../source/changelog.md:739 msgid "#113 - add a dark mode" msgstr "" -#: ../source/changelog.md:718 +#: ../source/changelog.md:740 msgid "PR#464 - Update user preferences display" msgstr "" -#: ../source/changelog.md:719 +#: ../source/changelog.md:741 msgid "PR#471 - add new sport: \"Cycling (Trekking)\"" msgstr "" -#: ../source/changelog.md:723 +#: ../source/changelog.md:745 msgid "PR#469 - change UI display only on login ou user preferences update" msgstr "" -#: ../source/changelog.md:724 +#: ../source/changelog.md:746 msgid "PR#472 - fix redirection when resetting password" msgstr "" -#: ../source/changelog.md:728 +#: ../source/changelog.md:750 msgid "PR#468 - Translations update (Galician & Spanish)" msgstr "" -#: ../source/changelog.md:732 +#: ../source/changelog.md:754 msgid "#456 - Drop PostgreSQL 11 support" msgstr "" -#: ../source/changelog.md:741 ../source/changelog.md:780 -#: ../source/changelog.md:821 ../source/changelog.md:863 -#: ../source/changelog.md:912 ../source/changelog.md:964 +#: ../source/changelog.md:763 ../source/changelog.md:802 +#: ../source/changelog.md:843 ../source/changelog.md:885 +#: ../source/changelog.md:934 ../source/changelog.md:986 msgid "Italian: 85%" msgstr "" -#: ../source/changelog.md:742 ../source/changelog.md:781 +#: ../source/changelog.md:764 ../source/changelog.md:803 msgid "Norwegian Bokmål: 61%" msgstr "" -#: ../source/changelog.md:747 +#: ../source/changelog.md:769 msgid "@DavidHenryThoreau" msgstr "" -#: ../source/changelog.md:754 +#: ../source/changelog.md:776 msgid "Version 0.7.26 (2023/11/19)" msgstr "" -#: ../source/changelog.md:758 +#: ../source/changelog.md:780 msgid "#224 - Missing elevation results in incorrect ascent/descent total" msgstr "" -#: ../source/changelog.md:763 +#: ../source/changelog.md:785 msgid "PR#444 - Translations update (Norwegian Bokmål)" msgstr "" -#: ../source/changelog.md:768 +#: ../source/changelog.md:790 msgid "In addition to dependencies update:" msgstr "" -#: ../source/changelog.md:770 +#: ../source/changelog.md:792 msgid "PR#449 - Update vue, tooling and chart library" msgstr "" -#: ../source/changelog.md:771 +#: ../source/changelog.md:793 msgid "PR#450 - Update gpxpy to 1.6.1" msgstr "" -#: ../source/changelog.md:789 +#: ../source/changelog.md:811 msgid "Version 0.7.25 (2023/10/08)" msgstr "" -#: ../source/changelog.md:793 +#: ../source/changelog.md:815 msgid "#441 - Errors after upgrade to 0.7.24" msgstr "" -#: ../source/changelog.md:796 +#: ../source/changelog.md:818 msgid "Version 0.7.24 (2023/10/04)" msgstr "" -#: ../source/changelog.md:800 +#: ../source/changelog.md:822 msgid "PR#433 - Handle encoded password in EMAIL_URL" msgstr "" -#: ../source/changelog.md:804 +#: ../source/changelog.md:826 msgid "PR#427 - fix typos and translations + refacto" msgstr "" -#: ../source/changelog.md:805 +#: ../source/changelog.md:827 msgid "PR#431 - Translations update (Galician)" msgstr "" -#: ../source/changelog.md:809 +#: ../source/changelog.md:831 msgid "PR#428 - CI - Add PostgreSQL 16" msgstr "" -#: ../source/changelog.md:810 +#: ../source/changelog.md:832 msgid "2bcff2e - API - update Flask to 3.0+" msgstr "" -#: ../source/changelog.md:811 +#: ../source/changelog.md:833 msgid "PR#436 - CI - Add Python 3.12" msgstr "" -#: ../source/changelog.md:812 +#: ../source/changelog.md:834 msgid "PR#438 - CI - update workflows" msgstr "" -#: ../source/changelog.md:822 ../source/changelog.md:864 -#: ../source/changelog.md:913 ../source/changelog.md:965 -#: ../source/changelog.md:1117 +#: ../source/changelog.md:844 ../source/changelog.md:886 +#: ../source/changelog.md:935 ../source/changelog.md:987 +#: ../source/changelog.md:1139 msgid "Norwegian Bokmål: 35%" msgstr "" -#: ../source/changelog.md:830 +#: ../source/changelog.md:852 msgid "Version 0.7.23 (2023/09/14)" msgstr "" -#: ../source/changelog.md:834 +#: ../source/changelog.md:856 msgid "PR#421 - remove darksky from available weather providers in .env" msgstr "" -#: ../source/changelog.md:835 +#: ../source/changelog.md:857 msgid "PR#426 - Update default tile server (thanks to @astridx)" msgstr "" -#: ../source/changelog.md:839 +#: ../source/changelog.md:861 msgid "PR#422 - CI - fix e2e tests with packaged version" msgstr "" -#: ../source/changelog.md:842 +#: ../source/changelog.md:864 msgid "Version 0.7.22 (2023/08/23)" msgstr "" -#: ../source/changelog.md:846 +#: ../source/changelog.md:868 msgid "PR#411 - Fix various typos" msgstr "" -#: ../source/changelog.md:847 +#: ../source/changelog.md:869 msgid "PR#416 - fix modal navigation and closing" msgstr "" -#: ../source/changelog.md:852 +#: ../source/changelog.md:874 msgid "PR#410 - Translations update (German)" msgstr "" -#: ../source/changelog.md:853 +#: ../source/changelog.md:875 msgid "PR#415 - Translations update (Polish)" msgstr "" -#: ../source/changelog.md:854 +#: ../source/changelog.md:876 msgid "PR#417 - Translations update (Polish)" msgstr "" -#: ../source/changelog.md:855 +#: ../source/changelog.md:877 msgid "PR#418 - Translations update (Dutch)" msgstr "" -#: ../source/changelog.md:871 ../source/changelog.md:920 +#: ../source/changelog.md:893 ../source/changelog.md:942 msgid "Mariusz" msgstr "" -#: ../source/changelog.md:874 +#: ../source/changelog.md:896 msgid "Version 0.7.21 (2023/07/30)" msgstr "" -#: ../source/changelog.md:878 +#: ../source/changelog.md:900 msgid "#407 - Workout display error when speeds are zero" msgstr "" -#: ../source/changelog.md:883 +#: ../source/changelog.md:905 msgid "PR#409 - CI - update actions version" msgstr "" -#: ../source/changelog.md:886 +#: ../source/changelog.md:908 msgid "Version 0.7.20 (2023/07/22)" msgstr "" -#: ../source/changelog.md:890 +#: ../source/changelog.md:912 msgid "#400 - Add new sport: open water swimming" msgstr "" -#: ../source/changelog.md:895 +#: ../source/changelog.md:917 msgid "PR#398 - Fix language dropdown label" msgstr "" -#: ../source/changelog.md:896 +#: ../source/changelog.md:918 msgid "#402 - handle gpx file without elevation" msgstr "" -#: ../source/changelog.md:901 +#: ../source/changelog.md:923 msgid "PR#399 - Translations update (Galician)" msgstr "" -#: ../source/changelog.md:902 +#: ../source/changelog.md:924 msgid "PR#401 - Translations update (Galician and Polish)" msgstr "" -#: ../source/changelog.md:903 +#: ../source/changelog.md:925 msgid "PR#406 - Translations update (Galician and Spanish)" msgstr "" -#: ../source/changelog.md:907 ../source/changelog.md:959 +#: ../source/changelog.md:929 ../source/changelog.md:981 msgid "Dutch: 97%" msgstr "" -#: ../source/changelog.md:911 ../source/changelog.md:963 +#: ../source/changelog.md:933 ../source/changelog.md:985 msgid "German: 97%" msgstr "" -#: ../source/changelog.md:914 +#: ../source/changelog.md:936 msgid "Polish: 56%" msgstr "" -#: ../source/changelog.md:925 +#: ../source/changelog.md:947 msgid "Version 0.7.19 (2023/07/15)" msgstr "" -#: ../source/changelog.md:929 +#: ../source/changelog.md:951 msgid "PR#380 - Update documentation link" msgstr "" -#: ../source/changelog.md:930 +#: ../source/changelog.md:952 msgid "#390 - Improve UI" msgstr "" -#: ../source/changelog.md:931 +#: ../source/changelog.md:953 msgid "#391 - Add new sport: paragliding" msgstr "" -#: ../source/changelog.md:936 +#: ../source/changelog.md:958 msgid "#384 - Inconsistent page with between workout with and without GPS data" msgstr "" -#: ../source/changelog.md:937 +#: ../source/changelog.md:959 msgid "#393 - PIL.Image module has no attribute ANTIALIAS" msgstr "" -#: ../source/changelog.md:942 +#: ../source/changelog.md:964 msgid "PR#394 - Translations update (Galician)" msgstr "" -#: ../source/changelog.md:943 +#: ../source/changelog.md:965 msgid "PR#397 - Translations update (Spanish)" msgstr "" -#: ../source/changelog.md:946 ../source/changelog.md:993 -#: ../source/changelog.md:1315 +#: ../source/changelog.md:968 ../source/changelog.md:1015 +#: ../source/changelog.md:1337 msgid "Documentation" msgstr "" -#: ../source/changelog.md:948 +#: ../source/changelog.md:970 msgid "PR#386 - Minor fix in CONTRIBUTING.md" msgstr "" -#: ../source/changelog.md:949 +#: ../source/changelog.md:971 msgid "PR#388 - Minor typo in CONTRIBUTING.md" msgstr "" -#: ../source/changelog.md:954 +#: ../source/changelog.md:976 msgid "#395 - CI - test a packaged version of FitTrackee" msgstr "" -#: ../source/changelog.md:955 +#: ../source/changelog.md:977 msgid "cc3fe1c CI - update python and postgresql default versions" msgstr "" -#: ../source/changelog.md:962 +#: ../source/changelog.md:984 msgid "Galician: 98%" msgstr "" -#: ../source/changelog.md:966 +#: ../source/changelog.md:988 msgid "Polish: 42%" msgstr "" -#: ../source/changelog.md:970 +#: ../source/changelog.md:992 msgid "@dkm" msgstr "" -#: ../source/changelog.md:977 +#: ../source/changelog.md:999 msgid "Version 0.7.18 (2023/06/25)" msgstr "" -#: ../source/changelog.md:979 +#: ../source/changelog.md:1001 msgid "" "Polish is available in FitTrackee interface (partially translated).
    Documentation is now translated in French (note: documentation " "translations are not yet available on Weblate)." msgstr "" -#: ../source/changelog.md:982 +#: ../source/changelog.md:1004 msgid "" "Important: Python 3.7 is no longer supported, the minimum version is now " "Python 3.8.1." msgstr "" -#: ../source/changelog.md:986 +#: ../source/changelog.md:1008 msgid "#351 - [Translation Request] Polish" msgstr "" -#: ../source/changelog.md:987 +#: ../source/changelog.md:1009 msgid "PR#370 - Translations update (Dutch, thanks to @bjornclauw)" msgstr "" -#: ../source/changelog.md:988 +#: ../source/changelog.md:1010 msgid "PR#371 - Translations update (Polish, thanks to Mariusz on Weblate)" msgstr "" -#: ../source/changelog.md:989 +#: ../source/changelog.md:1011 msgid "PR#375 - Translations update (French, thanks to @Thovi98)" msgstr "" -#: ../source/changelog.md:990 +#: ../source/changelog.md:1012 msgid "PR#376 - Translations update (German, thanks to @qwerty287)" msgstr "" -#: ../source/changelog.md:995 +#: ../source/changelog.md:1017 msgid "1375986 - Change documentation theme for Furo" msgstr "" -#: ../source/changelog.md:996 +#: ../source/changelog.md:1018 msgid "#377 - Init documentation translation" msgstr "" -#: ../source/changelog.md:1001 +#: ../source/changelog.md:1023 msgid "#354 - Drop support for Python 3.7" msgstr "" -#: ../source/changelog.md:1002 +#: ../source/changelog.md:1024 msgid "PR#374 - Docker - install fittrackee in a virtualenv" msgstr "" -#: ../source/changelog.md:1011 ../source/changelog.md:1032 -#: ../source/changelog.md:1064 ../source/changelog.md:1116 +#: ../source/changelog.md:1033 ../source/changelog.md:1054 +#: ../source/changelog.md:1086 ../source/changelog.md:1138 msgid "Italian: 87%" msgstr "" -#: ../source/changelog.md:1012 ../source/changelog.md:1033 -#: ../source/changelog.md:1065 +#: ../source/changelog.md:1034 ../source/changelog.md:1055 +#: ../source/changelog.md:1087 msgid "Norwegian Bokmål: 36%" msgstr "" -#: ../source/changelog.md:1013 +#: ../source/changelog.md:1035 msgid "Polish: 43%" msgstr "" -#: ../source/changelog.md:1016 +#: ../source/changelog.md:1038 msgid "Thanks to all contributors." msgstr "" -#: ../source/changelog.md:1019 +#: ../source/changelog.md:1041 msgid "Version 0.7.17 (2023/06/03)" msgstr "" -#: ../source/changelog.md:1023 +#: ../source/changelog.md:1045 msgid "" "PR#366, PR#369 - Translations update from Hosted Weblate (Galician, " "thanks to @xmgz)" msgstr "" -#: ../source/changelog.md:1024 +#: ../source/changelog.md:1046 msgid "PR#367 - Translations update (Spanish, French)" msgstr "" -#: ../source/changelog.md:1034 ../source/changelog.md:1066 +#: ../source/changelog.md:1056 ../source/changelog.md:1088 msgid "Polish: 3%" msgstr "" -#: ../source/changelog.md:1038 +#: ../source/changelog.md:1060 msgid "Version 0.7.16 (2023/05/29)" msgstr "" -#: ../source/changelog.md:1042 +#: ../source/changelog.md:1064 msgid "PR#358 - Add user preference for filtering of GPX speed data" msgstr "" -#: ../source/changelog.md:1047 +#: ../source/changelog.md:1069 msgid "#359 - Footer overlaps content on user preferences page" msgstr "" -#: ../source/changelog.md:1052 +#: ../source/changelog.md:1074 msgid "PR#350 - Translations update from Hosted Weblate (Galician)" msgstr "" -#: ../source/changelog.md:1053 +#: ../source/changelog.md:1075 msgid "PR#352 - Translations update from Hosted Weblate (Dutch)" msgstr "" -#: ../source/changelog.md:1054 +#: ../source/changelog.md:1076 msgid "PR#356 - Init Polish translation files" msgstr "" -#: ../source/changelog.md:1055 +#: ../source/changelog.md:1077 msgid "PR#357 - Translations update from Hosted Weblate (Polish)" msgstr "" -#: ../source/changelog.md:1056 +#: ../source/changelog.md:1078 msgid "PR#365 - Translations update from Hosted Weblate (Spanish)" msgstr "" -#: ../source/changelog.md:1069 +#: ../source/changelog.md:1091 msgid "Note: Polish is not yet available in FitTrackee interface." msgstr "" -#: ../source/changelog.md:1074 +#: ../source/changelog.md:1096 msgid "@gnu-ewm" msgstr "" -#: ../source/changelog.md:1081 +#: ../source/changelog.md:1103 msgid "Version 0.7.15 (2023/04/12)" msgstr "" -#: ../source/changelog.md:1083 +#: ../source/changelog.md:1105 msgid "" "Among enhancements and fixes, FitTrackee is now available in Galician, " "Spanish and partially in Norwegian Bokmål (see translation status below)." msgstr "" -#: ../source/changelog.md:1085 +#: ../source/changelog.md:1107 msgid "" "Note: DarkSky API support is removed, since the service shut down on " "March 31, 2023." msgstr "" -#: ../source/changelog.md:1090 +#: ../source/changelog.md:1112 msgid "#319 - Add cli to create users" msgstr "" -#: ../source/changelog.md:1091 +#: ../source/changelog.md:1113 msgid "#329 - Make \"start elevation axis at zero\" sticky" msgstr "" -#: ../source/changelog.md:1092 +#: ../source/changelog.md:1114 msgid "#333 - Feature request: filter workouts by title" msgstr "" -#: ../source/changelog.md:1093 +#: ../source/changelog.md:1115 msgid "#338 - Display relevant error message when