|
236c75492a
|
Merge pull request 'Implement friends' (#96) from 44-implement-friends into main
Reviewed-on: LibreTunes/LibreTunes#96
|
2024-09-29 01:15:56 +00:00 |
|
|
ec76269367
|
Fix duplicate api module definition
|
2024-09-28 20:50:25 -04:00 |
|
|
c92d68dddf
|
Update leptos_use to 0.13.5
|
2024-09-28 20:50:25 -04:00 |
|
|
8fd064dffc
|
Merge remote-tracking branch 'origin/main' into 41-implement-history
|
2024-09-28 20:40:37 -04:00 |
|
|
a83fb9dea5
|
Add friendships and friend_requests database tables
|
2024-09-28 20:28:00 -04:00 |
|
|
bf89838297
|
Merge pull request '81_switch-from-gitlab-ci-cd-to-gitea-actions' (#91) from 81_switch-from-gitlab-ci-cd-to-gitea-actions into main
Reviewed-on: LibreTunes/LibreTunes#91
|
2024-09-16 02:57:38 +00:00 |
|
|
b7e5327903
|
Add Gitea Actions jobs
|
2024-09-15 21:49:53 -04:00 |
|
|
8fea5fcec7
|
Remove GitLab CI/CD file
|
2024-09-15 21:47:04 -04:00 |
|
|
266bba05aa
|
Merge pull request 'Convert Infaliable Result into Option and handle' (#90) from 89_fix-warning-with-handling-infaliable-result-in-fileserv-rs into main
Reviewed-on: LibreTunes/LibreTunes#90
|
2024-09-16 01:44:52 +00:00 |
|
|
86f9b6fbb3
|
Convert Infaliable Result into Option and handle
|
2024-09-15 21:43:59 -04:00 |
|
|
da45a503ac
|
Merge pull request 'Add Docker build steps from old docker-leptos/musl image' (#88) from 86_combine-old-docker-leptos-musl-image-build-into-dockerfile into main
Reviewed-on: LibreTunes/LibreTunes#88
|
2024-09-16 01:32:20 +00:00 |
|
|
074f866e5f
|
Add Docker build steps from old docker-leptos/musl image
|
2024-09-15 21:31:22 -04:00 |
|
|
cb0936003c
|
Merge pull request 'Change target cfg condition to target_env' (#87) from 85_fix-warnings-due-to-removal-of-target-cfg-condition into main
Reviewed-on: LibreTunes/LibreTunes#87
|
2024-09-16 00:20:10 +00:00 |
|
|
d66849c6cb
|
Change target cfg condition to target_env
|
2024-09-15 20:18:02 -04:00 |
|
|
b54ecb5b27
|
Merge pull request 'Update time to v0.3.36' (#84) from 83_update-time-crate-to-fix-type-inference-build-error into main
Reviewed-on: LibreTunes/LibreTunes#84
|
2024-09-15 00:38:43 +00:00 |
|
|
0ee61f288f
|
Update time to v0.3.36
|
2024-09-15 00:36:22 +00:00 |
|
|
8c516e3070
|
Merge pull request 'Update wasm-bindgen to 0.2.93' (#82) from 80_update-wasm-bindgen-to-0.2.93 into main
Reviewed-on: LibreTunes/LibreTunes#82
|
2024-09-15 00:30:50 +00:00 |
|
|
22f3749ee4
|
Update wasm-bindgen to 0.2.93
|
2024-09-15 00:23:43 +00:00 |
|
|
e55656c0e6
|
Add leptos_use crate
|
2024-07-30 22:29:13 -04:00 |
|
|
18cbb0017f
|
Merge remote-tracking branch 'origin/31-update-songdata-for-fetching-songs-on-frontend-for-playback' into 36-implement-likes-and-dislikes
|
2024-07-30 22:12:44 -04:00 |
|
|
53cde3bed6
|
Hide scroll buttons when at end of scroll bar
|
2024-07-30 21:47:55 -04:00 |
|
|
eab011070d
|
Don't track scroll_element in scroll button handlers
|
2024-07-30 21:46:59 -04:00 |
|
|
9d6013b8a4
|
Move dashboard tile row left spacing to margin-left
|
2024-07-30 21:35:44 -04:00 |
|
|
fa811350ae
|
Add leptos_use crate
|
2024-07-30 21:09:10 -04:00 |
|
|
7f4108e1c5
|
Add conversion from SongData to DashboardTile
|
2024-07-30 21:02:48 -04:00 |
|
|
906b5bd9dd
|
Merge remote-tracking branch 'origin/31-update-songdata-for-fetching-songs-on-frontend-for-playback' into 33-create-component-for-displaying-music-on-dashboard
|
2024-07-30 20:57:52 -04:00 |
|
|
7cb556e5ef
|
Merge branch '36-implement-likes-and-dislikes' into 'main'
Implement likes and dislikes
Closes #36
See merge request libretunes/libretunes!32
|
2024-07-30 20:55:52 -04:00 |
|
|
bab819822d
|
Remove like/dislike API calls TODO comment
|
2024-07-30 19:34:52 -04:00 |
|
|
0c54f0aeb8
|
Remove leftover dislike button logging
|
2024-07-30 19:34:15 -04:00 |
|
|
afbcc65457
|
Implement like/dislike using SongData instead of PlayStatus
|
2024-07-28 22:42:04 -04:00 |
|
|
e5a6e8f44e
|
Add like_dislike field to SongData
|
2024-07-28 22:40:52 -04:00 |
|
|
d45f102be7
|
Remove TryInto<SongData> for Song
These pre-defined conversion traits are meant to be fast, and implementing this conversion that accesses the database goes against this design.
|
2024-07-28 22:37:17 -04:00 |
|
|
74b34b1e54
|
Merge remote-tracking branch 'origin/31-update-songdata-for-fetching-songs-on-frontend-for-playback' into 36-implement-likes-and-dislikes
|
2024-07-24 17:30:05 -04:00 |
|
|
2ea3979a89
|
Merge branch '31-update-songdata-for-fetching-songs-on-frontend-for-playback' into 'main'
Resolve "Update SongData for fetching songs on frontend for playback"
Closes #31
See merge request libretunes/libretunes!31
|
2024-07-24 17:18:10 -04:00 |
|
|
21bb2d127f
|
Fix unused crate::database import
|
2024-07-23 23:37:48 -04:00 |
|
|
76631126de
|
Add Song/SongData conversions
|
2024-07-23 23:32:26 -04:00 |
|
|
f8bbe319bd
|
Update SongData for frontend use
|
2024-07-23 23:31:48 -04:00 |
|
|
ffad799f72
|
Add function to get song album object
|
2024-07-23 23:30:15 -04:00 |
|
|
c72d4aee18
|
Add Arist::display_list function
|
2024-07-23 22:57:24 -04:00 |
|
|
8a474077da
|
Merge branch '47-add-placeholder-images-for-when-no-artist-album-song-image-is-present' into 'main'
Add music placeholder image
Closes #47
See merge request libretunes/libretunes!30
|
2024-07-23 21:44:12 -04:00 |
|
|
6202b287f0
|
Fix music placeholder asset path
|
2024-07-23 20:51:12 -04:00 |
|
|
6b8c8d41e4
|
Add music placeholder image
|
2024-07-21 13:15:55 -04:00 |
|
|
4aa90cdefb
|
Add API functions for getting/adding history
|
2024-05-19 16:14:38 -04:00 |
|
|
ee70b1080e
|
Add various history functions for users
|
2024-05-19 15:44:09 -04:00 |
|
|
62def56a41
|
Add model for history entry
|
2024-05-19 15:43:58 -04:00 |
|
|
0c64865cd9
|
Add api module
|
2024-05-19 15:38:40 -04:00 |
|
|
cc11de4f3d
|
Add get_user auth function
|
2024-05-19 15:38:40 -04:00 |
|
|
81f0b9310f
|
Add DB table for song history
|
2024-05-19 12:44:47 -04:00 |
|
|
4513335784
|
Merge branch '29-implement-admin-user-permission-flag' into 'main'
Implement admin user permission flag
Closes #29
See merge request libretunes/libretunes!28
|
2024-05-19 12:43:51 -04:00 |
|
|
fa26ee40ed
|
Add auth functions for checking admin status
|
2024-05-19 12:20:50 -04:00 |
|