Timothy Jaeryang Baek
6bc5d331a2
doc: readme
2025-09-20 12:45:10 -05:00
Timothy Jaeryang Baek
57c082c155
doc: readme
2025-08-10 02:53:40 +04:00
Dieu
f4d54c518e
feat: Add SCIM 2.0 support for enterprise user provisioning
...
Implements SCIM 2.0 protocol for automated user and group provisioning from identity providers like Okta, Azure AD, and Google Workspace.
Backend changes:
- Add SCIM configuration with PersistentConfig for database persistence
- Implement SCIM 2.0 endpoints (Users, Groups, ServiceProviderConfig)
- Add bearer token authentication for SCIM requests
- Include comprehensive test coverage for SCIM functionality
Frontend changes:
- Add SCIM admin settings page with token generation
- Implement SCIM configuration management UI
- Add save functionality and proper error handling
- Include SCIM statistics display
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-13 16:34:41 +02:00
Timothy Jaeryang Baek
5eca495d3e
refac: readme
Release / release (push) Has been cancelled
Details
Deploy to HuggingFace Spaces / check-secret (push) Has been cancelled
Details
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Details
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Details
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Details
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Details
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Details
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Details
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Details
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Details
Frontend Build / Format & Build Frontend (push) Has been cancelled
Details
Frontend Build / Frontend Unit Tests (push) Has been cancelled
Details
Release to PyPI / release (push) Has been cancelled
Details
Deploy to HuggingFace Spaces / deploy (push) Has been cancelled
Details
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
Details
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been cancelled
Details
Create and publish Docker images with specific build args / merge-cuda126-images (push) Has been cancelled
Details
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been cancelled
Details
2025-07-05 21:06:32 +04:00
Timothy Jaeryang Baek
f55579ce25
refac
2025-06-10 13:55:25 +04:00
Duncan Ogilvie
5e73fd569d
Improve local development setup
2025-06-08 15:17:08 +02:00
Timothy Jaeryang Baek
2fee89dfa6
doc: readme
2025-06-03 16:49:24 +04:00
Timothy Jaeryang Baek
59768e34f4
refac
2025-05-30 00:04:13 +04:00
Timothy Jaeryang Baek
255367934b
doc: typo
2025-05-29 13:02:12 +04:00
Timothy Jaeryang Baek
2c31f5c725
doc: readme
2025-05-29 03:41:38 +04:00
Timothy Jaeryang Baek
267889809d
chore: format
2025-05-05 16:19:05 +04:00
Timothy Jaeryang Baek
3771d27a52
refac
2025-05-05 15:50:09 +04:00
Timothy Jaeryang Baek
d16ff54895
refac
2025-05-05 15:46:55 +04:00
Timothy Jaeryang Baek
de0f52b686
doc: readme
2025-05-05 15:42:14 +04:00
Timothy Jaeryang Baek
332f8579d7
doc: readme
2025-04-19 02:55:02 -07:00
Timothy Jaeryang Baek
f0447b24ab
refac: wording
2025-04-19 01:51:40 -07:00
Timothy Jaeryang Baek
e8b11a78d1
chore: format
2025-02-17 20:18:03 -08:00
Timothy Jaeryang Baek
d5ab2c6891
refac: readme
2025-02-17 19:52:34 -08:00
Timothy Jaeryang Baek
fdaa6a9ee5
doc: readme
2025-02-17 19:51:41 -08:00
Timothy Jaeryang Baek
c657e2a1bb
doc: readme
2025-02-17 19:51:10 -08:00
Timothy Jaeryang Baek
feffdf197f
doc: readme
2025-02-06 00:38:06 -08:00
Timothy Jaeryang Baek
1972f33100
Update README.md
2025-01-10 11:07:45 -08:00
Timothy Jaeryang Baek
0c40319371
doc: readme
2025-01-05 01:36:27 -08:00
Timothy Jaeryang Baek
00a089b596
doc: readme
2024-12-31 20:37:54 -08:00
Vishwanath Martur
00e6ffe83c
Fix offline docker container startup issue
...
Related to #7207
Modify the code to allow the docker container to start in an offline environment for versions >= 0.4.0.
* **backend/open_webui/retrieval/utils.py**
- Import `OFFLINE_MODE` from `open_webui.env`.
- Set `local_files_only` to `True` when `OFFLINE_MODE` is enabled in `snapshot_kwargs`.
* **backend/open_webui/env.py**
- Add logic to set `HF_HUB_OFFLINE` environment variable to `1` when `OFFLINE_MODE` is enabled.
* **README.md**
- Document setting `HF_HUB_OFFLINE` environment variable to `1` for offline environments.
2024-12-29 11:53:09 +05:30
Timothy Jaeryang Baek
9b03b1a453
doc: readme
2024-11-20 12:24:07 -08:00
Timothy Jaeryang Baek
c3faed71ef
Merge pull request #6611 from open-webui/main
...
dev
2024-10-30 21:08:48 -07:00
Timothy J. Baek
7228b39064
Update README.md
2024-10-30 10:16:28 -07:00
Jeetesh Chellani
f7d8a6ccba
feat: enable bing support
2024-10-28 16:51:31 +02:00
Timothy J. Baek
37e0d47082
refac
2024-09-30 13:13:19 +02:00
Timothy J. Baek
e6b91036e1
refac
2024-09-30 13:12:41 +02:00
Ethan
619c81472b
Migration link updated
2024-09-26 16:27:49 -04:00
Timothy J. Baek
15bd5ebd7b
Update README.md
...
Co-Authored-By: Aam Surganda <74174455+aamsur-933@users.noreply.github.com>
2024-09-26 15:57:43 +02:00
Timothy J. Baek
bf423b8577
refac: readme
2024-09-24 18:18:32 +02:00
Rajendra Kadam
7e1923fcfe
Add searchapi as an alternative web search
...
Add config changes for SearchApi api key and engine
Add searchapi results json in testdata
2024-08-28 15:26:33 +05:30
Timothy Jaeryang Baek
39c466d542
Merge pull request #3212 from robbie-cahill/patch-1
...
Add host.docker.internal overide for docker dev
2024-06-16 09:07:59 -07:00
Robbie
78a145f181
Add host.docker.internal overide
2024-06-16 21:16:07 +10:00
Yash-1511
717bbe62a6
doc: update readme
2024-06-14 20:51:50 +05:30
Timothy J. Baek
2ec416bd6b
doc: readme
2024-06-12 01:49:13 -07:00
Timothy J. Baek
b1a391ca5d
doc: readme
2024-06-12 01:46:28 -07:00
Timothy Jaeryang Baek
3566002b0b
doc
2024-06-10 03:49:23 -05:00
teampen
14d33f0fcc
Merge branch 'add-serply' into dev
2024-06-09 21:40:50 -04:00
teampen
efb4a710c8
adding Serply as an alternative web search
2024-06-09 20:44:34 -04:00
Timothy J. Baek
c2a7e7f510
doc: readme
2024-06-07 22:17:11 -07:00
Timothy J. Baek
8df0c9e0dd
doc: readme
2024-06-07 21:47:31 -07:00
Timothy J. Baek
f17df4f114
doc: readme
2024-06-04 12:32:20 -07:00
Timothy J. Baek
e72170bac7
doc: readme
2024-06-03 15:51:10 -07:00
Timothy J. Baek
1285ec1828
doc: readme
2024-06-01 20:43:10 -07:00
Timothy J. Baek
abbf622fba
doc: readme
2024-06-01 18:26:30 -07:00
silentoplayz
0bef7fef29
Update README.md
...
- 🔍 **Web Search for RAG**: Perform web searches using providers like `SearXNG`, `Google PSE`, `Brave Search`, `serpstack`, and `serper`, and inject the results directly into your chat experience.
2024-05-28 05:51:25 +00:00