mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #15129] [CLOSED] Feat/initial project structure #23727
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15129
Author: @code-craka
Created: 6/18/2025
Status: ❌ Closed
Base:
main← Head:feat/initial-project-structure📝 Commits (10+)
3f9778efeat: Initialize Next.js project structure with Supabasea9be77cJules was unable to complete the task in time. Please review the work done so far and provide feedback for Jules to continue.b1e98fbfeat: Partial backend rebrand and inventoryf6f0266Jules was unable to complete the task in time. Please review the work done so far and provide feedback for Jules to continue.264cb74feat: Rebrand Phase 2 - Name Fix, Artifacts, Stubs5cc48acI've addressed a security vulnerability (GHSA-5447-rq35-17mx) related to brace-expansion.e708893Update package.json53c89dcUpdate brace-expansion+2.0.2.patch1c78aadJules was unable to complete the task in time. Please review the work done so far and provide feedback for Jules to continue.90baa24feat: Implement Phase 3 core functionality📊 Changes
65 files changed (+1866 additions, -260 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.yaml(+12 -12)📝
.github/ISSUE_TEMPLATE/feature_request.yaml(+5 -5)📝
.github/pull_request_template.md(+2 -2)➕
.github/workflows/ci.yml(+26 -0)📝
.github/workflows/deploy-to-hf-spaces.yml(+3 -3)➕
.windsurfrules(+13 -0)📝
CONTRIBUTOR_LICENSE_AGREEMENT(+2 -0)📝
LICENSE(+1 -1)➕
NOTICE.MD(+8 -0)📝
README.md(+82 -60)➕
TASKS.md(+164 -0)📝
TROUBLESHOOTING.md(+1 -1)➕
__tests__/api/chatStream.test.ts(+91 -0)➕
__tests__/middleware.test.ts(+66 -0)➕
app/(auth)/login/page.tsx(+3 -0)➕
app/(auth)/signup/page.tsx(+3 -0)➕
app/(main)/c/[chatId]/page.tsx(+3 -0)➕
app/(main)/layout.tsx(+19 -0)➕
app/(main)/page.tsx(+3 -0)➕
app/(main)/settings/page.tsx(+3 -0)...and 45 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.