M. Palanikannan
1bddaf75b2
fix: Image Resizing and PR ( #2996 )
...
* added image min width and height programatically
* fixed editor initialization for peek view and inbox issues
* fixed ts issues with issue id in inbox
2023-12-07 19:59:35 +05:30
rahulramesha
91cb15c2e3
fix: bugs related to issues ( #2995 )
...
* hide properties in list and kanban with 0 or nil values
* module and cycle mutation from peek overlay
* fix peek over view title change while switching
* fix create issue fetching
* fix build errors by mutating the values as well
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
a035cee165
[FED-1147] chore: module link mobx integration ( #2990 )
...
* chore: link type updated
* chore: mobx implementation for module link
* chore: update module mutation logic updated and toast alert added
2023-12-07 19:59:35 +05:30
guru_sainath
a4d7b2423e
chore: workspace profile issues, kanabn DND upgrade, implemented filters in plaen deploy ( #2991 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
e6eef7eb0b
chore: space ui component revamp and bug fixes ( #2980 )
...
* chore: replace space ui component with plane ui component
* fix: space project icon and user pic bug
* chore: code refactor
* fix: profile section navbar fix
2023-12-07 19:59:35 +05:30
Lakhan Baheti
dbc8150852
chore: email invite accept validation ( #2965 )
...
* fix: empty state flickering on accepting only invitation
* fix: redirection from workspace-invitaion to onboarding
* chore: onboarding step 1 skip on accepting invite from email
* fix: dashboard redirection path
2023-12-07 19:59:35 +05:30
sabith-tu
de9c1a60e0
style: image picker, spreadsheet view title, icons ( #2988 )
...
* style: image picker, spreadsheet view title, icons
* fix: build error fix
2023-12-07 19:59:35 +05:30
Lakhan Baheti
1b51892489
chore: issue update status in peekview & detail ( #2985 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
d12bd9507e
fix: leave project mutation ( #2976 )
2023-12-07 19:59:35 +05:30
Nikhil
41f0d55dab
fix: sentry dsn error ( #2981 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
eda0b32b97
chore: draft issue layout and permission validation ( #2982 )
...
* chore: create draft issue option added in draft issue layout and permission validation added
* chore: create draft issue option added in draft issue list layout and permission validation added
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
882cf91a91
chore: module and cycle sidebar date mutation fix ( #2986 )
2023-12-07 19:59:35 +05:30
Bavisetti Narayan
25b7e22b70
chore: html validation ( #2970 )
...
* chore: changed api serializers
* chore: state status code
* chore: removed sorted keys
2023-12-07 19:59:35 +05:30
rahulramesha
a36aa4d093
fix: Permission levels for project settings ( #2978 )
...
* fix add subgroup issue FED-1101
* fix subgroup by None assignee FED-1100
* fix grouping by asignee or labels FED-1096
* fix create view popup FED-1093
* fix subgroup exception in swimlanes
* fix show sub issue filter FED-1102
* use Enums instead of numbers
* fix Estimates setting permission for admin
* disable access to project settings for viewers and guests
* fix project unautorized flicker
* add observer to estimates
* add permissions to member list
2023-12-07 19:59:35 +05:30
rahulramesha
c346d82b0b
fix: mutation on transfer issues from cycle ( #2979 )
...
* fix cycle issues mutation on transfering issues
* fix transfer issues from cycle
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
054691d80e
refactor: custom hook for sign in redirection ( #2969 )
2023-12-07 19:59:35 +05:30
Nikhil
59a1b6ca77
chore: instance ( #2955 )
2023-12-07 19:59:35 +05:30
rahulramesha
979e6fe383
fix: sub display filter params for fetching issues ( #2972 )
...
* fix add subgroup issue FED-1101
* fix subgroup by None assignee FED-1100
* fix grouping by asignee or labels FED-1096
* fix create view popup FED-1093
* fix subgroup exception in swimlanes
* fix show sub issue filter FED-1102
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
6392a24098
chore: update instance admin sign in endpoint ( #2973 )
2023-12-07 19:59:35 +05:30
guru_sainath
f1b748947a
fix: global issues properties updation issue resolved ( #2974 )
2023-12-07 19:59:35 +05:30
rahulramesha
7bc05b0bdc
fix: V3 release blocker bugs ( #2968 )
...
* fix add subgroup issue FED-1101
* fix subgroup by None assignee FED-1100
* fix grouping by asignee or labels FED-1096
* fix create view popup FED-1093
* fix subgroup exception in swimlanes
2023-12-07 19:59:35 +05:30
sabith-tu
d7457ed5f4
style: empty state for analytics, views and pages ( #2967 )
2023-12-07 19:59:35 +05:30
guru_sainath
f969ed0662
fix: corrected rendering of workspace-level labels, members, and states in project view ( #2966 )
...
* fix: dynamic issue properties filters in project, workspace and profile level
* clean-up: removed logs from the project store
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
1296b6af42
style: updated the UI of the instance admin setup and the sign in workflow ( #2962 )
...
* style: updated the UI of the signin and instance setups
* fix: form validations and mutations
* fix: updated Link tags in accordance to next v14
* chore: latest features image, reset password redirection
2023-12-07 19:59:35 +05:30
Lakhan Baheti
a515c59518
fix: create workspace form validation ( #2958 )
...
* fix: create workspace form validation
* fix: textfield placeholder typo
* fix: name field onchange
2023-12-07 19:59:35 +05:30
guru_sainath
a276bd2301
chore: workspace global issues ( #2964 )
...
* dev: global issues store
* build-error: all issues render
* build-error: build error resolved in global view store
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
83026e8b2f
chore: profile issue display filters content updated ( #2963 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
1ef0a86c9d
chore: create issue modal improvement ( #2960 )
2023-12-07 19:59:35 +05:30
Manish Gupta
f3f71f4f9e
branch build fixes ( #2961 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
43cd0554fb
fix: view modal overlapping ( #2956 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta
ff03f8badb
fix: upgrading to nextjs 14 ( #2959 )
2023-12-07 19:59:35 +05:30
Manish Gupta
df647cc82a
fix: branch build 2 ( #2957 )
...
* branch build fix
* removed quotes
2023-12-07 19:59:35 +05:30
Manish Gupta
a96edca190
branch build fix ( #2954 )
2023-12-07 19:59:35 +05:30
Bavisetti Narayan
abd6e32fca
chore: removed django settings module ( #2953 )
2023-12-07 19:59:35 +05:30
Nikhil
46c7f98c9d
dev: update email templates ( #2948 )
...
* dev: update magic link email
* dev: forgot password mail
* dev: workspace invitation update
* dev: update email templates and task
* dev: remove email verification template
* dev: change all conversation links to issues
2023-12-07 19:59:35 +05:30
rahulramesha
c95a6522ab
fix: quick add positioning ( #2949 )
...
* fix quick add posutioning for kanban and spreadsheet
* fix kanban quick add project identifier
2023-12-07 19:59:35 +05:30
Nikhil
c598d458f6
chore: status code changed ( #2947 )
2023-12-07 19:59:35 +05:30
Nikhil
344ae5d551
dev: transactional emails ( #2946 )
2023-12-07 19:59:35 +05:30
Nikhil
5ccc226498
dev: instance registration ( #2912 )
...
* dev: remove auto script for registration
* dev: make all of the instance admins as owners when adding a instance admin
* dev: remove sign out endpoint
* dev: update takeoff script to register the instance
* dev: reapply instance model
* dev: check none for instance configuration encryptions
* dev: encrypting secrets configuration
* dev: user workflow for registration in instances
* dev: add email automation configuration
* dev: remove unused imports
* dev: reallign migrations
* dev: reconfigure license engine registrations
* dev: move email check to background worker
* dev: add sign up
* chore: signup error message
* dev: updated onboarding workflows and instance setting
* dev: updated template for magic login
* chore: page migration changed
* dev: updated migrations and authentication for license and update template for workspace invite
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
fd5b7d20a8
dev: instance setup workflow ( #2935 )
...
* chore: instance type updated
* chore: instance not ready screen added
* chore: instance layout added
* chore: instance magic sign in endpoint and type added
* chore: instance admin password endpoint added
* chore: instance setup page added
* chore: instance setup form added
* chore: instance layout updated
* fix: instance admin workflow setup
* fix: admin workflow setup
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2023-12-07 19:59:35 +05:30
sriram veeraghanta
ee30eb0590
fix: removed unused packages and upgraded to next 14 ( #2944 )
...
* fix: upgrading next package and removed unused deps
* chore: unused variable removed
* chore: next image icon fix
* chore: unused component removed
* chore: next image icon fix
* chore: replace use-debounce with lodash debounce
* chore: unused component removed
* resolved: fixed issue with next link component
* fix: updates in next config
* fix: updating types pages
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
2023-12-07 19:59:35 +05:30
guru_sainath
804313413b
chore: replaced v3 issues endpoints ( #2945 )
...
* chore: removed v3 endpoints
* chore: replace v3 issues to normal issues endpoints
* build-error: Bulid error is new issue structure
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
b2a948dcae
chore: cycle and module status indicator improvement ( #2942 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
468e117492
style: empty state improvement ( #2943 )
2023-12-07 19:59:35 +05:30
rahulramesha
90ca459b4a
fix: v3 issues for the layouts ( #2941 )
...
* fix drag n drop exception error
* fix peek overlay close buttons
* fix project empty state view
* fix cycle and module empty state view
* add ai options to inbox issue creation
* fix inbox filters for viewers
* fix inbox filters for viewers for project
* disable editing permission for members and viewers
* define accurate types for drag and drop
2023-12-07 19:59:35 +05:30
Lakhan Baheti
f7fa4d8b65
style: deactivate acount modal ( #2940 )
2023-12-07 19:59:35 +05:30
Bavisetti Narayan
56fb9414f1
chore: v3 global issues ( #2938 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
ffa74e21ac
chore: updated sign in workflow ( #2939 )
...
* chore: new sign in workflow
* chore: request new code button added
* chore: create new password form added
* fix: build errors
* chore: remove unused components
* chore: update submitting state texts
* fix: oauth sign in process
2023-12-07 19:59:35 +05:30
Lakhan Baheti
c2b90df498
chore: redirection to profile after workpace delete/leave ( #2937 )
2023-12-07 19:59:35 +05:30
Manish Gupta
a477161fca
fix: Branch Build and Self hosting fixes ( #2930 )
...
* Branch build yml modified to create preview and latest tags
* self host install modified to handle public image only
* testing update-docker
* testing
* wip
* rolled back to orignal
* selfhosting readme updated
2023-12-07 19:59:35 +05:30