zoriya
bc13c10f1a
Fix ci
2023-09-15 17:57:03 +02:00
zoriya
a52c10fc2c
Add verified badge and page on the front
2023-09-15 17:57:03 +02:00
zoriya
02fc8175f4
Send mails on account creation
2023-09-15 17:57:03 +02:00
danis
0ba3bec5aa
Merge branch 'main' into feature/adc/#224-genre-view
2023-09-05 09:41:20 +02:00
danis
e1463d41b9
actual data from db tho needs better design care
2023-09-05 09:33:31 +02:00
zoriya
930191569f
Fix upload file issue
2023-07-26 21:00:41 +09:00
zoriya
74cd9c0df2
Remove a usless validator
2023-07-26 21:00:41 +09:00
zoriya
d2642b4fb8
Fixing gravatar
2023-07-26 21:00:41 +09:00
zoriya
ebcc48cc57
Upgrade back packages
2023-07-26 21:00:41 +09:00
zoriya
95b08935cc
Add file upload
2023-07-26 21:00:41 +09:00
zoriya
04487c9b24
Add get profile route that supports gravatar
2023-07-26 21:00:41 +09:00
danis
28716eeab2
init genreDetailsView
2023-07-05 09:26:45 +02:00
zoriya
279d16d59a
Add google things on the front
2023-06-26 22:38:59 +09:00
zoriya
04d288b844
Add google signin/signup
2023-06-26 22:38:59 +09:00
zoriya
9b51bfda0b
Add not found error handling for delete
2023-06-20 19:34:59 +09:00
zoriya
2838beae12
Remove the unsafe user api
2023-06-20 19:34:59 +09:00
zoriya
93ae411ebe
Use the new filter pipe for every resources
2023-06-20 19:34:59 +09:00
zoriya
1a5ab5d099
Remove auto-generated spec files
2023-06-20 19:34:59 +09:00
zoriya
477bff5bff
Create a filter pipe
2023-06-20 19:34:59 +09:00
zoriya
9f55a1498b
wip
2023-06-20 19:34:59 +09:00
zoriya
918c113643
Fix guest user settings
2023-05-30 11:33:43 +02:00
GitBluub
6dcda01f6f
feat: song illustrations code
2023-05-30 11:33:43 +02:00
GitBluub
5843da2d02
fix: back crash if file not found
2023-05-30 11:33:43 +02:00
GitBluub
5c7648541f
feat: artist and genre illustration
2023-05-30 11:33:43 +02:00
GitBluub
8dbb724a0f
feat: song illustration
2023-05-30 11:33:43 +02:00
Amaury
97bf7bdac8
Feature/adc/#192 barre de recherche ( #201 )
...
* context and react query add to searchView
* handle empty result + back
* #192 - New card components and history fetch + dummy suggestions fetch
* respoonsive design + filters map
* artist details view + translations + SongData mapping fix + items limitation
* history search back and front + cards + fix
* fixed useless history entries
* clean code
* clean code
* fix pr: SearchHistory new type related fixes
* simplified SearchResultComponent (useEffect removed, condition simplified to trigger different 'modes'
* search re-do onPress history cards + scoreView obj map
* clean code API.ts
* fix pr + search history behavior
* added utility function to get song suggestions with artists and fixed error types along the way
* fix in songrow the title didn't shrinked when not enough space on screen
* removed redirect callback from ArtistCard to ArtistResults
* moved the callback from genre card grid to searchresult and implemented history for songs
* SearchBar is now updating input search following stringQuery
* added scroll view to have the complete background
* Added the route props for query in Searchview
* fixed robot test
---------
Co-authored-by: Clément Le Bihan <clement.lebihan773@gmail.com >
2023-05-26 10:50:25 +02:00
zoriya
b1d2027d4b
Add informations to the history
2023-05-25 17:40:03 +09:00
zoriya
155e6f49af
Reverse history order
2023-05-25 17:40:03 +09:00
zoriya
d4f8afd61b
Fix api issue
2023-05-25 17:40:03 +09:00
zoriya
3585c259a0
Add best score in song history
2023-05-25 17:40:03 +09:00
zoriya
571b3b89e5
Add song history
2023-05-25 17:40:03 +09:00
zoriya
712c08303a
Add create date on history items
2023-05-25 17:40:03 +09:00
Arthur Jamet
c3e8fb1c45
Back: Fix Musicxml route
2023-05-04 11:47:44 +01:00
Amaury
a26efefd01
Feature/adc/#50 users settings route ( #89 )
...
* #50 - migration 20221023123919_ + route settings
* #50 - migration 20221023123919_ + route settings
* #50 - settings creation at user creation + update migration
* changed settings acces from by id to userId
* deleting the user results in deleting it's associated userSettings row
* pr fixes + robot tests + other minor fixes
* removed useless comments
* added settings endpoint to /auth/me and automated creation to /register
* clean code before merge
2023-04-12 05:32:41 +03:00
zoriya
e43a8fd111
Fix duplicated guests
2023-04-09 10:35:10 +02:00
zoriya
f788872f9b
Fix tests and cleanup api responses
2023-03-24 19:01:34 +09:00
zoriya
a9574cb75a
Make the number of party played increment
2023-03-24 19:01:34 +09:00
zoriya
f24e43a392
Add robot tests
2023-03-24 19:01:34 +09:00
zoriya
a0bf718e1d
Add guest profiles
2023-03-24 19:01:34 +09:00
Zoe Roux
f1a3f6e46a
Add song & search history ( #165 )
2023-03-01 13:29:33 +09:00
danis
4b5039cbf1
ran prettier
2023-01-28 20:52:52 +03:00
danis
91bf8c934b
#71 - clean code
2023-01-19 18:17:27 +03:00
danis
1b5d966ddc
#71 - swagger documentation completed
2023-01-19 11:06:46 +03:00
danis
d863ac41ca
improved routes + started tests
2023-01-19 00:42:23 +03:00
danis
c058a3b767
all basic routes
2023-01-17 22:53:49 +03:00
danis
f1ee140b88
Merge branch 'main' into feature/adc/#71-create-search-route
2023-01-06 01:25:18 +03:00
danis
f65d0fb096
save dev
2023-01-04 18:10:19 +03:00
danis
bdf7cad952
create route + added to swagger
2023-01-03 22:40:55 +03:00
Arthi-chaud
889d07cfe5
Front: Fix API calls with JWT Token
2022-11-13 15:48:52 +00:00
GitBluub
6975144e35
feat: genre and album populate and CRUD
2022-10-26 17:25:58 +09:00