Commit Graph

124 Commits

Author SHA1 Message Date
Sam
3be787de7f API & Client - add a user preference for dark mode 2023-12-16 21:18:09 +01:00
Sam
23ef5fbb55 API - FlaskSQLAlchemy update rollback 2023-10-04 15:26:07 +02:00
Sam
7e65eb8334 API - update to latest version of Flask-SQLAlchemy
(and to SQLAlchemy 2.x)
2023-10-02 18:57:58 +02:00
luzpaz
1a937edd11 Fix various typos 2023-08-09 08:29:36 +02:00
Sam
86d3e5756c Docs - update and fix 2023-06-24 08:48:19 +02:00
Sam
4491b8f8de Docs - add 'fr' translation + fixes 2023-06-18 20:45:43 +02:00
Sam
1375986837 Docs - change sphinx theme (switch to "furo") 2023-06-18 15:02:21 +02:00
Sam
cbe8dee1e2 bump to version 0.7.16 2023-05-29 14:35:09 +02:00
Joshua Taillon
8637ecb203 fix linting issues 2023-05-21 11:29:56 -06:00
Joshua Taillon
a98057c936 Add pref for use_raw_gpx_speed; still need to do tests and client UI bits 2023-05-14 22:40:03 -06:00
Sam
3481e9be9c bump to version 0.7.15 2023-04-12 17:32:13 +02:00
Sam
ecdb28ad2b CLI - add users create command 2023-04-12 09:57:45 +02:00
Sam
b04bcd0447 API - refacto auth route to user user manager service 2023-04-12 09:00:22 +02:00
Sam
01ae44c68b CLI - init user creation command 2023-04-12 09:00:22 +02:00
Joshua Taillon
1bd1beb694 fix linting issues 2023-03-14 22:54:20 -06:00
Joshua Taillon
34272814c1 implement user preference for elevation plots starting at zero;
add docker make command to downgrade db;
add (google-powered) translations for the new labels
2023-03-13 22:51:05 -06:00
Sam
d57133f839 bump to version 0.7.13 2023-03-05 14:26:55 +01:00
Sam
65a8ae0ae7 API & Client - rename data export endpoints 2023-03-05 10:30:26 +01:00
Sam
f902313127 Docs - add new features 2023-03-04 17:49:38 +01:00
Sam
fbb539d584 API & Client - minor fixes
- update privacy paragraphs order
- update en & fr translations
- add spinner when generating archive download link
- fix users command logger
2023-03-04 17:08:49 +01:00
Sam
fe00b868ee API - add commands to export and delete archives 2023-03-04 15:57:41 +01:00
Sam
576b3fd66c API - check if workouts directory exist before exporting gpx file
+ remove json files
2023-03-04 11:24:52 +01:00
Sam
06d4a53fbb API - send an email when data export is successful 2023-03-04 10:49:47 +01:00
Sam
073c677b92 API - add endpoint to download export archive 2023-03-01 21:00:58 +01:00
Sam
90c85f921c API - add export task when data export is requested 2023-03-01 16:30:57 +01:00
Sam
e4fc8849be API - add enpoints to request user data export and get export status 2023-03-01 12:39:35 +01:00
Sam
8d8bb2efb9 API - store export request in database 2023-03-01 12:16:32 +01:00
Sam
948424045f API - init user data export 2023-03-01 12:10:21 +01:00
Sam
8a3f9a5d59 API - add route to accept privacy policy 2023-02-26 18:21:15 +01:00
Sam
1c1d2a77b7 API - it returns if user accepted to last privacy policy 2023-02-26 17:44:33 +01:00
Sam
4e3d2f98cf API - init privacy policy 2023-02-25 14:06:49 +01:00
Sam
6c9fa65558 update python dependencies 2022-11-26 12:55:01 +01:00
Sam
42d373edb8 bump version to 0.7.3 2022-11-01 19:58:12 +01:00
Sam
3777ac0a11 API - update migration (date_format as non-nullable & add default value) 2022-11-01 07:12:54 +01:00
Joshua Taillon
d36a1f0ac0 fix some tests 2022-10-31 18:27:03 +01:00
Joshua Taillon
b2509ff1c6 Add ability to customize format used to display dates throughout the application 2022-10-31 18:27:03 +01:00
Sam
7ea74d51e7 Docs - update api endpoints documentation 2022-10-26 20:27:12 +02:00
Sam
b86a1b93f9 API - fix order by for PGSQL15 support and update tests 2022-10-26 18:05:22 +02:00
Sam
4f88dcc8bc API - init api rate limits w/ flask-limiter 2022-09-17 19:36:07 +02:00
Sam
9b377c08e4 CLI - add command to clean blacklisted tokens 2022-09-15 13:15:07 +02:00
Sam
aad02cd93c API - blacklist jwt on user logout 2022-09-14 15:15:07 +02:00
Sam
98a3e3fec1 API - add tests on JWT generation 2022-08-03 20:38:26 +02:00
Sam
2274b762a8 Merge branch 'dev' into oauth2 2022-07-27 16:29:57 +02:00
Sam
5fcc3e9a44 API & Docs - init OAuth 2.0 documentation 2022-07-27 15:55:50 +02:00
Sam
c8d24a2e4c bump version to 0.6.11 2022-07-27 11:10:35 +02:00
Sam
5a53123a85 update documentation 2022-07-23 18:19:40 +02:00
Sam
7d9f4d0600 Merge branch 'dev' into elevation 2022-07-23 17:55:33 +02:00
Sam
6705a94b3d update documentation 2022-07-23 17:24:31 +02:00
Sam
06b7af126a API - add preferences for ascent record display 2022-07-23 08:09:45 +02:00
Sam
ee67b74d06 API - fix total ascent when user has workous without gpx 2022-07-19 16:33:05 +02:00