[PR #11924] [MERGED] fix(server): album statistics endpoint #13419

Closed
opened 2026-02-05 15:14:26 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/11924
Author: @jrasm91
Created: 8/20/2024
Status: Merged
Merged: 8/20/2024
Merged by: @jrasm91

Base: mainHead: fix/album-stats-endpoint


📝 Commits (1)

  • 91a4c5c fix(server): album statistics endpoint

📊 Changes

14 files changed (+104 additions, -104 deletions)

View changed files

📝 e2e/src/api/specs/album.e2e-spec.ts (+3 -3)
📝 mobile/openapi/README.md (+2 -2)
📝 mobile/openapi/lib/api.dart (+1 -1)
📝 mobile/openapi/lib/api/albums_api.dart (+34 -34)
📝 mobile/openapi/lib/api_client.dart (+2 -2)
📝 mobile/openapi/lib/model/album_statistics_response_dto.dart (+18 -18)
📝 open-api/immich-openapi-specs.json (+22 -22)
📝 open-api/typescript-sdk/src/fetch-client.ts (+4 -4)
📝 server/src/controllers/album.controller.ts (+7 -7)
📝 server/src/dtos/album.dto.ts (+1 -1)
📝 server/src/services/album.service.spec.ts (+2 -2)
📝 server/src/services/album.service.ts (+2 -2)
📝 web/src/lib/components/shared-components/side-bar/more-information-albums.svelte (+4 -4)
📝 web/src/lib/components/shared-components/side-bar/side-bar.svelte (+2 -2)

📄 Description

  • Move /albums/count to /albums/statistics

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/11924 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 8/20/2024 **Status:** ✅ Merged **Merged:** 8/20/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `fix/album-stats-endpoint` --- ### 📝 Commits (1) - [`91a4c5c`](https://github.com/immich-app/immich/commit/91a4c5c233eae05e745c5c75430779f7dfb5d9e1) fix(server): album statistics endpoint ### 📊 Changes **14 files changed** (+104 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `e2e/src/api/specs/album.e2e-spec.ts` (+3 -3) 📝 `mobile/openapi/README.md` (+2 -2) 📝 `mobile/openapi/lib/api.dart` (+1 -1) 📝 `mobile/openapi/lib/api/albums_api.dart` (+34 -34) 📝 `mobile/openapi/lib/api_client.dart` (+2 -2) 📝 `mobile/openapi/lib/model/album_statistics_response_dto.dart` (+18 -18) 📝 `open-api/immich-openapi-specs.json` (+22 -22) 📝 `open-api/typescript-sdk/src/fetch-client.ts` (+4 -4) 📝 `server/src/controllers/album.controller.ts` (+7 -7) 📝 `server/src/dtos/album.dto.ts` (+1 -1) 📝 `server/src/services/album.service.spec.ts` (+2 -2) 📝 `server/src/services/album.service.ts` (+2 -2) 📝 `web/src/lib/components/shared-components/side-bar/more-information-albums.svelte` (+4 -4) 📝 `web/src/lib/components/shared-components/side-bar/side-bar.svelte` (+2 -2) </details> ### 📄 Description - Move `/albums/count` to `/albums/statistics` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 15:14:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#13419