Timothy Jaeryang Baek
dd6de749d5
fix: model update access
2025-01-23 10:40:49 -08:00
Timothy Jaeryang Baek
8fc5532e2f
fix: tools valves access
2025-01-23 10:37:44 -08:00
Panda
863f73de20
Update zh-cn
2025-01-23 18:44:52 +01:00
Antti Pyykkönen
412923dc91
feat: separate cookie settings between session & auth cookies
...
Introducing two new env config options to control cookies settings regarding
authentication. These values are taken into use when setting 'token' and 'oauth_id_token'.
To maintain backwards compatibility, the original session cookie values are used as
fallback.
Separation is done to prevent issues with the session cookie. When the config value was
set as 'strict', the oauth flow was broken (since the session cookie was not provided
after the callback).
Providing a separate config for auth & session cookies allows us to keep the 'strict'
settings for auth related cookies, while also allowing the session cookie to behave as
intended (e.g., by configuring it as 'lax').
The original config was added in commit #af4f8aa. However a later commit #a2e889c reused
this config option for other type of cookies, which was not the original intent.
2025-01-23 16:16:50 +02:00
Aleix Dorca
6f17c29d93
Update catalan translation.json
2025-01-23 08:39:02 +01:00
Timothy Jaeryang Baek
6c8d68b6fc
Merge pull request #8793 from open-webui/dev
...
Release / release (push) Waiting to run
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) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (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-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
Release to PyPI / release (push) Waiting to run
fix: model ids not being applied
2025-01-22 19:01:31 -08:00
Timothy Jaeryang Baek
4a2792b4da
fix: model ids not being applied
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) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (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-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-01-22 19:00:46 -08:00
Timothy Jaeryang Baek
9dd45ddf7c
Merge pull request #8779 from open-webui/dev
...
Release / release (push) Waiting to run
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) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (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-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
Release to PyPI / release (push) Waiting to run
fix: changelog
2025-01-22 14:13:56 -08:00
Timothy Jaeryang Baek
dcc57500dd
fix: changelog
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) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (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-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-01-22 14:13:06 -08:00
Timothy Jaeryang Baek
e3ae30e42f
Merge pull request #8776 from open-webui/dev
...
refac: image gen
2025-01-22 12:49:53 -08:00
Timothy Jaeryang Baek
14e650077a
refac
2025-01-22 12:49:29 -08:00
Timothy Jaeryang Baek
36b9bcee0f
Merge pull request #8770 from open-webui/dev
...
0.5.6
2025-01-22 12:47:05 -08:00
Timothy Jaeryang Baek
6186dec781
doc: changelog
2025-01-22 12:43:46 -08:00
Timothy Jaeryang Baek
667928efb0
chore: format
2025-01-22 12:38:42 -08:00
Timothy Jaeryang Baek
f4b5039adf
enh: new ollama create model method
2025-01-22 12:36:18 -08:00
Timothy Jaeryang Baek
8380d3f5ae
refac
2025-01-22 12:19:11 -08:00
Timothy Jaeryang Baek
419005a578
refac: manage ollama
2025-01-22 12:19:01 -08:00
Timothy Jaeryang Baek
7593d11b97
refac: wording
2025-01-22 12:08:08 -08:00
Timothy Jaeryang Baek
aaf97b85dc
enh: reasoning_effort param support for openai
2025-01-22 12:07:04 -08:00
Timothy Jaeryang Baek
ea7d4ec6ea
refac: styling
2025-01-22 11:56:39 -08:00
Timothy Jaeryang Baek
568dbc545c
Merge pull request #8351 from open-webui/dev
...
0.5.5
2025-01-22 11:34:03 -08:00
Timothy Jaeryang Baek
b641756020
refac: disable duplicate attachments
2025-01-22 11:28:54 -08:00
Timothy Jaeryang Baek
c6660f1d7c
refac: favicon
2025-01-22 11:27:03 -08:00
Timothy Jaeryang Baek
195e632ed4
chore: logo
2025-01-22 11:19:42 -08:00
Timothy Jaeryang Baek
b7f743d24c
refac: favicon styling
2025-01-22 11:11:12 -08:00
Timothy Jaeryang Baek
1080ecd22c
refac
2025-01-22 11:06:06 -08:00
Timothy Jaeryang Baek
b5bce9cbea
fix: file attachment
2025-01-22 11:04:12 -08:00
Timothy Jaeryang Baek
647195c578
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) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (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-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-01-22 10:51:29 -08:00
Timothy Jaeryang Baek
ab4372600c
chore: bump duckduckgo-search
2025-01-22 10:46:57 -08:00
Timothy Jaeryang Baek
8114223b54
infra: disable integration test
2025-01-22 10:43:35 -08:00
Timothy Jaeryang Baek
a1a658d55b
chore: dependecies
2025-01-22 10:43:08 -08:00
Timothy Jaeryang Baek
6eb4c0aecd
doc: changelog
2025-01-22 10:40:48 -08:00
Timothy Jaeryang Baek
8b998420fe
refac
2025-01-22 10:12:09 -08:00
Timothy Jaeryang Baek
c2b5200663
refac
2025-01-22 09:42:40 -08:00
Timothy Jaeryang Baek
ed7db1dd41
enh: 'notification' event type
2025-01-22 09:38:44 -08:00
Timothy Jaeryang Baek
a1e4e7c007
refac: omit reasoning content in payload
2025-01-22 09:29:26 -08:00
Timothy Jaeryang Baek
9feed97f22
refac: think tag
2025-01-22 09:24:40 -08:00
Timothy Jaeryang Baek
cf470e70e2
Merge pull request #8743 from open-webui/dependabot/npm_and_yarn/npm_and_yarn-37a58caa2a
...
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) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (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-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
Integration Test / Run Cypress Integration Tests (push) Has been cancelled
Integration Test / Run Migration Tests (push) Has been cancelled
build(deps): bump the npm_and_yarn group across 1 directory with 2 updates
2025-01-22 01:10:21 -08:00
Timothy Jaeryang Baek
2b1c2942a8
refac: message timestamp
2025-01-22 01:02:52 -08:00
Timothy Jaeryang Baek
10ffbca34b
refac: more reasoning tags support
2025-01-22 00:56:55 -08:00
Timothy Jaeryang Baek
d42f811a8d
refac: think tag
2025-01-22 00:49:41 -08:00
Timothy Jaeryang Baek
039d685547
refac
2025-01-22 00:32:09 -08:00
Timothy Jaeryang Baek
2777d3ec49
refac: think tag styling
2025-01-22 00:23:47 -08:00
Timothy Jaeryang Baek
c9dc7299c5
enh: <think> tag support
2025-01-22 00:13:24 -08:00
dependabot[bot]
0e6c680db8
build(deps): bump the npm_and_yarn group across 1 directory with 2 updates
...
Bumps the npm_and_yarn group with 2 updates in the / directory: [katex](https://github.com/KaTeX/KaTeX ) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `katex` from 0.16.10 to 0.16.21
- [Release notes](https://github.com/KaTeX/KaTeX/releases )
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md )
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.10...v0.16.21 )
Updates `vite` from 5.4.6 to 5.4.14
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite )
---
updated-dependencies:
- dependency-name: katex
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: vite
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 06:16:45 +00:00
Timothy Jaeryang Baek
8d3c73aed5
chore: format backend
2025-01-21 19:33:33 -08:00
Timothy Jaeryang Baek
4c86f39a84
chore: format
2025-01-21 19:33:26 -08:00
Timothy Jaeryang Baek
35547c4246
Merge pull request #8736 from aqiray/dev
...
i18n: Update Turkish Translation
2025-01-21 19:32:20 -08:00
Giray
a839808991
i18n: Update Turkish Translation
2025-01-22 05:29:46 +03:00
Timothy Jaeryang Baek
80e004c31f
Merge pull request #8637 from kahghi/add-gcs-storage-provider
...
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) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (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-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
Integration Test / Run Cypress Integration Tests (push) Waiting to run
Integration Test / Run Migration Tests (push) Waiting to run
feat:add GCSStorageProvider
2025-01-21 18:14:22 -08:00