Commit Graph

639 Commits

Author SHA1 Message Date
Sam
26c8d47c51 Client - minor fix and changes 2021-11-14 17:52:39 +01:00
Sam
1bacfa499f Client - update dist files 2021-11-14 15:21:45 +01:00
Sam
197d30b2e2 Client - add distance units in user preferences 2021-11-13 20:04:47 +01:00
Sam
bb2c149caa API - add preference for imperial units conversion 2021-11-13 19:46:16 +01:00
Sam
89d7a9f752 Client - fix sport preferences display 2021-11-13 15:25:12 +01:00
Sam
ed0b3863be Client - fix redirection after deleting user account in admin 2021-11-13 15:09:51 +01:00
Sam
1e86a91e25 API - delete user preferences on user account deletion 2021-11-13 14:30:26 +01:00
Sam
50094d1fda Client - display only active sports in application in user preferences
+ fixes
2021-11-13 12:12:26 +01:00
Sam
6117678ba1 Client - minor change 2021-11-12 19:03:58 +01:00
Sam
a6566c133c Client - use user sports colors in charts 2021-11-12 18:55:48 +01:00
Sam
7c49fd31ad Client - add user sports preferences
+ minor refactor
2021-11-12 18:55:48 +01:00
Sam
7afdd04d7d API - use threshold from preferences if exists when processing gpx file 2021-11-12 12:34:00 +01:00
Sam
c05aba92a9 API - get sports with authenticated user preferences 2021-11-12 12:33:25 +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
7682ccc6aa
Merge pull request #98 from Fmstrat/stopped_fix
Added stopped_speed_threshold to support slow movement
2021-11-11 16:07:51 +01:00
Sam
a867c6cc37 Client - update translations 2021-11-11 11:54:13 +01:00
Sam
6fe42f7f8c Client - display chart with axis starting at min elevation - fix #91 2021-11-11 10:39:35 +01:00
Sam
adb4fc8016 Client - localize calendar header 2021-11-11 10:11:00 +01:00
Sam
07576ba08a Client - minor changes and fix 2021-11-11 09:41:23 +01:00
Sam
eef66cb735 API & Client - fix workouts filters on distance when value is a float 2021-11-11 08:57:14 +01:00
Sam
7a7cd509ed Client - update input style on validation error 2021-11-11 08:29:12 +01:00
Sam
c2b2bdcabd Client - change order on dashboard for small resolutions 2021-11-11 08:01:04 +01:00
Sam
1bede62d80 Client - use <script setup> in components 2021-11-10 21:24:33 +01:00
Sam
857c0ecd2d Client - update favicon 2021-11-10 13:39:07 +01:00
Sam
7ba4e66e8e Client - add dropdown to select timezone in user preferences 2021-11-10 12:03:54 +01:00
Sam
9d304a2f1e Client - update dropdown style 2021-11-07 11:26:32 +01:00
Sam
a22dec457b Client - add button to clear workouts filters 2021-11-07 11:17:21 +01:00
Sam
d3b8ec7c89 Client - update stats chart style 2021-11-07 10:20:23 +01:00
Sam
7cb5404588 Client - fix links displayed when resetting password 2021-11-06 22:33:33 +01:00
Sam
2b1b465c55 API - fix workouts sort on moving duration 2021-11-06 22:32:25 +01:00
Sam
c7024e6692 update js dependencies 2021-11-06 21:27:32 +01:00
Sam
a7b752fa3b Client - update footer 2021-11-06 19:25:00 +01:00
Sam
bc81c94988 Client - add links to register/login below login/register form 2021-11-06 18:24:53 +01:00
Sam
4765064042 Client - minor style update on workout card 2021-11-06 18:08:35 +01:00
Sam
6b44e78896 Client - [PR84/93] update dist files 2021-11-03 20:43:04 +01:00
Sam
1e397bbfc2 update documentation 2021-11-03 18:32:27 +01:00
Sam
6fac8fdf81 Client - update info style on picture update 2021-11-03 18:30:48 +01:00
Sam
7b44b92dd3 Client - hide workout title on small resolutions 2021-11-03 18:30:48 +01:00
Sam
a950806282 Client - fix workout without gpx update 2021-11-03 18:30:48 +01:00
Sam
8ebc3acdc2 Client - update modal buttons on error 2021-11-03 18:30:48 +01:00
Sam
f97c7ae4d0 Client - refactoring (rename auth user store) 2021-11-03 18:30:48 +01:00
Sam
3a1245a2e0 API - handle user username and email case on login/register 2021-11-03 18:30:48 +01:00
Sam
c683401daa API & Client - fix missiing translation on api error 2021-11-03 18:30:48 +01:00
Sam
fece99921b Client - redirect after login if redirection exists 2021-11-03 18:30:48 +01:00
Sam
987503ca96 Client - empty user data when token is not valid 2021-11-03 18:30:48 +01:00
Sam
3b7c5d76ce Client - typo fix + style update 2021-11-03 18:30:48 +01:00
Sam
d4efb061a3 Client - dowload workout static map only when hover workout 2021-11-03 18:30:48 +01:00
Sam
73a0b53dd7 API - get workouts ordered by distance, duration or average speed 2021-11-03 18:30:47 +01:00
Sam
8b74138447 Client - minor refactoring 2021-11-03 18:30:47 +01:00
Sam
e7feb25bfa Client - display users registration date in admin timezone 2021-11-03 18:30:47 +01:00
Sam
b68dba34c1 Client - add workout title on dashboard card 2021-11-03 18:30:47 +01:00
Sam
5d0e4dd266 Client - fix title update for workout w/ gpx 2021-11-03 18:30:46 +01:00
Sam
9380034d37 API & Client - get application version from API 2021-11-03 18:30:30 +01:00
Sam
7f6f33a6aa API & Client - update API error messages to remove i18n workarounds 2021-11-03 18:30:23 +01:00
Sam
fb6491638c Client - update e2e tests (wip) and build 2021-11-03 18:30:15 +01:00
Sam
23066c52a8 Client - update language labels 2021-11-03 18:30:00 +01:00
Sam
21ba5270c1 API - update build 2021-11-03 18:28:29 +01:00
Sam
c92446ff39 API & Client - move user preferences + add picture edition 2021-11-03 18:27:47 +01:00
Sam
064ca22b85 API - return records with user data 2021-11-03 18:27:17 +01:00
Sam
68dc55f385 API - fix migration 2021-11-03 17:25:28 +01:00
Sam
fe0ebc8a9a Client - update some js dependencies and build 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
6b044a31ed API - lint fix 2021-11-03 17:25:28 +01:00
antoine
660190d368 Add elevation in stats and dashboard and update translations 2021-11-03 17:25:28 +01:00
antoine
e7708b9ece Add new sports with temporary pictures 2021-11-03 17:25:28 +01:00
Sam
81567bd11f update js dependencies
except major versions of history, i18next and recharts
2021-10-17 08:58:40 +02:00
Fmstrat
dcb660cfe5 Added stopped_speed_threshold to support slow movement 2021-10-13 21:33:25 -04:00
Sam
9254c02f1a API - minor fix + update .env templates 2021-07-17 12:33:42 +02:00
Sam
f81f4ef041 bump version to 0.4.9 2021-07-16 20:33:15 +02:00
Sam
3c4718cc27 API - allow keeping default tile server for static map - #83 2021-07-16 19:17:28 +02:00
Sam
3ead237e5c API - use same tile server as Client to generate staticmap - fix #83 2021-07-14 20:57:31 +02:00
Sam
bd7783ca96 API - mock staticmap for all tests 2021-07-14 20:55:33 +02:00
Sam
ea27078a0d Client - minor fix on notes display 2021-07-14 16:06:07 +02:00
Sam
c82ad37270 Client - fix user birthday update - fix #82 2021-07-14 15:18:27 +02:00
Sam
fdfd828677 Client - display characters limitation on textarea - fix #81 2021-07-14 15:07:03 +02:00
Sam
7cea812d8b Client - fix typo 2021-07-14 15:01:45 +02:00
Sam
70ae3863e2 API - fix notes emptying 2021-07-14 14:54:20 +02:00
Sam
66b9c77560 API - fix adding workouts notes with control characters - fix #80 2021-07-14 14:29:10 +02:00
Sam
2c37e378d8 API - test config update 2021-07-14 14:28:02 +02:00
Sam
d363950479 bump version to 0.4.8 2021-07-03 13:02:23 +02:00
Sam
d1b0ca26bf update js dependencies 2021-06-26 22:17:49 +02:00
Sam
423aaa3e64 API - fix test 2021-05-22 18:07:27 +02:00
Sam
8fcbbf010c API - fix user agent used to get map tiles 2021-05-22 17:37:44 +02:00
Sam
a43018b155 Client - update build 2021-05-22 17:27:39 +02:00
Sam
c902bdb911 API - refactor + typing errors fix 2021-05-22 17:14:24 +02:00
Sam
25bdb215cb API - fix check on app_config table 2021-05-22 17:13:48 +02:00
Sam
8f5e6afdfa bump version to 0.4.7 2021-04-07 10:00:16 +02:00
Sam
1ff8744aad Client - fix workouts order on calendar - #75 2021-04-06 15:23:20 +02:00
Sam
76c4faa87b update js dependencies 2021-04-06 14:05:10 +02:00
Sam
afb302a047 update python dependencies 2021-04-06 13:19:10 +02:00
Sam
681ebe46b9 Client - update JS dependencies 2021-03-14 10:56:20 +01:00
Sam
453d13792a bump version to 0.4.6 2021-02-21 20:11:26 +01:00
Sam
33bbe8c736 API - refactor tests 2021-02-20 23:20:30 +01:00
Sam
bb8491f84d API - fix error message on file uplaod + refactor - #72 2021-02-20 21:37:45 +01:00
Sam
aa1170f1c7 Client - display errors as list only if there is more than 1 message 2021-02-20 17:02:24 +01:00
Sam
fbc40385a0 API & Client - max sizes and max number of files must be greater than 0 - #71 2021-02-20 16:59:40 +01:00
Sam
c4e579dd25 API & Client - archive max size must be greater than files size - #70 2021-02-20 16:13:24 +01:00
Sam
d8acee0c82 bump version to 0.4.5 2021-02-17 17:29:51 +01:00
Sam
16ea2adfd9 API - use config from database for max workouts limit - fix #66 2021-02-17 16:59:54 +01:00
Sam
d4d09a8f3d Client - update JS dependencies 2021-02-17 14:28:46 +01:00
Sam
549bcea4e8 Client - get workouts in descending order for calendar 2021-02-17 08:45:42 +01:00
Sam
6a59af982c API - add missing tests 2021-02-17 08:43:39 +01:00
Sam
d27385b24d API - fix max workouts per page in order to display up to 100 workouts 2021-02-17 08:37:32 +01:00
Sam
54653ebe67 bump version to 0.4.4 2021-01-31 19:19:47 +01:00
Sam
09eed490f9 Client - update JS dependencies
except recharts
2021-01-31 18:55:55 +01:00
Sam
5164bb4883 API - update python dependencies 2021-01-31 18:40:20 +01:00
Sam
cd9caa6623 API - fix readable duration - fix #62
+ add some tests on user utils
2021-01-31 10:39:15 +01:00
Sam
b385ccacbc API - refactor tests fixtures 2021-01-30 11:56:51 +01:00
Sam
85e9ce8a77 API - add missing tests on production config 2021-01-20 18:09:46 +01:00
Sam
d3ce0ad1e5 API - refactor imports 2021-01-20 16:47:00 +01:00
Sam
fdeaf54aa9 API - refactor exceptions 2021-01-20 16:32:00 +01:00
Sam
d0475eec9f API - refactor user decorators 2021-01-20 16:24:24 +01:00
Sam
e90937e01e bump version to 0.4.3 2021-01-10 14:41:04 +01:00
Sam
a793bdc9c5 Client - update js dependencies 2021-01-10 14:35:25 +01:00
Sam
766423409c Client - display message on image upload error - fix #59 2021-01-10 12:15:54 +01:00
Sam
5c04db6c08 Client - replace 'Activity' with 'Workout' - fix #58 2021-01-10 11:39:51 +01:00
Sam
3a80e01cc2 API - replace 'Activity' with 'Workout' - #58 2021-01-10 11:32:11 +01:00
Sam
cf38808111 bump version to 0.4.2 2021-01-03 09:40:46 +01:00
Sam
634d06b05a API - add typing 2021-01-02 19:28:07 +01:00
Sam
4705393a08 API - refactor api responses 2021-01-01 16:39:29 +01:00
Sam
21e79c8883 update CHANGELOG.md
+ bump version to 0.4.1
2020-12-31 11:48:33 +01:00
Sam
2819d55b0e Client - fix map bounds display since MapContainer props are immutable
(linked to react-leaflet update to v3.0+)
2020-12-31 11:18:41 +01:00
Sam
480bdd330e API - return activity shorter id - #57 2020-12-30 22:08:10 +01:00
Sam
3c6bc54c79 Client - handle activity 'uuid' instead of 'id' - fix #57 2020-12-30 19:58:42 +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
6f627ef6c9 Tests - minor refactor 2020-12-30 12:09:34 +01:00
Sam
5eefc963ad Client - update react-leaflet to 3.0.5 2020-12-25 19:54:30 +01:00
Sam
ea847b4487 Client - update JS dependencies (wip) 2020-12-25 19:47:47 +01:00
Sam
c890ec6be1 API - update pyjwt to 2.0.0
jwt.encode() returns now tokens as string instead of a byte string
2020-12-25 19:38:33 +01:00
Sam
e7ee2d50af update documentation 2020-09-19 13:56:19 +02:00
Sam
8320ce53b3 bump version to 0.4.0 2020-09-18 08:51:00 +02:00
Sam
39cc65855a API - add log file 2020-09-18 08:50:15 +02:00
Sam
b44a2cef53 API - minor refactor 2020-09-17 16:09:11 +02:00
Sam
8c84afe793 add entry points for fittrackee package 2020-09-16 18:58:14 +02:00
Sam
a266fc330e Client - move package.json and lint config files 2020-09-16 16:00:25 +02:00
Sam
b3a0947019 API - serve favicon and images 2020-09-16 15:53:05 +02:00
Sam
af301b437e API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00