Timothy Jaeryang Baek
9b25efc3bb
refac
2024-11-30 23:50:05 -08:00
Timothy Jaeryang Baek
2fac9b45cd
chore: format
2024-11-30 23:36:30 -08:00
Diwakar
541ff6b41a
Feature to set HTTP header "Content-Security-Policy"
...
Introduce CONTENT_SECURITY_POLICY environment variable to set HTTP header "Content-Security-Policy".
Content Security Policy (CSP) is a feature that helps to prevent or minimize the risk of certain types of security threats. It consists of a series of instructions from a website to a browser, which instruct the browser to place restrictions on the things that the code comprising the site is allowed to do.
https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
2024-11-30 21:31:54 +07:00
Timothy Jaeryang Baek
1f53e0922e
enh: autocompletion
2024-11-30 00:29:27 -08:00
Timothy Jaeryang Baek
f547f1424c
refac
2024-11-29 01:02:32 -08:00
Timothy Jaeryang Baek
a07213b5be
feat: autocompletion
2024-11-29 00:16:49 -08:00
Timothy Jaeryang Baek
0e8e9820d0
feat: autocomplete backend endpoint
2024-11-28 23:53:52 -08:00
Timothy Jaeryang Baek
17ed7351a4
refac
2024-11-27 19:24:20 -08:00
Timothy Jaeryang Baek
cbc7801b0e
chore: format
2024-11-26 20:03:06 -08:00
Walker.Chen
4b536b5283
bugfix - {{CURRENT_WEEKDAY}} is not working
...
Signed-off-by: Walker.Chen <walker_chen@moremote.com> https://uniwillai.net
2024-11-27 08:53:45 +08:00
Timothy Jaeryang Baek
bd28e1ed7d
refac: rag prompt template
2024-11-24 18:49:56 -08:00
Pierre Glandon
b2d3bfa3a8
feat: add description in Tool
2024-11-23 11:22:12 +01:00
Michael Poluektov
b4e7957a00
docstring quickfix
2024-11-22 20:51:48 +00:00
Michael Poluektov
8abf5d57c1
remove unused schemas file
2024-11-21 23:49:58 +00:00
Michael Poluektov
c03bfd141e
fix optional args not present
2024-11-21 17:41:35 +00:00
Michael Poluektov
70838148e7
fix tools metadata
2024-11-21 17:19:56 +00:00
Timothy Jaeryang Baek
7a585fbaf3
enh: option to disable api auth
2024-11-19 12:17:23 -08:00
Antti Pyykkönen
979e6e5a79
feat: support for configuring private api key use
2024-11-19 16:14:52 +02:00
Timothy Jaeryang Baek
dbb67a12ca
enh: retrieval query generation
2024-11-19 02:24:32 -08:00
Timothy Jaeryang Baek
f5df0625e3
enh: file upload user permission
2024-11-16 21:41:34 -08:00
Timothy Jaeryang Baek
07e0712b87
refac: get permissions
2024-11-16 21:16:42 -08:00
Timothy Jaeryang Baek
c0371f6525
enh: user permissions
2024-11-16 21:07:56 -08:00
Timothy Jaeryang Baek
b562067e91
refac: tools
2024-11-16 18:31:13 -08:00
Timothy Jaeryang Baek
0a8f69285c
refac: toolkit -> tools
2024-11-16 17:54:38 -08:00
Timothy Jaeryang Baek
060a2791ba
refac: rm print statement
2024-11-16 17:18:18 -08:00
Timothy Jaeryang Baek
227cca35e8
enh: knowledge access control
2024-11-16 16:51:55 -08:00
Timothy Jaeryang Baek
932de8f1e2
refac
2024-11-16 04:41:07 -08:00
Timothy Jaeryang Baek
2ab5b2fd71
wip: access control backend
2024-11-15 01:29:07 -08:00
Timothy Jaeryang Baek
2fdbab6640
Merge pull request #6761 from diegmonti/feat/permissions-policy
...
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 permissions-policy to security headers
2024-11-09 00:30:48 -08:00
Diego Monti
b1805380dc
feat: Add permissions-policy to security headers
2024-11-06 18:16:22 +01:00
Timothy J. Baek
4616b508b1
refac: token handling
2024-11-05 21:14:02 -08:00
Timothy J. Baek
bcf88585de
fix: pdf issue w/ markdown
2024-10-28 05:47:53 -07:00
Timothy Jaeryang Baek
554e181ccb
Merge pull request #6432 from diwakar-s-maurya/main
...
fix: Prevent crash while setting Strict-Transport-Security security header
2024-10-26 00:23:15 -07:00
Diwakar
0a7bc50279
Prevent crash while setting Strict-Transport-Security security header
2024-10-26 13:45:28 +07:00
Fabian Fischer
23461332b9
fix: boolean values don't need to be accessed by .value
2024-10-25 09:44:03 +02:00
Willnow, Patrick
1b5ac834ef
fix: get userinfo from endpoint, not only from token
...
as was suggested by @alvarolopez in #6262
2024-10-22 21:55:12 +02:00
Timothy J. Baek
424062d75f
fix: emoji generation
2024-10-22 11:23:38 -07:00
Timothy J. Baek
9f285fb2fb
feat: arena models
2024-10-22 03:16:48 -07:00
Timothy J. Baek
fc71f441c4
refac
2024-10-21 13:45:28 -07:00
Timothy J. Baek
e2d4a69750
refac: title generation
2024-10-21 04:24:17 -07:00
Timothy J. Baek
b4e73c7f19
refac: convert_payload_openai_to_ollama
2024-10-21 04:10:28 -07:00
Timothy J. Baek
9936583477
chore: format
2024-10-20 18:38:06 -07:00
Timothy Jaeryang Baek
768b7e139c
Merge branch 'dev' into dev
2024-10-20 18:37:20 -07:00
Timothy J. Baek
d795940ced
feat: chat auto tag
2024-10-19 20:34:17 -07:00
Willnow, Patrick
9ad07ad0ce
Add WEBUI_SESSION_COOKIE-settings missing from merge conflict
2024-10-16 20:30:35 +02:00
Willnow, Patrick
b888ee17ff
Merge branch 'main' into dev
...
# Conflicts:
# backend/open_webui/main.py
2024-10-16 20:16:05 +02:00
Willnow, Patrick
57d54160d3
Merge branch 'implement-oauth-role-management'
...
# Conflicts:
# backend/open_webui/main.py
2024-10-16 16:54:43 +02:00
Willnow, Patrick
8eebd6bce1
Finish reorganizing oauth code
2024-10-16 16:32:57 +02:00
Willnow, Patrick
08ff494754
WIP
...
- refactoring oauth functions to enable refresh functionality
2024-10-16 09:42:47 +02:00
Timothy J. Baek
86c961e342
fix
2024-10-15 03:30:02 -07:00