• Joined on 2023-03-12
Sansan closed issue Sansan/MusicServer#19 2026-06-14 21:20:03 +02:00
Replace Tailwind CSS with pure CSS
Sansan closed issue Sansan/MusicServer#22 2026-06-14 21:20:03 +02:00
Change VersionData Changelog from string to string array
Sansan closed issue Sansan/MusicServer#16 2026-06-14 21:20:03 +02:00
Upgrade Echo framework from v4 to v5
Sansan closed issue Sansan/MusicServer#23 2026-06-14 21:20:03 +02:00
Update all dependencies to latest versions
Sansan closed issue Sansan/MusicServer#21 2026-06-14 21:20:03 +02:00
Refactor handlers into domain-specific files
Sansan closed issue Sansan/MusicServer#20 2026-06-14 21:20:03 +02:00
Change domain from sanplex.tech to sanplex.xyz
Sansan opened issue Sansan/MusicServer#29 2026-06-14 12:11:12 +02:00
[UUID Migration] Phase 3 - Prefer UUID Identifiers
Sansan opened issue Sansan/MusicServer#28 2026-06-14 12:10:50 +02:00
[UUID Migration] Phase 2 - Make UUID Required
Sansan opened issue Sansan/MusicServer#27 2026-06-14 12:10:41 +02:00
[UUID Migration] Phase 1 - Database Setup + Dual-Write
Sansan deleted branch feature/statistics-api from Sansan/MusicServer 2026-06-14 11:48:37 +02:00
Sansan pushed to develop at Sansan/MusicServer 2026-06-14 11:48:37 +02:00
dbef39b828 Merge pull request 'Feature/statistics api' (#26) from feature/statistics-api into develop
4e5bdc4ee2 Fixed some small bugs after merge
0894d65ec5 Merge branch 'develop' into feature/statistics-api
b0418b4f38 feat: Add id column to song table and prep for UUID migration
176848bb6d feat: Add deprecation notice for global Dbpool and Ctx variables
Compare 13 commits »
Sansan merged pull request Sansan/MusicServer#26 2026-06-14 11:48:36 +02:00
Feature/statistics api
Sansan created pull request Sansan/MusicServer#26 2026-06-14 11:48:12 +02:00
Feature/statistics api
Sansan deleted branch uuid-migration-step-3 from Sansan/MusicServer 2026-06-14 11:32:45 +02:00
Sansan deleted branch uuid-migration-step-2 from Sansan/MusicServer 2026-06-14 11:32:42 +02:00
Sansan pushed to feature/statistics-api at Sansan/MusicServer 2026-06-14 11:31:13 +02:00
4e5bdc4ee2 Fixed some small bugs after merge
0894d65ec5 Merge branch 'develop' into feature/statistics-api
4033899a68 Merge pull request 'Feature/session token api' (#25) from feature/session-token-api into develop
c6a07e69e7 Fixed some small bugs. Frontend is now included in the docker image
6d4a034753 Fix duplicate import in routes.go
Compare 7 commits »
Sansan deleted branch feature/session-token-api from Sansan/MusicServer 2026-06-13 11:30:10 +02:00
Sansan pushed to develop at Sansan/MusicServer 2026-06-13 11:30:10 +02:00
4033899a68 Merge pull request 'Feature/session token api' (#25) from feature/session-token-api into develop
c6a07e69e7 Fixed some small bugs. Frontend is now included in the docker image
6d4a034753 Fix duplicate import in routes.go
24a9111333 feat: Remove global db.Dbpool with dependency injection (Phase 0)
6cc014ffa3 feat: Implement Session Token System with /api/v1 base path
Compare 5 commits »
Sansan merged pull request Sansan/MusicServer#25 2026-06-13 11:30:09 +02:00
Feature/session token api
Sansan created pull request Sansan/MusicServer#25 2026-06-13 11:29:28 +02:00
Feature/session token api