Commit Graph

11401 Commits

Author SHA1 Message Date
M. Palanikannan
9a4806f5ab [WIKI-608]fix: remove redundant search bar #4207 2025-09-15 19:10:09 +05:30
sriram veeraghanta
732a3403c2 Sync: Community Changes #4205 2025-09-15 19:05:10 +05:30
sriram veeraghanta
3ca6af1fe8 Merge branch 'preview' into sync/ce-ee 2025-09-15 19:03:46 +05:30
Bavisetti Narayan
116c8118ab [WIKI-659] chore: added issue relation and page sort order (#7784)
* chore: added issue relation and page sort order

* feat: add ProjectWebhook model to manage webhooks associated with projects

* chore: updated the migration file

* chore: added migration

* chore: reverted the page base code

* chore: added a variable for sort order in pages

---------

Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-09-15 18:36:00 +05:30
Jayash Tripathy
9d502a6187 [SILO-529] refactor: integration page enhancements (#4196) 2025-09-15 17:52:32 +05:30
Bavisetti Narayan
59e791d56f [WIKI-608] feat: nested pages in teamspaces (#4103)
* chore: added nested pages in teamspace

* chore: changed the view set

* chore: added restore endpoint for project pages

* chore: added query parameters for listing archived pages

* fix: added support for nested pages

* fix: archive and move pages are present

* chore: added sub pages count

* chore: removed the duplicated code

* chore: changed the entity name for teamspace

* fix: teamspace bugs

* chore: added the sub pages filter

* fix: feature flag added

* fix: teamspace pages ff removed

* chore: added the parent select relataed

* fix: lint issues

---------

Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com>
2025-09-12 21:03:50 +05:30
sriram veeraghanta
dca46fd74c promote: mobile runway to preview #4195 2025-09-12 18:28:10 +05:30
guru_sainath
d4d3343c05 [MOB-1179] fix: make work item link title optional and add metadata to epic/work item links (#4183)
* fix: made the link title optional in workitem and added metadata in epic and workitem link

* dev: replaced dict with json
2025-09-12 16:47:47 +05:30
guru_sainath
dba096e31b fix: duplicating the cycle activity when we add the cycle to workitem (#4182) 2025-09-12 16:47:23 +05:30
guru_sainath
05c47c5aa4 [MOB-985] dev: handled the epic in push notification background job, and updated catchup, and notification queries (#4180)
* dev: handled the epic in push notification, catchup, and notification queries and background job

* dev: handled none in push notification
2025-09-12 16:46:50 +05:30
guru_sainath
87927f46d2 dev: replaced pages with wiki in app links (#4171) 2025-09-12 16:46:03 +05:30
guru_sainath
4cc6a40f99 dev: handled the project details and workitem identifier in user favorites and recents (#4097) 2025-09-12 16:45:18 +05:30
guru_sainath
f11f5d43dc [MOB-1155] chore: handle catch-up types and validations in notification system (#4063)
* dev: updated catch-up return values

* dev: replaced created_at with updated_at in catchup base query while filtering

* dev: handled the catchup order

* chore: updated bool
2025-09-12 16:44:40 +05:30
sriram veeraghanta
e6455ee1ec Sync: Community Changes #4191 2025-09-12 16:43:49 +05:30
sriram veeraghanta
c3e7cfd16b [WEB-4723] fix: disable project features on project create (#7625)
* fix: disbale project features on project create

* Implement migration 0105 to alter project cycle view fields to Boolean with default values

* Add project view settings in workspace seed task

* Add is_current_version_deprecated field to Instance model

Index user_id field in Session model

---------

Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-09-12 13:01:03 +05:30
sriram veeraghanta
0ca497af45 Sync: Community Changes #4188 2025-09-12 12:27:15 +05:30
Jayash Tripathy
d7f5721ed9 Merge branch 'preview' into sync/ce-ee 2025-09-12 00:09:12 +05:30
Jayash Tripathy
9ffc30f7b1 [WEB-4889] refactor: add fill in bar chart bar stroke (#7776)
* ♻️ refactor: add fill in barchart bar stroke

* ♻️ refactor: added fill in the circle
2025-09-12 00:04:16 +05:30
Sangeetha
d4b1a31715 [WEB-4892]fix: 400 error on project creation #4187 2025-09-11 20:01:51 +05:30
pushya22
b76aec4b1b Sync: Community Changes #4185 2025-09-11 19:01:54 +05:30
Dheeraj Kumar Ketireddy
b60f12a88e [WEB-4861] fix: update redirection path in MagicSignInEndpoint to home page (#7774)
* fix: update redirection path in MagicSignInEndpoint to home page

* Use / for clarity
2025-09-11 18:56:32 +05:30
Vamsi Krishna
76a0b38dd1 [WEB-4890]fix: dropdown width #7778 2025-09-11 18:56:04 +05:30
Vamsi Krishna
0d5fbbe3b0 fix: build errors due to duplicate imports (#4184) 2025-09-11 18:33:05 +05:30
pushya22
63217b3f93 Sync: Community Changes #4181 2025-09-11 18:00:33 +05:30
vamsikrishnamathala
3e6aee670d Merge branch 'preview' of github.com:makeplane/plane-ee into sync/ce-ee 2025-09-11 17:55:52 +05:30
Sangeetha
8ee665f491 [WEB-4875] fix: unsubscribed work items on workspace subscribed work item filter #7775 2025-09-11 17:52:51 +05:30
Vamsi Krishna
645c4fec05 [WEB-4801]feat: views lock/unlock (#4128)
* * chore: removed uneccsary dummy service file
* chore: split ProjectViewStore for ee

* feat: added global views lock/unlock functionality

* * chore: removed unused trackers
* chore: added feature flag for views lock/unlock

* chore: store refactor for method override

* chore: updated workspace service

* chore: build fix

* chore: updated lock/unlock view indicator

* fix: lint errors
2025-09-11 17:51:25 +05:30
Vamsi Krishna
1a159ee1c0 [WEB-4336]feat: added switcher to teamspace views header (#4175)
* feat: added switcher to teamspace views header

* chore: moved views list fetch to layout level
2025-09-11 17:50:46 +05:30
Henit Chobisa
8541c051d8 [SILO-501] fix: slack modal data persistence for type and work item selection #4170 2025-09-11 17:39:14 +05:30
Henit Chobisa
3f9493c920 [SILO-521] fix: added function to return instance of internal api client (#4178)
* fix: added function to return instance of internal api client

* fix: added fallback for internal api base url

* fix: modified eslint and prettier config for api client

* fix: formatting errors
2025-09-11 17:38:46 +05:30
Vamsi Krishna
85f23b450d [WEB-4852] chore: views refactor (#7729)
* chore: refactored view store and services

* chore: removed unused import

* chore: refactored update view component

* fix: lint errors
2025-09-11 17:09:56 +05:30
Jayash Tripathy
a9aedde9be [WEB-4887] chore: updated trial banner to include 'Learn more' button for business and pro plans (#4176)
*  chore: enhance trial banner to include 'Learn more' button for business and enterprise plans

* fix: correct logic for displaying 'Learn more' button in trial banner based on current plan

* refactor: simplify 'Learn more' button logic in trial banner to use subscription URLs
2025-09-11 17:09:36 +05:30
sriram veeraghanta
7c2de1188e Sync: Community Changes #4177 2025-09-11 17:04:52 +05:30
Dheeraj Kumar Ketireddy
e811609282 Merge branch 'preview' into sync/ce-ee
Fixed merge conflicts

Conflicts:
	apps/api/plane/app/permissions/base.py
	apps/api/plane/app/permissions/project.py
	apps/api/plane/app/views/project/base.py
	packages/editor/src/core/types/editor.ts
2025-09-11 17:03:08 +05:30
Sangeetha
6b08c22043 chore: workspace admin access (#4138)
* chore: added access for workspace admin to edit project settings

* chore: workspace admin to update members details

* chore: workspace admin to label, state, workflow settings

* Revert "chore: added access for workspace admin to edit project settings"

This reverts commit 803b56514887339d884eaef170de8a9e4ecfda8c.

* chore: updated worspace admin access for projects

* Revert "chore: workspace admin to update members details"

This reverts commit ac465d618d7a89ef696db3484e515957b6b5e264.

* Revert "chore: workspace admin to label, state, workflow settings"

This reverts commit f01a89604e71792096cbae8e029cac160ea209fb.

* chore: workspace admin access in permission classes and decorator

* chore: check for teamspace members

* chore: refactor permission logic

* [WIKI-632] chore: accept additional props for document collaborative editor (#7718)

* chore: add collaborative document editor extended props

* fix: additional rich text extension props

* fix: formatting

* chore: add types to the trailing node extension

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>

* [WEB-4854] chore: project admin accesss to workspace admins (#7749)

* chore: project admin accesss to workspace admins

* chore: frontend changes

* chore: remove console.log

* chore: refactor permission decorator

* chore: role enum

* chore: rearrange role_choices

* Potential fix for code scanning alert no. 636: URL redirection from remote source (#7760)

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* [WEB-4441]fix: members account type dropdown position #7759

* [WEB-4857] fix: applied filters root update #7750

* [WEB-4858]chore: updated content for error page (#7766)

* chore: updated content for error page

* chore: updated btn url

* fix: merge conflicts

* fix: merge conflicts

* fix: use enum for roles

---------

Co-authored-by: vamsikrishnamathala <matalav55@gmail.com>
Co-authored-by: Lakhan Baheti <94619783+1akhanBaheti@users.noreply.github.com>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com>
2025-09-11 16:44:00 +05:30
M. Palanikannan
430eedfcf1 [WIKI-656] fix: rendering work item embed component in version history #4159 2025-09-11 14:34:36 +05:30
Vihar Kurama
469cf584bd [WEB-4859] fix: enable customer sidebar scrolling on small screens #4163 2025-09-11 14:33:52 +05:30
Vamsi Krishna
8bf059535a [WEB-4858]chore: updated content for error page (#7766)
* chore: updated content for error page

* chore: updated btn url
2025-09-11 14:22:46 +05:30
Vamsi Krishna
4cfea87108 [WEB-4857] fix: applied filters root update #7750 2025-09-11 14:21:30 +05:30
Vamsi Krishna
4fe2ef706b [WEB-4441]fix: members account type dropdown position #7759 2025-09-11 14:20:10 +05:30
sriram veeraghanta
8d354b3eb2 Potential fix for code scanning alert no. 636: URL redirection from remote source (#7760)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-11 14:18:13 +05:30
Sangeetha
ec541c2557 [WEB-4854] chore: project admin accesss to workspace admins (#7749)
* chore: project admin accesss to workspace admins

* chore: frontend changes

* chore: remove console.log

* chore: refactor permission decorator

* chore: role enum

* chore: rearrange role_choices
2025-09-11 14:16:36 +05:30
Lakhan Baheti
11cd8d11e4 [WIKI-632] chore: accept additional props for document collaborative editor (#7718)
* chore: add collaborative document editor extended props

* fix: additional rich text extension props

* fix: formatting

* chore: add types to the trailing node extension

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2025-09-11 14:15:39 +05:30
Henit Chobisa
a953231aeb [SILO-525] fix: added quotation marks around jira jql projects (#4172)
* fix: added quotation marks around jira jql projects

* fix: linter error
2025-09-10 20:51:54 +05:30
pushya22
fda95bea6a Sync: Community Changes #4169 2025-09-10 17:48:05 +05:30
Jayash Tripathy
0f7bfdde91 [WEB-4877] fix: webapp crash because of bar chart (#7763)
* 🔧 fix: dynamic bar color handling and refactored color retrieval logic.

* ♻️  refactor: updated any to Record in getBarColor
2025-09-10 17:44:52 +05:30
sriram veeraghanta
d5c51e2b6b Sync: Community Changes #4166 2025-09-10 17:25:47 +05:30
Henit Chobisa
d044dfbd71 [SILO-521] fix: started using internal api base url for api client for notion importer (#4151)
* fix: started using internal api base url for api client for notion importer

* fix: linter errors for notion
2025-09-10 17:24:29 +05:30
sriramveeraghanta
7d1d4241fd fix: merge conflicts 2025-09-10 17:19:52 +05:30
Vamsi Krishna
ac835bf287 [WEB-4874]fix: calendar picker build errors and styles override (#7762)
* fix: calender picker build errors

* fix: styles override in the picker implementation
2025-09-10 17:10:23 +05:30