Commit Graph

1685 Commits

Author SHA1 Message Date
vamsikrishnamathala
0b2df70de4 chore: added translations 2025-12-26 13:26:42 +05:30
sangeethailango
43c1df2ee3 fix: expired_at set as a read only field 2025-12-24 19:58:41 +05:30
sangeethailango
b01a8a3c5f fix: workspace tokens are returned in user tokens 2025-12-24 19:15:27 +05:30
vamsikrishnamathala
6c1f707325 Merge branch 'feat-workspace-api-tokens' of github.com:makeplane/plane into workspace-api-tokens 2025-12-24 18:42:24 +05:30
sangeethailango
3eaf39439a merge preview 2025-12-24 17:41:45 +05:30
sangeethailango
e6d8594679 Revert "Merge branch 'chore-user-property-migrations' of github.com:makeplane/plane into workspace-api-tokens"
This reverts commit 806cf4df1e, reversing
changes made to 841388a1d5.
2025-12-24 17:03:47 +05:30
Prateek Shourya
0c795e95ac [WEB-5798] refactor: web and admin auth related components and update admin designs (#8431)
* refactor: web and admin auth related components and update admin designs.

* fix: format
2025-12-24 16:31:52 +05:30
sriram veeraghanta
777200db7b chore: workspace events (#8439)
* chore: adding invite and joined events

* chore: adding workspace create and update events
2025-12-23 19:47:00 +05:30
Anmol Singh Bhatia
d09c91b838 [WEB-5772] chore: theme switcher code refactor #8438 2025-12-23 19:42:01 +05:30
Anmol Singh Bhatia
2bc7080d24 [WEB-5772] chore: theme switcher and editor colors enhancements (#8436) 2025-12-23 18:09:26 +05:30
sangeethailango
e9b307d372 chore: workspace api token permission check 2025-12-23 15:57:31 +05:30
Jayash Tripathy
6cd85a7095 [WEB-5784] fix: truncation of links in work items (#8430) 2025-12-23 15:14:16 +05:30
b-saikrishnakanth
b028d833c2 feat: add API tokens management to workspace settings 2025-12-23 15:13:33 +05:30
Anmol Singh Bhatia
5590bf7198 [WEB-5772] fix: theme switch flicker (#8428) 2025-12-23 15:01:01 +05:30
Vamsi Krishna
70eea50db5 [WEB-5786] fix: updated font size for dates at Kanban card #8429 2025-12-23 14:32:01 +05:30
Anmol Singh Bhatia
c0552f06f2 [WEB-5788] fix: board layout group by icon #8426 2025-12-23 14:20:04 +05:30
Jayash Tripathy
cb9b4f7887 [WEB-5784] fix: truncation issue in wi properties (#8422)
* fix: update background surface 2 variables in tailwind config

* fix: improve layout and truncation handling in issue link and list items
2025-12-22 20:31:51 +05:30
Jayash Tripathy
5a2e2e7e11 [WEB-5662][WEB-5770] fix: alignment of cycles in sidebar and layout selection dropdown button (#8414) 2025-12-22 16:40:51 +05:30
sangeethailango
08b7370dbc chore: set header 2025-12-22 16:05:08 +05:30
Aaryan Khandelwal
72883e76a5 [WEB-5773] fix: editor image full screen modal (#8413) 2025-12-22 15:50:02 +05:30
Vamsi Krishna
57bbf3cf43 [WEB-5746]fix: workspace member modal z-index #8410 2025-12-22 13:50:50 +05:30
b-saikrishnakanth
46453560f2 [WEB-5657] chore: synchronization configuration for multiple providers in authentication adapter #8409 2025-12-22 12:55:19 +05:30
Nikhil
c2ce21e56c [WEB-5657] feat: add synchronization configuration for multiple providers in authentication adapter (#8336)
* feat: add sync functionality for OAuth providers

- Implemented `check_sync_enabled` method to verify if sync is enabled for Google, GitHub, GitLab, and Gitea.
- Added `sync_user_data` method to update user details, including first name, last name, display name, and avatar.
- Updated configuration variables to include sync options for each provider.
- Integrated sync check into the login/signup process.

* feat: add sync toggle for OAuth providers in configuration forms

* fix: remove default value for sync options in OAuth configuration forms

* chore: delete old avatar and upload a new one

* chore: update class method

* chore: add email nullable

* refactor: streamline sync check for multiple providers and improve avatar deletion logic

* fix: ensure ENABLE_SYNC configurations default to "0" for Gitea, Github, Gitlab, and Google forms

* fix: simplify toggle switch value handling in ControllerSwitch component

---------

Co-authored-by: b-saikrishnakanth <bsaikrishnakanth97@gmail.com>
2025-12-22 12:23:39 +05:30
Anmol Singh Bhatia
83496487d4 [WEB-5614] chore: package and layout enhancements #8403 2025-12-21 12:41:11 +05:30
Vamsi Krishna
409a3e84ab [WEB-5768]chore: updated comment UI #8402 2025-12-19 20:02:40 +05:30
sangeethailango
2624a5c6e4 chore: separate rate limit class for workspace api token 2025-12-19 19:14:43 +05:30
Anmol Singh Bhatia
313314ebd6 [WEB-5614] chore: sidebar enhancement #8401 2025-12-19 19:09:36 +05:30
Vamsi Krishna
1ad5772694 [WEB-5761]fix: intake spacing issue (#8399) 2025-12-19 19:08:02 +05:30
Jayash Tripathy
67c39dfc3d [WEB-5762] fix: workitem detail sidebar properties design consistency (#8400) 2025-12-19 18:15:56 +05:30
sangeethailango
806cf4df1e Merge branch 'chore-user-property-migrations' of github.com:makeplane/plane into workspace-api-tokens 2025-12-19 16:36:04 +05:30
Aaryan Khandelwal
3876bf054c [WEB-5675] chore: implement fontsource as the fonts library (#8398) 2025-12-19 16:21:04 +05:30
Anmol Singh Bhatia
df69886080 [WEB-5614] chore: work item detail comment and sidebar enhancements (#8397) 2025-12-19 16:09:46 +05:30
Jayash Tripathy
f3d5e7def3 [WEB-5454] fix: optimize date validation logic in CycleCreateUpdateModal #8394 2025-12-19 15:41:21 +05:30
Aaryan Khandelwal
465c99f742 fix: input fields bg (#8389) 2025-12-18 20:25:46 +05:30
Jayash Tripathy
81dbd5ab19 [WEB-5614] refactor: update styling and structure across various components (#8388) 2025-12-18 20:19:51 +05:30
Anmol Singh Bhatia
80acecb77a chore: platform layout enhancements (#8386) 2025-12-18 20:00:35 +05:30
Aaryan Khandelwal
5e0091e32e fix: font imports (#8387) 2025-12-18 19:59:46 +05:30
Aaryan Khandelwal
ba7b2a3e27 fix: space app default background (#8384) 2025-12-18 18:43:37 +05:30
b-saikrishnakanth
eafa393524 [WEB-5726] fix: showing an empty state on deleted work item link #8381 2025-12-18 18:41:29 +05:30
Aaryan Khandelwal
9747bffbe2 [WEB-5652] fix: kanban quick add UI #8382 2025-12-18 18:40:00 +05:30
Anmol Singh Bhatia
b165e2a3fe [WEB-5614] chore: platform header and breadcrumb enhancements (#8383) 2025-12-18 18:39:06 +05:30
NarayanBavisetti
d75efb3cfd chore: changed the project sort order in project user property 2025-12-18 18:11:53 +05:30
Aaryan Khandelwal
3df58397b5 fix: tooltip imports (#8379) 2025-12-18 17:19:10 +05:30
Aaryan Khandelwal
cae66ef853 [WEB-5649] [WEB-5675] fix: local font files #8377 2025-12-18 16:48:50 +05:30
Anmol Singh Bhatia
67416935b4 [WEB-5614] chore: platform design token enhancements (#8373) 2025-12-18 16:45:04 +05:30
Aaryan Khandelwal
78f4a7294b [WEB-5676] style: gantt column outline #8374 2025-12-18 16:34:21 +05:30
Aaryan Khandelwal
ad2291dfee [WEB-5660] [WEB-5737] fix: cycle and module sidebar #8375 2025-12-18 16:33:57 +05:30
Jayash Tripathy
c56bb06957 chore: update component styles and class names for consistency across the application (#8376) 2025-12-18 16:33:32 +05:30
Aaryan Khandelwal
88f4d8253d chore: replace old classNames (#8372) 2025-12-18 13:08:38 +05:30
Anmol Singh Bhatia
9b90fbf5aa [WEB-5641] chore: sub work item quick menu padding #8370 2025-12-17 21:26:42 +05:30