36 Commits

Author SHA1 Message Date
João Vitória Silva
5aab1e7e02 Add demo environment information to docs and README
Introduced details about the public demo environment, including URL, credentials, and reset schedule, to the README, and documentation index. This helps users try Endurain before installation and clarifies demo limitations.
2025-12-15 22:24:02 +00:00
João Vitória Silva
b0bc916c44 Update project links to new GitHub organization
Replaced all references to 'joaovitoriasilva/endurain' with 'endurain-project/endurain' across documentation, templates, Docker examples, and code. Updated badge URLs, Docker image paths, and author email in backend metadata to reflect the new organization. This ensures consistency and correct attribution following the repository migration.
2025-12-12 14:08:19 +00:00
João Vitória Silva
3e2c315917 Add project attribution footer to README and docs
Appended a centered footer to both README.md and docs/index.md, highlighting the project's origin and its association with the Endurain ecosystem.
2025-12-12 13:07:32 +00:00
João Vitória Silva
ce3a05f911 Update docs and roadmap for features and trademark
Updated trademark notice to reflect registered status. Revised ROADMAP.md to replace multiple security features with passkey support. Updated docs/index.md to reflect new logging features, sign-up options, SSO support, and linked to ROADMAP.md for planned features.
2025-12-08 16:02:56 +00:00
João Vitória Silva
78c8e02bc1 Merge branch 'master' into 0.16.0 2025-11-15 23:01:25 +00:00
João Vitória Silva
ec44a4473f Add Slovenian language support and bump version to 0.15.7
Introduces Slovenian (SL) as a supported language across backend and frontend, including language enum, language switchers, and i18n resources. Updates documentation to credit the contributor, and increments version numbers in backend and frontend to 0.15.7.
2025-11-14 21:45:20 +00:00
João Vitória Silva
33564acee3 Fixed typo on README and docs index 2025-11-03 16:41:53 +00:00
João Vitória Silva
3809918938 Add trademark badge to documentation index
A trademark badge linking to the TRADEMARK.md file was added to the docs index page to highlight trademark information for Endurain.
2025-10-30 12:55:08 +00:00
João Vitória Silva
247b4b93ad Merge branch 'pre-release' into backend-authlib-support 2025-10-28 16:34:26 +00:00
João Vitória Silva
5d2c783460 Add user IdP linking and MFA setup modals
Implements endpoints and frontend modals for users to link/unlink external identity providers (IdPs) to their accounts, including backend logic for secure OAuth linking and session management. Adds ModalComponentMFASetup for multi-factor authentication setup, refactors modal input components for accessibility and consistency, and updates documentation and trademark policy. Adjusts scope constants and permissions for identity provider management.
2025-10-17 16:19:57 +01:00
João Vitória Silva
73d7a1a2e4 Add Galician language support
Introduces Galician (gl) as a supported language across backend and frontend. Updates language enums, language switchers, user profile, signup, and user modal components. Also updates documentation and version numbers to 0.15.1.
2025-10-15 12:48:42 +01:00
João Vitória Silva
c5a681a2f9 Drop MariaDB support and update dependencies
Removed MariaDB support from documentation and backend code, standardizing on PostgreSQL as the only supported database. Updated backend dependencies in poetry.lock and pyproject.toml, removing mysqlclient and updating several packages. Documentation and example files were updated to reflect the database change.
2025-10-10 12:28:02 +01:00
João Vitória Silva
ed128585e3 Merge branch 'copilot/fix-274' into pre-release 2025-09-04 14:19:27 +01:00
João Vitória Silva
97eb4bc829 Update SMTP config and docs for email notifications
Changed example SMTP settings in .env.example to use ProtonMail and generic email address. Added detailed SMTP environment variable documentation to advanced-started.md. Updated index.md to mention Apprise and password reset via email.
2025-09-04 12:28:30 +01:00
João Vitória Silva
59517b5c55 Add MFA TOTP support to documentation
Updated docs to mention new MFA TOTP support. Also updated screenshot_01.png to reflect recent changes.
2025-09-02 17:02:26 +01:00
João Vitória Silva
6497982097 Add goals tracking to feature list
Updated the documentation to include 'Define and track goals' as a supported feature in Endurain.
2025-09-02 11:34:15 +01:00
João Vitória Silva
a1361a6ce6 Update docs for gear component tracking and notifications
Moved gear component tracking and notification system from planned to supported features. Updated Spanish translation credits to include @tinchodin.
2025-07-23 10:14:03 +01:00
João Vitória Silva
837764a0ca Add windsurf default gear & support .tcx/.gz files docs mention
[backend] add column windsurf_gear_id to users_default_gear
[backend] update comment on gear_type column on gear table
[docs] update docs to include .tcx and .gz
[frontend] updated translations to include .gz files on HomeView
[frontend] added windsurf default gear selection on profile settings
[README] update to include .tcx
2025-07-16 11:54:37 +01:00
Tim
2fbcbdeed7 support ski and snowboard as gear 2025-06-08 09:28:27 +02:00
João Vitória Silva
1539a7e8c0 Added Discord server link 2025-05-05 11:56:32 +01:00
João Vitória Silva
ad1ddfc194 Updated docs 2025-04-23 17:52:52 +01:00
João Vitória Silva
41c2f51474 Docs updates + issues templates 2025-04-10 11:12:52 +01:00
João Vitória Silva
852b4e7ae6 Updated docs with French translator profile 2025-02-26 10:23:41 +00:00
João Vitória Silva
74a475dd98 Updated docs gallery screenshots 2025-02-25 15:03:47 +00:00
João Vitória Silva
d42861bca3 Updated docs with French (FR) reference 2025-01-10 10:30:50 +00:00
João Vitória Silva
ab5bbbfbed Removed license page from docs
[docs] updated docs and removed license page
2024-12-28 15:28:33 +00:00
João Vitória Silva
96d3e63991 Updated docs & updated env default values
[docs] updated docs for single docker image
[docker] updated some default env variables values
[docker] updated docker compose file
2024-12-23 22:58:21 +00:00
João Vitória Silva
86b9e61bfd Update docs for v0.6.5 2024-12-20 22:14:22 +00:00
João Vitória Silva
abe33a6c1c Added German language to docs 2024-11-24 16:20:00 +00:00
João Vitória Silva
4e5cc6dea2 Fixed typo in docs 2024-11-22 22:08:50 +00:00
João Vitória Silva
ce1b7a33f5 Updated docs and README with new languages 2024-11-22 22:06:29 +00:00
João Vitória Silva
3c74041d29 Garmin Connect gear and unlink action
[frontend] added Garmin Connect unlink action
[frontend] added Garmin Connect get gear action
[backend] added Garmin Connect unlink action
[backend] added Garmin Connect get gear action
[backend] added logic to add gear automatically on Garmin Connect gear import based on gear defined on Garmin Connect
[docs] added Strava API warning
2024-11-20 22:49:36 +00:00
João Vitória Silva
d8a9bb4058 Pannable/zoomable map and updated docs
[frontend] pannable/zoomable map in activity page
[docs] added star history to index.md and added scheduler info to Strava and Garmin Connect integrations information
2024-11-19 21:35:37 +00:00
João Vitória Silva
b27a04419b Fixed typo in sponsors text 2024-11-18 22:22:28 +00:00
João Vitória Silva
c66020609f Updated docs
[frontend] added docs icon with link to documentation in footer
[backend] removed unused STRAVA_DAYS_ACTIVITIES_ONLINK env variable
[README] removed unused STRAVA_DAYS_ACTIVITIES_ONLINK env variable
[docs] updated docs
2024-11-18 22:10:04 +00:00
João Vitória Silva
2689125fd1 User height, /about route, docs start
[backend] added Alembic migration for new Garmin Connect columns
[backend] added root path of "/api/v1" in order to prepare for AIO docker image
[backend] added /about router that return JSON object with title, version and license info
[backend] fixed wrong tag and wrong function name on delete gear route
[frontend] added height to user profile page and users page
[README] updated README
[docs] started docs using GitHub pages and MKDocs hosted on docs.endurain.com
2024-11-16 22:22:55 +00:00