Commit Graph
118 Commits
Author SHA1 Message Date
sriramveeraghanta cd8d0b2379 fix: merge conflicts 2025-11-20 21:15:29 +05:30
sriram veeraghantaandGitHub 8307badae5 fix: eslint errors and warnings (#8149) 2025-11-20 19:31:22 +05:30
83fdebf64d [WEB-5459] feat(codemods): add function declaration transformer with tests (#8137)
- Add jscodeshift-based codemod to convert arrow function components to function declarations
- Support React.FC, observer-wrapped, and forwardRef components
- Include comprehensive test suite covering edge cases
- Add npm script to run transformer across codebase
- Target only .tsx files in source directories, excluding node_modules and declaration files

* [WEB-5459] chore: updates after running codemod

---------

Co-authored-by: sriramveeraghanta <[email protected]>
2025-11-20 17:39:40 +05:30
90866fb925 chore: use oxc tooling to speed up prettier (#8117)
Co-authored-by: sriramveeraghanta <[email protected]>
2025-11-20 17:30:27 +05:30
pushya22andGitHub 6673a321a8 Merge branch 'preview' into sync/ce-ee 2025-11-14 16:22:45 +05:30
Prateek ShouryaandGitHub 19a0ef490b [WEB-5423] fix: typescript errors and add types check step to pull request workflow (#8110) 2025-11-14 16:18:36 +05:30
sriramveeraghanta 23bd364894 fix: merge conflicts 2025-11-13 18:44:52 +05:30
sriram veeraghantaGitHubcoderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>Copilot
c399c7d5fc [WEB-5404] chore: replace next image with HTML img tag (#4730)
* chore: update next images with html default images

* chore: sync related changes

* Update apps/admin/core/components/instance/failure.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update apps/space/app/not-found.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update apps/space/core/components/issues/issue-layouts/error.tsx

Co-authored-by: Copilot <[email protected]>

* Update apps/space/core/components/ui/not-found.tsx

Co-authored-by: Copilot <[email protected]>

* chore: replace classname styles in space

* chore: replace next images with html tag in ee side

* fix: copoilot suggestions

* fix: copilot suggestions

* fix: copilot suggestions

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Copilot <[email protected]>
2025-11-13 18:36:36 +05:30
sriram veeraghantaGitHubcoderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>Copilot
4e357c4ad0 [WEB-5404] chore: update next images with html default images (#8101)
* chore: update next images with html default images

* chore: sync related changes

* Update apps/admin/core/components/instance/failure.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update apps/space/app/not-found.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update apps/space/core/components/issues/issue-layouts/error.tsx

Co-authored-by: Copilot <[email protected]>

* Update apps/space/core/components/ui/not-found.tsx

Co-authored-by: Copilot <[email protected]>

* chore: replace classname styles in space

* fix: copoilot suggestions

* fix: copilot suggestions

* chore: format files

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Copilot <[email protected]>
2025-11-13 18:33:18 +05:30
64f90b828b [WEB-5419] chore: add dotenv dependency, hosts and configure environment variables in admin, space, and web apps (#8107)
* chore: add dotenv dependency and configure environment variables in admin, space, and web apps

* chore: allowed multiple hosts in dev mode

* chore: move dotenv to dev deps

* chore: update Vite configuration to set server host to 127.0.0.1 for admin, space, and web apps

---------

Co-authored-by: gakshita <[email protected]>
2025-11-13 17:57:47 +05:30
AaronandGitHub 95c742244e [WEB-5416] fix: Use proper import syntax (#8105) 2025-11-13 17:41:06 +05:30
e36d84cf15 [WEB-5416] fix: Use proper import syntax (#4742)
* [WEB-5416] fix: Use proper import syntax

* fix: build error

* fix: eslint errors

* fix: format files

* fix: build errors

---------

Co-authored-by: Aaron Reisman <[email protected]>
2025-11-13 17:41:01 +05:30
Prateek Shourya 62d0e4a18c fix: conflicts
Merge branch 'preview' of github.com:makeplane/plane-ee into sync/ce-ee
2025-11-12 19:11:30 +05:30
sriram veeraghantaandGitHub 5457f8860d [WEB-5413] feat: Add sentry config to Web, Space and Admin (#4733) 2025-11-12 19:07:56 +05:30
sriram veeraghantaandGitHub 30da349475 [WEB-5413] feat: adding sentry error handling in web, space and admin (#8099) 2025-11-12 19:03:47 +05:30
sriramveeraghanta 396128420d fix: merge conflicts 2025-11-11 18:12:29 +05:30
sriramveeraghanta b51da2f997 chore: remove unused middleware files 2025-11-11 15:33:34 +05:30
Prateek ShouryaandGitHub 433b5a4fe1 [WEB-5386] refactor: update all apps to use react-router for development and enable SSR for space app. (#8095) 2025-11-11 14:08:42 +05:30
sriram veeraghantaandGitHub 64b885a856 Merge branch 'preview' into sync/ce-ee 2025-11-11 13:26:53 +05:30
Prateek ShouryaandGitHub 7db0df067c [WEB-5386] refactor: update all apps to use react-router for development and enable SSR for space app. (#4707)
* [WEB-5386] refactor: update all apps to use react-router for development and enable SSR for space app.

* refactor: update Dockerfile for space app to use new base image and serve with react-router

* refactor: implement helper function to retrieve API base URL for server-side requests across intake, issues, pages, and views layouts

* Revert "refactor: implement helper function to retrieve API base URL for server-side requests across intake, issues, pages, and views layouts"

This reverts commit 481fab8e859a0919ee4d46a59b65aed39951b438.

* chore: update pnpm-lock and package.json to include raf-schd version 4.0.3

* refactor: update layout components to use async functions for loaders and meta, and implement shouldRevalidate for anchor param changes
2025-11-11 13:25:51 +05:30
Prateek ShouryaandGitHub a407105bb8 [WEB-5389] chore: enable progress bar for production builds and add logo spinner for hydration fallback (#8093)
* [WEB-5389] chore: enable progress bar for production builds

* feat: add LogoSpinner to HydrateFallback in admin, space, and web apps
2025-11-11 12:22:40 +05:30
pushya22andGitHub 6e642589e7 Sync: Community Changes #4708 2025-11-10 18:35:58 +05:30
sriramveeraghanta 5ec09a7fe1 chore: update dockerfile pnpm install with ci=true 2025-11-10 18:28:51 +05:30
sriramveeraghanta cbc077cd18 fix: merge conflicts 2025-11-10 15:16:28 +05:30
sriramveeraghanta 3f0721c59a chore: upgrade vite version using catalog 2025-11-10 13:13:22 +05:30
pushya22andGitHub 925b0b2fff Sync: Community Changes #4693 2025-11-07 16:20:07 +05:30
Aaryan KhandelwalandGitHub d05c222d0a regression: fallback base url for redirection (#8075) 2025-11-07 16:10:52 +05:30
Prateek ShouryaandGitHub 696fb96e87 [WEB-5043] feat: web vite migration (#7973) 2025-11-06 14:08:48 +05:30
Prateek ShouryaandGitHub 118ecc81ba [WEB-5042] feat: sites vite migration (#7965) 2025-11-06 13:58:24 +05:30
AaronandGitHub 315e1d5eb0 [WEB-5040] feat: admin react-router migration (#7922) 2025-11-06 13:39:35 +05:30
Prateek ShouryaandGitHub 8176791bcf [WEB-5043] feat: web vite migration (#4600) 2025-11-06 13:19:59 +05:30
Prateek ShouryaandGitHub f74401ea33 [WEB-5040] feat: admin react-router migration (#4481) 2025-11-06 13:13:47 +05:30
Anmol Singh Bhatia 97903b4f3e fix: preview sync merge conflict 2025-10-29 20:25:25 +05:30
Anmol Singh BhatiaandGitHub 0e8128594b [WEB-5191 | WEB-5197] chore: actions and arrows icon revamp (#7984) 2025-10-29 20:13:08 +05:30
040751949b [WEB-5262] feat: gitea sso (#4579)
* Feature/7137/gitea sso (#7940)

* added gitea auth to admin panel with configs , added api calls

* added gitea to oauth root (for signup and signin)

* removed log

* replace github oauth with gitea ouath error messages

* added gitea to auth root

* fix: update token expiration handling and remove unused variable in Gitea callback

* fix: include Gitea in OAuth enabled checks

* fix: improve error handling when fetching emails from Gitea

* chore : remove logs and add semicolons

* refactor: update Gitea authentication components and imports for consistency

* fix: enhance Gitea authentication form to auto-populate host value and improve OAuth checks

* refactor: enhance Gitea OAuth provider with improved error handling and URL validation

* fix: update authentication success messages to check for string value "1"

* feat: add Gitea authentication support and update success messages for OIDC and SAML to check for string value "1"

---------

Co-authored-by: Shivam Jain <[email protected]>
Co-authored-by: pablohashescobar <[email protected]>
2025-10-28 19:11:16 +05:30
1126ca30b0 [WEB-5262] feat: gitea sso (#8022)
* Feature/7137/gitea sso (#7940)

* added gitea auth to admin panel with configs , added api calls

* added gitea to oauth root (for signup and signin)

* removed log

* replace github oauth with gitea ouath error messages

* added gitea to auth root

* fix: update token expiration handling and remove unused variable in Gitea callback

* fix: include Gitea in OAuth enabled checks

* fix: improve error handling when fetching emails from Gitea

* chore : remove logs and add semicolons

* refactor: update Gitea authentication components and imports for consistency

* fix: enhance Gitea authentication form to auto-populate host value and improve OAuth checks

* refactor: enhance Gitea OAuth provider with improved error handling and URL validation

* fix: update authentication success messages to check for string value "1"

---------

Co-authored-by: Shivam Jain <[email protected]>
Co-authored-by: Prateek Shourya <[email protected]>
2025-10-28 18:53:54 +05:30
sriram veeraghantaandGitHub 7260c7f6ee Sync: Community Changes #4523 2025-10-21 19:20:29 +05:30
sriramveeraghanta 1b43efbc2a chore: version bump 2025-10-21 19:14:43 +05:30
Prateek ShouryaandGitHub 4f5b162677 [WEB-5136] refactor: update admin ESLint configuration and refactor imports to use type imports (#4463)
* [WEB-5136] refactor: update `admin` ESLint configuration and refactor imports to use type imports

- Enhanced ESLint configuration by adding new rules for import consistency and type imports.
- Refactored multiple files to replace regular imports with type imports for better clarity and performance.
- Ensured consistent use of type imports across the application to align with TypeScript best practices.

* refactor: replace ee regular imports with type imports for improved clarity
2025-10-13 21:09:14 +05:30
Prateek ShouryaandGitHub c80c76b882 [WEB-5136] refactor: update admin ESLint configuration and refactor imports to use type imports (#7955)
- Enhanced ESLint configuration by adding new rules for import consistency and type imports.
- Refactored multiple files to replace regular imports with type imports for better clarity and performance.
- Ensured consistent use of type imports across the application to align with TypeScript best practices.
2025-10-13 21:07:49 +05:30
Anmol Singh Bhatia 9336820a80 fix: preview sync merge conflict 2025-10-13 19:57:21 +05:30
Anmol Singh BhatiaandGitHub 87eb1949c6 [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
sriram veeraghanta 759f5830cf fix: admin build errors 2025-10-10 02:12:18 +05:30
Prateek ShouryaandGitHub c550782a8d [WEB-5110] fix: OIDC and SAML layout (#4428)
* fix: OIDC and SAML layout

* fix: button styling
2025-10-10 00:21:14 +05:30
sriramveeraghanta e7f7c2a2b8 fix: merge conflicts from ce 2025-10-08 21:04:07 +05:30
sriram veeraghantaandGitHub 5d60d6d702 chore: adding types node package to pnpm catalog (#7923) 2025-10-08 18:42:53 +05:30
Vamsi KrishnaandGitHub 7572fc4efd [WEB-4976]chore: propel toast implementation (#4265)
* draft: implementation

* chore: migrated toast from @plane/ui to propel package

* chore: reverted unwanted changes

* fix: lint errors

* chore: migrated toast from @plane/ui to @plane/propel

* chore: updated toast type
2025-10-08 18:23:12 +05:30
vamsikrishnamathala 94253f286c Merge branch 'preview' of github.com:makeplane/plane-ee into sync/ce-ee 2025-10-08 13:19:10 +05:30
3cbb60417c [WEB-4976]chore: propel toast implementation (#7832)
* draft: implementation

* chore: migrated toast from @plane/ui to propel package

* chore: reverted unwanted changes

* fix: lint errors

* chore: added dismiss toast to propel toast

* fix: build and lint errors

* chore: code refactor

---------

Co-authored-by: Anmol Singh Bhatia <[email protected]>
2025-10-07 23:37:10 +05:30
Anmol Singh BhatiaandGitHub 2babe878ea [WEB-4934] dev: propel button implementation (#4322) 2025-10-07 21:16:56 +05:30