pablohashescobar
382a1343ea
fix: file asset uploads in workspace ( #1234 )
2023-06-07 12:21:09 +05:30
pablohashescobar
c05eb9e240
fix: forgot password email subject and update template ( #1233 )
2023-06-07 09:09:59 +05:30
Anmol Singh Bhatia
40d2990565
fix: onboarding ui fix ( #1225 )
2023-06-07 01:56:58 +05:30
Aaryan Khandelwal
684df96969
chore: replace nextjs Image element ( #1227 )
2023-06-07 01:56:21 +05:30
Aaryan Khandelwal
1f3fdd5d0a
feat: reset password page for self-hosted added ( #1221 )
...
* feat: reset password page for self-hosted added
* chore: change reset password workflow
* dev: update email template for reset password
* chore: updated restricted workspace slugs list
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2023-06-06 21:36:13 +05:30
Anmol Singh Bhatia
6f2a38ad66
fix: bug and auth fixes ( #1224 )
...
* fix: sign in and invitation page fixes
* fix: project and workspace services track event fix
* fix: user onboarding complete track event fix
* fix: issue track event fix
* fix: partial property , issue comment and mark as done issue track event fix
* fix: bulk delete , move to cycle or module and issue label track event fix
* fix: state , cycle and module track event fix
* fix: pages and block track event fix
* fix: integration , estimate , importer , analytics and gpt track event fix
* fix: view track event fix
* fix: build fix
* fix: build fix
2023-06-06 21:36:00 +05:30
pablohashescobar
c127353281
chore: workspace invite created detail ( #1209 )
...
* chore: workspace invite created detail
* dev: select related workspace member invite list
2023-06-06 19:15:56 +05:30
pablohashescobar
705371eaf3
fix: file upload size limit ( #1218 )
2023-06-06 19:15:42 +05:30
pablohashescobar
fae9d8cdc1
chore: reset password url ( #1220 )
...
* chore: reset password url
* dev: update password reset endpoint
* dev: update reset password url
2023-06-06 19:15:20 +05:30
pablohashescobar
b6c0ddac50
chore: move minio endpoint url to environment configuration ( #1210 )
2023-06-06 08:21:57 +05:30
pablohashescobar
557e96c68e
fix: email tls when selfhosting ( #1206 )
2023-06-05 21:26:04 +05:30
guru_sainath
7eae6b4c9e
fix: user public authentication workflow updates ( #1207 )
...
* auth integration fixes
* auth integration fixes
* auth integration fixes
* auth integration fixes
* dev: update user api to return fallback workspace and improve the structure of the response
* dev: fix the issue keyerror and move onboarding logic to serializer method field
* dev: use-user-auth hook imlemented for route access validation and build issues resolved effected by user payload
* fix: global theme color fix
* style: new onboarding ui , fix: use-user-auth hook implemented
* fix: command palette, project invite modal and issue detail page mutation type fix
* fix: onboarding redirection fix
* dev: build isuue resolved
* fix: use user auth hook fix
* fix: sign in toast alert fix, sign out redirection fix and user theme error fix
* fix: user response fix
* fix: unAuthorizedStatus logic updated
* dev: Implemented SEO in app.tsx
* dev: User public auth workflow updates.
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: anmolsinghbhatia <anmolsinghbhatia@caravel.tech>
2023-06-05 17:48:29 +05:30
pablohashescobar
77e05a3599
fix: project member role update ( #1205 )
2023-06-05 17:45:10 +05:30
pablohashescobar
2511a284eb
feat: plane proxy setup ( #1181 )
...
* feat: plane proxy setup
* dev: remove port mapping from web, api and minio containers
2023-06-05 12:53:04 +05:30
pablohashescobar
e3da80755c
fix: minio settings ( #1172 )
2023-06-05 12:52:25 +05:30
pablohashescobar
58d1d8f132
fix: issue search for blocking and blocked_by condition ( #1182 )
...
* fix: issue search for blocking and blocked_by condition
* fix: issue search endpoint blockers
* fix: rectify the filter parameters
2023-06-05 12:51:30 +05:30
pablohashescobar
50060a0bf9
chore: update docker uploads ( #1202 )
2023-06-05 12:51:12 +05:30
pablohashescobar
bffc6a60e7
fix: workspace member role update ( #1203 )
2023-06-05 12:50:44 +05:30
pablohashescobar
799cf230b7
Revert "Update README.md ( #1189 )" ( #1193 )
...
This reverts commit 37442f482b
.
2023-06-04 15:51:06 +05:30
tarunratan
37442f482b
Update README.md ( #1189 )
...
change in readme of docker-compose
2023-06-04 09:49:13 +05:30
Nathanael Demacon
c234f2a087
docs: fix docker compose quick start ( #1173 )
...
* docs: add missing .env.example fetch in docker compose quick start
* docs: clone the repository instead of fetching particular files
2023-06-02 12:27:15 +05:30
Anmol Singh Bhatia
857879f5ed
fix : theme provider fix ( #1164 )
2023-06-01 14:40:27 +05:30
sriram veeraghanta
44f8ba407d
Authentication Workflow fixes. Redirection fixes ( #832 )
...
* auth integration fixes
* auth integration fixes
* auth integration fixes
* auth integration fixes
* dev: update user api to return fallback workspace and improve the structure of the response
* dev: fix the issue keyerror and move onboarding logic to serializer method field
* dev: use-user-auth hook imlemented for route access validation and build issues resolved effected by user payload
* fix: global theme color fix
* style: new onboarding ui , fix: use-user-auth hook implemented
* fix: command palette, project invite modal and issue detail page mutation type fix
* fix: onboarding redirection fix
* dev: build isuue resolved
* fix: use user auth hook fix
* fix: sign in toast alert fix, sign out redirection fix and user theme error fix
* fix: user response fix
* fix: unAuthorizedStatus logic updated
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
Co-authored-by: anmolsinghbhatia <anmolsinghbhatia@caravel.tech>
2023-05-30 19:14:35 +05:30
Anmol Singh Bhatia
33db616767
fix: default status set for module form ( #1160 )
2023-05-29 22:16:32 +05:30
Anmol Singh Bhatia
c949c4d244
fix: empty module mutation and issue view flicker fix ( #1158 )
2023-05-29 18:35:43 +05:30
Anmol Singh Bhatia
c8caa925b1
chore: page and cycle refactor ( #1159 )
...
* fix: release note modal fix
* chore: cycle and page endpoint refactor
2023-05-29 18:35:16 +05:30
Aaryan Khandelwal
26ba4d71c3
fix: order by last updated, cycles empty state alignment ( #1151 )
...
* fix: order by last updated
* fix: cycles empty space alignment, chore: new meta tags
* chore: update meta tags
2023-05-29 15:38:35 +05:30
Aaryan Khandelwal
022960d7e3
fix: pages layout and alignment issues ( #1152 )
2023-05-29 15:16:49 +05:30
guru_sainath
dce3c3f008
Merge pull request #1153 from makeplane/fix/cycles_layout
...
refactor: cycles list code and folder structure
2023-05-29 15:16:10 +05:30
pablohashescobar
ffc6077e9b
chore: improve docker setup ( #1150 )
2023-05-29 12:11:16 +05:30
guru_sainath
23d08a2ad1
Merge pull request #1156 from makeplane/hot-fix
...
promote: hot-fix to develop
2023-05-29 10:46:45 +05:30
Aaryan Khandelwal
1c98f2dca9
chore: update cycle fetch keys names
2023-05-29 02:38:16 +05:30
Aaryan Khandelwal
053ebc031d
fix: cycles layout
2023-05-29 02:14:40 +05:30
pablohashescobar
c9dee593eb
chore: total members in user workspace invites ( #1143 )
2023-05-28 18:11:59 +05:30
pablohashescobar
bc8430220b
chore: email settings for docker setup ( #1148 )
2023-05-28 18:11:36 +05:30
Marks
030558c026
Update text during the onboarding process ( #1149 )
...
* Update text during the onboarding process
A few of the phrases were worded in ways that took a bit longer to process. These changes should make onboarding more comfortable.
* Update text
2023-05-28 17:42:01 +05:30
pablohashescobar
d8c367c51e
docs: update self hosting setup script ( #1145 )
2023-05-28 14:47:25 +05:30
Eli
1afb3ba4d2
chore: speedup replace-env-vars.sh ( #1146 )
2023-05-28 10:04:54 +05:30
pablohashescobar
8252b1ccde
chore: configuration for nginx port ( #1144 )
2023-05-28 09:56:15 +05:30
Anmol Singh Bhatia
394f0bf555
chore: cycles endpoint updated and code refactor ( #1135 )
...
* chore: cycles endpoint updated and code refactor
* chore: incomplete cycle endpoint updated
* chore: code refactor
2023-05-26 15:38:56 +05:30
Anmol Singh Bhatia
4ce0ac6ea1
chore: pages endpoint updated ( #1137 )
2023-05-26 15:38:44 +05:30
pablohashescobar
cd821a934d
chore: update single click deployments ( #1141 )
...
* chore: update single click deployments
* dev: update environment variables
2023-05-26 14:04:15 +05:30
pablohashescobar
f80b3f1eb1
fix: issue ordering for priority and updated_by parameters ( #1142 )
2023-05-26 13:51:09 +05:30
pablohashescobar
b6321438ce
chore: docker setup ( #1136 )
...
* chore: update docker environment variables and compose file for better readability
* dev: update single dockerfile
* dev: update WEB_URL configuration
* dev: move database settings to environment variable
* chore: remove port configuration from default compose file
* dev: update example env to add EMAIL_FROM and default values for AWS
2023-05-26 11:09:59 +05:30
pablohashescobar
16604dd31b
refactor: page views endpoint ( #1130 )
2023-05-25 14:13:54 +05:30
Aaryan Khandelwal
11b28048bf
chore: analytics tracker events ( #1119 )
...
* chore: added export analytics event tracker
* chore: add analytics view events
* chore: workspace analytics view track event added
2023-05-25 12:38:53 +05:30
Dakshesh Jain
7e5b26ea82
fix: project ordering messing up in projects page ( #1122 )
2023-05-25 12:38:15 +05:30
pablohashescobar
5beb50fa76
fix: role updation ( #1110 )
2023-05-25 12:27:04 +05:30
pablohashescobar
af2d7d6f75
fix: project member delete when deleting user from workspace ( #1123 )
...
* fix: project member delete when deleting user from workspace
* fix: workspace and project member delete
2023-05-25 12:25:15 +05:30
pablohashescobar
e608b58e70
refactor: cycle views endpoint ( #1128 )
2023-05-25 12:24:39 +05:30