Phlogi
bf2f9eda29
Merge pull request #4 from Phlogi/gh-wf
...
Gh wf
2025-08-30 13:08:52 +02:00
Phlogi
91fead1f51
Merge branch 'performance-improvements' into gh-wf
2025-08-30 13:08:45 +02:00
che-pj
6922b4a5da
updates
2025-08-30 12:59:30 +02:00
che-pj
1016d333cc
ci(workflows): add pr-build workflow for dev/test container images
...
- Introduces a new GitHub Actions workflow that automatically builds and pushes multi-arch Docker images for pull requests
- Images are tagged with the PR number (e.g., dev-pr-123) for easy identification
- Uses GHCR as the container registry with proper authentication via GITHUB_TOKEN
- Implements BuildKit cache optimization for faster builds
- Supports both linux/amd64 and linux/arm64 platforms
2025-08-30 12:24:37 +02:00
che-pj
f9cf953de1
feat(api): add per-task sse throttling and batching for robust updates
2025-08-30 09:32:44 +02:00
Xoconoch
f800251de1
fix: load playlist image on frontend
2025-08-28 08:40:39 -06:00
Xoconoch
0b7c9d0da8
feat: Reimplement download artist discography per groups in artist page
2025-08-28 07:51:10 -06:00
Xoconoch
4476d39d39
fix: artist frontend rendering
2025-08-28 07:16:05 -06:00
Spotizerr
84b93f900e
Merge pull request #337 from Phlogi/fix-slow-loading-of-watchlist
...
fix(ui): improve watchlist loading with batching and skeletons
2025-08-28 06:54:49 -06:00
Spotizerr
c5e9d0cabc
Merge pull request #335 from Phlogi/add-logging-info-to-example
...
enh(config): add logging configuration to .env.example
2025-08-28 06:53:55 -06:00
Spotizerr
c81df38571
Merge pull request #334 from Phlogi/fixup-bulk-add-celery
...
(fix): bulk add links correctly to celery manager
2025-08-28 06:53:07 -06:00
che-pj
7b7e32c923
fixup after merge/rebase to dev
2025-08-27 21:39:08 +02:00
Phlogi
957928bfa0
refactor(api): replace direct celery tasks with queue manager in bulk add
2025-08-27 21:30:01 +02:00
che-pj
6c6a215e7c
set default level to info
2025-08-27 21:19:23 +02:00
Phlogi
8806e2da34
Merge branch 'dev' into fixup-bulk-add-celery
2025-08-27 21:17:47 +02:00
Xoconoch
2de323a75f
BREAKING CHANGE: migrate api to librespot internal client
4.0.0
2025-08-27 10:06:33 -06:00
che-pj
1e9271eac4
fix(ui): improve watchlist loading with batching and skeletons
2025-08-27 16:30:00 +02:00
Phlogi
af1e74294c
feat(config): add logging configuration to .env.example
...
- Add LOG_LEVEL environment variable with possible values and usage guidance
- Improve redis host documentation for docker-compose compatibility
2025-08-27 14:20:05 +02:00
Phlogi
d83e320a82
refactor(api): replace direct celery tasks with queue manager in bulk add
2025-08-27 09:43:01 +02:00
Spotizerr
443edd9c3d
Merge pull request #331 from Phlogi/logging-dot-env-and-imports
...
(fix): logging level from .env configuration
2025-08-26 19:59:06 -06:00
Spotizerr
fb355d2624
Merge pull request #332 from Phlogi/fix-regexp
...
fix(ui): improve spotify url regex to support more formats
2025-08-26 19:58:33 -06:00
Phlogi
bf3725b0e2
format
2025-08-26 21:11:11 +02:00
Phlogi
be17ff95b0
fix(ui): improve spotify url regex to support more formats
2025-08-26 21:09:38 +02:00
Phlogi
9f834a67bc
avoid double logging of celery
2025-08-26 16:59:14 +02:00
Phlogi
a6bdf966a4
chore(logging): switch SSEBroadcaster log level to debug
2025-08-26 16:56:33 +02:00
Phlogi
da982e44b8
feat(logging): load dotenv early and improve logging config
2025-08-26 16:55:00 +02:00
Xoconoch
c54a441228
feat: implement generic oauth provider
2025-08-25 08:03:59 -06:00
Xoconoch
dc4a4f506f
chore(docs): update configuration docs
2025-08-25 07:50:00 -06:00
Xoconoch
fd9cf52170
fix: consider spotify's upc padding when spo->dee
2025-08-25 07:46:51 -06:00
Xoconoch
690e6b0a18
feat(ui): Add spinner for "Downloading..." element in UI and add save icon in config page
2025-08-23 23:22:11 -06:00
Xoconoch
0661865d16
fix(ui): Queue and deezspot callbacks
2025-08-23 23:00:11 -06:00
Spotizerr
453e9cd7fd
Merge pull request #315 from Phlogi/buttons-no-dropdown
...
feat(ui): replace search type dropdown with buttons
2025-08-23 22:01:57 -06:00
Spotizerr
176db6c50c
Merge branch 'dev' into buttons-no-dropdown
2025-08-23 22:01:27 -06:00
Spotizerr
95307ce553
Merge pull request #314 from Phlogi/better-errors-on-account-creation
...
feat(ui): Improve API error message extraction and handling
2025-08-23 21:57:42 -06:00
Spotizerr
a41d6b09cc
Merge pull request #313 from gitmotion/fix/update-login-toast-description
...
fix: replace "Test" with "Welcome," for login success toast
2025-08-23 21:56:52 -06:00
Spotizerr
ab09e1ad15
Merge pull request #312 from Phlogi/bulk-add-dev
...
(feat): add bulk add mode for download and watch
2025-08-23 21:56:23 -06:00
Spotizerr
a6cde1e6d7
Merge pull request #311 from Phlogi/my-playlists-3
...
enhance global logging level
2025-08-23 21:55:31 -06:00
Phlogi
2033277c71
feat(ui): replace search type dropdown with buttons
2025-08-23 23:59:35 +02:00
Phlogi
5b44cc2af8
feat(ui): Improve API error message extraction and handling
2025-08-23 23:25:27 +02:00
gitmotion
93bb3c9e4a
fix: replace "Test" with "Welcome," for login success toast
2025-08-23 13:03:04 -07:00
Phlogi
e0746d6bdd
refactor(home): remove unused message variable
2025-08-23 21:57:53 +02:00
Phlogi
965362cddc
add download icon
2025-08-23 21:54:43 +02:00
Phlogi
4049bea29e
match the more flexible regexp allowing more URLs
2025-08-23 21:48:10 +02:00
Phlogi
2f11233ea1
feat: add bulk add mode for download and watch
2025-08-23 21:40:45 +02:00
Spotizerr
8b90c7b75b
Update README.md
2025-08-23 13:07:36 -06:00
Phlogi
63eca23ee2
Merge branch 'dev' into my-playlists-3
2025-08-23 20:59:55 +02:00
Spotizerr
09a623f98b
Update .env.example
2025-08-23 12:55:27 -06:00
Spotizerr
e5aa4f0aef
Update README.md
2025-08-23 12:53:37 -06:00
Spotizerr
499a2472e5
Merge pull request #310 from spotizerr-dev/dev
...
Dev
2025-08-23 12:52:01 -06:00
Phlogi
5482128d79
Revert "fixup: NoneType Float Issue"
...
This reverts commit 7025b273b3 .
2025-08-23 20:49:56 +02:00