Alix JEUDI--LEMOINE
|
a3c7c8ac22
|
🚸 Change friend deny to delete the request instead of denied status
|
2 months ago |
Alix JEUDI--LEMOINE
|
b7cb9e85b3
|
🚑 Fix condition !!!
|
3 months ago |
Alix JEUDI--LEMOINE
|
7977460d85
|
✨ Test if user exists & if already friends before creating friend request
|
3 months ago |
Alix JEUDI--LEMOINE
|
b7a23aff9f
|
✨ Added friend relationship into the stub
|
3 months ago |
Alix JEUDI--LEMOINE
|
964264d794
|
🎨 Moved differents utils into two separated files
|
3 months ago |
Alix JEUDI--LEMOINE
|
8f657ddd66
|
🐛 Fix namespace bug
|
3 months ago |
Alix JEUDI--LEMOINE
|
44110601b2
|
🚑 Fix dependencies import
|
3 months ago |
Alix JEUDI--LEMOINE
|
adc09564f4
|
🎨 Moved routes into separated files (!!!)
|
3 months ago |
Alexis Feron
|
cd926b6487
|
✨ Add get one user route
|
3 months ago |
Alix JEUDI--LEMOINE
|
2bf2e48567
|
🐛 Fix stub script content
|
3 months ago |
Alix JEUDI--LEMOINE
|
5d54490fb0
|
🚑 ...
|
3 months ago |
Alix JEUDI--LEMOINE
|
efb32ae2cf
|
🚑 Third fix
|
3 months ago |
Alix JEUDI--LEMOINE
|
eb4cbcf564
|
🚑 New fix for Dockerfile (stub)
|
3 months ago |
Alix JEUDI--LEMOINE
|
4377ac32b4
|
🚑 Fix python command name in Dockerfile
|
3 months ago |
Alix JEUDI--LEMOINE
|
0ecfcdc608
|
✨ Add stub script & execution of it in Dockerfile
|
3 months ago |
Maxence JOUANNET
|
cb7dee9bf8
|
fix test friend
|
3 months ago |
Alexis Feron
|
18532b0091
|
Merge branch 'master' of https://codefirst.iut.uca.fr/git/SAE3A_MemoryMap/api
|
3 months ago |
Maxence JOUANNET
|
a9dd90645f
|
fix friend test
|
3 months ago |
Maxence JOUANNET
|
66cad20696
|
friend route modify
|
3 months ago |
Alexis Feron
|
8bff654ff6
|
✅ Update pin tests
|
3 months ago |
Alexis Feron
|
055dbe1c62
|
🐛 Fix pin user_id
|
3 months ago |
Alexis Feron
|
c8f28d8ea7
|
🔒️ Get pins return only personal pins
|
3 months ago |
Alexis Feron
|
d17c07632e
|
🔒️ Assign pin to a user
|
3 months ago |
Alexis Feron
|
3fef35a0ec
|
🔨 Update pin model
|
3 months ago |
Maxence JOUANNET
|
49a2a9b823
|
upgrade test api
|
3 months ago |
Maxence JOUANNET
|
2349c4c93f
|
division test file into several files + add pytest to order test
|
3 months ago |
Alexis Feron
|
076af7de46
|
🚑 Fix serializer
|
3 months ago |
Alexis Feron
|
33d1888e1e
|
✅ Update pin tests
|
3 months ago |
Alexis Feron
|
1039e46b4c
|
🏷️ Update pin model
|
3 months ago |
Alix JEUDI--LEMOINE
|
46cf62e3d6
|
🚑 Fixed broken app object
|
3 months ago |
Alix JEUDI--LEMOINE
|
16df7e2cc7
|
🔒️ Fix CORS issue
|
3 months ago |
Alix JEUDI--LEMOINE
|
e76a87e659
|
🚑 Fix friend accept
|
3 months ago |
Alix JEUDI--LEMOINE
|
e1812b7885
|
🚑 Final fix for auth
|
3 months ago |
Alix JEUDI--LEMOINE
|
bca325d033
|
🚑 Fixed auth error with expire date
|
3 months ago |
Alix JEUDI--LEMOINE
|
b50da46838
|
✨ Adding a friend now set status to pending + fixed duplication in friend serializer
|
3 months ago |
Alix JEUDI--LEMOINE
|
e553fcc881
|
🐛 Fixed multiple accept/deny of friend request
|
3 months ago |
Alix JEUDI--LEMOINE
|
f772a9b022
|
🔒 Fixed token expiration
|
3 months ago |
Alix JEUDI--LEMOINE
|
8552669e36
|
♻ Changed format of the class to match the Pydantic v3 conventions
|
4 months ago |
Alix JEUDI--LEMOINE
|
9903a78d0e
|
⬆️ Upgraded pydantic to latest version & migrated python-jose to joserfc - from authlib, a more secure lib
|
4 months ago |
Alix JEUDI--LEMOINE
|
26061d7366
|
✅ Added a battery of tests for code coverage
|
4 months ago |
Alix JEUDI--LEMOINE
|
2418f613b5
|
💥 Removed default timedelta + fixed user_id in register + comment out the logout route (maybe unuseful) + added ObjectID format try except to every route that needs an id
|
4 months ago |
Alix JEUDI--LEMOINE
|
4271ce2110
|
✨ Adding a friend serializer (for the friend get route)
|
4 months ago |
Alix JEUDI--LEMOINE
|
88879b111d
|
✨ Adding the PinDTO (for the patch route)
|
4 months ago |
Alix JEUDI--LEMOINE
|
de439ac08d
|
📝 Updated README
|
4 months ago |
Alix JEUDI--LEMOINE
|
2fffd68fda
|
🚨 Fixed code-analysis argument to use python coverage report instead of generic report
|
4 months ago |
Alix JEUDI--LEMOINE
|
84e2c499c1
|
👷 Added .coveragerc file to use relative paths in coverage.xml
|
4 months ago |
Alix JEUDI--LEMOINE
|
ad2bc7c792
|
🔧 Try to fix reading of the Cobertura file by SonarQube
|
4 months ago |
Alix JEUDI--LEMOINE
|
0c26a3d650
|
♻️ Removed bad copy-paste
|
4 months ago |
Alix JEUDI--LEMOINE
|
4100d87603
|
🚧 Changed pytest report type to XML + coverage file taken into account (test)
|
4 months ago |
Alix JEUDI--LEMOINE
|
ddd6eda64f
|
💩Add test part for later
|
4 months ago |