216 Commits

Author SHA1 Message Date
f311994058 fixed state management bug 2024-05-12 14:10:05 -07:00
4d734ef594 added position column to playlist_songs table 2024-05-04 19:43:43 -04:00
9c2cd94955 fixed create_playlist popup 2024-04-19 11:57:11 -04:00
d7a3d4abd3 added play and shuffle non functional buttons 2024-04-19 11:36:54 -04:00
1377743aba added a delete playlist song 2024-04-19 11:04:15 -04:00
f56e13eaa9 added a playlist component and a song component 2024-04-18 19:44:12 -04:00
8d704ac6bd seperated playlist component into different files 2024-04-18 12:08:01 -04:00
c66e04643c started work on playlist ui 2024-04-17 19:50:27 -04:00
ac02fb9bd6 commit to work on laptop. 2024-04-16 14:58:45 -04:00
1e59195aff fixed warnings in palylist and sidebar 2024-04-13 16:22:52 -04:00
2c1df1da3f adding playlist to user now works. 2024-04-13 15:51:24 -04:00
5dd0710eb8 Created Playlist 2024-04-13 15:12:50 -04:00
1a9addefa4 created component to add a playlist 2024-04-13 13:50:31 -04:00
79903c779a added a logout button 2024-04-12 19:48:39 -04:00
8556aa21ff add user session check to profile icon 2024-04-12 19:10:45 -04:00
6c74220458 Merge branch '22-create-home-page-2' into 'main'
Created initial home page outline

Closes #22

See merge request libretunes/libretunes!20
2024-04-12 16:54:50 -04:00
14a8f83fe6
Removed unused leptos_dom import 2024-04-12 16:43:04 -04:00
a4fb055e84
Fix use of old icons crate 2024-04-12 16:33:33 -04:00
8e44a48b18
Merge remote-tracking branch 'origin/main' into 22-create-home-page-2 2024-04-12 16:23:28 -04:00
f23b62de98 fixed google font api 2024-04-12 13:24:30 -04:00
eeeae822a5 Merge branch '24-switch-from-actix-to-axum' into 'main'
Switch from Actix to Axum

Closes #24

See merge request libretunes/libretunes!21
2024-04-11 22:47:41 -04:00
90d645a151
Make axum-login crate optional 2024-04-11 17:54:17 -04:00
a659564c91
Run cargo update 2024-04-09 17:18:13 -04:00
d12ca57094
Merge remote-tracking branch 'origin/main' into 22-create-home-page-2 2024-04-06 15:58:49 -04:00
439dd25b94
Update ahash version 2024-04-06 15:46:47 -04:00
46502d39f6
Upgrade to wasm-bindgen 0.2.92 2024-04-06 00:03:20 -04:00
7a39e18451 Update wasm-bindgen to 0.2.92 2024-04-05 17:14:36 -04:00
5f9140c96d modified: Cargo.toml
modified:   src/components/sidebar.rs
	modified:   style/sidebar.scss
2024-04-05 16:49:09 -04:00
b3621de215
Remove duplicate icondata imports 2024-04-02 16:22:08 -04:00
f99dc250f7
Remove unnecessary server function route 2024-04-02 16:22:08 -04:00
825f1cd8df
Add check_auth and require_auth server functions 2024-04-02 16:22:04 -04:00
de4e8eb631
Add axum_login authentication layer to router 2024-04-02 01:56:43 -04:00
e7d0769066
Switch to using axum_login in authentication server functions 2024-04-02 01:56:23 -04:00
8bbb37c1e1
Implement auth backend types for axum_login 2024-04-02 01:55:53 -04:00
5d69705239
Add find_user_by_id function 2024-04-02 01:55:00 -04:00
d6eb05514e
Use UserCredentials in place of username/password parameters 2024-04-02 01:51:15 -04:00
7023e27b51
Create UserCredentials struct 2024-04-02 01:33:24 -04:00
3a34e8dada
Add axum-login crate
Latest version depends on tower-sessions 0.12.0, which breaks tower-sessions-redis-store
2024-04-02 01:26:37 -04:00
48965bc72d
Add async-trait crate 2024-04-02 01:26:37 -04:00
8c6ea8948f
Add Redis session store layer 2024-04-02 01:26:37 -04:00
64a1c45dad
Add tower-sessions-redis-store crate 2024-03-31 14:40:21 -04:00
37db254f50
Downgrade to tower-sessions 0.11 2024-03-31 14:39:29 -04:00
db0d2c6cb9
Serve files in assets/ 2024-03-31 13:08:48 -04:00
1c9dc4bbe9
Add rt-multi-thread feature to tokio 2024-03-31 12:08:35 -04:00
174b23da1d
Fix compilation errors from updating axum 2024-03-31 12:08:20 -04:00
66c66f3f4f
Upgrade to tower-http 0.5 2024-03-31 12:05:36 -04:00
d5e16c80ea
Remove actix packages
Temporarily comment out login and authentication
2024-03-31 12:04:36 -04:00
2e42cc743c
Override gloo-net version
In the git repository for gloo packages, gloo-net has been updated to use http 1.0, but this change is not published with the package yet.
2024-03-31 11:56:38 -04:00
c6e8902aa8
Update ahash version
Fixes "unknown feature stdsimd"
2024-03-31 02:24:27 -04:00
c9f4535284
Update to axum 0.7.5 2024-03-31 01:21:24 -04:00