Luke Garceau
89a5dbda45
Merge branch 'main' into feat/google-oauth-groups-dev
...
# Conflicts:
# backend/open_webui/utils/oauth.py
# uv.lock
2025-11-27 16:53:12 -05:00
Timothy Jaeryang Baek
49d57ae82b
chore: format
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda126-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-slim-images (push) Blocked by required conditions
Python CI / Format Backend (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-11-06 16:44:33 -05:00
Timothy Jaeryang Baek
0d0a37c884
chore: format
2025-11-06 16:39:07 -05:00
Timothy Jaeryang Baek
224e4c3a61
chore: format
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda126-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-slim-images (push) Blocked by required conditions
Python CI / Format Backend (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-11-06 03:51:26 -05:00
Classic298
e4e2f8352c
Revise SECURITY.md for improved clarity
...
Updated security reporting guidelines for clarity and structure.
2025-11-06 08:43:56 +01:00
Timothy Jaeryang Baek
a70bc52c34
chore: format
2025-10-26 19:33:39 -07:00
Classic298
ab07bab140
Clarify PR guidelines for translation contributions
...
Emphasize the importance of standalone PRs for translation updates.
2025-10-18 11:11:51 +02:00
Classic298
a483d41de2
Patch 1 ( #22 )
2025-10-17 11:32:17 +02:00
Timothy Jaeryang Baek
fd0e9652a8
chore: format
2025-10-16 11:36:26 -05:00
Classic298
e41836f8bd
Update SECURITY.md
2025-10-12 17:24:38 +02:00
Classic298
0417a456c3
Update SECURITY.md
2025-10-12 17:23:23 +02:00
Classic298
3fc29b292c
chore: expand SECURITY.MD once again
2025-10-12 17:08:13 +02:00
Classic298
8ca4596918
Update SECURITY.md
2025-10-09 09:03:36 +02:00
Brice Ruth
8d6cf357aa
feat: Add Google Cloud Identity API support for OAuth group-based roles
...
Enables Google Workspace group-based role assignment by integrating with
Google Cloud Identity API to fetch user groups in real-time.
Key improvements:
- Fetches groups directly from Google API using cloud-identity.groups.readonly scope
- Enables admin role assignment based on Google group membership
- Maintains full backward compatibility with existing OAuth configurations
- Includes comprehensive test suite with proper async mocking
- Complete documentation with Google Cloud Console setup guide
Addresses limitation where Google Workspace doesn't include group membership
claims in OAuth JWT tokens, preventing group-based role assignment.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-17 09:13:31 -05:00
omahs
863f227be9
fix: typos
2025-05-05 14:14:59 +02:00
Allen Webb
76f99d193f
docs/apache.md: Add websocket proxy
...
After 0.5 websocket support is required so update the proxy instructions
to include websockets.
Issue #8074#issuecomment-2562017399
2025-01-08 10:13:00 -06:00
Yuta Hayashibe
12516c8a45
fix: Fix typos
2024-10-14 16:22:07 +09:00
Timothy Jaeryang Baek
ec99ac7121
Update SECURITY.md
2024-08-19 09:18:40 -05:00
Timothy J. Baek
7ef5aa520c
chore: format
2024-08-13 11:12:35 +01:00
Timothy J. Baek
40ecc2563a
chore: format
2024-08-07 14:51:07 +02:00
Justin Hayes
35115957d8
Update SECURITY.md
2024-08-06 15:08:37 -04:00
Justin Hayes
b193eb1d82
Update SECURITY.md
2024-08-06 14:57:07 -04:00
Bartowski
25ee5f6cb0
Update CONTRIBUTING.md
...
Update step one to be opening a discussion rather than an issue
2024-06-05 16:24:24 -04:00
Justin Hayes
0586d76b5d
Add line re: keeping PRs open
2024-06-03 16:26:30 -04:00
Ethan
4fa8d2aa5a
Fixed link/formatting
2024-05-12 01:33:49 +00:00
Jannik Streidl
dbdc602791
added simplified + traditional chinese, updates uk keys, changed standart language code format to xx-XX
2024-03-14 12:10:04 +01:00
Ased Mammad
b76eb46d86
docs: Update contributing.md
2024-03-07 13:20:00 +03:30
Ased Mammad
df8aeb39c6
docs: Add translations section to contributing.md
2024-03-05 18:17:52 +03:30
Timothy J. Baek
90bcd1644a
rename to open-webui
2024-02-16 23:30:38 -08:00
Justin Hayes
886e78d6fc
Move to docs
2024-02-15 13:28:00 -05:00
Arthur25
ee1c37f70e
Replaced old .ai TLD with new .com TLD
2024-02-14 23:17:45 +01:00
Doug Winzell
ca188b14ab
Rename SECURITY.md to docs/SECURITY.md
...
Moved Security.md to /docs Will still show up on the GH security tab.
2024-01-25 07:54:18 -08:00
Oliver Bob Reyes Lagumen
8e0552f735
Idiot-Proof level HTTPS doc for apache
2024-01-17 20:30:52 +08:00
Anuraag Jain
8cd6eaf1bc
docs: minor changes
2023-12-31 09:28:39 +02:00
Anuraag Jain
8f21de9c7c
docs: add api workflow
...
- helps in development to understand what's happening under the hood
2023-12-30 14:20:34 +02:00