Commit Graph

44 Commits

Author SHA1 Message Date
Sam
7e65eb8334 API - update to latest version of Flask-SQLAlchemy
(and to SQLAlchemy 2.x)
2023-10-02 18:57:58 +02:00
Sam
8004e41ae3 API & Client - add Open Water Swimming 2023-07-19 11:15:32 +02:00
Marc Poulhiès
27147530ee New sport: Paragliding
WIP.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2023-07-12 21:40:24 +02:00
Sam
cbe8dee1e2 bump to version 0.7.16 2023-05-29 14:35:09 +02: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
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
073c677b92 API - add endpoint to download export archive 2023-03-01 21:00:58 +01:00
Sam
8d8bb2efb9 API - store export request in database 2023-03-01 12:16:32 +01:00
Sam
4e3d2f98cf API - init privacy policy 2023-02-25 14:06:49 +01:00
Sam
3be55ed8e7 API & Client - fix elevation conversion to imperial units 2022-12-14 18:16:00 +01:00
Sam
baf902c6f7 API & Client - add Mountaineering 2022-12-11 11:23:36 +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
b2509ff1c6 Add ability to customize format used to display dates throughout the application 2022-10-31 18:27:03 +01:00
Sam
027a21acdf API - rename migration 2022-10-31 08:36:41 +01:00
Joshua Taillon
d249e7b146 add virtual cycling as a sport type 2022-10-31 08:36:12 +01: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
841edc76c6 Merge branch 'master' into dev 2022-09-14 11:06:25 +02:00
Sam
5e0ebd6e6e API - fix record_types enum update in migration - fix #230 2022-09-13 19:02:19 +02:00
Sam
2274b762a8 Merge branch 'dev' into oauth2 2022-07-27 16:29:57 +02:00
Sam
06b7af126a API - add preferences for ascent record display 2022-07-23 08:09:45 +02:00
Sam
d66f6828e4 API - fix downgrade revision 2022-07-19 20:04:32 +02:00
Sam
e5a6ae4f18 API - fix down revision 2022-07-19 10:26:21 +02:00
Fmstrat
fc3eb2cc36 Merged with dev and fixed conflicts 2022-07-18 09:16:17 -04:00
Sam
489710c29d API - add routes to manage oauth clients 2022-05-29 14:23:30 +02:00
Sam
c6cd7ff67c API - init OAuth server and oauth clients creation 2022-05-29 14:22:51 +02:00
Sam
56bd024dde CLI - refactoring 2022-04-23 11:20:48 +02:00
Sam
49100c27e7 API - add email to contact admin in app config 2022-03-26 17:58:21 +01:00
Sam
a1f80e9745 API - init user account activation 2022-03-26 17:58:21 +01:00
Sam
d64579bfa3 API - init user email update (WIP) 2022-03-26 17:58:20 +01:00
Sam
8988a0266a API & Client - update username max length 2022-03-26 17:58:19 +01:00
Fmstrat
462a193d2e Added ascent record to Dashboard 2022-03-24 12:17:44 -04:00
Sam
bfea21bc3c API - add missing indexes on Workout table 2022-02-05 11:58:07 +01:00
Sam
0b47e42ea5 API & Client - add new sport (Snowshoes) - fix #121 2021-12-19 10:53:29 +01:00
Sam
bb2c149caa API - add preference for imperial units conversion 2021-11-13 19:46:16 +01:00
Sam
8237345edd API - remove 'img' column from sport since it's not used anymore 2021-11-12 12:26:26 +01:00
Sam
a4ad40fdc2 API - add user sport preferences 2021-11-12 12:22:07 +01:00
Sam
b6f89d7182 API - get stopped speed threshold depending on sport 2021-11-11 16:37:52 +01:00
Sam
68dc55f385 API - fix migration 2021-11-03 17:25:28 +01:00
Sam
1881165b57 API - fix new sports addition
- add data migration and fix data init for new instances
- update and fix tests
2021-11-03 17:25:28 +01:00
Sam
5164bb4883 API - update python dependencies 2021-01-31 18:40:20 +01:00
Sam
3a80e01cc2 API - replace 'Activity' with 'Workout' - #58 2021-01-10 11:32:11 +01:00
Sam
3af845f18c API - add uuid to activity and return it instead of id to client - #57 2020-12-30 19:58:42 +01:00
Sam
af301b437e API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00