Commit Graph

336 Commits

Author SHA1 Message Date
sriram veeraghanta
ae084e197b fix: runtime errors in api server 2025-09-30 02:02:29 +05:30
sriram veeraghanta
65b1004659 fix: build errors in api 2025-09-30 00:23:43 +05:30
sriramveeraghanta
d6b80f443d fix: merge conflicts 2025-09-29 19:33:10 +05:30
sriram veeraghanta
ebeac413fa [WEB-5044] fix: ruff lint and format errors (#4323)
* fix: lint errors

* fix: file formatting

* fix: lint errors
2025-09-29 19:15:42 +05:30
sriram veeraghanta
9237f568dd [WEB-5044] fix: ruff lint and format errors (#7868)
* fix: lint errors

* fix: file formatting

* fix: code refactor
2025-09-29 19:15:32 +05:30
Vipin Chaudhary
9b641e6407 [SILO-536] [WIKI-621] feat: drawio integration (#4317) 2025-09-29 15:49:29 +05:30
Saurabh Kumar
0d757b170c [SILO-567] Fallback SILO_BASE url to APP_BASE_URL for self hosted (#4312)
* fix silo base url fallback to app base url for selfhosted

* use web_url as a fallback
2025-09-29 15:27:11 +05:30
Henit Chobisa
558d9436ec [SILO-533] feat: added external api endpoint for customers feature (#4277)
* feat: added external api endpoint for customers feature

* fix: review comments from copilot

* fix: segretate endpoints into detail endpoints

* fix: moved name validation logic to serializer
2025-09-29 15:26:09 +05:30
Saurabh Kumar
106b077856 [SILO-553] Modify OAuth flow to store workspace id and app installation in token (#4289)
* add workspace to oauth token

* modify oauth flow to store  workspace and app installation in tokens and grant

* reduce app installation id cache ttl

* reduce app installation id cache ttl to 1s

* include clientid in cache key
2025-09-29 15:25:58 +05:30
sriramveeraghanta
e5394a48a8 fix: merge conflicts 2025-09-29 15:09:36 +05:30
Nikhil
1fb22bd252 [WEB-4805] fix: upgraded psycopgy packages to fix linting and removed unused imports (#7735)
* chore: update psycopg dependencies to version 3.2.9 in base requirements

* refactor: clean up unused imports across multiple files

* chore: update lxml dependency to version 6.0.0 in base requirements

* style: improve code readability by breaking long lines into multiple lines across several files

* style: enhance readability by breaking long lines in ModuleSerializer docstring
2025-09-29 14:33:50 +05:30
Dheeraj Kumar Ketireddy
f1f5bcf55e [WEB-5021] chore: add InitiativeLabelAssociation model and update InitiativeLabel fields (#4302)
* chore: add InitiativeLabelAssociation model and update InitiativeLabel fields

- Introduced the InitiativeLabelAssociation model to manage many-to-many relationships between initiatives and labels.
- Updated InitiativeLabel model to include new fields: name, description, and color.
- Removed direct foreign key relationships from InitiativeLabel to Initiative and Label.
- Adjusted unique constraints and added new constraints for InitiativeLabel.

* removed null from m2m

* fix: update __str__ method in InitiativeLabel model to return label name

* add unique constraint to InitiativeLabelAssociation model

- Introduced a unique constraint on the InitiativeLabelAssociation model to ensure that each initiative-label pair is unique when not marked as deleted.
- Updated migration file to reflect this new constraint.
2025-09-26 16:57:24 +05:30
Dheeraj Kumar Ketireddy
a95dc1bdf3 [WEB-4975] feat: Rich filters for Initiatives (#4262) 2025-09-25 20:30:52 +05:30
Bavisetti Narayan
dc44268ac4 [WIKI-635] feat: page comments in teamspace (#4122) 2025-09-25 20:25:44 +05:30
Vamsi Krishna
2fabde97f2 [WEB-4982]fix: exclude archived projects/epics across list, detail, and analytics in Initiatives (#4291)
* fix: filter archived projects from initiatives

* chore: added counts to scope data cards
2025-09-25 20:24:04 +05:30
Surya Prashanth
7bbfeb8328 [SILO-511] fix: migration sequence number for gitlab enterprise (#4294) 2025-09-25 15:16:21 +05:30
Henit Chobisa
7ebb8c7bf2 [SILO-532] feat: added support for importing teamspace and project pages in notion and confluence importer (#4253) 2025-09-25 13:22:17 +05:30
Saurabh Kumar
0bdc80d5c5 [SILO-516] Migration for Gitlab self hosted app #4218 2025-09-25 13:01:49 +05:30
Dheeraj Kumar Ketireddy
5387467aaf [WEB-4993] chore: added state field to Initiative model and dropped status field #4281 2025-09-24 19:10:16 +05:30
Vamsi Krishna
1eb1eae582 [WEB-4992]chore: updated feature flags (#4278) 2025-09-24 18:40:45 +05:30
M. Palanikannan
7ac0716d02 [WIKI-292] fix: page comment preview bugs (#4280) 2025-09-24 18:08:12 +05:30
Aaryan Khandelwal
8a775b4048 fix: merge conflicts resolved from preview 2025-09-24 17:59:55 +05:30
Sangeetha
b5ba0a705f [WEB-4996] fix: accessing NoneType intake #7847 2025-09-24 17:43:28 +05:30
M. Palanikannan
f812ee2f46 [WIKI-691] fix: private pages list bug (#4283) 2025-09-23 20:48:44 +05:30
Surya Prashanth
801b3315d8 [SILO-531] feat: update openapi spec to 0.0.2 (#4226) 2025-09-23 19:28:03 +05:30
Bavisetti Narayan
384002cdba Merge branch 'preview' into sync/ce-ee 2025-09-23 18:51:50 +05:30
Bavisetti Narayan
0ed49a6989 [WIKI-694] chore: added summary endpoint for pages (#7842)
* chore: added summary endpoint for pages

* chore: updated the filters
2025-09-23 18:42:54 +05:30
Vamsi Krishna
3a612e1e67 [WEB-4068]fix: implements relation list api #4266 2025-09-22 18:08:39 +05:30
Vamsi Krishna
d63448322c [WEB-4068]feat: implements / implemented by relation for work items and epics (#3420) 2025-09-22 16:16:52 +05:30
Prateek Shourya
9aef5d4aa9 [WEB-4951] [WEB-4884] feat: work item filters revamp (#7810) 2025-09-19 18:27:36 +05:30
NarayanBavisetti
3710d91f93 chore: removed the view filters in queryset 2025-09-19 16:09:45 +05:30
Sangeetha
825c9f6d9d [WEB-4888] feat: track assignees on epic creation #4245 2025-09-19 14:48:27 +05:30
Dheeraj Kumar Ketireddy
de932a3d3d [WEB-4970] fix: your work duplicate issues and space issue endpoint grouping #4254 2025-09-19 13:01:24 +05:30
NarayanBavisetti
6ed063b354 Merge branch 'preview' of github.com:makeplane/plane-ee into sync/ce-ee 2025-09-18 21:14:10 +05:30
Aaryan Khandelwal
cc244b84a5 [WIKI-616] feat: pages reordering (#4174) 2025-09-18 20:50:19 +05:30
Bavisetti Narayan
56cb2f8b57 [WIKI-657] refactor: page permission layer (#4179) 2025-09-18 20:46:48 +05:30
M. Palanikannan
333937947e [WIKI-650] fix: page comments bugs (#4189) 2025-09-18 20:43:51 +05:30
Sangeetha
d50737997a [WEB-4958] fix: archived issues in epic anlaytics count #4234 2025-09-18 20:26:50 +05:30
Bavisetti Narayan
9ede04f1b3 [WEB-4851] chore: updated activity keys for work item (#7733) 2025-09-18 20:25:34 +05:30
Bavisetti Narayan
9182c9593b [WIKI-657] refactor: the page permissions in project (#7761) 2025-09-18 20:14:46 +05:30
Sangeetha
e26c506cf9 [WEB-4899] fix: workspace admin cannot delete intake and cycle (#7807)
* fix: permission check on viewset

* chore: check workspace admin

* chore: initiative is_workspace_admin before if condition

* chore: project member check

* fix: if conditions

* chore: add condition for guests to only edit description and name

* fix: use ROLE enum instead of magic numbers

* chore: remove if condition
2025-09-18 20:11:35 +05:30
Nikhil
f2057cd8fe [WEB-3528] fix: correct member id in modules list showing deleted_at members #7777 2025-09-18 20:10:04 +05:30
Nikhil
69c688b017 [WEB-4873]: Add webhook log cleanup task and update Celery schedule (#7772) 2025-09-18 20:09:01 +05:30
Dheeraj Kumar Ketireddy
d74ea41b5e [WEB-4966] fix: Forwarding filtered query set to grouping to reuse it #4249 2025-09-18 18:27:07 +05:30
guru_sainath
0550cc5de6 promote: mobile runway to preview (#4229) 2025-09-18 18:12:37 +05:30
sriram veeraghanta
740a7783c7 Sync: Community Changes #4237 2025-09-17 18:57:11 +05:30
Vamsi Krishna
877c117c37 [WEB-4943]fix: next path url redirection (#7817)
* fix: next path url redirection

* fix: enhance URL redirection safety in authentication views

Updated SignInAuthSpaceEndpoint, GitHubCallbackSpaceEndpoint, GitLabCallbackSpaceEndpoint, and GoogleCallbackSpaceEndpoint to include checks for allowed hosts and schemes before redirecting. This improves the security of URL redirection by ensuring only valid URLs are used.

* chore: updated uitl to handle double /

---------

Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2025-09-17 18:52:35 +05:30
Jayash Tripathy
73cd9a0759 [WEB-4948] refactor: remove dashboard filter feature flag #4231 2025-09-17 17:03:28 +05:30
Saurabh Kumar
37360a5ad2 [SILO-474] Data Migrations for existing customers Github new flow (#4110)
* data migration and management command for github v1

* add check to support already splitted entity connections

* fix return and method name in migration

* add entity connection id arg and fixes

* remove log params
2025-09-17 17:02:30 +05:30
sriram veeraghanta
2f4e6d1258 Sync: Community Changes #4230 2025-09-17 16:16:42 +05:30