Commit Graph

515 Commits

Author SHA1 Message Date
Sam
8cf86d9e25 Client - typo fix 2023-02-16 10:06:54 +01:00
Sam
895592fbb1 Client - display weather data source in About page 2022-12-28 12:03:19 +01:00
Sam
52d31a68db Merge branch 'dev' into alternate_weather_api 2022-12-28 10:25:13 +01:00
Sam
3be55ed8e7 API & Client - fix elevation conversion to imperial units 2022-12-14 18:16:00 +01:00
Sam
47ec18e0a3 Client - display elevation on card and list for workouts w/o elevation 2022-12-14 17:00:27 +01:00
Sam
0c0138b867 Client - add elevation when adding/editing a workout without gpx file 2022-12-14 16:46:37 +01:00
Sam
baf902c6f7 API & Client - add Mountaineering 2022-12-11 11:23:36 +01:00
Sam
ea179a822f Client - fix language dropdown position 2022-11-30 11:57:08 +01:00
Sam
00410933e6 Client - improve language dropdown display 2022-11-30 10:44:19 +01:00
Sam
f823869217 Client - minor style fix on select padding in user preferences 2022-11-27 10:13:04 +01:00
Sam
5e859e31c9 update js dependencies 2022-11-26 12:55:14 +01:00
Sam
546315e218 Client - refacto util functions for temperature and wind speed 2022-11-17 00:20:21 +01:00
Sam
eb57935b58 Client - move input sanitization in utils 2022-11-16 11:01:36 +01:00
Sam
13b944e26f Merge branch 'dev' into format_links_in_notes 2022-11-16 10:32:30 +01:00
Sam
3462f1a91f Client - check distance and duration before adding workout w/o gpx 2022-11-16 09:55:42 +01:00
Joshua Taillon
842ba72819 Explicitly convert m/s wind to mph in imperial units 2022-11-07 15:18:19 -07:00
Joshua Taillon
0931dfc5b1 Customize weather temperature display based on unit setting 2022-11-07 14:52:21 -07:00
Joshua Taillon
b9b32d81ef Switch to linkify-html rather than linkify-string 2022-11-05 01:25:07 -06:00
Joshua Taillon
fb10a87444 add vue-3-sanitize and linkifyjs to allow safe link formatting in notes 2022-11-05 00:53:54 -06:00
Sam
c5eff632ce Client - update date format on charts 2022-11-01 18:12:49 +01:00
Sam
9d37f32f6d Client - fix record cards style when displaying date w/ text format 2022-11-01 11:08:24 +01:00
Sam
d1c658b5bb Client - handle date string format depending on language 2022-11-01 10:43:51 +01:00
Sam
6fce510a0a Client - date formatting refactoring (WIP) 2022-11-01 08:03:47 +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
Joshua Taillon
d249e7b146 add virtual cycling as a sport type 2022-10-31 08:36:12 +01:00
Sam
6e04791b2d Client - minor fixes 2022-09-19 14:00:56 +02:00
Sam
7571bcc7ea Client - handle when input is null in custom texteara - fix #237 2022-09-18 15:38:36 +02:00
Sam
11f905cf32 Client - hide speed chart when checkbox is unchecked - fix #232 2022-09-15 17:34:05 +02:00
Sam
9a3ffbf783 Client - display copy to clipboard icon only when clipboard is available 2022-09-15 17:04:53 +02:00
Sam
9ed142e100 Client - minor fixes 2022-08-27 19:23:01 +02:00
Sam
b96a682eb8 Client - add PKCE support when authorizing an app 2022-08-03 16:40:39 +02:00
Sam
2274b762a8 Merge branch 'dev' into oauth2 2022-07-27 16:29:57 +02:00
Sam
3f64b88f60 Client - display HA record icon depending on user preferences 2022-07-27 09:04:01 +02:00
Sam
8a556ae4e0 Client - display icon in workout detail for Highest Ascent record 2022-07-27 08:55:07 +02:00
Sam
677897e2bb update js dependencies 2022-07-27 08:49:10 +02:00
Sam
15f4480920 Merge branch 'dev' into ascent_in_ft 2022-07-23 18:36:51 +02:00
Sam
eb641c4481 Client - display ascent total depending on user preferences 2022-07-23 18:06:20 +02:00
Sam
7d9f4d0600 Merge branch 'dev' into elevation 2022-07-23 17:55:33 +02:00
Sam
e3cb47f0f1 Client - update preferences edition style 2022-07-23 08:53:10 +02:00
Sam
49b4c279cf Client - display ascent record depending on user preference 2022-07-23 08:20:07 +02:00
Sam
81efdf53d5 Client - add preferences for ascent related data 2022-07-23 08:17:37 +02:00
Sam
a2159d32b8 Client - fix y-axis width due to ascent/descent values 2022-07-19 18:04:22 +02:00
Sam
8e1c470169 Client - fix units when ascent and descent are displayed on chart 2022-07-19 17:35:52 +02:00
Fmstrat
6c211e6396 Remove sports card from dashboard 2022-07-18 14:58:19 -04:00
Fmstrat
154efbc766 Merged dev branch 2022-07-18 14:34:58 -04:00
Fmstrat
8c5e3cf2e4 Swapped ascent/descent from km/mi to m/ft 2022-07-18 14:24:41 -04:00
Sam
df49f78d1f Merge branch 'dev' into oauth2 2022-07-03 19:05:38 +02:00
Sam
f9e03dd139 Client - fix record order in dashboard cards 2022-07-03 16:20:04 +02:00
Sam
0e10abb276 Client - add language in user registration payload 2022-07-03 13:35:57 +02:00
Sam
2ad8678734 Client - fix workouts list display w/ german 2022-07-02 10:16:31 +02:00
Sam
f7f5ba2e68 Client - center records on dashboard 2022-07-02 09:35:03 +02:00
Sam
a7e77733ea Client - fix record card style 2022-06-29 17:09:32 +02:00
Sam
045559cfd8 Client - minor refacto 2022-06-29 16:27:04 +02:00
Sam
0cc33faf97 Client - update lang attribute on language change - fix #201 2022-06-29 15:28:31 +02:00
Sam
e425cf4ec0 Client - add icon to copy client id & secret in clipboard 2022-06-26 13:23:48 +02:00
Sam
d64fc19c2e Merge branch 'dev' into oauth2 2022-06-25 21:23:15 +02:00
Sam
a8ed6dcdfa Client - eslint fix 2022-06-22 17:53:59 +02:00
Sam
80948a998d Client - fix workout title display on workout list - fix #191 2022-06-22 16:32:28 +02:00
Sam
c39d6b4137 Client - minor fix 2022-06-22 15:44:50 +02:00
Sam
6911024f33 Client - display 'application:write' scope only if user is admin 2022-06-19 20:32:38 +02:00
Sam
40a5fcccf3 Client - update scopes 2022-06-15 20:37:24 +02:00
Sam
969a92b8d4 Client - minor fixes 2022-06-15 15:21:22 +02:00
Sam
524a221725 Client - revoke all token for a given client 2022-06-12 18:03:26 +02:00
Sam
1f26b69cba Client - display if oauth client does not exist when authorizing 2022-06-12 16:26:51 +02:00
Sam
4be4f46c26 Client - authorize oauth client 2022-06-07 17:45:25 +02:00
Sam
78fe703494 Client - display client secret after creation 2022-06-07 09:47:53 +02:00
Sam
03db8e8cd6 Client - update getting oauth client by id 2022-06-07 08:53:52 +02:00
Sam
7b3c44e21e Client - display pagination on oauth apps list only when apps exist 2022-06-06 18:50:57 +02:00
Sam
7e45923b25 Client - add/delete an OAuth app (WIP) 2022-05-29 14:23:30 +02:00
Sam
25decef696 Client - init OAuth Applications list 2022-05-29 14:23:30 +02:00
Sam
020b1f0558 Client - fix typing 2022-05-28 20:04:05 +02:00
Sam
fab9c00726 Client - hide emails related infos when email sending is disabled 2022-04-23 19:31:45 +02:00
Sam
11b24ab8d3 Client - fix card position in small screens when adding workouts 2022-04-08 18:07:45 +02:00
Sam
d1e36e0614 Client - fix distance card refresh 2022-04-02 10:56:56 +02:00
Sam
8a85f6d1c0 Client - fix duration inputs + style fix on picture edition 2022-03-27 13:10:06 +02:00
Sam
db2390828f Client - fix picture refresh after update 2022-03-27 08:48:15 +02:00
Sam
eb02ede0d7 API & Client - order on user account status in administration
+ fixes
2022-03-26 18:28:04 +01:00
Sam
614c888ec4 Client - init "About" page and admin contact in footer
+  add missing translations
2022-03-26 17:58:21 +01:00
Sam
4a22f91bda Client - minor fixes 2022-03-26 17:58:21 +01:00
Sam
135281fe1d API & Client - complete users administration 2022-03-26 17:58:21 +01:00
Sam
612549ddea API & Client - resend account confirmation email 2022-03-26 17:58:21 +01:00
Sam
decff1cd6a Client - add account confirmation (WIP) 2022-03-26 17:58:21 +01:00
Sam
dfe50b5287 Client - fix password input 2022-03-26 17:58:20 +01:00
Sam
6371fb0622 Client - add password reset in users admin 2022-03-26 17:58:20 +01:00
Sam
ce680b0d3e Client - update users link 2022-03-26 17:58:20 +01:00
Sam
b0334c87da Client - fix user header 2022-03-26 17:58:20 +01:00
Sam
d11ce9615a Client - fix pagination 2022-03-26 17:58:20 +01:00
Sam
f241504b8f Client - filter on username in administration 2022-03-26 17:58:20 +01:00
Sam
0b1d99aa7a Client - update user typing 2022-03-26 17:58:20 +01:00
Sam
ae0b9c36b2 Client - allow user to change email 2022-03-26 17:58:20 +01:00
Sam
9507a3aba1 API - add current password check when modifying it 2022-03-26 17:58:20 +01:00
Sam
7d78bcc302 Client - update password update in user account 2022-03-26 17:58:20 +01:00
Sam
5831a70d4b Client - display conditions required for registration 2022-03-26 17:58:20 +01:00
Sam
80198f1dac Client - update style on user forms 2022-03-26 17:58:20 +01:00
Sam
29760e57f1 Client - add password strength and suggestions 2022-03-26 17:58:20 +01:00
Sam
9bb894dc03 Client - allow password display 2022-03-26 17:58:20 +01:00
Sam
d8c4106fcf API & Client - remove password confirmation 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
43d217620b Match icon to workouts 2022-03-22 14:23:33 -04:00
Fmstrat
8fa5d685cf Added total elevation to dashboard 2022-03-22 13:29:53 -04:00