Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.3.8 #3559

Merged
merged 227 commits into from
Jul 9, 2024
Merged

0.3.8 #3559

merged 227 commits into from
Jul 9, 2024

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    df09d08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee835c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    070d908 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    320e658 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c134eab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb01e8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da403f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9b1487 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f939cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2fb27ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d88bd51 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    642c352 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d4b6b7c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    23e4d9d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    827b1e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge branch 'refs/heads/dev' into feat/sqlalchemy-instead-of-peewee

    # Conflicts:
    #	backend/apps/webui/models/functions.py
    #	backend/apps/webui/routers/chats.py
    jonathan-rohde committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    df47c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5391f4c View commit details
    Browse the repository at this point in the history
  3. custom env for set custom claims for openid

    Sergey Mihaylin committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0c3f9a1 View commit details
    Browse the repository at this point in the history
  4. fix username claim

    Sergey Mihaylin committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9f32e9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c138445 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24f84a6 View commit details
    Browse the repository at this point in the history
  7. i18n: split locale for German formal and informal

    translation-common.json is the base
    translation-formal.json and translation-informal.json extend the base
    bannert1337 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6ffa189 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. feat(i18n): improve init function with cleaner code and nullish coal…

    …escing operator
    
       - Use object destructuring for clearer variable assignment.
       - Utilize the nullish coalescing operator to simplify ternary expressions.
       - Refactored the import statement to remove duplication.
    bannert1337 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    9c2313a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump openpyxl from 3.1.2 to 3.1.5 in /backend

    Bumps [openpyxl](https://openpyxl.readthedocs.io) from 3.1.2 to 3.1.5.
    
    ---
    updated-dependencies:
    - dependency-name: openpyxl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5dacd41 View commit details
    Browse the repository at this point in the history
  3. Added support for using Apache Tika as a document loader.

    Added persistent configuration options to configure use and location of Tika service.
    
    Updated backend.apps.rag.main:get_loader() to make use of Tika document loader.
    nickovs committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    9cf622d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11210fb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    17c6843 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a48ac6a View commit details
    Browse the repository at this point in the history
  3. fix: compare message

    tjbck committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a55d6e6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3558 from cheahjs/refac/reduce-startup-mem-usage

    refac: reduce startup memory usage
    tjbck authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5c6e30c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3557 from Naufal05R/patch-1

    i18n: Update Indonesian translation
    tjbck authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5d1573f View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump langfuse from 2.33.0 to 2.36.2 in /backend

    Bumps [langfuse](https://github.com/langfuse/langfuse) from 2.33.0 to 2.36.2.
    - [Release notes](https://github.com/langfuse/langfuse/releases)
    - [Commits](https://github.com/langfuse/langfuse/commits)
    
    ---
    updated-dependencies:
    - dependency-name: langfuse
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3f31bb0 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump requests from 2.32.2 to 2.32.3 in /backend

    Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.2...v2.32.3)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2fadc0c View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump sentence-transformers from 2.7.0 to 3.0.1 in /backend

    Bumps [sentence-transformers](https://github.com/UKPLab/sentence-transformers) from 2.7.0 to 3.0.1.
    - [Release notes](https://github.com/UKPLab/sentence-transformers/releases)
    - [Commits](UKPLab/sentence-transformers@v2.7.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sentence-transformers
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0ee984b View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump langchain-community from 0.2.0 to 0.2.6 in /backend

    Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.0 to 0.2.6.
    - [Release notes](https://github.com/langchain-ai/langchain/releases)
    - [Commits](langchain-ai/langchain@langchain-community==0.2.0...langchain-community==0.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: langchain-community
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8c7fb03 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de3d490 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3560 from open-webui/dependabot/pip/backend/dev/l…

    …angfuse-2.36.2
    
    chore(deps): bump langfuse from 2.33.0 to 2.36.2 in /backend
    tjbck authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0c552b4 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3561 from open-webui/dependabot/pip/backend/dev/r…

    …equests-2.32.3
    
    chore(deps): bump requests from 2.32.2 to 2.32.3 in /backend
    tjbck authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ee59cbc View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3563 from open-webui/dependabot/pip/backend/dev/l…

    …angchain-community-0.2.6
    
    chore(deps): bump langchain-community from 0.2.0 to 0.2.6 in /backend
    tjbck authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    61b2bca View commit details
    Browse the repository at this point in the history
  14. Merge pull request #3543 from open-webui/dependabot/pip/backend/dev/o…

    …penpyxl-3.1.5
    
    chore(deps): bump openpyxl from 3.1.2 to 3.1.5 in /backend
    tjbck authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c676a78 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3562 from open-webui/dependabot/pip/backend/dev/s…

    …entence-transformers-3.0.1
    
    chore(deps): bump sentence-transformers from 2.7.0 to 3.0.1 in /backend
    tjbck authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c52e16a View commit details
    Browse the repository at this point in the history
  16. refac

    tjbck committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7955c9b View commit details
    Browse the repository at this point in the history
  17. chore: bump

    tjbck committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4547afe View commit details
    Browse the repository at this point in the history
  18. Merge pull request #3564 from wanderingmeow/fix-regexp-safari-before-…

    …16.4
    
    fix: RegExp "invalid group specifier name" exception on Safari < 16.4
    tjbck authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f3c1ff9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f89fa06 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'refs/heads/main' into custom-openid-claims

    # Conflicts:
    #	backend/main.py
    Sergey Mihaylin committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6e934c2 View commit details
    Browse the repository at this point in the history
  21. fix: merge request fail (remove picture_claim)

    Sergey Mihaylin committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e475f02 View commit details
    Browse the repository at this point in the history
  22. fix lint

    Sergey Mihaylin committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a94c7e5 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'refs/heads/dev' into feat/sqlalchemy-instead-of-peewee

    # Conflicts:
    #	backend/requirements.txt
    jonathan-rohde committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2aecd7d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    586de1f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8634140 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    db495a1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    77f5d90 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4ead3da View commit details
    Browse the repository at this point in the history
  29. Update languages.json

    bannert1337 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    19d4c7f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8a38b0a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4041484 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7f937af View commit details
    Browse the repository at this point in the history
  33. Added HTML and Typescript UI components to support configration of te…

    …xt extraction engine.
    
    Updated RAG /config and /config/update endpoints to support UI updates.
    
    Fixed .dockerignore to prevent Python venv from being copied into Docker image.
    nickovs committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7aa35a3 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #3580 from bannert1337/i18n--optimize-de_DE

    i18n: rework de_DE locale
    tjbck authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    46a084d View commit details
    Browse the repository at this point in the history
  35. Merge pull request #3568 from fishhf/dev

    fix: use AIOHTTP_CLIENT_TIMEOUT timeout setting for openai streaming response
    tjbck authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a036291 View commit details
    Browse the repository at this point in the history
  36. refac

    tjbck committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9cc4662 View commit details
    Browse the repository at this point in the history
  37. chore: bump

    tjbck committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7212b7c View commit details
    Browse the repository at this point in the history
  38. revert: text split

    tjbck committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6d350fb View commit details
    Browse the repository at this point in the history
  39. fix

    tjbck committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9c01297 View commit details
    Browse the repository at this point in the history
  40. fix

    tjbck committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bd45b7a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b875efa View commit details
    Browse the repository at this point in the history
  42. chore: format

    tjbck committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    62ba6a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request #3582 from nickovs/tika-document-text

    feat: Support Tika for document text extraction
    tjbck authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3c1ea24 View commit details
    Browse the repository at this point in the history
  2. refac

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a392865 View commit details
    Browse the repository at this point in the history
  3. refac

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b62d2a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7a9b5c View commit details
    Browse the repository at this point in the history
  5. refac

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e5895af View commit details
    Browse the repository at this point in the history
  6. feat: __event_emitter__

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a07051f View commit details
    Browse the repository at this point in the history
  7. fix

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d6dbd73 View commit details
    Browse the repository at this point in the history
  8. feat: chat event handler

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    52cae40 View commit details
    Browse the repository at this point in the history
  9. refac

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d97a4d6 View commit details
    Browse the repository at this point in the history
  10. enh: bool, literal valves

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    044a0fb View commit details
    Browse the repository at this point in the history
  11. refac

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    439ab7a View commit details
    Browse the repository at this point in the history
  12. enh: pinned chats support

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    05ec71b View commit details
    Browse the repository at this point in the history
  13. chore: format

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fefa8a8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7725a87 View commit details
    Browse the repository at this point in the history
  15. fix: styling

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e4c8592 View commit details
    Browse the repository at this point in the history
  16. Update main.py

    michaelpoluektov authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    afd7421 View commit details
    Browse the repository at this point in the history
  17. Update main.py

    michaelpoluektov authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0951475 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    02f242e View commit details
    Browse the repository at this point in the history
  19. fix banners env

    michaelpoluektov committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    16fa454 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    655238d View commit details
    Browse the repository at this point in the history
  21. fix

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cf317f8 View commit details
    Browse the repository at this point in the history
  22. chore: bump

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f57a435 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #3591 from michaelpoluektov/fix-banners-env

    fix: fix WEBUI_BANNERS environment variable not working
    tjbck authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2c06177 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #3327 from jonathan-rohde/feat/sqlalchemy-instead-…

    …of-peewee
    
    BREAKING CHANGE/sqlalchemy instead of peewee
    tjbck authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d0e89a0 View commit details
    Browse the repository at this point in the history
  25. chore: format

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    647aa19 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. fix: functions

    tjbck committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    44a9b86 View commit details
    Browse the repository at this point in the history
  2. fix: functions

    tjbck committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    aa88022 View commit details
    Browse the repository at this point in the history
  3. revert: model_validate

    tjbck committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4d23957 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24c7990 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49b4211 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f026a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cd0b10 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fedd91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e433d9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3611 from bannert1337/i18n-de_DE

    i18n(de_DE): added translations for new entries, updated old entries
    tjbck authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d0e0aba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f548762 View commit details
    Browse the repository at this point in the history
  12. refac: task flag

    Co-Authored-By: Michael Poluektov <78477503 [email protected]>
    tjbck and michaelpoluektov committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c83704d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3569 from Semihal/custom-openid-claims

    feat: Custom claims for OAuth
    tjbck authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    08c024d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f5a33ed View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge pull request #3617 from moblangeois/improve-fr-ca-translations

    i18n: Improve French (FR) and French Canadian (CA) translations
    tjbck authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3efb8ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3621 from open-webui/dev

    dev
    tjbck authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0d78b63 View commit details
    Browse the repository at this point in the history
  3. revert: peewee migrations

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    15f6f7b View commit details
    Browse the repository at this point in the history
  4. fix: pinned chat delete issue

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f6dcffa View commit details
    Browse the repository at this point in the history
  5. revert

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bfc53b4 View commit details
    Browse the repository at this point in the history
  6. revert

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1b65df3 View commit details
    Browse the repository at this point in the history
  7. refac

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8646460 View commit details
    Browse the repository at this point in the history
  8. Update db.py

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    37a5d2c View commit details
    Browse the repository at this point in the history
  9. fix

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8fe2a7b View commit details
    Browse the repository at this point in the history
  10. Update auths.py

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8b13755 View commit details
    Browse the repository at this point in the history
  11. fix: user valves

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9a6cbaf View commit details
    Browse the repository at this point in the history
  12. fix: pull model

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    740b6f5 View commit details
    Browse the repository at this point in the history
  13. use data field

    michaelpoluektov committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0527755 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d20601d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2389c36 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d5c0876 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    db58bb5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    78ba18a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f611533 View commit details
    Browse the repository at this point in the history
  20. chore: format

    ricky-davis committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ca3f8e6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    55b7c30 View commit details
    Browse the repository at this point in the history
  22. fix: pipe custom model

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    67c2ab0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    8381346 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3630 from KarlLee830/translate

    i18n: Update Chinese translation
    tjbck authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    45fae65 View commit details
    Browse the repository at this point in the history
  3. i18n: Update Catalan Translation

    aleix committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8fd128e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. refac

    tjbck committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    983fe4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3615 from michaelpoluektov/citations-event

    feat: Citations event via __event_emitter__
    tjbck authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    3928ac1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3657 from aleixdorca/dev

    i18n: Update Catalan Translation
    tjbck authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    89e6044 View commit details
    Browse the repository at this point in the history
  4. refac

    tjbck committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c3c15cb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3636 from Peter-De-Ath/add-scroll-to-settings-tabs

    fix: add scroll to admin/user settings tabs
    tjbck authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    70efbef View commit details
    Browse the repository at this point in the history
  6. refac

    tjbck committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    73899e1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3631 from ricky-davis/CustomCollapsible

    feat: Custom Collapsible component
    tjbck authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    97a8491 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3668 from open-webui/dev

    dev
    tjbck authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    d60f066 View commit details
    Browse the repository at this point in the history
  9. enh: handle peewee migration

    tjbck committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    1436bb7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e75150 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3595 from open-webui/dev-migration

    feat: db migration
    tjbck authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8f6f766 View commit details
    Browse the repository at this point in the history
  12. chore: format

    tjbck committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    d5716ae View commit details
    Browse the repository at this point in the history
  13. chore: disable backend tests

    tjbck committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    e8ed48b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0d70d7c View commit details
    Browse the repository at this point in the history
  15. fix: delete

    tjbck committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c9b85bd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    08f0a19 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a73a9c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    21b8072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae0a1f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3679 from que-nguyen/dev

    Updated the missing Vietnamese translation.
    tjbck authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    a6dd620 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3688 from leobenkel/no-trace-when-success

    fix: Remove the tracestack when the collection already exists
    tjbck authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    7e6c519 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3691 from robertpiosik/replace-deafult-font-to-inter

    feat: Replace default UI font, Arimo to Inter
    tjbck authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    068dff6 View commit details
    Browse the repository at this point in the history
  6. fix: db

    tjbck committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    d51e866 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f971ba0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1bb2724 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. chore(deps): update pytest requirement in /backend

    Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.1...8.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8eb03c0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump langfuse from 2.36.2 to 2.38.0 in /backend

    Bumps [langfuse](https://github.com/langfuse/langfuse) from 2.36.2 to 2.38.0.
    - [Release notes](https://github.com/langfuse/langfuse/releases)
    - [Commits](https://github.com/langfuse/langfuse/commits/v2.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: langfuse
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    404b472 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump alembic from 1.13.1 to 1.13.2 in /backend

    Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.1 to 1.13.2.
    - [Release notes](https://github.com/sqlalchemy/alembic/releases)
    - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
    - [Commits](https://github.com/sqlalchemy/alembic/commits)
    
    ---
    updated-dependencies:
    - dependency-name: alembic
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    842a6a6 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump opencv-python-headless in /backend

    Bumps [opencv-python-headless](https://github.com/opencv/opencv-python) from 4.9.0.80 to 4.10.0.84.
    - [Release notes](https://github.com/opencv/opencv-python/releases)
    - [Commits](https://github.com/opencv/opencv-python/commits)
    
    ---
    updated-dependencies:
    - dependency-name: opencv-python-headless
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d9a393e View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump peewee from 3.17.5 to 3.17.6 in /backend

    Bumps [peewee](https://github.com/coleifer/peewee) from 3.17.5 to 3.17.6.
    - [Release notes](https://github.com/coleifer/peewee/releases)
    - [Changelog](https://github.com/coleifer/peewee/blob/master/CHANGELOG.md)
    - [Commits](coleifer/peewee@3.17.5...3.17.6)
    
    ---
    updated-dependencies:
    - dependency-name: peewee
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    44bbb40 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3699 from Peter-De-Ath/fix-update-user-email-auth

    fix auth update_email_by_id - add db.commit
    tjbck authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a7fb560 View commit details
    Browse the repository at this point in the history
  7. fix: db issues

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c1d706d View commit details
    Browse the repository at this point in the history
  8. chore: format

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d157af2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3692 from cheahjs/fix/integration-test

    fix: delete docker build cache in integration test
    tjbck authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    47ec242 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b11237 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3713 from jonathan-rohde/fix/missing-commits

    fix: commit document delete
    tjbck authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    36c0f7f View commit details
    Browse the repository at this point in the history
  12. fix: db

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    39d3dcd View commit details
    Browse the repository at this point in the history
  13. refac: do not use subprocess

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    95426fc View commit details
    Browse the repository at this point in the history
  14. fix

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3b27acc View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3704 from open-webui/dependabot/pip/backend/dev/p…

    …ytest-approx-eq-8.2.2
    
    chore(deps): update pytest requirement from ~=8.2.1 to ~=8.2.2 in /backend
    tjbck authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1b66045 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #3706 from open-webui/dependabot/pip/backend/dev/a…

    …lembic-1.13.2
    
    chore(deps): bump alembic from 1.13.1 to 1.13.2 in /backend
    tjbck authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9eb0f89 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #3707 from open-webui/dependabot/pip/backend/dev/o…

    …pencv-python-headless-4.10.0.84
    
    chore(deps): bump opencv-python-headless from 4.9.0.80 to 4.10.0.84 in /backend
    tjbck authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1896210 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    642c5e0 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #3708 from open-webui/dependabot/pip/backend/dev/p…

    …eewee-3.17.6
    
    chore(deps): bump peewee from 3.17.5 to 3.17.6 in /backend
    tjbck authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    51ae387 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #3705 from open-webui/dependabot/pip/backend/dev/l…

    …angfuse-2.38.0
    
    chore(deps): bump langfuse from 2.36.2 to 2.38.0 in /backend
    tjbck authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    489ef9b View commit details
    Browse the repository at this point in the history
  21. fix: tools update

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    87f656b View commit details
    Browse the repository at this point in the history
  22. fix: model update

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    42742d0 View commit details
    Browse the repository at this point in the history
  23. chore: rm print

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3ddd88d View commit details
    Browse the repository at this point in the history
  24. fix

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    68d6e73 View commit details
    Browse the repository at this point in the history
  25. fix: font

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    40abddf View commit details
    Browse the repository at this point in the history
  26. chore: rm print

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    68d775e View commit details
    Browse the repository at this point in the history
  27. refac

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d3ef3a7 View commit details
    Browse the repository at this point in the history
  28. fix: alembic

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4b6ee58 View commit details
    Browse the repository at this point in the history
  29. refac: styling

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    088e7b0 View commit details
    Browse the repository at this point in the history
  30. refac: styling

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e8fbb8f View commit details
    Browse the repository at this point in the history
  31. refac: styling

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3598aee View commit details
    Browse the repository at this point in the history
  32. refac: tooltip

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    781ad70 View commit details
    Browse the repository at this point in the history
  33. feat: chat controls ui

    tjbck committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b8d153e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. refac: styling

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9cea5f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30e2ec7 View commit details
    Browse the repository at this point in the history
  3. chore: format

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    eb1e176 View commit details
    Browse the repository at this point in the history
  4. refac: styling

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8942d0d View commit details
    Browse the repository at this point in the history
  5. feat: darker oled

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    446d854 View commit details
    Browse the repository at this point in the history
  6. refac: styling

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a23146e View commit details
    Browse the repository at this point in the history
  7. fix: theme

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    18ea8df View commit details
    Browse the repository at this point in the history
  8. refac: styling

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7df35d9 View commit details
    Browse the repository at this point in the history
  9. refac: styling

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d752002 View commit details
    Browse the repository at this point in the history
  10. refac: styling

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d34e9ef View commit details
    Browse the repository at this point in the history
  11. refac

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1d979d9 View commit details
    Browse the repository at this point in the history
  12. feat: __event_call__ support

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1b7ff1c View commit details
    Browse the repository at this point in the history
  13. refac

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0a08a4d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    37285b8 View commit details
    Browse the repository at this point in the history
  15. i18n: Updated Catalan Translation

    aleix committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2396010 View commit details
    Browse the repository at this point in the history
  16. refac: styling

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    47c76ab View commit details
    Browse the repository at this point in the history
  17. refac: splash screen

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c2f4eab View commit details
    Browse the repository at this point in the history
  18. Merge pull request #3725 from aleixdorca/dev

    i18n: Updated Catalan Translation
    tjbck authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    aa896ba View commit details
    Browse the repository at this point in the history
  19. refac

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c9f5029 View commit details
    Browse the repository at this point in the history
  20. fix: styling

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3f8af02 View commit details
    Browse the repository at this point in the history
  21. refac

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0bc46b1 View commit details
    Browse the repository at this point in the history
  22. refac

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    666a8ea View commit details
    Browse the repository at this point in the history
  23. refac

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    78a5748 View commit details
    Browse the repository at this point in the history
  24. enh: i said darker

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a11887c View commit details
    Browse the repository at this point in the history
  25. refac: styling

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f8e2b31 View commit details
    Browse the repository at this point in the history
  26. fix: code block

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    24ef5af View commit details
    Browse the repository at this point in the history
  27. rebase

    michaelpoluektov committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f9e3c47 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e3e02e0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d7dd901 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ff47493 View commit details
    Browse the repository at this point in the history
  31. refac: black

    michaelpoluektov committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7ffd75b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    144581a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8f23df5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1d20c27 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #3734 from michaelpoluektov/refactor-main

    refactor: Refactor backend/main.py
    tjbck authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0444497 View commit details
    Browse the repository at this point in the history
  36. doc: changelog

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7f2f45e View commit details
    Browse the repository at this point in the history
  37. chore: bump

    tjbck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b38abf2 View commit details
    Browse the repository at this point in the history