sriram veeraghanta
43e736c032
Merge pull request #47 from makeplane/develop
...
fix: clickjacking fix
2023-12-20 14:01:39 +05:30
sriram veeraghanta
67eca06e67
Merge pull request #46 from makeplane/sync/cc-ee
...
fix: adding additional headers to restrict iframe
2023-12-20 14:00:09 +05:30
sriram veeraghanta
216a7c8fda
fix: adding additional headers to restrict iframe
2023-12-20 13:49:17 +05:30
sriram veeraghanta
1aca5850b7
Merge pull request #44 from makeplane/develop
...
promote changes from develop to preview
2023-12-18 20:25:58 +05:30
sriram veeraghanta
1e02b25c15
Merge pull request #43 from makeplane/sync/ce-ee
...
chore: cycle and module sidebar mutation fix (#3174 )
2023-12-18 20:25:10 +05:30
Anmol Singh Bhatia
7bff8d2ec5
chore: cycle and module sidebar mutation fix ( #3174 )
...
* chore: issue action cycle sidebar mutation fix
* chore: issue action module sidebar mutation fix
2023-12-18 19:01:10 +05:30
sriram veeraghanta
e01198e6b2
Merge pull request #41 from makeplane/develop
...
promote: develop to preview
2023-12-18 15:44:06 +05:30
sriram veeraghanta
eeab727065
Merge pull request #40 from makeplane/sync/ce-ee
...
sync: community changes to enterprise repo
2023-12-18 15:39:40 +05:30
sriram veeraghanta
6f2cce081f
Merge pull request #3171 from makeplane/develop
...
Promote: develop change to preview
2023-12-18 15:37:53 +05:30
sriram veeraghanta
a86dafc11c
Merge pull request #3170 from makeplane/preview
...
sync: moving contributions from preview to develop
2023-12-18 15:25:34 +05:30
Aaryan Khandelwal
81256d6373
chore: add tooltips to issue properties with no value ( #3169 )
...
* chore: add tolltips to properties with no value
* chore: update property types
2023-12-18 15:17:38 +05:30
Lakhan Baheti
c9792da4a1
fix: bug fixes & improvements ( #3159 )
...
* fix: on issue update updates_on not updating
* fix: on project change cycle update
* fix: update issue
2023-12-18 14:59:25 +05:30
Prateek Shourya
37df0bcdd8
fix: issue with peek view properties not editable and options not being shown in all workspace issues. ( #3100 )
...
* fix: issue with peek view properties not editable and options not being shown in `all workspace issues`..
* refactor: use projectId from props instead of router query.
fix: issue in add to module/ cycle not working properly.
2023-12-18 14:47:40 +05:30
Prateek Shourya
18c86bd8cc
chore: add email from address in Instance Admin Email Settings. ( #3155 )
2023-12-18 13:36:09 +05:30
dependabot[bot]
0ee6c20272
chore(deps): bump cryptography in /apiserver/requirements ( #3166 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.5 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.6 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 13:26:21 +05:30
Prateek Shourya
184db0156c
User role validation across workspace and projects. ( #3167 )
...
* chore: remove `add link` button for guests & viewer in modules sidebar.
* chore: remove `+` (add view) icon for guests & viewer in `All Issues`.
* chore: remove `Start Project` button from Dashboard & Projects empty state for guests & viewers.
* chore: project level user role validation for empty states.
2023-12-18 13:25:03 +05:30
Nikhil
b7a0f3c693
fix: project cover list endpoint ( #3168 )
2023-12-18 13:19:04 +05:30
Ikko Eltociear Ashimine
e40f38e2e1
fix: typo in install.sh ( #3136 )
...
availabe -> available
2023-12-18 12:17:15 +05:30
Lakhan Baheti
05e7afab8d
fix: issue peek-overview delete functionality ( #3134 )
...
* fix: peek-overview delete issue
* refactor: removed unused variables
2023-12-18 12:14:57 +05:30
Anmol Singh Bhatia
969a51f425
chore: issue click & peek overview improvement ( #3157 )
...
* improve issue popover to detect outside click
* chore: stopPropagation event added to prevent peekoverview triggering in action menu & issue properties
* chore: stopPropagation event added to prevent peekoverview triggering in issue properties
* chore: enable entire issue card clickability in list and kanban layout, introduce control-click functionality
to open issues in new tabs
* chore: build error fix and unused variable removed
* chore: build error fix
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-18 12:11:14 +05:30
sriram veeraghanta
849bc92aea
Merge pull request #3121 from notpushkin/patch-1
...
Fix .vertical-lr in Firefox
2023-12-18 01:11:31 +05:30
Lakhan Baheti
a37dec45d9
chore: made project-identifier rule consistent ( #3148 )
2023-12-17 00:39:23 +05:30
Lakhan Baheti
e1793dda74
chore: role restriction to issue detail & peek-overview ( #3146 )
...
* chore: disabled interaction with title & description in peekview & issue detail
* chore: restriction to attachments delete for lower roles
* chore: kanban & calendar block drag restriction for lower roles
* fix: module/issue sidebar links access for lower roles
* fix: issue detail role validation
* fix: user role validation condition
2023-12-17 00:38:05 +05:30
Anmol Singh Bhatia
31fdaf2659
fix: project members fetch fix ( #3145 )
...
* chore: all issues assignee fetch fix
* chore: assignee fetch logic updated
2023-12-17 00:36:56 +05:30
Aaryan Khandelwal
8a1a6c6f62
chore: disable API calls for un-authorized users ( #3144 )
...
* fix: disable api calls if user doesn't have access
* chore: remove permissions from component level
* chore: rmeove console log and organize import statements
2023-12-17 00:35:53 +05:30
Prateek Shourya
3d83101f69
fix: issue with cycle and module sidebar filter implementation. ( #3142 )
2023-12-17 00:34:42 +05:30
Lakhan Baheti
d473ba9d0d
fix: create issue project ID ( #3131 )
2023-12-17 00:32:00 +05:30
Aaryan Khandelwal
e5902152ab
fix: overflow issues in the profile settings layout ( #3163 )
2023-12-17 00:21:03 +05:30
sriram veeraghanta
f03a9a6de8
fix: sync changes ( #3156 )
...
* fix: sync changes
* fix: sync changes
* fix: sync changes updated
2023-12-15 18:12:16 +05:30
Anmol Singh Bhatia
b7e2f1e57a
chore: resolve priority sorting order ( #3141 )
2023-12-15 17:37:37 +05:30
sriram veeraghanta
885de6f679
fix: sync changes ( #3154 )
2023-12-15 17:36:26 +05:30
sriram veeraghanta
ce9714ff12
fix: sync pr changes ( #3153 )
2023-12-15 17:31:14 +05:30
sriram veeraghanta
74b141eea2
fix: sync changes ( #3152 )
2023-12-15 17:24:24 +05:30
sriram veeraghanta
08425c9614
fix: sync changes ( #3151 )
2023-12-15 17:21:06 +05:30
sriram veeraghanta
ecfcc03ef0
fix: removing unneccessary checks ( #3150 )
2023-12-15 17:12:57 +05:30
sriram veeraghanta
829c08f0ee
fix: making changes to sync job ( #3149 )
2023-12-15 17:08:37 +05:30
sriram veeraghanta
009040b9bd
Merge pull request #38 from makeplane/dev-sync-ee
...
chore: implement validation for accepting 'http://' and 'https://' ur…
2023-12-15 16:41:48 +05:30
Anmol Singh Bhatia
2edd2d947e
chore: implement validation for accepting 'http://' and 'https://' url in link modal ( #3147 )
2023-12-15 16:39:32 +05:30
sriram veeraghanta
3d3f94b664
Merge pull request #37 from makeplane/develop
...
promote: develop to preview
2023-12-14 20:12:46 +05:30
sriram veeraghanta
d89e261795
Merge pull request #36 from makeplane/dev-sync-ee
...
fix: remove get requests from the catch block (#3135 )
2023-12-14 20:00:58 +05:30
Aaryan Khandelwal
5b67f27345
fix: remove get requests from the catch block ( #3135 )
...
* fix: refetching project filters on error
* fix: get request in the catch block
2023-12-14 19:55:45 +05:30
sriram veeraghanta
ef1c46c582
Merge pull request #35 from makeplane/develop
...
promote: develop to preview
2023-12-14 17:34:11 +05:30
sriram veeraghanta
77e7348468
Merge pull request #34 from makeplane/dev-sync-ee
...
sync: community edition sync
2023-12-14 17:29:04 +05:30
Anmol Singh Bhatia
7684a2c091
chore: sidebar quick action improvement ( #3133 )
2023-12-14 17:24:42 +05:30
sriram veeraghanta
58e630a4e5
Merge pull request #32 from makeplane/chore/instance-admin
...
chore: instance script
2023-12-14 17:14:08 +05:30
NarayanBavisetti
b2762b44a0
chore: changed instance name
2023-12-14 17:11:44 +05:30
sriram veeraghanta
5900a28abf
Merge pull request #33 from makeplane/dev-ee-sync
...
sync: community develop changes
2023-12-14 16:57:58 +05:30
Lakhan Baheti
4e2bf24e8d
chore: filter edit operation in views is disabled for lower roles ( #3113 )
...
* chore: edit/delete view options hidden for lower roles
* chore: project -> views access restriction for lower roles
* refactor: allowance condition
2023-12-14 16:49:36 +05:30
Anmol Singh Bhatia
aafac9ed1d
chore: state sequence ordering ( #3130 )
2023-12-14 16:45:39 +05:30
Prateek Shourya
3adf48e429
chore: add new or existing issues validation for guest & viewers in cycles and modules empty state. ( #3126 )
2023-12-14 16:31:57 +05:30