Commit Graph

123 Commits

Author SHA1 Message Date
Sam
958c6711a3 API - update testing config 2020-05-02 10:39:43 +02:00
Sam
5aa1d77553 API & Client - display uploaded files size in admin + minor changes 2020-05-01 20:22:08 +02:00
Sam
abca323936 API - move health route 2020-05-01 18:10:34 +02:00
Sam
f249b09146 API & Client - user can delete his account - fix #17 2020-05-01 16:20:44 +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
d8147cfef5 update python dependencies 2020-04-29 14:57:20 +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
0d21904b77 update Python dependencies 2020-02-07 11:32:18 +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
5a4dd60e41 update version in pyproject.toml 2020-01-31 14:33:43 +01:00
Sam
ba99298a33 update Python dependencies 2020-01-31 14:02:51 +01:00
Sam
03b2fe4f65 update Python dependencies 2020-01-30 23:15:33 +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
ff65668945 API - update python dependencies 2020-01-28 14:48:22 +01:00
Sam
99ee0e4200 Merge branch 'master' into v0.3.0 2019-12-29 13:39:26 +01:00
Sam
ccd8e5546c API - update version in pyproject.toml 2019-12-29 13:08:57 +01:00
Sam
34433b4e63 Docs - update features 2019-12-29 12:50:32 +01:00
Sam
f1298aa7ba Merge branch 'master' into v0.2.3 2019-12-28 21:22:00 +01:00
Sam
1a75172d28 update python deps and Dockerfile 2019-12-28 21:10:51 +01:00
Sam
227d26cb9e fix api config on ci - #15 2019-11-20 12:32:33 +01:00
Sam
7ffcaad332 API & Client - refactor registration activation - #15 2019-11-13 21:46:28 +01:00
Sam
1398c7ff4a Client - add application configuration in Application Admin - #15 2019-11-13 20:16:58 +01:00
Sam
97534b698b API - minor refactor and documentation update 2019-11-13 19:14:29 +01:00
Sam
649b773ba9 API - move some app configuration parameters in database 2019-11-13 18:40:49 +01:00
Sam
6447d22d97 add https for dev server 2019-11-13 12:57:36 +01:00
Sam
3fa964a2b8 update Python dependencies 2019-11-10 14:20:52 +01:00
Sam
628f2f3e27 API - add route to get application statistics 2019-09-23 20:30:40 +02:00
Sam
0c7cefba13 API & Client - display only sports with activities on statistics 2019-09-23 20:01:16 +02:00
Sam
189a1bc35f Merge branch 'master' into admin 2019-09-23 15:32:23 +02:00
Sam
742818a405 update CHANGELOG.md and version 2019-09-23 15:05:07 +02:00
Sam
9101ba50cd fix user statistics - #41 2019-09-23 14:43:56 +02:00
Sam
8a4b114af8 API & Client - display only active sports when adding an activity 2019-09-23 14:09:32 +02:00
Sam
1f8de2eccc API & Client - sport administration & refactor - #15 2019-09-22 23:08:20 +02:00
Sam
a10128f13e rename migrations 2019-09-22 23:08:20 +02:00
Sam
ed0e467404 Client - add some error messages translation and refactor 2019-09-16 18:56:37 +02:00
Sam
f6389f1cdd API & Client - add API error messages translation 2019-09-16 18:54:09 +02:00
Sam
1f17b8fed4 API & Client: add user langage preferences in database 2019-09-16 14:19:26 +02:00
Sam
4b39c7d1a8 update Python dependencies 2019-09-08 09:51:27 +02:00
Sam
aa67e7ba20 update documentation 2019-09-01 11:40:46 +02:00
Sam
b7bc3a2107 API - fix broken test 2019-08-31 18:20:59 +02:00
Sam
b00b48e138 API - update user model to store first day of week - #23 2019-08-31 16:33:50 +02:00
Sam
67d1e424d8 [skip travis] update documentation 2019-08-31 14:55:50 +02:00
Sam
8fc71ed178 API & Client: set file size limit for upload - fix #33 2019-08-31 14:11:11 +02:00
Sam
318418bd55 API - minor change 2019-08-28 14:34:34 +02:00
Sam
7f3dfd5049 API - update Dockerfile 2019-08-28 13:35:15 +02:00
Sam
d914951c61 API - reformat python files w/ black 2019-08-28 13:33:19 +02:00