Commit Graph

  • a2ffbbdce4 Update README main riwiwa 2026-02-28 02:54:15 -08:00
  • 78712188d2 finish lastfm endpoint and fix clearing spotify now playing status riwiwa 2026-02-28 02:50:54 -08:00
  • 1af3efd7b4 only display now playing on page 1 riwiwa 2026-02-28 01:23:38 -08:00
  • a5d0860292 fix spotify scrobbling riwiwa 2026-02-28 00:46:30 -08:00
  • 659b68f11d fix spotify connection riwiwa 2026-02-28 00:13:37 -08:00
  • d2d325ba46 add now playing to history riwiwa 2026-02-27 23:49:40 -08:00
  • 9979456719 add scrobbling through listenbrainz-like endpoint and lastfm-like endpoint riwiwa 2026-02-27 23:27:02 -08:00
  • 90121b4fd1 add remaining settings and navigation pages riwiwa 2026-02-13 23:15:09 -08:00
  • 78bc1a9974 format time locally for profile history riwiwa 2026-02-13 23:13:32 -08:00
  • b3c2446add add settings page, better navigation riwiwa 2026-02-13 23:10:08 -08:00
  • 5c5b295961 improve readability of the web package riwiwa 2026-02-13 21:48:21 -08:00
  • 332460b90d redirect to profile on root, login if logged out, create account if no accounts. move pfp location riwiwa 2026-02-12 23:43:47 -08:00
  • 1478410d0c remove redundant time parsing riwiwa 2026-02-11 17:23:39 -08:00
  • fd2e2b0f8a add comments and increase readability riwiwa 2026-02-11 17:23:17 -08:00
  • 1df12b1755 update readme riwiwa 2026-02-09 19:54:02 -08:00
  • c4314456ae add spotify import progress bar riwiwa 2026-02-09 19:51:30 -08:00
  • 7fe4d02721 clean up backend spotify import functionality riwiwa 2026-02-09 18:34:49 -08:00
  • d35e7bffd3 remove db name environment variable riwiwa 2026-02-09 18:34:37 -08:00
  • a70dc4882b add database name envvar to GetDbUrl riwiwa 2026-02-09 04:52:44 -08:00
  • 8ba7ac55d6 update issue templates riwiwa 2026-02-09 04:31:24 -08:00
  • 38adb391be clean up main.go riwiwa 2026-02-09 04:15:11 -08:00
  • b9a7a972e2 remove imports folder and add binary to gitignore riwiwa 2026-02-09 03:55:48 -08:00
  • 126b77fa87 rework spotify import, add import webUI riwiwa 2026-02-09 03:53:05 -08:00
  • 4d77999edb clean and check username and passw better, handle parseForm errors riwiwa 2026-02-08 21:56:47 -08:00
  • 32ccdcd5f3 add username to lastfm import logs riwiwa 2026-02-08 21:49:55 -08:00
  • a33e724199 add CSRF protection, add cookie security riwiwa 2026-02-08 21:46:50 -08:00
  • 349c28e29c move fetchPage to own function, defer resp.Body.Close riwiwa 2026-02-08 21:40:25 -08:00
  • ad455a36e8 update readme riwiwa 2026-02-08 04:54:52 -08:00
  • c1e1243151 update go version in workflow to 1.25 riwiwa 2026-02-08 04:53:24 -08:00
  • e4425bc1e2 Merge remote-tracking branch 'refs/remotes/origin/main' riwiwa 2026-02-08 04:49:11 -08:00
  • f7f6b132dc remove patch version for github action riwiwa 2026-02-08 04:12:49 -08:00
  • ef5b3ec571 go build riwiwa 2026-02-08 04:12:09 -08:00
  • 1849aae43f add error check to rand in generateID riwiwa 2026-02-08 03:02:00 -08:00
  • 1d273248ab replace single pgx conn with pool riwiwa 2026-02-08 02:34:18 -08:00
  • 22f7f3cf46 better password validation riwiwa 2026-02-08 00:51:15 -08:00
  • 9e21d0d5c7 added http timeouts when calling lastfm api riwiwa 2026-02-08 00:24:48 -08:00
  • 77796e79a4 defer close on files after opening riwiwa 2026-02-08 00:14:40 -08:00
  • c01ecaa4a6 Update README riwiwa 2026-02-08 00:04:27 -08:00
  • eb06ddc35c added webui lastfm importing, account sessions, partial codebase cleanup riwiwa 2026-02-07 23:57:43 -08:00
  • b8150a2f34 censor password on account creation and login riwiwa 2026-02-06 18:44:06 -08:00
  • 44d3ea1204 Update README riwiwa 2026-02-05 03:27:39 -08:00
  • 813f510a9e Added userID in history table for per profile history, reworked primary key. Profile recent history table riwiwa 2026-02-05 03:16:05 -08:00
  • 0043d83330 cleaned up project structure and optimized lastfm and spotify migration riwiwa 2026-02-05 00:20:42 -08:00
  • 4fa797d36a started working on user profiles riwiwa 2026-01-29 20:20:36 -08:00
  • 91c6bea0c6 improved error handling in importsongs/importsongs.go riwiwa 2026-01-08 21:22:33 -08:00
  • ea1ac394d5 Merge branch 'main' of github.com:riwiwa/muzi merging readme change from github riwiwa 2026-01-08 19:21:05 -08:00
  • 8c3bef6a43 lastfm import accepts dynamic track amount and now allows scrobbling while importing riwiwa 2026-01-08 19:18:19 -08:00
  • a8352c5bf9 Update README.md riwiwa 2026-01-08 04:41:03 -08:00
  • 679d7f9202 early working LastFM import functionality riwiwa 2026-01-08 04:36:54 -08:00
  • 5d8a480beb removed hardcoded local ip LOL riwiwa 2025-12-20 05:54:11 -08:00
  • 4cc7649772 fixed history bug where site didn't load if url query was blank riwiwa 2025-12-20 05:49:04 -08:00
  • 4cb8b94445 Cleaned up project structure more and simplified the app installation riwiwa 2025-12-20 05:41:48 -08:00
  • ca767df960 Merge branch 'main' of github.com:riwiwa/muzi riwiwa 2025-12-20 04:36:32 -08:00
  • 9fd07b24f9 changed project structure, began web development riwiwa 2025-12-20 04:34:39 -08:00
  • 82960955c2 Update README.md riwiwa 2025-12-11 22:31:32 -08:00
  • c48be0b8c0 Added dependecies and Spotify import instructions for developers/testers riwiwa 2025-12-11 22:30:08 -08:00
  • f5d4da3527 remove c files riwiwa 2025-12-11 22:20:58 -08:00
  • d82b57cab9 remove C files go-port riwiwa 2025-12-11 22:18:56 -08:00
  • 53966bbe2f Update README.md riwiwa 2025-12-11 22:17:57 -08:00
  • 8ccd37ffde Merge pull request #1 from riwiwa/go-port riwiwa 2025-12-11 22:17:15 -08:00
  • 963c88f679 Go port now up to date with C version riwiwa 2025-12-11 22:14:06 -08:00
  • ee7973b1a5 import_spotify function ported over riwiwa 2025-11-30 02:11:34 -08:00
  • e7c76a2bd5 ported over zip extract function riwiwa 2025-11-30 01:37:10 -08:00
  • 5a664516bc README changes riwiwa 2025-11-30 01:30:45 -08:00
  • 08fd4204b3 added gitignore riwiwa 2025-11-30 01:29:30 -08:00
  • 37a14f2c13 ported over extract function riwiwa 2025-11-30 01:27:21 -08:00
  • d399ca367f spotify importing to db finished riwiwa 2025-11-22 08:20:07 -08:00
  • 4eabc62d4a cleaned up leftover debugging stuff riwiwa 2025-11-22 04:32:14 -08:00
  • e07cdbd36c fixed postgresql functions, ready to insert json data to db riwiwa 2025-11-22 04:27:52 -08:00
  • 0a0c9ce418 postgresql additions riwiwa 2025-11-21 23:35:17 -08:00
  • 0b3602b193 changed from int error codes to stdlib macros riwiwa 2025-11-18 04:19:51 -08:00
  • a7d481c408 new methods to get json file paths, error handling riwiwa 2025-11-18 04:13:07 -08:00
  • 8790faaebc Added Makefile riwiwa 2025-11-12 01:29:10 -08:00
  • d784a53e77 Create LICENSE riwiwa 2025-11-12 00:44:03 -08:00
  • b37576d7f8 Spotify zip extraction improved, extracts into different dirs depending on amount of zip files imported riwiwa 2025-10-07 15:04:50 -07:00
  • 7472fcbeb9 fixed unzipping, 1 error message for creating directory still pops up if dir exists riwiwa 2025-10-04 04:45:55 -07:00
  • 16afb87879 formatted riwiwa 2025-08-04 01:53:14 -07:00
  • 66f1fc46d6 test riwiwa 2025-08-04 00:15:17 -07:00
  • aec0eb4c7f added unzip functionality, kinda buggy tho riwiwa 2025-07-19 23:42:33 -07:00
  • e4707db254 parse and print strings from spotify json data riwiwa 2025-06-29 16:55:08 -07:00
  • 7e3e1036f8 Update README.md riwiwa 2025-06-25 02:37:54 -07:00
  • d0ea1d1cea Initial commit riwiwa 2025-06-25 02:23:15 -07:00