Commit Graph

167 Commits

Author SHA1 Message Date
Sam
a266fc330e Client - move package.json and lint config files 2020-09-16 16:00:25 +02:00
Sam
640385cdb7 remove unused files and dependencies 2020-09-16 15:04:22 +02:00
Sam
f626559e5e API & Client - use flask to serve js files 2020-09-16 13:48:45 +02:00
Sam
a5a2033918 API & Client - update map attribution to match tile server - fix #54 2020-09-16 13:01:21 +02:00
Sam
a5e40612ba API & Client - tile server for map can be changed - fix #54 2020-09-16 11:47:33 +02:00
Sam
404bf286ef update documentation 2020-07-15 15:30:41 +02:00
Sam
3be8783ee3 Client - display today cell w/ different color 2020-07-15 14:08:06 +02:00
Sam
1860cfe320 Client - add password reset - #50 2020-07-11 18:44:03 +02:00
Sam
1a689955d3 Client - update user profile 2020-07-11 18:42:46 +02:00
Sam
0c07ce172a API & Client - minor fixes 2020-05-03 11:30:40 +02:00
Sam
5d7b63f7aa API & Client - update registration activation on user register/delete
+ minor refactor on administration (fix #15)
2020-05-02 22:01:59 +02:00
Sam
e28d609013 Client - minor style change 2020-05-02 19:32:38 +02:00
Sam
b0f1d7468f Client - update style to make tables more responsive 2020-05-02 18:43:10 +02:00
Sam
1c13aca2eb API & Client - add pagination and filter on users lists 2020-05-02 18:43:10 +02:00
Sam
ea13cd8946 Client - admin refactor 2020-05-02 09:53:29 +02:00
Sam
5aa1d77553 API & Client - display uploaded files size in admin + minor changes 2020-05-01 20:22:08 +02:00
Sam
d6615795ba Client - minor style changes 2020-05-01 18:06:09 +02:00
Sam
8f48c34bed Client - admin can delete user account - #15 2020-05-01 17:02:50 +02:00
Sam
f249b09146 API & Client - user can delete his account - fix #17 2020-05-01 16:20:44 +02:00
Sam
3d01eadc71 Client - minor refactor 2020-05-01 13:48:20 +02:00
Sam
7cc1b40f26 API & Client - add/remove user admin rights - #15 2020-05-01 12:13:06 +02:00
Sam
aa29231fd9 Merge branch 'master' into v0.3.0 2020-05-01 09:51:19 +02:00
Sam
b6c445b6df update lint config (due to changes with prettier 2.0.x version) 2020-05-01 09:28:34 +02:00
Sam
e82db4dcf6 add CI env variable to avoid react-script exiting 2020-04-29 17:18:20 +02:00
Sam
a66725399e update node version 2020-04-29 15:35:50 +02:00
Sam
6270b15e11 API & Client - replace user id with username in activities, records and stats 2020-02-08 15:22:10 +01:00
Sam
9f487a4d68 API & Client - remove id in user data 2020-02-08 15:22:10 +01:00
Sam
2c3bc0f9bc API & Client : replace id with username to fetch a user 2020-02-08 15:22:10 +01:00
Sam
33ed19a7e7 API & Client : add a link to display user detail in admin - #15 2020-02-08 15:22:10 +01:00
Sam
f1257f98a4 Client - refactor user profile (wip) 2020-02-08 15:22:10 +01:00
Sam
b28ea324f9 Client - update users list - #15 2020-02-08 15:22:10 +01:00
Sam
c422678880 Client - init users list in Admin 2020-02-07 12:49:17 +01:00
Sam
828704fa23 Client - add admin translations 2020-02-07 12:49:17 +01:00
Sam
175c608920 Merge branch 'master' into v0.3.0
Conflicts:
	docs/objects.inv
	docs/searchindex.js
	fittrackee_api/poetry.lock
	fittrackee_api/pyproject.toml
	fittrackee_client/src/actions/index.js
	fittrackee_client/src/components/App.jsx
	fittrackee_client/src/utils/index.js
2020-02-07 11:12:32 +01:00
Sam
2e1ee2c7a1 Client - handle path type on interceptors 2020-01-31 15:06:48 +01:00
Sam
fab69ceabe update CHANGELOG.md 2020-01-31 14:23:31 +01:00
Sam
b862a77344 Client - add URL interceptors to simplify routes definition 2020-01-31 12:46:38 +01:00
Sam
34614d5a6c Client - add spinner on loading activities 2020-01-31 11:09:42 +01:00
Sam
4c3fc343d5 Client - empty user data on logout 2020-01-31 11:04:00 +01:00
Sam
8c711a2e83 Merge branch 'master' into v0.3.0
Conflicts:
	VERSION
	docs/.buildinfo
	docs/_static/documentation_options.js
	docs/api/activities.html
	docs/api/auth.html
	docs/api/index.html
	docs/api/records.html
	docs/api/sports.html
	docs/api/stats.html
	docs/api/users.html
	docs/changelog.html
	docs/features.html
	docs/genindex.html
	docs/http-routingtable.html
	docs/index.html
	docs/installation.html
	docs/objects.inv
	docs/search.html
	docs/searchindex.js
	docs/troubleshooting/administrator.html
	docs/troubleshooting/index.html
	docs/troubleshooting/user.html
	fittrackee_api/poetry.lock
	fittrackee_client/src/utils/index.js
	yarn.lock
2020-01-30 22:45:50 +01:00
Sam
57a977ec7e update version 2020-01-30 21:24:47 +01:00
Sam
2c7dd1d6c8 Client - minor changes 2020-01-30 20:56:39 +01:00
Sam
a413ff35ae Client - minor style change 2020-01-30 18:51:17 +01:00
Sam
3fd72acf96 display a popup to show more activities - fix #46 2020-01-28 21:03:12 +01:00
Sam
c8c1074604 hide some activities on calendar depending on screen width - #46 2020-01-28 19:34:10 +01:00
Sam
5ad074bb1f minor refactor 2020-01-28 15:47:38 +01:00
Sam
e4cb0404ce minor style fix 2020-01-28 15:17:49 +01:00
Sam
84b4966a5e update timezone drop-down background - fix #47 2020-01-13 14:54:04 +01:00
Sam
99ee0e4200 Merge branch 'master' into v0.3.0 2019-12-29 13:39:26 +01:00
Sam
432bd0c27c Client - refactor locales 2019-12-29 11:37:17 +01:00