Vamsi Krishna
8efe692c80
[WEB-3235]fix: transfer issues button mutation ( #6549 )
...
* fix: pending issues mutation
* fix: transfer issues count
2025-02-10 19:33:43 +05:30
Akshita Goyal
a2328d0cbe
fix: workspace roles for settings and members button ( #6574 )
...
* fix: workspace roles for settings and members button
* fix: user role and member count for new workspace
* chore: set role to 20 while workspace creation
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2025-02-10 15:03:50 +05:30
sangeethailango
55c2511ab5
modify: workspace serializer
2025-02-10 14:27:21 +05:30
Sangeetha
a00bb35e54
[WEB-3285] fix: creating and updating duplicate quick links ( #6557 )
...
* fix: creating and updating duplicate quick links
* fix: improve code readibiltiy
2025-02-07 20:06:47 +05:30
Akshita Goyal
20ba91b98c
[WEB-3292] feat: workspace switcher redesign ( #6543 )
...
* feat: ui changes for workspace switcher
* fix: hover
* fix: added current plan
* feat: Return user role
* chore: remove unused imports
* fix: css
* fix: added user role in workspace switcher
* fix: return role as integer
* fix: role casing
* fix: refactor
* fix: plan pill fix
* fix: design updates
* fix: refactor
* fix: member translation
* fix: css improvements
* fix: truncate issue
* fix: workspace switcher dropdown email truncate
* fix: workspace switcher dropdown email truncate
* fix: role
---------
Co-authored-by: sangeethailango <sangeethailango21@gmail.com >
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
2025-02-07 20:05:57 +05:30
Prateek Shourya
89d1926727
[WEB-3251] fix: add to projects list API ( #6550 )
2025-02-05 15:18:02 +05:30
Sangeetha
9bd70cdb4e
fix: add Your Work sidebar preference ( #6548 )
2025-02-05 14:56:50 +05:30
Prateek Shourya
99f3d5810d
[WEB-3309] fix: project stats endpoint ( #6544 )
2025-02-04 23:46:32 +05:30
Prateek Shourya
10b5c625ef
[WEB-3251] improvement: optimize projects API ( #6542 )
2025-02-04 16:02:07 +05:30
shuaixr
a03a41ea5f
fix: delete webhook for issues, issue_comments, projects ( #6539 )
...
* fix: prevent error when triggering deletion webhook
The deletion webhook was not firing because it attempted to retrieve
data after deletion, causing a failure.
According to the webhook documentation https://developers.plane.so/webhooks/intro-webhooks , the delete event should only contain
id, so the fix aligns with this expected behavior.
* fix: make delete_comment_activity include comment_id
The delete issues comment webhook requires comment_id
* fix: trigger webhook on project delete
2025-02-03 14:53:40 +05:30
Bavisetti Narayan
9f4dd771fc
chore: webhook, comments migration ( #6523 )
...
* chore: migration changes
* chore: renamed the display value
* chore: reverted the accounts code
2025-01-31 18:04:40 +05:30
Abenezer Belachew
9268180aec
path already defined on line 51 ( #6427 )
2025-01-30 13:36:16 +05:30
Sangeetha
8f5ce6b232
feat: user preference url and sort order change ( #6505 )
...
* fix: change url
* Change order of user preference keys
2025-01-30 13:29:39 +05:30
guru_sainath
312b077657
[WEB-3177] fix: resolve cycle creation issue for equal start_date and completed_date ( #6504 )
...
* fix: fixed cycle startdate if the the start_date and completed cyles dates are today
* chore: updated validation for date match
2025-01-29 16:35:25 +05:30
Bavisetti Narayan
c65e42f807
chore: add attachment in intake issue ( #6503 )
2025-01-29 15:53:34 +05:30
sriram veeraghanta
2f2e6626c6
fix: typo fixes
2025-01-28 21:07:59 +05:30
Sangeetha
6a8d3202b7
feat: workspace user preference api ( #6497 )
...
* feat: workspace user preference api
* feat: remove sort order calculation
* Return 404 error
2025-01-28 20:50:24 +05:30
Bavisetti Narayan
51b52a7fc3
[WEB-3249] chore: delete the user recent visits ( #6496 )
...
* chore: delete the user recent visits
* chore: hard deleted the recent visits
2025-01-28 20:50:15 +05:30
Bavisetti Narayan
23ede81737
chore: update project state ( #6467 )
2025-01-28 20:49:36 +05:30
Bavisetti Narayan
7fe58e0ea9
chore: added estimate point value in expand issues ( #6483 )
2025-01-28 15:11:33 +05:30
Bavisetti Narayan
ee22dbba1b
chore: added a condition to restrict duplicate user creation ( #6447 )
2025-01-24 15:33:08 +05:30
Prateek Shourya
0b53912295
[WEB-3207] chore: add state_id, priority and assignee_ids to create issue relation response ( #6448 )
2025-01-23 14:16:06 +05:30
guru_sainath
b611f5110f
chore: issue and issue description version endpoints ( #6434 )
2025-01-21 20:34:43 +05:30
Bavisetti Narayan
26a9b7fced
fix: dashboard completed issues count ( #6422 )
2025-01-17 18:03:28 +05:30
Bavisetti Narayan
00cc338c07
[WEB-3039] fix: assignee count in dashboard ( #6418 )
...
* fix: assignee count in dashboard
* fix: removed the extra filter
2025-01-17 15:24:03 +05:30
Nikhil
95f43a7bb6
fix: admin login when the user is not present ( #6399 )
2025-01-16 19:59:04 +05:30
Akshita Goyal
fd7eedc343
[WEB-3096] feat: stickies page ( #6380 )
...
* feat: added independent stickies page
* chore: randomized sticky color
* chore: search in stickies
* feat: dnd
* fix: quick links
* fix: stickies abrupt rendering
* fix: handled edge cases for dnd
* fix: empty states
* fix: build and lint
* fix: handled new sticky when last sticky is emoty
* fix: new sticky condition
* refactor: stickies empty states, store
* chore: update stickies empty states
* fix: random sticky color
* fix: header
* refactor: better error handling
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2025-01-16 19:57:51 +05:30
Vamsi Krishna
369d927321
[WEB-3102]fix: transfer issues count ( #6384 )
...
* fix: updated cancelled issues count into pending issues
* chore: code refactor
* chore: added pending issues count
* chore: added pending issues count
* chore: added pending_issues to api response
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2025-01-15 16:19:22 +05:30
sriram veeraghanta
4060412b18
fix: upgrade django version to fix vulneribility
2025-01-15 14:42:36 +05:30
sriram veeraghanta
c779fc095c
fix: deprecated dashboard fix
2025-01-13 16:29:53 +05:30
sriram veeraghanta
b5493a31f8
fix: home widget reorder fix ( #6386 )
2025-01-13 16:27:50 +05:30
sriram veeraghanta
25eb727eb9
fix: error handling for workspace invite bg task ( #6385 )
2025-01-13 14:33:59 +05:30
sriram veeraghanta
39ca600091
fix: workspace user perferences model and migrations
2025-01-10 19:54:48 +05:30
Bavisetti Narayan
95175ab939
chore: changed the creator of page when duplicated ( #6378 )
2025-01-10 18:08:23 +05:30
Sangeetha
8db51ab295
[WEB 3099] fix: listing bots as project members in recents ( #6377 )
...
* fix: listing bots as project members
* chore: added a filter to removed inactive users
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2025-01-10 17:58:04 +05:30
Bavisetti Narayan
85ee7f9af0
chore: removed extra permission in stickies ( #6372 )
2025-01-10 14:17:41 +05:30
Sangeetha
06ecbe884c
[WEB-3101] fix: quick links error in home ( #6371 )
2025-01-10 13:02:14 +05:30
Sangeetha
de009d6d10
[WEB 3053]feat: support LibreOffice file attachments in issues ( #6343 )
...
* feat: API endpoints for stickies
* Support libre office in issue attachments
* Remove flash
2025-01-10 10:20:38 +05:30
guru_sainath
2ddd7096e4
[WEB-3087] fix: handle cycle start and end timezone conversion in list, create, and update ( #6366 )
...
* chore: handled cycle start and start timezone conversion in list, create and update
* chore: yarn lock
2025-01-09 18:20:18 +05:30
Akshita Goyal
add35b5ea6
[WEB-3092] fix: fixed recents + removed home route ( #6365 )
...
* fix: fixed recents + removed home route
* Return current users recents
---------
Co-authored-by: sangeethailango <sangeethailango21@gmail.com >
2025-01-09 17:25:49 +05:30
guru_sainath
448a34aa5f
[WEB-3087] fix: project_id handling in cycle create write serializer ( #6358 )
...
* chore: handled cycle create write serailizer project_id current instance
* chore: updated instance validation in cycle write serializer
2025-01-09 16:23:53 +05:30
Sangeetha
d96ab2e7af
[WEB-3088] fix: home edits ( #6357 )
...
* fix: added delete sticky confirmation modal
* fix: prevented quick links reordering
* fix: quick links css
* fix: minor css
* fix: empty states
* Filter quick_tutorial and new_at_plane
* fix: stickies search backend change
* fix: stickies editor enhanced
* fix: sticky delete function
---------
Co-authored-by: gakshita <akshitagoyal1516@gmail.com >
2025-01-09 14:51:04 +05:30
Sangeetha
24944a03c6
Add default page size in the list endpoint ( #6344 )
2025-01-07 20:31:38 +05:30
Akshita Goyal
cb045abfe1
[WEB-3048] feat: added-stickies ( #6339 )
...
* feat: added-stickies
* fix: recents empty state fixed
* fix: added border
* Change sort_order field
* fix: remvoved btn
* fix: sticky toolbar
* fix: build
* fix: sticky search
* fix: minor css fix
* fix: issue identifier css handled
* fix: issue type default icon
* fix: added tooltip for color palette and delete
---------
Co-authored-by: sangeethailango <sangeethailango21@gmail.com >
2025-01-07 20:30:42 +05:30
guru_sainath
6914dc9f42
fix: start date and end date comparassion fix in cycle create and update ( #6333 )
2025-01-07 15:20:35 +05:30
Sangeetha
742559bc63
feat: API endpoints for stickies ( #6335 )
2025-01-07 15:18:01 +05:30
Bavisetti Narayan
70dacc5e6a
fix: removed the unused triage state ( #6337 )
2025-01-07 15:17:29 +05:30
Akshita Goyal
790ecee629
[WEB-2846] feat: home integrations ( #6321 )
...
* wip
* chore: wip
* fix: preserved old component
* fix
* fix: seperate route added
* fix
* Only return user ID of project members
* Return issue ID
* fix: recents api integrations
* fix: types
* fix: types
* fix: added tooltips
* chore: added apis
---------
Co-authored-by: sangeethailango <sangeethailango21@gmail.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
2025-01-06 20:36:13 +05:30
guru_sainath
0cabde03f0
[WEB-3044] fix: Correct handling of equal start and end dates in cycle create and update ( #6328 )
...
* chore: handled start and end date issue when user send the start and end date equal
* chore: updated variable name and comment
* chore: typo
2025-01-06 20:31:31 +05:30
Sangeetha
1acaae9d5e
[WEB-3038]feat: home preferences ( #6308 )
...
* WIP
* WIP
* WIP
* WIP
* Create home preference if not exist
* chore: handled the unique state name validation (#6299 )
* fix: changed the response structure (#6301 )
* [WEB-1964]chore: cycles actions restructuring (#6298 )
* chore: cycles quick actions restructuring
* chore: added additional actions to cycle list actions
* chore: cycle quick action structure
* chore: added additional actions to cycle list actions
* chore: added end cycle hook
* fix: updated end cycle export
---------
Co-authored-by: gurusinath <gurusainath007@gmail.com >
* fix: active cycle graph tooltip and endpoint validation (#6306 )
* [WEB-2870]feat: language support (#6215 )
* fix: adding language support package
* fix: language support implementation using mobx
* fix: adding more languages for support
* fix: profile settings translations
* feat: added language support for sidebar and user settings
* feat: added language support for deactivation modal
* fix: added project sync after transfer issues (#6200 )
* code refactor and improvement (#6203 )
* chore: package code refactoring
* chore: component restructuring and refactor
* chore: comment create improvement
* refactor: enhance workspace and project wrapper modularity (#6207 )
* [WEB-2678]feat: added functionality to add labels directly from dropdown (#6211 )
* enhancement:added functionality to add features directly from dropdown
* fix: fixed import order
* fix: fixed lint errors
* chore: added common component for project activity (#6212 )
* chore: added common component for project activity
* fix: added enum
* fix: added enum for initiatives
* - Do not clear temp files that are locked. (#6214 )
- Handle edge cases in sync workspace
* fix: labels empty state for drop down (#6216 )
* refactor: remove cn helper function from the editor package (#6217 )
* * feat: added language support to issue create modal in sidebar
* fix: project activity type
* * fix: added missing translations
* fix: modified translation for plurals
* fix: fixed spanish translation
* dev: language type error in space user profile types
* fix: type fixes
* chore: added alpha tag
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
Co-authored-by: Akshita Goyal <36129505+gakshita@users.noreply.github.com >
Co-authored-by: Satish Gandham <satish.iitg@gmail.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: gurusinath <gurusainath007@gmail.com >
* feat: introduced stacked bar chart and tree map chart. (#6305 )
* feat: add issue attachment external endpoint (#6307 )
* [PE-97] chore: re-order pages options (#6303 )
* chore: re-order pages dropdown options
* chore: re-order pages dropdown options
* fix: remove localdb tracing
* [WEB-2937] feat: home recent activies list endpoint (#6295 )
* Crud for wuick links
* Validate quick link existence
* Add custom method for destroy and retrieve
* Add List method
* Remove print statements
* List all the workspace quick links
* feat: endpoint to get recently active items
* Resolve conflicts
* Resolve conflicts
* Add filter to only list required entities
* Return required fields
* Add filter
* Add filter
* fix: remove emoji edit for uneditable pages (#6304 )
* Removed duplicate imports
* feat: patch api
* Enable sort order to be updatable
* Return key name
only insert missing keys
use serializer to return data
* Remove random generation of sort_order
* Remove name field
Remove random generation of sort_order
---------
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: Vamsi Krishna <46787868+mathalav55@users.noreply.github.com >
Co-authored-by: gurusinath <gurusainath007@gmail.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
Co-authored-by: Akshita Goyal <36129505+gakshita@users.noreply.github.com >
Co-authored-by: Satish Gandham <satish.iitg@gmail.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
2025-01-06 17:36:10 +05:30