[PR #15151] [CLOSED] Fix stats title #23735

Closed
opened 2026-04-20 04:59:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/15151
Author: @anthonyjacquelin
Created: 6/19/2025
Status: Closed

Base: mainHead: fix-stats-title


📝 Commits (10+)

📊 Changes

857 files changed (+16536 additions, -6974 deletions)

View changed files

📝 .dockerignore (+17 -13)
📝 .env.example (+3 -0)
.github/workflows/build-release.yml (+0 -72)
.github/workflows/build_and_deploy.yml (+89 -0)
.github/workflows/codespell.disabled (+0 -25)
.github/workflows/deploy-to-hf-spaces.yml (+0 -63)
.github/workflows/docker-build.yaml (+0 -477)
.github/workflows/format-backend.yaml (+0 -49)
.github/workflows/format-build-frontend.yaml (+0 -65)
.github/workflows/integration-test.disabled (+0 -255)
.github/workflows/lint-backend.disabled (+0 -27)
.github/workflows/lint-frontend.disabled (+0 -21)
📝 .github/workflows/release-pypi.yml (+6 -5)
📝 .gitignore (+11 -1)
📝 Dockerfile (+58 -49)
📝 backend/.dockerignore (+5 -6)
📝 backend/.gitignore (+1 -1)
📝 backend/open_webui/config.py (+12 -31)
📝 backend/open_webui/constants.py (+1 -0)
📝 backend/open_webui/env.py (+25 -6)

...and 80 more files

📄 Description

Fix statistiques page title


🔄 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/open-webui/open-webui/pull/15151 **Author:** [@anthonyjacquelin](https://github.com/anthonyjacquelin) **Created:** 6/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-stats-title` --- ### 📝 Commits (10+) - [`95466fe`](https://github.com/open-webui/open-webui/commit/95466fea852d16d2b7f13a09b1d1a84f9aac7bf9) feat: add albert-api to env example - [`aac3f55`](https://github.com/open-webui/open-webui/commit/aac3f55470cf8d3d10f4530b5674f8fe43577fbc) update docker compose to add albert api - [`1abc291`](https://github.com/open-webui/open-webui/commit/1abc29132f071e4db999e59eeeac98af0d5ee012) chore: add dsfr - [`efbe448`](https://github.com/open-webui/open-webui/commit/efbe448e8201edcdd9862874576752f59603e781) backend pro-connect integration - [`c60de28`](https://github.com/open-webui/open-webui/commit/c60de2816613ab831b599ab512a3c3ac2c9d1e0a) dsfr - [`b25f5c2`](https://github.com/open-webui/open-webui/commit/b25f5c224d1dcfc4ec88c88035566f314f5f573a) fixed white page on /auth - [`ab61f47`](https://github.com/open-webui/open-webui/commit/ab61f474843740b05205bffb3f97a99743bbd43b) global fetch to add requests credentials - [`ca72e03`](https://github.com/open-webui/open-webui/commit/ca72e03b6e39375bb42de17ab8fed2865bdcd7a2) init commit workflow - [`369bc2c`](https://github.com/open-webui/open-webui/commit/369bc2c3797438bac6b9345314f164e288d13503) add workflow - [`5a79379`](https://github.com/open-webui/open-webui/commit/5a79379ac1635fd5a5d3e8f512e378957c86d8b4) build and deploy on workflow branch ### 📊 Changes **857 files changed** (+16536 additions, -6974 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+17 -13) 📝 `.env.example` (+3 -0) ➖ `.github/workflows/build-release.yml` (+0 -72) ➕ `.github/workflows/build_and_deploy.yml` (+89 -0) ➖ `.github/workflows/codespell.disabled` (+0 -25) ➖ `.github/workflows/deploy-to-hf-spaces.yml` (+0 -63) ➖ `.github/workflows/docker-build.yaml` (+0 -477) ➖ `.github/workflows/format-backend.yaml` (+0 -49) ➖ `.github/workflows/format-build-frontend.yaml` (+0 -65) ➖ `.github/workflows/integration-test.disabled` (+0 -255) ➖ `.github/workflows/lint-backend.disabled` (+0 -27) ➖ `.github/workflows/lint-frontend.disabled` (+0 -21) 📝 `.github/workflows/release-pypi.yml` (+6 -5) 📝 `.gitignore` (+11 -1) 📝 `Dockerfile` (+58 -49) 📝 `backend/.dockerignore` (+5 -6) 📝 `backend/.gitignore` (+1 -1) 📝 `backend/open_webui/config.py` (+12 -31) 📝 `backend/open_webui/constants.py` (+1 -0) 📝 `backend/open_webui/env.py` (+25 -6) _...and 80 more files_ </details> ### 📄 Description Fix statistiques page title --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 04:59:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#23735