diff --git a/CHANGELOG.md b/CHANGELOG.md index 8097af8..653dedc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -All notable changes to the hardened Spooty branch are documented here. +All notable changes to Jarri Spooty are documented here. This project follows a practical chronological changelog rather than autogenerated dependency noise. diff --git a/README.md b/README.md index 4379add..bbf5f8d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Spooty Hardened +# Jarri Spooty Self-hosted Spotify playlist and track downloader built with NestJS + Angular. -Spooty does not download audio from Spotify itself. +Jarri Spooty does not download audio from Spotify itself. It retrieves metadata from Spotify and locates matching audio on YouTube. This hardened branch focuses on: diff --git a/src/backend/src/shared/auth.guard.ts b/src/backend/src/shared/auth.guard.ts index 9e7f9c8..4da142f 100644 --- a/src/backend/src/shared/auth.guard.ts +++ b/src/backend/src/shared/auth.guard.ts @@ -34,7 +34,7 @@ export class AuthGuard implements CanActivate { const providedToken = this.extractToken(request); if (providedToken !== expectedToken) { - throw new UnauthorizedException('Invalid or missing Spooty auth token'); + throw new UnauthorizedException('Invalid or missing Jarri Spooty auth token'); } return true; diff --git a/src/frontend/README.md b/src/frontend/README.md index 6d9c621..e384097 100644 --- a/src/frontend/README.md +++ b/src/frontend/README.md @@ -1,4 +1,4 @@ -# SpootyFe +# Jarri Spooty Frontend This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.3. diff --git a/src/frontend/public/site.webmanifest b/src/frontend/public/site.webmanifest index 5ee6a4b..308fc80 100644 --- a/src/frontend/public/site.webmanifest +++ b/src/frontend/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "SpootyFe", - "short_name": "SpootyFe", + "name": "Jarri Spooty", + "short_name": "Spooty", "description": "Self-hosted Spotify downloader", "icons": [ { diff --git a/src/frontend/src/index.html b/src/frontend/src/index.html index 3ea4d09..091d567 100644 --- a/src/frontend/src/index.html +++ b/src/frontend/src/index.html @@ -2,7 +2,7 @@ - SpootyFe + Jarri Spooty