sriram veeraghanta and GitHub
64b885a856
Merge branch 'preview' into sync/ce-ee
2025-11-11 13:26:53 +05:30
Prateek Shourya and GitHub
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
Prateek Shourya and GitHub
118ecc81ba
[WEB-5042] feat: sites vite migration ( #7965 )
2025-11-06 13:58:24 +05:30
Aaron and GitHub
315e1d5eb0
[WEB-5040] feat: admin react-router migration ( #7922 )
2025-11-06 13:39:35 +05:30
Prateek Shourya and GitHub
f74401ea33
[WEB-5040] feat: admin react-router migration ( #4481 )
2025-11-06 13:13:47 +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
Prateek Shourya and GitHub
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 Shourya and GitHub
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
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 Bhatia
503c02643f
Merge branch 'preview' of github.com:makeplane/plane-ee into sync/ce-ee
2025-09-30 15:46:20 +05:30
Anmol Singh Bhatia and GitHub
726529044e
[WEB-4934] dev: propel button implementation ( #7859 )
...
* dev: button component code refactor
* dev: propel button component implementation
2025-09-30 15:31:00 +05:30
sriram veeraghanta and GitHub
e0c4e8e791
[WEB-5027] fix: replace lodash package with lodash-es ( #4305 )
...
* fix: replace lodash pacakge with lodash-es
* fix: lint errors
* fix: replace lodash with lodash-es
* fix: lodash imports
* fix: import fixes
* fix: import fixes
* fix: lint errors
* fix: file formatting
2025-09-26 18:00:42 +05:30
sriram veeraghanta and GitHub
bedc1fae1f
[WEB-5027] fix: replace lodash package with lodash-es ( #7856 )
...
* fix: replace lodash pacakge with lodash-es
* fix: lint errors
* fix: import fixes
2025-09-26 17:59:31 +05:30
6b17d95746
[WEB-4724] feat: migrate tooltips from blueprintjs to base-ui ( #4048 )
...
* feat: add card component to propel package and update tooltip imports
* refactor: remove @plane/ui dependency and update tooltip imports to use local card component
* fix: lint
* refactor: update import from @plane/ui to @plane/utils in command component
* chore: removed blueprintjs/core and blueprintjs/popover2 dependencies
* chore: updated tooltip instances across platform and performed related code refactoring
* chore: code refactor
* chore: code refactor
* fix: lint and build error
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: propel tooltip implementation
---------
Co-authored-by: Jayash Tripathy <[email protected] >
2025-09-02 18:21:41 +05:30
26b48bfcf0
[WEB-4724] feat: migrate tooltips from blueprintjs to base-ui ( #7646 )
...
* feat: add card component to propel package and update tooltip imports
* refactor: remove @plane/ui dependency and update tooltip imports to use local card component
* fix: lint
* refactor: update import from @plane/ui to @plane/utils in command component
* chore: removed blueprintjs/core and blueprintjs/popover2 dependencies
* chore: updated tooltip instances across platform and performed related code refactoring
* chore: code refactor
* chore: code refactor
* fix: lint and build error
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
* fix: format issue
* fix: build fix
---------
Co-authored-by: Jayash Tripathy <[email protected] >
2025-09-02 18:19:56 +05:30
sriram veeraghanta
1d72bf7e2a
fix: merge conflicts
2025-08-27 21:13:16 +05:30
sriram veeraghanta and GitHub
0e6fbaee3a
[WEB-4790] fix: moved typescript parser to the base eslint config ( #7658 )
...
* fix: moved typescript parser to the base eslint config
* fix: eslint warning
* fix: type config setting
* fix: convert live eslint to cjs
2025-08-27 21:03:20 +05:30
sriramveeraghanta
1a5ae0d973
fix: merge conflicts
2025-08-11 18:50:18 +05:30
Anmol Singh Bhatia and GitHub
d317755ab9
[WEB-4542] feat: god mode auth revamp and code refactor ( #7563 )
...
* chore: auth color updated and remove unused tokens
* chore: god-mode brand revamp
* fix: space app spinner logo
2025-08-11 18:46:23 +05:30
sriram veeraghanta and GitHub
e7589fd427
[WEB-4660] chore: replace jsx element with react node ( #3877 )
...
* chore: replace jsx element with react node
* fix: jsx elements in ee components
2025-08-11 18:45:10 +05:30
sriram veeraghanta and GitHub
a085c0ec62
[WEB-4660] chore: replace jsx element with react node ( #7567 )
...
* chore: replace jsx element with react node
* fix: review comments
* fix: tooltip types update
* fix: propel pacakge fix
2025-08-11 18:42:23 +05:30
sriramveeraghanta
41d20f808d
fix: merge conflicts
2025-07-25 17:00:48 +05:30
a5f3bd15b1
[WEB-4513] refactor: consolidate password strength meter into shared ui package ( #7462 )
...
* refactor: consolidate password strength indicator into shared UI package
* chore: remove old password strength meter implementations
* chore: update package dependencies for password strength refactor
* chore: code refactor
* fix: lock file
---------
Co-authored-by: sriramveeraghanta <[email protected] >
2025-07-25 16:56:46 +05:30
Aaryan Khandelwal
a0a60baa8e
fix: merge conflicts resolved from preview
2025-07-16 01:37:24 +05:30
99127ff8e4
[WEB-4479] feat: enable/disable SMTP configuration ( #7393 )
...
* feat: api update instance configuration
* chore: add enable_smtp key
* fix: empty string for enable_smtp key
* chore: update email_port and email_from
* fix: handled smtp enable disable
* fix: error handling
* fix: refactor
* fix: removed enabled toast
* fix: refactor
---------
Co-authored-by: gakshita <[email protected] >
Co-authored-by: Akshita Goyal <[email protected] >
2025-07-16 01:04:18 +05:30
sriram veeraghanta
00bdcd12bf
fix: moving application services to apps folder
2025-07-03 01:55:24 +05:30
sriram veeraghanta and GitHub
944b873184
chore: move all services inside the apps folder ( #7321 )
...
* chore: move all services inside the apps folder
* chore: rename apiserver to server
2025-07-03 00:44:13 +05:30