plane/space/public/onboarding/profile-setup-dark.svg

449 lines
994 KiB
XML
Raw Normal View History

feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<svg width="573" height="900" viewBox="0 0 573 900" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g clip-path="url(#clip0_11193_157960)">
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<rect width="573" height="900" fill="#202020"/>
<mask id="mask0_11193_157960" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="5" width="1588" height="999">
<g clip-path="url(#clip1_11193_157960)">
<path d="M716.076 308.828C716.076 456.088 618.711 575.466 498.606 575.466C378.5 575.466 -371.906 58.9684 -371.906 -88.2915C-371.906 -235.551 706.281 -32.8208 826.387 -32.8208C946.492 -32.8208 716.076 161.568 716.076 308.828Z" fill="url(#paint0_linear_11193_157960)"/>
<path d="M800.541 939.852C800.541 1087.11 703.176 1206.49 583.071 1206.49C462.965 1206.49 -206.126 1172.16 -206.126 1024.9C-206.126 877.645 -156.668 528.82 -36.5621 528.82C83.5434 528.82 800.541 792.593 800.541 939.852Z" fill="url(#paint1_radial_11193_157960)"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<path d="M1047.24 309.232C1371.3 601.921 1221.6 454.833 1499.95 447.422C1543.61 455.834 1617.74 456.234 1564.93 390.542C1498.91 308.428 1520.19 250.429 1437.68 160.965C1355.18 71.5014 1304.94 -19.3924 1180.38 -161.682C1055.83 -303.973 1046.24 -186.679 905.824 -197.798C765.404 -208.917 829.45 -191.259 635.706 15.1976C441.962 221.655 723.171 16.5435 1047.24 309.232Z" fill="#D9D9D9"/>
<path d="M912.89 720.325C369.763 771.423 631.853 755.652 409.234 970.137C365.289 997.473 303.766 1053.03 409.234 1056.56C541.069 1060.98 578.172 1115.23 730.532 1112.07C882.892 1108.92 1009.99 1131 1246.82 1131C1483.65 1131 1381.02 1046.47 1507.33 948.057C1633.64 849.646 1564.17 886.235 1529.43 604.251C1494.7 322.267 1456.02 669.227 912.89 720.325Z" fill="#D9D9D9"/>
</g>
</mask>
<g mask="url(#mask0_11193_157960)">
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<g opacity="0.09">
<line x1="-10.6172" y1="625.327" x2="1500.96" y2="625.327" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="302.591" x2="1500.96" y2="302.591" stroke="#E5E5E5" stroke-width="0.6"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<line x1="-10.6172" y1="463.958" x2="1500.96" y2="463.958" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="786.696" x2="1500.96" y2="786.696" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="141.22" x2="1500.96" y2="141.22" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="544.643" x2="1500.96" y2="544.643" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="867.382" x2="1500.96" y2="867.382" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="221.905" x2="1500.96" y2="221.905" stroke="#E5E5E5" stroke-width="0.6"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<line x1="-10.6172" y1="383.272" x2="1500.96" y2="383.272" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="706.012" x2="1500.96" y2="706.013" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="60.534" x2="1500.96" y2="60.534" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="36.3273" y1="-48.8457" x2="36.3273" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<line x1="359.068" y1="-48.8457" x2="359.068" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="197.697" y1="-48.8457" x2="197.697" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<line x1="520.438" y1="-48.8457" x2="520.438" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="117.015" y1="-48.8457" x2="117.015" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="439.75" y1="-48.8457" x2="439.75" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<line x1="278.385" y1="-48.8457" x2="278.385" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
</g>
<g opacity="0.5">
<rect x="440.14" y="786.309" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="520.367" y="464.207" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="439.994" y="222.432" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<rect x="439.994" y="464.207" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="359.914" y="786.309" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="359.914" y="866.533" width="80.2262" height="81.3723" fill="#3F76FF" fill-opacity="0.15"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<rect x="198.315" y="706.082" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="116.943" y="59.6875" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="36.7168" y="60.834" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="116.943" y="139.914" width="81.3723" height="82.5184" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="440.141" y="-20.5391" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="198.315" y="301.512" width="80.2262" height="81.3723" fill="#3F76FF" fill-opacity="0.15"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<rect x="37" y="221" width="81" height="82" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="-44" y="141" width="81" height="82" fill="#3F76FF" fill-opacity="0.15"/>
</g>
</g>
<path d="M151 231.5L149.407 236.344C149.325 236.592 149.186 236.817 149.002 237.002C148.817 237.186 148.592 237.325 148.344 237.407L143.5 239L148.344 240.593C148.592 240.675 148.817 240.814 149.002 240.998C149.186 241.183 149.325 241.408 149.407 241.656L151 246.5L152.593 241.656C152.675 241.408 152.814 241.183 152.998 240.998C153.183 240.814 153.408 240.675 153.656 240.593L158.5 239L153.656 237.407C153.408 237.325 153.183 237.186 152.998 237.002C152.814 236.817 152.675 236.592 152.593 236.344L151 231.5Z" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M145.167 231.5V234.833" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M156.833 243.166V246.499" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M143.5 233.166H146.833" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M155.167 244.834H158.5" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M175.278 244V232.364H177.034V242.489H182.307V244H175.278ZM187.935 244.176C187.075 244.176 186.334 243.992 185.713 243.625C185.096 243.254 184.618 242.733 184.281 242.062C183.948 241.388 183.781 240.598 183.781 239.693C183.781 238.799 183.948 238.011 184.281 237.33C184.618 236.648 185.088 236.116 185.69 235.733C186.296 235.35 187.005 235.159 187.815 235.159C188.308 235.159 188.785 235.241 189.247 235.403C189.709 235.566 190.124 235.822 190.491 236.17C190.859 236.519 191.149 236.972 191.361 237.528C191.573 238.081 191.679 238.754 191.679 239.545V240.148H184.741V238.875H190.014C190.014 238.428 189.923 238.032 189.741 237.688C189.56 237.339 189.304 237.064 188.974 236.864C188.649 236.663 188.266 236.562 187.827 236.562C187.349 236.562 186.933 236.68 186.577 236.915C186.224 237.146 185.952 237.449 185.759 237.824C185.569 238.195 185.474 238.598 185.474 239.034V240.028C185.474 240.612 185.577 241.108 185.781 241.517C185.99 241.926 186.279 242.239 186.651 242.455C187.022 242.667 187.455 242.773 187.952 242.773C188.274 242.773 188.567 242.727 188.832 242.636C189.098 242.542 189.327 242.402 189.52 242.216C189.713 242.03 189.861 241.801 189.963 241.528L191.571 241.818C191.442 242.292 191.211 242.706 190.878 243.062C190.548 243.415 190.134 243.689 189.634 243.886C189.137 244.08 188.571 244.176 187.935 244.176ZM197.638 235.273V236.636H192.871V235.273H197.638ZM194.149 233.182H195.848V241.438C195.848 241.767 195.897 242.015 195.996 242.182C196.094 242.345 196.221 242.456 196.376 242.517C196.536 242.574 196.708 242.602 196.893 242.602C197.03 242.602 197.149 242.593 197.251 242.574C197.354 242.555 197.433 242.54 197.49 242.528L197.797 243.932C197.698 243.97 197.558 244.008 197.376 244.045C197.195 244.087 196.967 244.11 196.695 244.114C196.248 244.121 195.831 244.042 195.445 243.875C195.058 243.708 194.746 243.451 194.507 243.102C194.268 242.754 194.149 242.316 194.149 241.79V233.182ZM204.825 247.273C204.571 247.273 204.34 247.252 204.132 247.21C203.924 247.172 203.768 247.131 203.666 247.085L204.075 245.693C204.386 245.777 204.662 245.813 204.905 245.801C205.147 245.79 205.361 245.699 205.547 245.528C205.736 245.358 205.903 245.08 206.047 244.693L206.257 244.114L203.064 235.273H204.882L207.092 242.045H207.183L209.393 235.273H211.217L207.621 245.165C207.454 245.619 207.242 246.004 206.984 246.318C206.727 246.636 206.42 246.875 206.064 247.034C205.708 247.193 205.295 247.273 204.825 247.273ZM216.193 244.176C215.375 244.176 214.661 243.989 214.051 243.614C213.441 243.239 212.968 242.714 212.631 242.04C212.294 241.366 212.125 240.578 212.125 239.676C212.125 238.771 212.294 237.979 212.631 237.301C212.968 236.623 213.441 236.097 214.051 235.722C214.661 235.347 215.375 235.159 216.193 235.159C217.011 235.159 217.725 235.347 218.335 235.722C218.945 236.097 219.419 236.623 219.756 237.301C220.093 237.979 220.261 238.771 220.261 239.676C220.261 240.578 220.093 241.366 219.756 242.04C219.419 242.714 218.945 243.239 218.335 243.614C217.725 243.989 217.011 244.176 216.193 244.176ZM216.199 242.75C216.729 242.75 217.169 242.61 217.517 242.33C217.866 242.049 218.123 241.676 218.29 241.21C218.46 240.744 218.545 240.231 218.545 239.67C218.545 239.114 218.46 238.602 218.29 238.136C218.123 237.667 217.866 237.29 217.517 237.006C217.169 236.722 216.729 236.58 216.199 236.58C215.665 236.58 215.222 236.722 214.869 237.006C214.521 237.29 214.261 237.667 214.091 238.136C213.924 238.602 213.841 239.114 213.841 239.67C213.841 240.231 213.924 240.744 214.091 241.21C214.261 241.676 214.521 242.049 214.869 242.33C215.222 242.61 215.665 242.75 216.199 242.75ZM227.686 240.381V235.273H229.391V244H227.72V242.489H227.629C227.429 242.955 227.107 243.343 226.663 243.653C226.224 243.96 225.677 244.114 225.021 244.114C224.461 244.114 223.964 243.991 223.533 243.744C223.105 243.494 222.768 243.125 222.521 242.636C222.279 242.148 222.158 241.544 222.158 240.824V235.273H223.857V240.619C223.857 241.214 224.021 241.687 224.351 242.04C224.68 242.392 225.108 242.568 225.635 242.568C225.953 242.568 226.269 242.489 226.584 242.33C226.902 242.17 227.165 241.93 227.374 241.6
<g filter="url(#filter0_bdd_11193_157960)">
<rect x="133" y="284" width="511" height="555" rx="9.80746" fill="url(#paint2_linear_11193_157960)" fill-opacity="0.4" shape-rendering="crispEdges"/>
<rect x="133.105" y="284.105" width="510.79" height="554.79" rx="9.70252" stroke="url(#paint3_linear_11193_157960)" stroke-width="0.209889" shape-rendering="crispEdges"/>
</g>
<g filter="url(#filter1_d_11193_157960)">
<rect x="140" y="291" width="751" height="891" rx="8" fill="#191919"/>
</g>
<path d="M190.496 373.326H188.106C188.038 372.934 187.912 372.587 187.729 372.284C187.545 371.977 187.317 371.717 187.045 371.504C186.772 371.291 186.461 371.131 186.112 371.025C185.766 370.914 185.393 370.859 184.993 370.859C184.281 370.859 183.651 371.038 183.101 371.396C182.551 371.749 182.121 372.269 181.81 372.955C181.499 373.637 181.343 374.47 181.343 375.455C181.343 376.456 181.499 377.3 181.81 377.986C182.125 378.668 182.555 379.183 183.101 379.533C183.651 379.878 184.279 380.05 184.987 380.05C185.379 380.05 185.745 379.999 186.086 379.897C186.431 379.79 186.74 379.635 187.013 379.43C187.29 379.226 187.522 378.974 187.71 378.676C187.901 378.378 188.033 378.037 188.106 377.653L190.496 377.666C190.407 378.288 190.213 378.872 189.915 379.418C189.621 379.963 189.235 380.445 188.758 380.862C188.281 381.276 187.722 381.599 187.083 381.834C186.444 382.064 185.734 382.179 184.955 382.179C183.804 382.179 182.777 381.913 181.874 381.38C180.97 380.847 180.259 380.078 179.739 379.072C179.219 378.067 178.959 376.861 178.959 375.455C178.959 374.044 179.221 372.838 179.745 371.837C180.269 370.831 180.983 370.062 181.886 369.529C182.79 368.996 183.813 368.73 184.955 368.73C185.683 368.73 186.361 368.832 186.987 369.037C187.614 369.241 188.172 369.542 188.662 369.938C189.152 370.33 189.555 370.812 189.87 371.383C190.19 371.95 190.398 372.597 190.496 373.326ZM192.206 382V372.182H194.449V373.818H194.552C194.731 373.251 195.038 372.815 195.472 372.508C195.911 372.197 196.412 372.041 196.974 372.041C197.102 372.041 197.245 372.048 197.403 372.06C197.565 372.069 197.699 372.084 197.805 372.105V374.234C197.707 374.2 197.552 374.17 197.339 374.144C197.13 374.114 196.927 374.099 196.731 374.099C196.31 374.099 195.93 374.191 195.594 374.374C195.261 374.553 194.999 374.803 194.807 375.122C194.616 375.442 194.52 375.81 194.52 376.228V382H192.206ZM202.925 382.192C201.941 382.192 201.09 381.987 200.374 381.578C199.663 381.165 199.115 380.581 198.732 379.827C198.348 379.068 198.156 378.175 198.156 377.148C198.156 376.138 198.348 375.252 198.732 374.489C199.119 373.722 199.661 373.126 200.355 372.7C201.05 372.269 201.866 372.054 202.803 372.054C203.409 372.054 203.98 372.152 204.517 372.348C205.058 372.54 205.535 372.838 205.948 373.243C206.366 373.648 206.694 374.163 206.933 374.79C207.171 375.412 207.291 376.153 207.291 377.014V377.724H199.243V376.164H205.073C205.068 375.721 204.972 375.327 204.785 374.982C204.597 374.632 204.335 374.357 203.999 374.157C203.666 373.957 203.279 373.857 202.835 373.857C202.362 373.857 201.947 373.972 201.589 374.202C201.231 374.428 200.952 374.726 200.752 375.097C200.556 375.463 200.455 375.866 200.451 376.305V377.666C200.451 378.237 200.556 378.727 200.764 379.136C200.973 379.541 201.265 379.852 201.64 380.07C202.015 380.283 202.454 380.389 202.957 380.389C203.293 380.389 203.598 380.342 203.871 380.249C204.144 380.151 204.38 380.008 204.58 379.82C204.781 379.633 204.932 379.401 205.034 379.124L207.195 379.366C207.058 379.937 206.798 380.436 206.415 380.862C206.036 381.284 205.55 381.612 204.958 381.847C204.365 382.077 203.688 382.192 202.925 382.192ZM211.714 382.198C211.091 382.198 210.531 382.087 210.032 381.866C209.538 381.64 209.146 381.308 208.856 380.869C208.571 380.43 208.428 379.888 208.428 379.245C208.428 378.691 208.53 378.233 208.735 377.871C208.939 377.509 209.218 377.219 209.572 377.001C209.926 376.784 210.324 376.62 210.767 376.509C211.215 376.394 211.677 376.311 212.155 376.26C212.73 376.2 213.196 376.147 213.554 376.1C213.912 376.049 214.172 375.972 214.334 375.87C214.5 375.763 214.584 375.599 214.584 375.378V375.339C214.584 374.858 214.441 374.485 214.155 374.221C213.87 373.957 213.459 373.825 212.922 373.825C212.355 373.825 211.905 373.948 211.573 374.195C211.245 374.442 211.023 374.734 210.908 375.071L208.748 374.764C208.918 374.168 209.199 373.669 209.591 373.268C209.983 372.864 210.463 372.561 211.03 372.361C211.596 372.156 212.223 372.054 212.909 372.054C213.382 372.054 213.853 372.109 214.321 372.22C214.79 372.331 215.218 372.514 215.606 372.77C215.994 373.021 216.305 373.364 216.539 37
<path d="M179.438 339V325.909H184.104C185.123 325.909 185.967 326.094 186.636 326.465C187.305 326.836 187.805 327.343 188.138 327.987C188.47 328.626 188.636 329.346 188.636 330.147C188.636 330.952 188.468 331.677 188.131 332.32C187.799 332.96 187.296 333.467 186.623 333.842C185.954 334.212 185.112 334.398 184.098 334.398H180.889V332.723H183.919C184.563 332.723 185.085 332.612 185.485 332.391C185.886 332.165 186.18 331.858 186.367 331.47C186.555 331.082 186.648 330.641 186.648 330.147C186.648 329.653 186.555 329.214 186.367 328.83C186.18 328.447 185.884 328.146 185.479 327.929C185.078 327.712 184.55 327.603 183.893 327.603H181.413V339H179.438ZM190.952 339V325.909H192.927V337.3H198.859V339H190.952ZM205.513 331.624V333.286H199.709V331.624H205.513ZM213.001 325.909V339H211.02V327.891H210.943L207.811 329.936V328.044L211.077 325.909H213.001ZM216.983 339L222.698 327.699V327.603H216.089V325.909H224.743V327.661L219.048 339H216.983Z" fill="#9E9E9E"/>
<path d="M183.045 415H179.278V403.364H183.165C184.305 403.364 185.284 403.597 186.102 404.062C186.92 404.525 187.547 405.189 187.983 406.057C188.422 406.92 188.642 407.956 188.642 409.165C188.642 410.377 188.42 411.419 187.977 412.29C187.538 413.161 186.902 413.831 186.068 414.301C185.235 414.767 184.227 415 183.045 415ZM181.034 413.466H182.949C183.835 413.466 184.572 413.299 185.159 412.966C185.746 412.629 186.186 412.142 186.477 411.506C186.769 410.866 186.915 410.085 186.915 409.165C186.915 408.252 186.769 407.477 186.477 406.841C186.189 406.205 185.759 405.722 185.188 405.392C184.616 405.062 183.905 404.898 183.057 404.898H181.034V413.466ZM194.45 415.176C193.59 415.176 192.85 414.992 192.229 414.625C191.611 414.254 191.134 413.733 190.797 413.062C190.464 412.388 190.297 411.598 190.297 410.693C190.297 409.799 190.464 409.011 190.797 408.33C191.134 407.648 191.604 407.116 192.206 406.733C192.812 406.35 193.52 406.159 194.331 406.159C194.823 406.159 195.301 406.241 195.763 406.403C196.225 406.566 196.64 406.822 197.007 407.17C197.375 407.519 197.664 407.972 197.876 408.528C198.089 409.081 198.195 409.754 198.195 410.545V411.148H191.257V409.875H196.53C196.53 409.428 196.439 409.032 196.257 408.688C196.075 408.339 195.82 408.064 195.49 407.864C195.164 407.663 194.782 407.562 194.342 407.562C193.865 407.562 193.448 407.68 193.092 407.915C192.74 408.146 192.467 408.449 192.274 408.824C192.085 409.195 191.99 409.598 191.99 410.034V411.028C191.99 411.612 192.092 412.108 192.297 412.517C192.505 412.926 192.795 413.239 193.166 413.455C193.537 413.667 193.971 413.773 194.467 413.773C194.789 413.773 195.083 413.727 195.348 413.636C195.613 413.542 195.842 413.402 196.036 413.216C196.229 413.03 196.376 412.801 196.479 412.528L198.087 412.818C197.958 413.292 197.727 413.706 197.393 414.062C197.064 414.415 196.649 414.689 196.149 414.886C195.653 415.08 195.087 415.176 194.45 415.176ZM207.295 406.273L204.131 415H202.312L199.142 406.273H200.966L203.176 412.989H203.267L205.472 406.273H207.295ZM212.357 415.176C211.497 415.176 210.756 414.992 210.135 414.625C209.518 414.254 209.04 413.733 208.703 413.062C208.37 412.388 208.203 411.598 208.203 410.693C208.203 409.799 208.37 409.011 208.703 408.33C209.04 407.648 209.51 407.116 210.112 406.733C210.718 406.35 211.427 406.159 212.237 406.159C212.73 406.159 213.207 406.241 213.669 406.403C214.131 406.566 214.546 406.822 214.913 407.17C215.281 407.519 215.571 407.972 215.783 408.528C215.995 409.081 216.101 409.754 216.101 410.545V411.148H209.163V409.875H214.436C214.436 409.428 214.345 409.032 214.163 408.688C213.982 408.339 213.726 408.064 213.396 407.864C213.071 407.663 212.688 407.562 212.249 407.562C211.771 407.562 211.355 407.68 210.999 407.915C210.646 408.146 210.374 408.449 210.18 408.824C209.991 409.195 209.896 409.598 209.896 410.034V411.028C209.896 411.612 209.999 412.108 210.203 412.517C210.411 412.926 210.701 413.239 211.072 413.455C211.444 413.667 211.877 413.773 212.374 413.773C212.696 413.773 212.989 413.727 213.254 413.636C213.519 413.542 213.749 413.402 213.942 413.216C214.135 413.03 214.283 412.801 214.385 412.528L215.993 412.818C215.864 413.292 215.633 413.706 215.3 414.062C214.97 414.415 214.555 414.689 214.055 414.886C213.559 415.08 212.993 415.176 212.357 415.176ZM219.685 403.364V415H217.986V403.364H219.685ZM225.646 415.176C224.828 415.176 224.114 414.989 223.504 414.614C222.894 414.239 222.421 413.714 222.084 413.04C221.747 412.366 221.578 411.578 221.578 410.676C221.578 409.771 221.747 408.979 222.084 408.301C222.421 407.623 222.894 407.097 223.504 406.722C224.114 406.347 224.828 406.159 225.646 406.159C226.464 406.159 227.179 406.347 227.788 406.722C228.398 407.097 228.872 407.623 229.209 408.301C229.546 408.979 229.714 409.771 229.714 410.676C229.714 411.578 229.546 412.366 229.209 413.04C228.872 413.714 228.398 414.239 227.788 414.614C227.179 414.989 226.464 415.176 225.646 415.176ZM225.652 413.75C226.182 413.75 226.622 413.61 226.97 413.33C227.319 413.049 227.576 412.676 227.743 412.21C227.913 411.744 227.999 411.231 227.999 410.67C227.999 410.114 227.913 409.602 227
<rect x="355" y="397" width="106" height="24" rx="4" fill="#1C3376" fill-opacity="0.5"/>
<path d="M367.34 414.769C366.312 414.769 365.401 414.628 364.605 414.346C363.813 414.068 363.145 413.657 362.602 413.113C362.058 412.573 361.646 411.91 361.364 411.125C361.082 410.339 360.941 409.443 360.941 408.435C360.941 407.454 361.084 406.572 361.369 405.79C361.654 405.008 362.068 404.342 362.612 403.792C363.159 403.238 363.823 402.815 364.605 402.524C365.388 402.232 366.276 402.086 367.27 402.086C368.221 402.086 369.06 402.235 369.786 402.534C370.512 402.832 371.122 403.241 371.615 403.762C372.113 404.282 372.487 404.879 372.739 405.551C372.991 406.224 373.117 406.935 373.117 407.684C373.117 408.208 373.084 408.72 373.017 409.221C372.951 409.718 372.828 410.168 372.65 410.573C372.474 410.974 372.219 411.295 371.884 411.537C371.552 411.776 371.122 411.9 370.591 411.91C370.31 411.92 370.036 411.887 369.771 411.811C369.506 411.734 369.28 411.612 369.095 411.443C368.909 411.27 368.797 411.052 368.757 410.787H368.697C368.618 410.982 368.485 411.164 368.299 411.333C368.114 411.499 367.877 411.632 367.588 411.731C367.303 411.827 366.972 411.867 366.594 411.85C366.176 411.834 365.8 411.739 365.466 411.567C365.131 411.395 364.844 411.156 364.605 410.851C364.37 410.546 364.19 410.185 364.064 409.767C363.938 409.35 363.875 408.886 363.875 408.375C363.875 407.885 363.946 407.446 364.088 407.058C364.231 406.667 364.425 406.33 364.67 406.049C364.919 405.764 365.204 405.538 365.525 405.373C365.847 405.207 366.186 405.102 366.544 405.059C366.892 405.02 367.212 405.029 367.504 405.089C367.796 405.149 368.038 405.24 368.23 405.363C368.425 405.485 368.548 405.619 368.598 405.765H368.662V405.208H369.885V409.822C369.885 410.084 369.953 410.306 370.089 410.488C370.228 410.671 370.426 410.762 370.681 410.762C370.982 410.762 371.218 410.651 371.387 410.429C371.559 410.207 371.68 409.865 371.75 409.404C371.823 408.944 371.859 408.354 371.859 407.635C371.859 407.131 371.791 406.657 371.655 406.213C371.523 405.765 371.325 405.361 371.064 405C370.805 404.635 370.487 404.322 370.109 404.06C369.731 403.798 369.3 403.596 368.816 403.453C368.336 403.311 367.804 403.24 367.221 403.24C366.428 403.24 365.724 403.362 365.108 403.608C364.491 403.85 363.971 404.199 363.547 404.657C363.126 405.114 362.806 405.663 362.587 406.302C362.372 406.939 362.264 407.653 362.264 408.445C362.264 409.27 362.375 410.003 362.597 410.642C362.819 411.279 363.147 411.816 363.581 412.253C364.016 412.691 364.552 413.022 365.192 413.248C365.832 413.476 366.569 413.591 367.404 413.591C367.776 413.591 368.14 413.557 368.498 413.491C368.856 413.428 369.174 413.355 369.453 413.272C369.734 413.193 369.945 413.128 370.084 413.078L370.432 414.167C370.227 414.263 369.953 414.358 369.612 414.451C369.274 414.543 368.906 414.62 368.508 414.679C368.114 414.739 367.724 414.769 367.34 414.769ZM366.882 410.632C367.313 410.632 367.66 410.546 367.922 410.374C368.187 410.202 368.377 409.945 368.493 409.603C368.613 409.259 368.672 408.828 368.672 408.311C368.669 407.807 368.604 407.406 368.478 407.108C368.356 406.806 368.163 406.591 367.902 406.461C367.643 406.329 367.31 406.262 366.902 406.262C366.528 406.262 366.208 406.354 365.943 406.536C365.681 406.718 365.48 406.965 365.341 407.277C365.205 407.588 365.136 407.935 365.132 408.316C365.136 408.717 365.192 409.095 365.301 409.449C365.414 409.801 365.596 410.086 365.848 410.304C366.104 410.523 366.448 410.632 366.882 410.632Z" fill="#3E63DD"/>
<path d="M377.975 412.154C377.236 412.154 376.6 411.986 376.066 411.652C375.536 411.314 375.128 410.848 374.843 410.255C374.558 409.661 374.416 408.982 374.416 408.216C374.416 407.441 374.561 406.756 374.853 406.163C375.145 405.566 375.556 405.101 376.086 404.766C376.616 404.431 377.241 404.264 377.96 404.264C378.54 404.264 379.057 404.372 379.512 404.587C379.966 404.799 380.332 405.097 380.61 405.482C380.892 405.866 381.059 406.315 381.112 406.829H379.666C379.586 406.471 379.404 406.163 379.119 405.904C378.837 405.646 378.459 405.517 377.985 405.517C377.571 405.517 377.208 405.626 376.896 405.845C376.588 406.06 376.348 406.368 376.176 406.77C376.003 407.167 375.917 407.638 375.917 408.181C375.917 408.738 376.002 409.219 376.171 409.623C376.34 410.028 376.578 410.341 376.887 410.563C377.198 410.785 377.564 410.896 377.985 410.896C378.267 410.896 378.522 410.845 378.751 410.742C378.983 410.636 379.177 410.485 379.333 410.289C379.492 410.094 379.603 409.859 379.666 409.583H381.112C381.059 410.077 380.899 410.518 380.63 410.906C380.362 411.294 380.002 411.599 379.551 411.821C379.104 412.043 378.579 412.154 377.975 412.154Z" fill="#3E63DD"/>
<path d="M384.189 407.466V412H382.702V401.818H384.169V405.606H384.263C384.442 405.195 384.716 404.869 385.083 404.627C385.451 404.385 385.932 404.264 386.525 404.264C387.049 404.264 387.506 404.372 387.897 404.587C388.292 404.802 388.597 405.124 388.812 405.551C389.031 405.976 389.14 406.506 389.14 407.142V412H387.654V407.321C387.654 406.761 387.51 406.327 387.221 406.019C386.933 405.707 386.532 405.551 386.018 405.551C385.667 405.551 385.352 405.626 385.074 405.775C384.798 405.924 384.581 406.143 384.422 406.431C384.266 406.717 384.189 407.061 384.189 407.466Z" fill="#3E63DD"/>
<path d="M393.346 412.169C392.862 412.169 392.425 412.079 392.034 411.9C391.643 411.718 391.333 411.454 391.104 411.11C390.879 410.765 390.766 410.342 390.766 409.842C390.766 409.411 390.849 409.056 391.015 408.778C391.18 408.5 391.404 408.279 391.686 408.117C391.967 407.954 392.282 407.832 392.63 407.749C392.978 407.666 393.333 407.603 393.694 407.56C394.152 407.507 394.523 407.464 394.808 407.431C395.093 407.394 395.3 407.336 395.429 407.257C395.559 407.177 395.623 407.048 395.623 406.869V406.834C395.623 406.4 395.501 406.064 395.255 405.825C395.013 405.586 394.652 405.467 394.172 405.467C393.671 405.467 393.277 405.578 392.988 405.8C392.703 406.019 392.506 406.262 392.397 406.531L391 406.213C391.165 405.749 391.407 405.374 391.725 405.089C392.047 404.801 392.417 404.592 392.834 404.463C393.252 404.33 393.691 404.264 394.152 404.264C394.457 404.264 394.78 404.3 395.121 404.373C395.466 404.443 395.787 404.572 396.086 404.761C396.387 404.95 396.634 405.22 396.826 405.571C397.019 405.919 397.115 406.372 397.115 406.929V412H395.663V410.956H395.603C395.507 411.148 395.363 411.337 395.171 411.522C394.979 411.708 394.732 411.862 394.43 411.985C394.128 412.107 393.767 412.169 393.346 412.169ZM393.669 410.975C394.08 410.975 394.432 410.894 394.723 410.732C395.018 410.569 395.242 410.357 395.395 410.096C395.55 409.83 395.628 409.547 395.628 409.245V408.261C395.575 408.314 395.472 408.364 395.32 408.41C395.171 408.453 395 408.491 394.808 408.525C394.616 408.554 394.428 408.583 394.246 408.609C394.064 408.632 393.911 408.652 393.789 408.669C393.5 408.705 393.237 408.766 392.998 408.853C392.763 408.939 392.574 409.063 392.431 409.225C392.292 409.385 392.223 409.597 392.223 409.862C392.223 410.23 392.359 410.508 392.63 410.697C392.902 410.883 393.248 410.975 393.669 410.975Z" fill="#3E63DD"/>
<path d="M399.095 412V404.363H400.531V405.576H400.611C400.75 405.165 400.995 404.842 401.347 404.607C401.701 404.368 402.102 404.249 402.55 404.249C402.643 404.249 402.752 404.252 402.878 404.259C403.007 404.266 403.108 404.274 403.181 404.284V405.706C403.122 405.689 403.016 405.671 402.863 405.651C402.711 405.628 402.558 405.616 402.406 405.616C402.054 405.616 401.741 405.691 401.466 405.84C401.194 405.986 400.979 406.19 400.82 406.451C400.661 406.71 400.581 407.005 400.581 407.336V412H399.095Z" fill="#3E63DD"/>
<path d="M405.954 401.818V412H404.468V401.818H405.954Z" fill="#3E63DD"/>
<path d="M407.954 412V404.363H409.441V412H407.954ZM408.705 403.185C408.446 403.185 408.224 403.099 408.039 402.926C407.856 402.751 407.765 402.542 407.765 402.3C407.765 402.055 407.856 401.846 408.039 401.674C408.224 401.498 408.446 401.41 408.705 401.41C408.963 401.41 409.184 401.498 409.366 401.674C409.552 401.846 409.644 402.055 409.644 402.3C409.644 402.542 409.552 402.751 409.366 402.926C409.184 403.099 408.963 403.185 408.705 403.185Z" fill="#3E63DD"/>
<path d="M414.732 412.154C413.979 412.154 413.331 411.993 412.788 411.672C412.247 411.347 411.83 410.891 411.535 410.304C411.243 409.714 411.097 409.023 411.097 408.231C411.097 407.449 411.243 406.76 411.535 406.163C411.83 405.566 412.241 405.101 412.768 404.766C413.298 404.431 413.918 404.264 414.627 404.264C415.058 404.264 415.476 404.335 415.88 404.478C416.284 404.62 416.647 404.844 416.969 405.149C417.29 405.454 417.544 405.85 417.729 406.337C417.915 406.821 418.008 407.409 418.008 408.102V408.629H411.938V407.515H416.551C416.551 407.124 416.472 406.778 416.312 406.476C416.153 406.171 415.93 405.931 415.641 405.755C415.356 405.58 415.022 405.492 414.637 405.492C414.219 405.492 413.855 405.595 413.543 405.8C413.235 406.002 412.996 406.267 412.827 406.596C412.662 406.92 412.579 407.273 412.579 407.654V408.525C412.579 409.035 412.668 409.469 412.847 409.827C413.03 410.185 413.283 410.458 413.608 410.647C413.933 410.833 414.312 410.926 414.746 410.926C415.028 410.926 415.285 410.886 415.517 410.806C415.749 410.724 415.95 410.601 416.119 410.439C416.288 410.276 416.417 410.076 416.506 409.837L417.913 410.091C417.801 410.505 417.598 410.868 417.307 411.179C417.018 411.488 416.656 411.728 416.218 411.9C415.784 412.069 415.288 412.154 414.732 412.154Z" fill="#3E63DD"/>
<path d="M423.222 404.363V405.556H419.051V404.363H423.222ZM420.169 402.534H421.656V409.757C421.656 410.046 421.699 410.263 421.785 410.409C421.871 410.551 421.982 410.649 422.118 410.702C422.257 410.752 422.408 410.777 422.57 410.777C422.69 410.777 422.794 410.768 422.884 410.752C422.973 410.735 423.043 410.722 423.093 410.712L423.361 411.94C423.275 411.973 423.152 412.006 422.993 412.039C422.834 412.076 422.635 412.096 422.396 412.099C422.005 412.106 421.641 412.036 421.303 411.89C420.965 411.744 420.691 411.519 420.482 411.214C420.274 410.909 420.169 410.526 420.169 410.066V402.534Z" fill="#3E63DD"/>
<path d="M427.088 412.169C426.605 412.169 426.167 412.079 425.776 411.9C425.385 411.718 425.075 411.454 424.846 411.11C424.621 410.765 424.508 410.342 424.508 409.842C424.508 409.411 424.591 409.056 424.757 408.778C424.922 408.5 425.146 408.279 425.428 408.117C425.71 407.954 426.025 407.832 426.373 407.749C426.721 407.666 427.075 407.603 427.436 407.56C427.894 407.507 428.265 407.464 428.55 407.431C428.835 407.394 429.042 407.336 429.172 407.257C429.301 407.177 429.365 407.048 429.365 406.869V406.834C429.365 406.4 429.243 406.064 428.998 405.825C428.756 405.586 428.394 405.467 427.914 405.467C427.413 405.467 427.019 405.578 426.73 405.8C426.445 406.019 426.248 406.262 426.139 406.531L424.742 406.213C424.908 405.749 425.15 405.374 425.468 405.089C425.789 404.801 426.159 404.592 426.576 404.463C426.994 404.33 427.433 404.264 427.894 404.264C428.199 404.264 428.522 404.3 428.863 404.373C429.208 404.443 429.529 404.572 429.828 404.761C430.129 404.95 430.376 405.22 430.569 405.571C430.761 405.919 430.857 406.372 430.857 406.929V412H429.405V410.956H429.346C429.249 411.148 429.105 411.337 428.913 411.522C428.721 411.708 428.474 411.862 428.172 411.985C427.871 412.107 427.509 412.169 427.088 412.169ZM427.412 410.975C427.823 410.975 428.174 410.894 428.466 410.732C428.761 410.569 428.984 410.357 429.137 410.096C429.292 409.83 429.37 409.547 429.37 409.245V408.261C429.317 408.314 429.215 408.364 429.062 408.41C428.913 408.453 428.742 408.491 428.55 408.525C428.358 408.554 428.171 408.583 427.988 408.609C427.806 408.632 427.654 408.652 427.531 408.669C427.243 408.705 426.979 408.766 426.74 408.853C426.505 408.939 426.316 409.063 426.174 409.225C426.034 409.385 425.965 409.597 425.965 409.862C425.965 410.23 426.101 410.508 426.373 410.697C426.644 410.883 426.991 410.975 427.412 410.975Z" fill="#3E63DD"/>
<path d="M433.503 414.863C433.281 414.863 433.079 414.845 432.896 414.809C432.714 414.775 432.578 414.739 432.489 414.699L432.847 413.481C433.119 413.554 433.361 413.586 433.573 413.576C433.785 413.566 433.972 413.486 434.134 413.337C434.3 413.188 434.446 412.944 434.572 412.606L434.756 412.099L431.962 404.363H433.553L435.487 410.289H435.566L437.5 404.363H439.096L435.949 413.019C435.803 413.417 435.618 413.753 435.392 414.028C435.167 414.306 434.898 414.515 434.587 414.654C434.275 414.794 433.914 414.863 433.503 414.863Z" fill="#3E63DD"/>
<path d="M441.98 401.818V412H440.493V401.818H441.98Z" fill="#3E63DD"/>
<path d="M447.196 412.154C446.48 412.154 445.855 411.99 445.322 411.662C444.788 411.333 444.374 410.874 444.079 410.284C443.784 409.694 443.636 409.005 443.636 408.216C443.636 407.424 443.784 406.731 444.079 406.138C444.374 405.545 444.788 405.084 445.322 404.756C445.855 404.428 446.48 404.264 447.196 404.264C447.912 404.264 448.537 404.428 449.07 404.756C449.604 405.084 450.018 405.545 450.313 406.138C450.608 406.731 450.756 407.424 450.756 408.216C450.756 409.005 450.608 409.694 450.313 410.284C450.018 410.874 449.604 411.333 449.07 411.662C448.537 411.99 447.912 412.154 447.196 412.154ZM447.201 410.906C447.665 410.906 448.049 410.783 448.354 410.538C448.659 410.293 448.885 409.966 449.031 409.559C449.18 409.151 449.254 408.702 449.254 408.211C449.254 407.724 449.18 407.277 449.031 406.869C448.885 406.458 448.659 406.128 448.354 405.88C448.049 405.631 447.665 405.507 447.201 405.507C446.734 405.507 446.346 405.631 446.038 405.88C445.733 406.128 445.506 406.458 445.357 406.869C445.211 407.277 445.138 407.724 445.138 408.211C445.138 408.702 445.211 409.151 445.357 409.559C445.506 409.966 445.733 410.293 446.038 410.538C446.346 410.783 446.734 410.906 447.201 410.906Z" fill="#3E63DD"/>
<path d="M452.415 412V404.363H453.852V405.576H453.931C454.07 405.165 454.316 404.842 454.667 404.607C455.022 404.368 455.423 404.249 455.87 404.249C455.963 404.249 456.072 404.252 456.198 404.259C456.328 404.266 456.429 404.274 456.502 404.284V405.706C456.442 405.689 456.336 405.671 456.183 405.651C456.031 405.628 455.878 405.616 455.726 405.616C455.375 405.616 455.061 405.691 454.786 405.84C454.515 405.986 454.299 406.19 454.14 406.451C453.981 406.71 453.901 407.005 453.901 407.336V412H452.415Z" fill="#3E63DD"/>
<circle cx="186" cy="524" r="6" stroke="#525252" stroke-width="1.33333"/>
<circle cx="186" cy="524" r="3.75" stroke="#525252" stroke-width="1.33333"/>
<path d="M204.672 521.493C204.619 521.022 204.4 520.658 204.016 520.399C203.631 520.137 203.147 520.006 202.564 520.006C202.146 520.006 201.785 520.073 201.48 520.205C201.175 520.335 200.938 520.513 200.769 520.742C200.603 520.968 200.521 521.224 200.521 521.513C200.521 521.755 200.577 521.964 200.69 522.139C200.806 522.315 200.956 522.462 201.142 522.582C201.331 522.698 201.533 522.795 201.749 522.875C201.964 522.951 202.171 523.014 202.37 523.064L203.364 523.322C203.689 523.402 204.022 523.51 204.364 523.646C204.705 523.781 205.022 523.96 205.313 524.183C205.605 524.405 205.84 524.68 206.019 525.008C206.201 525.336 206.293 525.729 206.293 526.186C206.293 526.763 206.143 527.275 205.845 527.722C205.55 528.17 205.121 528.523 204.558 528.781C203.997 529.04 203.32 529.169 202.524 529.169C201.762 529.169 201.102 529.048 200.545 528.806C199.989 528.564 199.553 528.221 199.238 527.777C198.923 527.33 198.749 526.799 198.716 526.186H200.257C200.287 526.554 200.406 526.861 200.615 527.106C200.827 527.348 201.097 527.528 201.425 527.648C201.757 527.764 202.12 527.822 202.514 527.822C202.948 527.822 203.335 527.754 203.673 527.618C204.014 527.479 204.282 527.286 204.478 527.041C204.674 526.793 204.771 526.503 204.771 526.171C204.771 525.87 204.685 525.623 204.513 525.43C204.344 525.238 204.113 525.079 203.822 524.953C203.533 524.827 203.207 524.716 202.842 524.62L201.639 524.292C200.824 524.07 200.178 523.743 199.7 523.312C199.226 522.882 198.989 522.312 198.989 521.602C198.989 521.016 199.148 520.504 199.467 520.066C199.785 519.629 200.216 519.289 200.759 519.047C201.303 518.802 201.916 518.679 202.599 518.679C203.288 518.679 203.896 518.8 204.423 519.042C204.954 519.284 205.371 519.617 205.676 520.041C205.981 520.462 206.14 520.946 206.153 521.493H204.672ZM211.294 521.364V522.557H207.123V521.364H211.294ZM208.241 519.534H209.728V526.758C209.728 527.046 209.771 527.263 209.857 527.409C209.943 527.552 210.054 527.649 210.19 527.702C210.329 527.752 210.48 527.777 210.642 527.777C210.762 527.777 210.866 527.769 210.956 527.752C211.045 527.736 211.115 527.722 211.164 527.712L211.433 528.94C211.347 528.973 211.224 529.007 211.065 529.04C210.906 529.076 210.707 529.096 210.468 529.099C210.077 529.106 209.713 529.036 209.375 528.891C209.037 528.745 208.763 528.519 208.554 528.214C208.346 527.91 208.241 527.527 208.241 527.066V519.534ZM214.88 529.169C214.396 529.169 213.959 529.08 213.568 528.901C213.177 528.718 212.867 528.455 212.638 528.11C212.413 527.765 212.3 527.343 212.3 526.842C212.3 526.411 212.383 526.057 212.549 525.778C212.714 525.5 212.938 525.28 213.22 525.117C213.502 524.955 213.816 524.832 214.164 524.749C214.512 524.666 214.867 524.603 215.228 524.56C215.686 524.507 216.057 524.464 216.342 524.431C216.627 524.395 216.834 524.337 216.963 524.257C217.093 524.178 217.157 524.048 217.157 523.869V523.835C217.157 523.4 217.035 523.064 216.789 522.825C216.547 522.587 216.186 522.467 215.706 522.467C215.205 522.467 214.811 522.578 214.522 522.8C214.237 523.019 214.04 523.263 213.931 523.531L212.534 523.213C212.699 522.749 212.941 522.375 213.26 522.089C213.581 521.801 213.951 521.592 214.368 521.463C214.786 521.33 215.225 521.264 215.686 521.264C215.991 521.264 216.314 521.301 216.655 521.374C217 521.443 217.321 521.572 217.62 521.761C217.921 521.95 218.168 522.22 218.36 522.572C218.553 522.92 218.649 523.372 218.649 523.929V529H217.197V527.956H217.137C217.041 528.148 216.897 528.337 216.705 528.523C216.513 528.708 216.266 528.862 215.964 528.985C215.663 529.108 215.301 529.169 214.88 529.169ZM215.203 527.976C215.614 527.976 215.966 527.895 216.257 527.732C216.552 527.57 216.776 527.358 216.929 527.096C217.084 526.831 217.162 526.547 217.162 526.246V525.261C217.109 525.314 217.007 525.364 216.854 525.411C216.705 525.454 216.534 525.492 216.342 525.525C216.15 525.555 215.962 525.583 215.78 525.609C215.598 525.633 215.445 525.652 215.323 525.669C215.034 525.705 214.771 525.767 214.532 525.853C214.297 525.939 214.108 526.063 213.966 526.226C213.826 526.385 213.757 526.597 213.757 526.862C213.757 527.23 213.893 527.509 214.164 527.6
<rect x="345" y="509" width="91" height="30" rx="4" fill="#1F1F1F"/>
<circle cx="362" cy="524" r="6.4" stroke="#525252" stroke-width="1.2" stroke-dasharray="4 4"/>
<path d="M376.255 529V518.818H379.814C380.524 518.818 381.109 518.941 381.569 519.186C382.03 519.428 382.373 519.754 382.598 520.165C382.824 520.573 382.936 521.026 382.936 521.523C382.936 521.96 382.859 522.321 382.703 522.607C382.55 522.892 382.348 523.117 382.096 523.283C381.848 523.448 381.578 523.571 381.286 523.651V523.75C381.597 523.77 381.911 523.879 382.225 524.078C382.54 524.277 382.804 524.562 383.016 524.933C383.228 525.304 383.334 525.759 383.334 526.295C383.334 526.806 383.218 527.265 382.986 527.673C382.754 528.08 382.388 528.403 381.887 528.642C381.387 528.881 380.736 529 379.934 529H376.255ZM377.488 527.906H379.934C380.739 527.906 381.311 527.75 381.649 527.439C381.99 527.124 382.161 526.743 382.161 526.295C382.161 525.951 382.073 525.633 381.897 525.341C381.722 525.046 381.471 524.811 381.147 524.635C380.822 524.456 380.437 524.366 379.993 524.366H377.488V527.906ZM377.488 523.293H379.774C380.146 523.293 380.48 523.22 380.779 523.074C381.08 522.928 381.319 522.723 381.495 522.457C381.674 522.192 381.763 521.881 381.763 521.523C381.763 521.075 381.607 520.696 381.296 520.384C380.984 520.069 380.49 519.912 379.814 519.912H377.488V523.293ZM387.168 529.179C386.684 529.179 386.245 529.088 385.851 528.906C385.456 528.72 385.143 528.453 384.911 528.105C384.679 527.754 384.563 527.33 384.563 526.832C384.563 526.395 384.649 526.04 384.822 525.768C384.994 525.493 385.224 525.278 385.513 525.122C385.801 524.966 386.119 524.85 386.467 524.774C386.818 524.695 387.171 524.632 387.526 524.585C387.99 524.526 388.366 524.481 388.655 524.451C388.946 524.418 389.158 524.363 389.291 524.287C389.427 524.211 389.495 524.078 389.495 523.889V523.849C389.495 523.359 389.361 522.978 389.092 522.706C388.827 522.434 388.424 522.298 387.884 522.298C387.324 522.298 386.885 522.421 386.567 522.666C386.248 522.911 386.025 523.173 385.895 523.452L384.782 523.054C384.981 522.59 385.246 522.229 385.577 521.97C385.912 521.708 386.277 521.526 386.671 521.423C387.069 521.317 387.46 521.264 387.844 521.264C388.09 521.264 388.371 521.294 388.689 521.354C389.011 521.41 389.321 521.528 389.619 521.707C389.921 521.886 390.171 522.156 390.37 522.517C390.569 522.878 390.668 523.362 390.668 523.969V529H389.495V527.966H389.435C389.356 528.132 389.223 528.309 389.037 528.498C388.852 528.687 388.605 528.848 388.297 528.98C387.988 529.113 387.612 529.179 387.168 529.179ZM387.347 528.125C387.811 528.125 388.202 528.034 388.52 527.852C388.842 527.669 389.084 527.434 389.246 527.146C389.412 526.857 389.495 526.554 389.495 526.236V525.162C389.445 525.222 389.336 525.276 389.167 525.326C389.001 525.372 388.809 525.414 388.59 525.45C388.375 525.483 388.164 525.513 387.959 525.54C387.756 525.563 387.592 525.583 387.466 525.599C387.162 525.639 386.876 525.704 386.611 525.793C386.349 525.879 386.137 526.01 385.975 526.186C385.816 526.358 385.736 526.594 385.736 526.892C385.736 527.3 385.887 527.608 386.189 527.817C386.494 528.022 386.88 528.125 387.347 528.125ZM395.632 529.159C394.916 529.159 394.3 528.99 393.782 528.652C393.265 528.314 392.868 527.848 392.589 527.255C392.311 526.662 392.172 525.984 392.172 525.222C392.172 524.446 392.314 523.762 392.599 523.168C392.888 522.572 393.289 522.106 393.802 521.771C394.319 521.433 394.923 521.264 395.612 521.264C396.149 521.264 396.633 521.364 397.064 521.562C397.495 521.761 397.848 522.04 398.123 522.398C398.398 522.756 398.568 523.173 398.635 523.651H397.461C397.372 523.303 397.173 522.994 396.865 522.726C396.56 522.454 396.149 522.318 395.632 522.318C395.175 522.318 394.773 522.437 394.429 522.676C394.087 522.911 393.821 523.245 393.628 523.675C393.439 524.103 393.345 524.605 393.345 525.182C393.345 525.772 393.438 526.286 393.623 526.723C393.812 527.161 394.077 527.5 394.419 527.742C394.764 527.984 395.168 528.105 395.632 528.105C395.937 528.105 396.214 528.052 396.462 527.946C396.711 527.84 396.921 527.688 397.094 527.489C397.266 527.29 397.389 527.051 397.461 526.773H398.635C398.568 527.223 398.404 527.629 398.143 527.991C397.884 528.349 397.541 528.634 397.113 528.846C396.689 529.055 396.195 529.159 395.632 52
<g clip-path="url(#clip2_11193_157960)">
<path d="M188.5 568.086C188.5 567.158 188.131 566.267 187.475 565.611C186.818 564.955 185.928 564.586 185 564.586C184.072 564.586 183.182 564.955 182.525 565.611C181.869 566.267 181.5 567.158 181.5 568.086" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M184.997 564.581C186.286 564.581 187.331 563.536 187.331 562.247C187.331 560.959 186.286 559.914 184.997 559.914C183.709 559.914 182.664 560.959 182.664 562.247C182.664 563.536 183.709 564.581 184.997 564.581Z" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M191.417 567.5C191.417 566.704 191.109 565.941 190.562 565.379C190.015 564.816 189.274 564.5 188.5 564.5C189.016 564.5 189.51 564.289 189.875 563.914C190.24 563.539 190.444 563.03 190.444 562.5C190.444 561.97 190.24 561.461 189.875 561.086C189.51 560.711 189.016 560.5 188.5 560.5" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M178.583 567.5C178.583 566.704 178.891 565.941 179.438 565.379C179.985 564.816 180.726 564.5 181.5 564.5C180.984 564.5 180.49 564.289 180.125 563.914C179.76 563.539 179.556 563.03 179.556 562.5C179.556 561.97 179.76 561.461 180.125 561.086C180.49 560.711 180.984 560.5 181.5 560.5" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<path d="M197.979 569H196.348L200.012 558.818H201.787L205.451 569H203.82L200.942 560.668H200.862L197.979 569ZM198.252 565.013H203.542V566.305H198.252V565.013ZM212.19 563.228L210.842 563.467C210.786 563.294 210.697 563.13 210.574 562.974C210.455 562.819 210.292 562.691 210.087 562.592C209.881 562.492 209.624 562.442 209.316 562.442C208.895 562.442 208.544 562.537 208.262 562.726C207.98 562.911 207.839 563.152 207.839 563.447C207.839 563.702 207.934 563.907 208.123 564.063C208.312 564.219 208.617 564.347 209.038 564.446L210.251 564.724C210.953 564.887 211.477 565.137 211.822 565.475C212.166 565.813 212.339 566.252 212.339 566.793C212.339 567.25 212.206 567.658 211.941 568.016C211.679 568.37 211.313 568.649 210.842 568.851C210.375 569.053 209.833 569.154 209.217 569.154C208.362 569.154 207.664 568.972 207.124 568.607C206.583 568.239 206.252 567.717 206.129 567.041L207.566 566.822C207.656 567.197 207.839 567.48 208.118 567.673C208.396 567.862 208.759 567.956 209.207 567.956C209.694 567.956 210.083 567.855 210.375 567.653C210.667 567.447 210.813 567.197 210.813 566.902C210.813 566.663 210.723 566.463 210.544 566.3C210.368 566.138 210.098 566.015 209.734 565.933L208.441 565.649C207.728 565.487 207.201 565.228 206.86 564.874C206.522 564.519 206.353 564.07 206.353 563.526C206.353 563.076 206.479 562.681 206.731 562.343C206.983 562.005 207.331 561.741 207.775 561.553C208.219 561.36 208.728 561.264 209.301 561.264C210.126 561.264 210.776 561.443 211.25 561.801C211.724 562.156 212.037 562.631 212.19 563.228ZM219.415 563.228L218.068 563.467C218.012 563.294 217.922 563.13 217.8 562.974C217.68 562.819 217.518 562.691 217.313 562.592C217.107 562.492 216.85 562.442 216.542 562.442C216.121 562.442 215.77 562.537 215.488 562.726C215.206 562.911 215.065 563.152 215.065 563.447C215.065 563.702 215.16 563.907 215.349 564.063C215.538 564.219 215.843 564.347 216.264 564.446L217.477 564.724C218.179 564.887 218.703 565.137 219.048 565.475C219.392 565.813 219.565 566.252 219.565 566.793C219.565 567.25 219.432 567.658 219.167 568.016C218.905 568.37 218.539 568.649 218.068 568.851C217.601 569.053 217.059 569.154 216.442 569.154C215.587 569.154 214.89 568.972 214.349 568.607C213.809 568.239 213.478 567.717 213.355 567.041L214.792 566.822C214.881 567.197 215.065 567.48 215.344 567.673C215.622 567.862 215.985 567.956 216.433 567.956C216.92 567.956 217.309 567.855 217.601 567.653C217.893 567.447 218.038 567.197 218.038 566.902C218.038 566.663 217.949 566.463 217.77 566.3C217.594 566.138 217.324 566.015 216.96 565.933L215.667 565.649C214.954 565.487 214.427 565.228 214.086 564.874C213.748 564.519 213.579 564.07 213.579 563.526C213.579 563.076 213.705 562.681 213.957 562.343C214.209 562.005 214.557 561.741 215.001 561.553C215.445 561.36 215.954 561.264 216.527 561.264C217.352 561.264 218.002 561.443 218.476 561.801C218.95 562.156 219.263 562.631 219.415 563.228ZM220.919 569V561.364H222.406V569H220.919ZM221.67 560.185C221.411 560.185 221.189 560.099 221.004 559.927C220.821 559.751 220.73 559.542 220.73 559.3C220.73 559.055 220.821 558.846 221.004 558.674C221.189 558.498 221.411 558.411 221.67 558.411C221.928 558.411 222.149 558.498 222.331 558.674C222.517 558.846 222.609 559.055 222.609 559.3C222.609 559.542 222.517 559.751 222.331 559.927C222.149 560.099 221.928 560.185 221.67 560.185ZM227.327 572.023C226.721 572.023 226.199 571.943 225.761 571.784C225.327 571.625 224.972 571.415 224.697 571.153C224.422 570.891 224.217 570.604 224.081 570.293L225.358 569.766C225.448 569.911 225.567 570.066 225.716 570.228C225.869 570.394 226.074 570.535 226.333 570.651C226.595 570.767 226.931 570.825 227.342 570.825C227.905 570.825 228.371 570.687 228.739 570.412C229.107 570.14 229.291 569.706 229.291 569.109V567.608H229.196C229.107 567.77 228.978 567.951 228.809 568.15C228.643 568.349 228.414 568.521 228.123 568.667C227.831 568.813 227.451 568.886 226.984 568.886C226.381 568.886 225.837 568.745 225.353 568.463C224.873 568.178 224.492 567.759 224.21 567.205C223.931 566.648 223.792 565.964 223.792 565.152C223.792 564.34 223.93 563.644 224.205 563.064C224.483 562.484 224.
<path d="M346.651 569H345.358L349.097 558.818H350.369L354.108 569H352.815L349.773 560.429H349.693L346.651 569ZM347.128 565.023H352.338V566.116H347.128V565.023ZM358.138 569.159C357.502 569.159 356.94 568.998 356.453 568.677C355.966 568.352 355.585 567.895 355.309 567.305C355.034 566.711 354.897 566.01 354.897 565.202C354.897 564.4 355.034 563.704 355.309 563.114C355.585 562.524 355.967 562.068 356.458 561.746C356.948 561.425 357.515 561.264 358.158 561.264C358.655 561.264 359.048 561.347 359.336 561.513C359.628 561.675 359.85 561.861 360.003 562.07C360.158 562.275 360.279 562.444 360.366 562.577H360.465V558.818H361.638V569H360.505V567.827H360.366C360.279 567.966 360.157 568.142 359.998 568.354C359.839 568.562 359.612 568.75 359.317 568.915C359.022 569.078 358.629 569.159 358.138 569.159ZM358.297 568.105C358.768 568.105 359.166 567.982 359.491 567.737C359.815 567.489 360.062 567.146 360.231 566.708C360.4 566.267 360.485 565.759 360.485 565.182C360.485 564.612 360.402 564.113 360.236 563.685C360.071 563.254 359.825 562.92 359.501 562.681C359.176 562.439 358.775 562.318 358.297 562.318C357.8 562.318 357.386 562.446 357.055 562.701C356.726 562.953 356.479 563.296 356.314 563.73C356.151 564.161 356.07 564.645 356.07 565.182C356.07 565.725 356.153 566.219 356.319 566.663C356.488 567.104 356.736 567.455 357.064 567.717C357.396 567.976 357.807 568.105 358.297 568.105ZM366.554 569.159C365.917 569.159 365.355 568.998 364.868 568.677C364.381 568.352 364 567.895 363.725 567.305C363.45 566.711 363.312 566.01 363.312 565.202C363.312 564.4 363.45 563.704 363.725 563.114C364 562.524 364.383 562.068 364.873 561.746C365.364 561.425 365.931 561.264 366.574 561.264C367.071 561.264 367.463 561.347 367.752 561.513C368.043 561.675 368.266 561.861 368.418 562.07C368.574 562.275 368.695 562.444 368.781 562.577H368.88V558.818H370.054V569H368.92V567.827H368.781C368.695 567.966 368.572 568.142 368.413 568.354C368.254 568.562 368.027 568.75 367.732 568.915C367.437 569.078 367.044 569.159 366.554 569.159ZM366.713 568.105C367.183 568.105 367.581 567.982 367.906 567.737C368.231 567.489 368.478 567.146 368.647 566.708C368.816 566.267 368.9 565.759 368.9 565.182C368.9 564.612 368.817 564.113 368.652 563.685C368.486 563.254 368.241 562.92 367.916 562.681C367.591 562.439 367.19 562.318 366.713 562.318C366.216 562.318 365.801 562.446 365.47 562.701C365.142 562.953 364.895 563.296 364.729 563.73C364.567 564.161 364.485 564.645 364.485 565.182C364.485 565.725 364.568 566.219 364.734 566.663C364.903 567.104 365.152 567.455 365.48 567.717C365.811 567.976 366.222 568.105 366.713 568.105ZM376.32 569H375.027L378.766 558.818H380.038L383.777 569H382.484L379.442 560.429H379.362L376.32 569ZM376.797 565.023H382.007V566.116H376.797V565.023ZM390.333 563.074L389.279 563.372C389.213 563.196 389.115 563.026 388.986 562.86C388.86 562.691 388.687 562.552 388.469 562.442C388.25 562.333 387.97 562.278 387.628 562.278C387.161 562.278 386.772 562.386 386.46 562.602C386.152 562.814 385.998 563.084 385.998 563.412C385.998 563.704 386.104 563.934 386.316 564.103C386.528 564.272 386.859 564.413 387.31 564.526L388.444 564.804C389.127 564.97 389.635 565.223 389.97 565.565C390.305 565.903 390.472 566.339 390.472 566.872C390.472 567.31 390.346 567.701 390.094 568.045C389.846 568.39 389.498 568.662 389.05 568.861C388.603 569.06 388.082 569.159 387.489 569.159C386.71 569.159 386.066 568.99 385.555 568.652C385.045 568.314 384.722 567.82 384.586 567.17L385.699 566.892C385.805 567.303 386.006 567.611 386.301 567.817C386.599 568.022 386.989 568.125 387.469 568.125C388.016 568.125 388.45 568.009 388.772 567.777C389.097 567.542 389.259 567.26 389.259 566.932C389.259 566.667 389.166 566.445 388.981 566.266C388.795 566.083 388.51 565.947 388.126 565.858L386.853 565.56C386.154 565.394 385.64 565.137 385.312 564.789C384.987 564.438 384.824 563.999 384.824 563.472C384.824 563.041 384.945 562.66 385.187 562.328C385.433 561.997 385.766 561.737 386.187 561.548C386.611 561.359 387.091 561.264 387.628 561.264C388.384 561.264 388.977 561.43 389.408 561.761C389.842 562.093 390.151 562.53 390.333 563.074ZM39
<mask id="mask1_11193_157960" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="178" y="596" width="16" height="16">
<rect x="178" y="596" width="16" height="16" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask1_11193_157960)">
<path d="M190.041 608.909C189.818 608.909 189.629 608.831 189.473 608.675C189.318 608.519 189.241 608.33 189.241 608.107V599.379C189.241 599.156 189.319 598.966 189.475 598.81C189.632 598.654 189.822 598.576 190.045 598.576C190.269 598.576 190.458 598.654 190.613 598.81C190.768 598.966 190.846 599.156 190.846 599.379V608.107C190.846 608.33 190.768 608.519 190.611 608.675C190.455 608.831 190.265 608.909 190.041 608.909ZM182.623 608.909C182.508 608.909 182.404 608.887 182.309 608.842C182.215 608.797 182.132 608.739 182.061 608.668C181.99 608.598 181.932 608.515 181.888 608.42C181.843 608.326 181.82 608.221 181.82 608.107V606.045C181.82 605.822 181.899 605.633 182.055 605.477C182.211 605.321 182.401 605.243 182.625 605.243C182.848 605.243 183.038 605.321 183.193 605.477C183.348 605.633 183.425 605.822 183.425 606.045V608.107C183.425 608.221 183.403 608.326 183.358 608.42C183.313 608.515 183.255 608.598 183.184 608.668C183.113 608.739 183.031 608.797 182.936 608.842C182.841 608.887 182.737 608.909 182.623 608.909ZM186.331 608.909C186.108 608.909 185.918 608.831 185.763 608.675C185.608 608.519 185.531 608.33 185.531 608.107V602.712C185.531 602.489 185.609 602.3 185.765 602.144C185.922 601.988 186.112 601.91 186.335 601.91C186.559 601.91 186.748 601.988 186.903 602.144C187.058 602.3 187.136 602.489 187.136 602.712V608.107C187.136 608.33 187.057 608.519 186.901 608.675C186.745 608.831 186.555 608.909 186.331 608.909Z" fill="#525252"/>
</g>
<path d="M199.119 609V598.818H202.748C203.54 598.818 204.196 598.962 204.717 599.251C205.237 599.539 205.626 599.933 205.885 600.434C206.143 600.931 206.273 601.491 206.273 602.114C206.273 602.741 206.142 603.304 205.88 603.805C205.621 604.302 205.23 604.696 204.707 604.988C204.186 605.276 203.532 605.42 202.743 605.42H200.247V604.118H202.604C203.104 604.118 203.51 604.032 203.822 603.859C204.133 603.684 204.362 603.445 204.508 603.143C204.654 602.842 204.727 602.499 204.727 602.114C204.727 601.73 204.654 601.388 204.508 601.09C204.362 600.792 204.132 600.558 203.817 600.389C203.505 600.22 203.094 600.136 202.584 600.136H200.655V609H199.119ZM207.674 609V601.364H209.111V602.577H209.191C209.33 602.166 209.575 601.843 209.926 601.607C210.281 601.369 210.682 601.249 211.13 601.249C211.222 601.249 211.332 601.253 211.458 601.259C211.587 601.266 211.688 601.274 211.761 601.284V602.706C211.701 602.689 211.595 602.671 211.443 602.651C211.29 602.628 211.138 602.616 210.985 602.616C210.634 602.616 210.321 602.691 210.046 602.84C209.774 602.986 209.559 603.19 209.4 603.452C209.24 603.71 209.161 604.005 209.161 604.337V609H207.674ZM212.767 609V601.364H214.254V609H212.767ZM213.518 600.185C213.26 600.185 213.038 600.099 212.852 599.927C212.67 599.751 212.578 599.542 212.578 599.3C212.578 599.055 212.67 598.846 212.852 598.674C213.038 598.498 213.26 598.411 213.518 598.411C213.777 598.411 213.997 598.498 214.179 598.674C214.365 598.846 214.458 599.055 214.458 599.3C214.458 599.542 214.365 599.751 214.179 599.927C213.997 600.099 213.777 600.185 213.518 600.185ZM219.19 609.154C218.474 609.154 217.85 608.99 217.316 608.662C216.782 608.334 216.368 607.875 216.073 607.285C215.778 606.695 215.631 606.005 215.631 605.217C215.631 604.424 215.778 603.732 216.073 603.138C216.368 602.545 216.782 602.085 217.316 601.756C217.85 601.428 218.474 601.264 219.19 601.264C219.906 601.264 220.531 601.428 221.065 601.756C221.598 602.085 222.013 602.545 222.308 603.138C222.603 603.732 222.75 604.424 222.75 605.217C222.75 606.005 222.603 606.695 222.308 607.285C222.013 607.875 221.598 608.334 221.065 608.662C220.531 608.99 219.906 609.154 219.19 609.154ZM219.195 607.906C219.659 607.906 220.044 607.784 220.349 607.538C220.654 607.293 220.879 606.967 221.025 606.559C221.174 606.151 221.249 605.702 221.249 605.212C221.249 604.724 221.174 604.277 221.025 603.869C220.879 603.458 220.654 603.129 220.349 602.88C220.044 602.631 219.659 602.507 219.195 602.507C218.728 602.507 218.34 602.631 218.032 602.88C217.727 603.129 217.5 603.458 217.351 603.869C217.205 604.277 217.132 604.724 217.132 605.212C217.132 605.702 217.205 606.151 217.351 606.559C217.5 606.967 217.727 607.293 218.032 607.538C218.34 607.784 218.728 607.906 219.195 607.906ZM224.129 609V601.364H225.566V602.577H225.646C225.785 602.166 226.03 601.843 226.381 601.607C226.736 601.369 227.137 601.249 227.585 601.249C227.677 601.249 227.787 601.253 227.913 601.259C228.042 601.266 228.143 601.274 228.216 601.284V602.706C228.156 602.689 228.05 602.671 227.898 602.651C227.745 602.628 227.593 602.616 227.44 602.616C227.089 602.616 226.776 602.691 226.501 602.84C226.229 602.986 226.014 603.19 225.854 603.452C225.695 603.71 225.616 604.005 225.616 604.337V609H224.129ZM229.222 609V601.364H230.709V609H229.222ZM229.973 600.185C229.715 600.185 229.492 600.099 229.307 599.927C229.125 599.751 229.033 599.542 229.033 599.3C229.033 599.055 229.125 598.846 229.307 598.674C229.492 598.498 229.715 598.411 229.973 598.411C230.232 598.411 230.452 598.498 230.634 598.674C230.82 598.846 230.913 599.055 230.913 599.3C230.913 599.542 230.82 599.751 230.634 599.927C230.452 600.099 230.232 600.185 229.973 600.185ZM235.993 601.364V602.557H231.822V601.364H235.993ZM232.941 599.534H234.427V606.758C234.427 607.046 234.47 607.263 234.557 607.409C234.643 607.552 234.754 607.649 234.89 607.702C235.029 607.752 235.18 607.777 235.342 607.777C235.461 607.777 235.566 607.769 235.655 607.752C235.745 607.736 235.814 607.722 235.864 607.712L236.132 608.94C236.046 608.973 235.924 609.007 235.765 609.04C235.606 609.076 235.407 609.096 235.168 609.099C
<rect x="345" y="589" width="64.7694" height="30" rx="4" fill="#FEEBEC"/>
<path d="M362.988 609.02C362.771 609.02 362.587 608.945 362.436 608.793C362.285 608.641 362.21 608.457 362.21 608.241V599.76C362.21 599.544 362.286 599.36 362.438 599.208C362.59 599.056 362.774 598.98 362.992 598.98C363.209 598.98 363.393 599.056 363.543 599.208C363.694 599.36 363.769 599.544 363.769 599.76V608.241C363.769 608.457 363.693 608.641 363.541 608.793C363.389 608.945 363.205 609.02 362.988 609.02ZM355.779 609.02C355.668 609.02 355.567 608.999 355.475 608.955C355.383 608.911 355.303 608.855 355.234 608.786C355.165 608.717 355.109 608.637 355.065 608.545C355.022 608.453 355 608.352 355 608.241V606.238C355 606.021 355.076 605.837 355.228 605.685C355.38 605.534 355.565 605.458 355.782 605.458C355.999 605.458 356.183 605.534 356.333 605.685C356.484 605.837 356.56 606.021 356.56 606.238V608.241C356.56 608.352 356.538 608.453 356.494 608.545C356.451 608.637 356.394 608.717 356.325 608.786C356.256 608.855 356.176 608.911 356.084 608.955C355.992 608.999 355.891 609.02 355.779 609.02ZM359.383 609.02C359.166 609.02 358.982 608.945 358.831 608.793C358.68 608.641 358.605 608.457 358.605 608.241V602.999C358.605 602.782 358.681 602.598 358.833 602.447C358.985 602.295 359.169 602.219 359.387 602.219C359.604 602.219 359.788 602.295 359.938 602.447C360.089 602.598 360.164 602.782 360.164 602.999V608.241C360.164 608.457 360.088 608.641 359.936 608.793C359.784 608.945 359.6 609.02 359.383 609.02Z" fill="#E5484D"/>
<path d="M371.178 609V598.818H372.411V603.352H377.84V598.818H379.073V609H377.84V604.446H372.411V609H371.178ZM381.103 609V601.364H382.276V609H381.103ZM381.699 600.091C381.47 600.091 381.273 600.013 381.108 599.857C380.945 599.701 380.864 599.514 380.864 599.295C380.864 599.077 380.945 598.889 381.108 598.734C381.273 598.578 381.47 598.5 381.699 598.5C381.928 598.5 382.123 598.578 382.286 598.734C382.451 598.889 382.534 599.077 382.534 599.295C382.534 599.514 382.451 599.701 382.286 599.857C382.123 600.013 381.928 600.091 381.699 600.091ZM387.227 612.023C386.66 612.023 386.173 611.95 385.766 611.804C385.358 611.661 385.018 611.473 384.746 611.237C384.478 611.005 384.264 610.757 384.105 610.491L385.04 609.835C385.146 609.974 385.28 610.134 385.442 610.312C385.605 610.495 385.827 610.652 386.109 610.785C386.394 610.921 386.766 610.989 387.227 610.989C387.844 610.989 388.352 610.839 388.753 610.541C389.155 610.243 389.355 609.776 389.355 609.139V607.588H389.256C389.169 607.727 389.047 607.9 388.888 608.105C388.732 608.307 388.507 608.488 388.212 608.647C387.92 608.803 387.525 608.881 387.028 608.881C386.412 608.881 385.858 608.735 385.368 608.443C384.881 608.152 384.494 607.727 384.209 607.17C383.928 606.614 383.787 605.937 383.787 605.142C383.787 604.36 383.924 603.679 384.199 603.099C384.475 602.515 384.857 602.065 385.348 601.746C385.838 601.425 386.405 601.264 387.048 601.264C387.545 601.264 387.94 601.347 388.231 601.513C388.526 601.675 388.752 601.861 388.908 602.07C389.067 602.275 389.189 602.444 389.275 602.577H389.395V601.364H390.528V609.219C390.528 609.875 390.379 610.409 390.081 610.82C389.786 611.234 389.388 611.537 388.888 611.729C388.391 611.925 387.837 612.023 387.227 612.023ZM387.187 607.827C387.658 607.827 388.056 607.719 388.381 607.504C388.705 607.288 388.952 606.978 389.121 606.574C389.29 606.17 389.375 605.686 389.375 605.122C389.375 604.572 389.292 604.086 389.126 603.665C388.961 603.245 388.715 602.915 388.391 602.676C388.066 602.437 387.665 602.318 387.187 602.318C386.69 602.318 386.276 602.444 385.945 602.696C385.616 602.948 385.369 603.286 385.204 603.71C385.041 604.134 384.96 604.605 384.96 605.122C384.96 605.652 385.043 606.121 385.209 606.529C385.378 606.933 385.626 607.252 385.954 607.484C386.286 607.712 386.697 607.827 387.187 607.827ZM393.569 604.406V609H392.396V598.818H393.569V602.557H393.669C393.848 602.162 394.116 601.849 394.474 601.617C394.835 601.382 395.316 601.264 395.916 601.264C396.436 601.264 396.892 601.369 397.283 601.577C397.674 601.783 397.977 602.099 398.193 602.527C398.412 602.951 398.521 603.491 398.521 604.148V609H397.348V604.227C397.348 603.621 397.19 603.152 396.875 602.82C396.564 602.486 396.131 602.318 395.578 602.318C395.193 602.318 394.849 602.399 394.544 602.562C394.242 602.724 394.004 602.961 393.828 603.273C393.656 603.584 393.569 603.962 393.569 604.406Z" fill="#E5484D"/>
<mask id="mask2_11193_157960" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="178" y="631" width="16" height="16">
<rect x="178" y="631" width="16" height="16" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask2_11193_157960)">
<path d="M181.204 643.466C180.981 643.466 180.822 643.371 180.728 643.181C180.634 642.992 180.645 642.808 180.761 642.629L185.558 635.494C185.667 635.338 185.814 635.26 186 635.26C186.185 635.26 186.333 635.338 186.442 635.494L191.238 642.629C191.355 642.808 191.366 642.992 191.272 643.181C191.178 643.371 191.019 643.466 190.796 643.466H181.204ZM181.833 642.599H190.167L186 636.366L181.833 642.599Z" fill="#525252"/>
</g>
<path d="M199.119 644V633.818H205.502V635.141H200.655V638.243H205.169V639.56H200.655V642.678H205.562V644H199.119ZM212.877 638.228L211.53 638.467C211.473 638.294 211.384 638.13 211.261 637.974C211.142 637.819 210.98 637.691 210.774 637.592C210.569 637.492 210.312 637.442 210.004 637.442C209.583 637.442 209.231 637.537 208.95 637.726C208.668 637.911 208.527 638.152 208.527 638.447C208.527 638.702 208.621 638.907 208.81 639.063C208.999 639.219 209.304 639.347 209.725 639.446L210.938 639.724C211.641 639.887 212.165 640.137 212.509 640.475C212.854 640.813 213.026 641.252 213.026 641.793C213.026 642.25 212.894 642.658 212.629 643.016C212.367 643.37 212 643.649 211.53 643.851C211.063 644.053 210.521 644.154 209.904 644.154C209.049 644.154 208.351 643.972 207.811 643.607C207.271 643.239 206.939 642.717 206.817 642.041L208.254 641.822C208.343 642.197 208.527 642.48 208.805 642.673C209.084 642.862 209.447 642.956 209.894 642.956C210.381 642.956 210.771 642.855 211.063 642.653C211.354 642.447 211.5 642.197 211.5 641.902C211.5 641.663 211.411 641.463 211.232 641.3C211.056 641.138 210.786 641.015 210.421 640.933L209.129 640.649C208.416 640.487 207.889 640.228 207.548 639.874C207.21 639.519 207.04 639.07 207.04 638.526C207.04 638.076 207.166 637.681 207.418 637.343C207.67 637.005 208.018 636.741 208.462 636.553C208.906 636.36 209.415 636.264 209.989 636.264C210.814 636.264 211.464 636.443 211.938 636.801C212.411 637.156 212.725 637.631 212.877 638.228ZM217.945 636.364V637.557H213.774V636.364H217.945ZM214.893 634.534H216.379V641.758C216.379 642.046 216.422 642.263 216.509 642.409C216.595 642.552 216.706 642.649 216.842 642.702C216.981 642.752 217.132 642.777 217.294 642.777C217.413 642.777 217.518 642.769 217.607 642.752C217.697 642.736 217.766 642.722 217.816 642.712L218.085 643.94C217.998 643.973 217.876 644.007 217.717 644.04C217.558 644.076 217.359 644.096 217.12 644.099C216.729 644.106 216.364 644.036 216.026 643.891C215.688 643.745 215.415 643.519 215.206 643.214C214.997 642.91 214.893 642.527 214.893 642.066V634.534ZM219.31 644V636.364H220.796V644H219.31ZM220.06 635.185C219.802 635.185 219.58 635.099 219.394 634.927C219.212 634.751 219.121 634.542 219.121 634.3C219.121 634.055 219.212 633.846 219.394 633.674C219.58 633.498 219.802 633.411 220.06 633.411C220.319 633.411 220.539 633.498 220.722 633.674C220.907 633.846 221 634.055 221 634.3C221 634.542 220.907 634.751 220.722 634.927C220.539 635.099 220.319 635.185 220.06 635.185ZM222.516 644V636.364H223.943V637.607H224.037C224.196 637.186 224.457 636.857 224.818 636.622C225.179 636.384 225.612 636.264 226.115 636.264C226.626 636.264 227.053 636.384 227.398 636.622C227.746 636.861 228.003 637.189 228.169 637.607H228.248C228.431 637.199 228.721 636.874 229.118 636.632C229.516 636.387 229.99 636.264 230.54 636.264C231.233 636.264 231.798 636.481 232.235 636.915C232.676 637.35 232.897 638.004 232.897 638.879V644H231.41V639.018C231.41 638.501 231.269 638.127 230.988 637.895C230.706 637.663 230.369 637.547 229.978 637.547C229.494 637.547 229.118 637.696 228.85 637.994C228.581 638.289 228.447 638.669 228.447 639.133V644H226.966V638.924C226.966 638.51 226.836 638.177 226.578 637.925C226.319 637.673 225.983 637.547 225.569 637.547C225.287 637.547 225.027 637.621 224.788 637.771C224.553 637.916 224.362 638.12 224.216 638.382C224.074 638.644 224.003 638.947 224.003 639.292V644H222.516ZM236.831 644.169C236.347 644.169 235.91 644.08 235.519 643.901C235.128 643.718 234.818 643.455 234.589 643.11C234.364 642.765 234.251 642.343 234.251 641.842C234.251 641.411 234.334 641.057 234.5 640.778C234.665 640.5 234.889 640.28 235.171 640.117C235.453 639.955 235.767 639.832 236.115 639.749C236.463 639.666 236.818 639.603 237.179 639.56C237.637 639.507 238.008 639.464 238.293 639.431C238.578 639.395 238.785 639.337 238.914 639.257C239.044 639.178 239.108 639.048 239.108 638.869V638.835C239.108 638.4 238.986 638.064 238.74 637.825C238.498 637.587 238.137 637.467 237.657 637.467C237.156 637.467 236.762 637.578 236.473 637.8C236.188 638.019 235.991 638.263 235.882 638.531L234.485 638.213C234.65 637.749 234.8
<mask id="mask3_11193_157960" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="346" y="633" width="16" height="16">
<rect x="346" y="633" width="16" height="16" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask3_11193_157960)">
<path d="M349.204 645.466C348.981 645.466 348.822 645.371 348.728 645.181C348.634 644.992 348.645 644.808 348.761 644.629L353.558 637.494C353.667 637.338 353.814 637.26 354 637.26C354.185 637.26 354.333 637.338 354.442 637.494L359.238 644.629C359.355 644.808 359.366 644.992 359.272 645.181C359.178 645.371 359.019 645.466 358.796 645.466H349.204ZM349.833 644.599H358.167L354 638.366L349.833 644.599Z" fill="#525252"/>
</g>
<path d="M366.766 644.011V642.768L371.165 635.818H372.145V637.648H371.523L368.376 642.629V642.709H374.407V644.011H366.766ZM371.593 646V643.634L371.603 643.067V635.818H373.06V646H371.593Z" fill="#525252"/>
<path d="M189.083 666.336H180.917C180.272 666.336 179.75 666.858 179.75 667.503V675.669C179.75 676.314 180.272 676.836 180.917 676.836H189.083C189.728 676.836 190.25 676.314 190.25 675.669V667.503C190.25 666.858 189.728 666.336 189.083 666.336Z" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M187.336 665.164V667.497" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M182.664 665.164V667.497" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M179.75 669.836H190.25" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M202.672 668.493C202.619 668.022 202.4 667.658 202.016 667.399C201.631 667.137 201.147 667.006 200.564 667.006C200.146 667.006 199.785 667.073 199.48 667.205C199.175 667.335 198.938 667.513 198.769 667.742C198.603 667.968 198.521 668.224 198.521 668.513C198.521 668.755 198.577 668.964 198.69 669.139C198.806 669.315 198.956 669.462 199.142 669.582C199.331 669.698 199.533 669.795 199.749 669.875C199.964 669.951 200.171 670.014 200.37 670.064L201.364 670.322C201.689 670.402 202.022 670.51 202.364 670.646C202.705 670.781 203.022 670.96 203.313 671.183C203.605 671.405 203.84 671.68 204.019 672.008C204.201 672.336 204.293 672.729 204.293 673.186C204.293 673.763 204.143 674.275 203.845 674.722C203.55 675.17 203.121 675.523 202.558 675.781C201.997 676.04 201.32 676.169 200.524 676.169C199.762 676.169 199.102 676.048 198.545 675.806C197.989 675.564 197.553 675.221 197.238 674.777C196.923 674.33 196.749 673.799 196.716 673.186H198.257C198.287 673.554 198.406 673.861 198.615 674.106C198.827 674.348 199.097 674.528 199.425 674.648C199.757 674.764 200.12 674.822 200.514 674.822C200.948 674.822 201.335 674.754 201.673 674.618C202.014 674.479 202.282 674.286 202.478 674.041C202.674 673.793 202.771 673.503 202.771 673.171C202.771 672.87 202.685 672.623 202.513 672.43C202.344 672.238 202.113 672.079 201.822 671.953C201.533 671.827 201.207 671.716 200.842 671.62L199.639 671.292C198.824 671.07 198.178 670.743 197.7 670.312C197.226 669.882 196.989 669.312 196.989 668.602C196.989 668.016 197.148 667.504 197.467 667.066C197.785 666.629 198.216 666.289 198.759 666.047C199.303 665.802 199.916 665.679 200.599 665.679C201.288 665.679 201.896 665.8 202.423 666.042C202.954 666.284 203.371 666.617 203.676 667.041C203.981 667.462 204.14 667.946 204.153 668.493H202.672ZM209.294 668.364V669.557H205.123V668.364H209.294ZM206.241 666.534H207.728V673.758C207.728 674.046 207.771 674.263 207.857 674.409C207.943 674.552 208.054 674.649 208.19 674.702C208.329 674.752 208.48 674.777 208.642 674.777C208.762 674.777 208.866 674.769 208.956 674.752C209.045 674.736 209.115 674.722 209.164 674.712L209.433 675.94C209.347 675.973 209.224 676.007 209.065 676.04C208.906 676.076 208.707 676.096 208.468 676.099C208.077 676.106 207.713 676.036 207.375 675.891C207.037 675.745 206.763 675.519 206.554 675.214C206.346 674.91 206.241 674.527 206.241 674.066V666.534ZM212.88 676.169C212.396 676.169 211.959 676.08 211.568 675.901C211.177 675.718 210.867 675.455 210.638 675.11C210.413 674.765 210.3 674.343 210.3 673.842C210.3 673.411 210.383 673.057 210.549 672.778C210.714 672.5 210.938 672.28 211.22 672.117C211.502 671.955 211.816 671.832 212.164 671.749C212.512 671.666 212.867 671.603 213.228 671.56C213.686 671.507 214.057 671.464 214.342 671.431C214.627 671.395 214.834 671.337 214.963 671.257C215.093 671.178 215.157 671.048 215.157 670.869V670.835C215.157 670.4 215.035 670.064 214.789 669.825C214.547 669.587 214.186 669.467 213.706 669.467C213.205 669.467 212.811 669.578 212.522 669.8C212.237 670.019 212.04 670.263 211.931 670.531L210.534 670.213C210.699 669.749 210.941 669.375 211.26 669.089C211.581 668.801 211.951 668.592 212.368 668.463C212.786 668.33 213.225 668.264 213.686 668.264C213.991 668.264 214.314 668.301 214.655 668.374C215 668.443 215.321 668.572 215.62 668.761C215.921 668.95 216.168 669.22 216.36 669.572C216.553 669.92 216.649 670.372 216.649 670.929V676H215.197V674.956H215.137C215.041 675.148 214.897 675.337 214.705 675.523C214.513 675.708 214.266 675.862 213.964 675.985C213.663 676.108 213.301 676.169 212.88 676.169ZM213.203 674.976C213.614 674.976 213.966 674.895 214.257 674.732C214.552 674.57 214.776 674.358 214.929 674.096C215.084 673.831 215.162 673.547 215.162 673.246V672.261C215.109 672.314 215.007 672.364 214.854 672.411C214.705 672.454 214.534 672.492 214.342 672.525C214.15 672.555 213.962 672.583 213.78 672.609C213.598 672.633 213.445 672.652 213.323 672.669C213.034 672.705 212.771 672.767 212.532 672.853C212.297 672.939 212.108 673.063 211.966 673.226C211.826 673.385 211.757 673.597 211.757 673.862C211.757 674.23 211.893 674.509 212.164 674.6
<mask id="mask4_11193_157960" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="345" y="661" width="20" height="20">
<rect x="345" y="661" width="20" height="20" fill="#D9D9D9"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
</mask>
<g mask="url(#mask4_11193_157960)">
<path d="M349.767 678.583C349.392 678.583 349.075 678.451 348.816 678.187C348.557 677.923 348.428 677.609 348.428 677.243V666.756C348.428 666.391 348.557 666.076 348.816 665.812C349.075 665.548 349.392 665.416 349.767 665.416H351.588V663.878C351.588 663.719 351.641 663.586 351.746 663.48C351.852 663.373 351.983 663.32 352.141 663.32C352.299 663.32 352.432 663.373 352.541 663.48C352.649 663.586 352.703 663.719 352.703 663.878V665.416H357.351V663.862C357.351 663.708 357.402 663.58 357.505 663.476C357.608 663.372 357.736 663.32 357.888 663.32C358.041 663.32 358.17 663.372 358.275 663.476C358.381 663.58 358.434 663.708 358.434 663.862V665.416H360.255C360.63 665.416 360.947 665.548 361.206 665.812C361.465 666.076 361.594 666.391 361.594 666.756V677.243C361.594 677.609 361.465 677.923 361.206 678.187C360.947 678.451 360.63 678.583 360.255 678.583H349.767ZM349.767 677.5H360.255C360.319 677.5 360.377 677.473 360.431 677.42C360.484 677.366 360.511 677.307 360.511 677.243V670.256H349.511V677.243C349.511 677.307 349.538 677.366 349.591 677.42C349.645 677.473 349.703 677.5 349.767 677.5ZM349.511 669.173H360.511V666.756C360.511 666.692 360.484 666.633 360.431 666.58C360.377 666.526 360.319 666.5 360.255 666.5H349.767C349.703 666.5 349.645 666.526 349.591 666.58C349.538 666.633 349.511 666.692 349.511 666.756V669.173Z" fill="#1C2024"/>
</g>
<path d="M368.054 677V676.105L371.415 672.426C371.809 671.995 372.134 671.621 372.389 671.303C372.644 670.981 372.833 670.679 372.956 670.398C373.082 670.113 373.145 669.814 373.145 669.503C373.145 669.145 373.059 668.835 372.886 668.573C372.717 668.311 372.485 668.109 372.19 667.967C371.895 667.824 371.564 667.753 371.196 667.753C370.805 667.753 370.464 667.834 370.172 667.996C369.884 668.156 369.66 668.379 369.501 668.668C369.345 668.956 369.267 669.294 369.267 669.682H368.094C368.094 669.085 368.231 668.562 368.506 668.111C368.781 667.66 369.156 667.309 369.63 667.057C370.107 666.805 370.643 666.679 371.236 666.679C371.832 666.679 372.361 666.805 372.822 667.057C373.282 667.309 373.644 667.648 373.906 668.076C374.167 668.504 374.298 668.979 374.298 669.503C374.298 669.877 374.23 670.244 374.094 670.602C373.962 670.956 373.73 671.352 373.398 671.79C373.07 672.224 372.615 672.754 372.031 673.381L369.744 675.827V675.906H374.477V677H368.054ZM379.512 677.139C378.829 677.139 378.226 677.018 377.702 676.776C377.182 676.531 376.776 676.195 376.484 675.767C376.193 675.336 376.048 674.846 376.052 674.295C376.048 673.865 376.133 673.467 376.305 673.102C376.478 672.734 376.713 672.428 377.011 672.183C377.313 671.934 377.649 671.777 378.02 671.71V671.651C377.533 671.525 377.145 671.251 376.857 670.83C376.569 670.406 376.426 669.924 376.43 669.384C376.426 668.866 376.557 668.404 376.822 667.996C377.087 667.589 377.452 667.267 377.916 667.032C378.383 666.797 378.915 666.679 379.512 666.679C380.102 666.679 380.629 666.797 381.093 667.032C381.557 667.267 381.921 667.589 382.187 667.996C382.455 668.404 382.591 668.866 382.594 669.384C382.591 669.924 382.443 670.406 382.152 670.83C381.863 671.251 381.481 671.525 381.003 671.651V671.71C381.371 671.777 381.703 671.934 381.998 672.183C382.293 672.428 382.528 672.734 382.704 673.102C382.879 673.467 382.969 673.865 382.972 674.295C382.969 674.846 382.82 675.336 382.525 675.767C382.233 676.195 381.827 676.531 381.307 676.776C380.79 677.018 380.191 677.139 379.512 677.139ZM379.512 676.045C379.973 676.045 380.37 675.971 380.705 675.822C381.04 675.673 381.298 675.462 381.481 675.19C381.663 674.919 381.756 674.6 381.759 674.236C381.756 673.851 381.656 673.512 381.461 673.217C381.265 672.922 380.998 672.69 380.66 672.521C380.326 672.352 379.943 672.267 379.512 672.267C379.078 672.267 378.69 672.352 378.349 672.521C378.01 672.69 377.744 672.922 377.548 673.217C377.356 673.512 377.261 673.851 377.265 674.236C377.261 674.6 377.349 674.919 377.528 675.19C377.711 675.462 377.971 675.673 378.309 675.822C378.647 675.971 379.048 676.045 379.512 676.045ZM379.512 671.213C379.876 671.213 380.2 671.14 380.481 670.994C380.766 670.848 380.99 670.645 381.153 670.383C381.315 670.121 381.398 669.814 381.401 669.463C381.398 669.118 381.317 668.818 381.158 668.563C380.998 668.305 380.778 668.106 380.496 667.967C380.215 667.824 379.886 667.753 379.512 667.753C379.131 667.753 378.798 667.824 378.513 667.967C378.228 668.106 378.007 668.305 377.851 668.563C377.696 668.818 377.619 669.118 377.623 669.463C377.619 669.814 377.697 670.121 377.856 670.383C378.019 670.645 378.242 670.848 378.528 670.994C378.813 671.14 379.141 671.213 379.512 671.213ZM392.332 666.818H393.565V674.097C393.565 674.746 393.445 675.298 393.207 675.752C392.968 676.206 392.632 676.551 392.197 676.786C391.763 677.022 391.251 677.139 390.661 677.139C390.104 677.139 389.609 677.038 389.175 676.836C388.741 676.63 388.399 676.339 388.151 675.961C387.902 675.583 387.778 675.134 387.778 674.614H388.991C388.991 674.902 389.062 675.154 389.205 675.369C389.35 675.581 389.549 675.747 389.801 675.866C390.053 675.986 390.34 676.045 390.661 676.045C391.016 676.045 391.317 675.971 391.566 675.822C391.815 675.673 392.004 675.454 392.133 675.165C392.265 674.874 392.332 674.518 392.332 674.097V666.818ZM400.409 673.878V669.364H401.582V677H400.409V675.707H400.329C400.15 676.095 399.872 676.425 399.494 676.697C399.116 676.965 398.639 677.099 398.062 677.099C397.585 677.099 397.161 676.995 396.79 676.786C396.418 676.574 396.127 676.256 395.915 675.832C395.703 675.404 395
<rect x="336" y="692" width="162" height="30" rx="4" fill="#1F1F1F"/>
<mask id="mask5_11193_157960" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="345" y="697" width="20" height="20">
<rect x="345" y="697" width="20" height="20" fill="#D9D9D9"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
</mask>
<g mask="url(#mask5_11193_157960)">
<path d="M357.176 712C356.665 712 356.23 711.822 355.871 711.465C355.511 711.109 355.332 710.675 355.332 710.165C355.332 709.654 355.51 709.219 355.866 708.86C356.223 708.5 356.656 708.32 357.167 708.32C357.677 708.32 358.112 708.499 358.472 708.855C358.831 709.211 359.011 709.645 359.011 710.155C359.011 710.666 358.833 711.101 358.476 711.461C358.12 711.82 357.687 712 357.176 712ZM349.767 714.583C349.392 714.583 349.075 714.451 348.816 714.187C348.557 713.923 348.428 713.609 348.428 713.243V702.756C348.428 702.391 348.557 702.076 348.816 701.812C349.075 701.548 349.392 701.416 349.767 701.416H351.588V699.878C351.588 699.719 351.641 699.586 351.746 699.48C351.852 699.373 351.983 699.32 352.141 699.32C352.299 699.32 352.432 699.373 352.541 699.48C352.649 699.586 352.703 699.719 352.703 699.878V701.416H357.351V699.862C357.351 699.708 357.402 699.58 357.505 699.476C357.608 699.372 357.736 699.32 357.888 699.32C358.041 699.32 358.17 699.372 358.275 699.476C358.381 699.58 358.434 699.708 358.434 699.862V701.416H360.255C360.63 701.416 360.947 701.548 361.206 701.812C361.465 702.076 361.594 702.391 361.594 702.756V713.243C361.594 713.609 361.465 713.923 361.206 714.187C360.947 714.451 360.63 714.583 360.255 714.583H349.767ZM349.767 713.5H360.255C360.319 713.5 360.377 713.473 360.431 713.42C360.484 713.366 360.511 713.307 360.511 713.243V706.256H349.511V713.243C349.511 713.307 349.538 713.366 349.591 713.42C349.645 713.473 349.703 713.5 349.767 713.5ZM349.511 705.173H360.511V702.756C360.511 702.692 360.484 702.633 360.431 702.58C360.377 702.526 360.319 702.5 360.255 702.5H349.767C349.703 702.5 349.645 702.526 349.591 702.58C349.538 702.633 349.511 702.692 349.511 702.756V705.173Z" fill="#AB6400"/>
</g>
<path d="M368.054 713V712.105L371.415 708.426C371.809 707.995 372.134 707.621 372.389 707.303C372.644 706.981 372.833 706.679 372.956 706.398C373.082 706.113 373.145 705.814 373.145 705.503C373.145 705.145 373.059 704.835 372.886 704.573C372.717 704.311 372.485 704.109 372.19 703.967C371.895 703.824 371.564 703.753 371.196 703.753C370.805 703.753 370.464 703.834 370.172 703.996C369.884 704.156 369.66 704.379 369.501 704.668C369.345 704.956 369.267 705.294 369.267 705.682H368.094C368.094 705.085 368.231 704.562 368.506 704.111C368.781 703.66 369.156 703.309 369.63 703.057C370.107 702.805 370.643 702.679 371.236 702.679C371.832 702.679 372.361 702.805 372.822 703.057C373.282 703.309 373.644 703.648 373.906 704.076C374.167 704.504 374.298 704.979 374.298 705.503C374.298 705.877 374.23 706.244 374.094 706.602C373.962 706.956 373.73 707.352 373.398 707.79C373.07 708.224 372.615 708.754 372.031 709.381L369.744 711.827V711.906H374.477V713H368.054ZM379.512 713.139C378.829 713.139 378.226 713.018 377.702 712.776C377.182 712.531 376.776 712.195 376.484 711.767C376.193 711.336 376.048 710.846 376.052 710.295C376.048 709.865 376.133 709.467 376.305 709.102C376.478 708.734 376.713 708.428 377.011 708.183C377.313 707.934 377.649 707.777 378.02 707.71V707.651C377.533 707.525 377.145 707.251 376.857 706.83C376.569 706.406 376.426 705.924 376.43 705.384C376.426 704.866 376.557 704.404 376.822 703.996C377.087 703.589 377.452 703.267 377.916 703.032C378.383 702.797 378.915 702.679 379.512 702.679C380.102 702.679 380.629 702.797 381.093 703.032C381.557 703.267 381.921 703.589 382.187 703.996C382.455 704.404 382.591 704.866 382.594 705.384C382.591 705.924 382.443 706.406 382.152 706.83C381.863 707.251 381.481 707.525 381.003 707.651V707.71C381.371 707.777 381.703 707.934 381.998 708.183C382.293 708.428 382.528 708.734 382.704 709.102C382.879 709.467 382.969 709.865 382.972 710.295C382.969 710.846 382.82 711.336 382.525 711.767C382.233 712.195 381.827 712.531 381.307 712.776C380.79 713.018 380.191 713.139 379.512 713.139ZM379.512 712.045C379.973 712.045 380.37 711.971 380.705 711.822C381.04 711.673 381.298 711.462 381.481 711.19C381.663 710.919 381.756 710.6 381.759 710.236C381.756 709.851 381.656 709.512 381.461 709.217C381.265 708.922 380.998 708.69 380.66 708.521C380.326 708.352 379.943 708.267 379.512 708.267C379.078 708.267 378.69 708.352 378.349 708.521C378.01 708.69 377.744 708.922 377.548 709.217C377.356 709.512 377.261 709.851 377.265 710.236C377.261 710.6 377.349 710.919 377.528 711.19C377.711 711.462 377.971 711.673 378.309 711.822C378.647 711.971 379.048 712.045 379.512 712.045ZM379.512 707.213C379.876 707.213 380.2 707.14 380.481 706.994C380.766 706.848 380.99 706.645 381.153 706.383C381.315 706.121 381.398 705.814 381.401 705.463C381.398 705.118 381.317 704.818 381.158 704.563C380.998 704.305 380.778 704.106 380.496 703.967C380.215 703.824 379.886 703.753 379.512 703.753C379.131 703.753 378.798 703.824 378.513 703.967C378.228 704.106 378.007 704.305 377.851 704.563C377.696 704.818 377.619 705.118 377.623 705.463C377.619 705.814 377.697 706.121 377.856 706.383C378.019 706.645 378.242 706.848 378.528 706.994C378.813 707.14 379.141 707.213 379.512 707.213ZM392.332 702.818H393.565V710.097C393.565 710.746 393.445 711.298 393.207 711.752C392.968 712.206 392.632 712.551 392.197 712.786C391.763 713.022 391.251 713.139 390.661 713.139C390.104 713.139 389.609 713.038 389.175 712.836C388.741 712.63 388.399 712.339 388.151 711.961C387.902 711.583 387.778 711.134 387.778 710.614H388.991C388.991 710.902 389.062 711.154 389.205 711.369C389.35 711.581 389.549 711.747 389.801 711.866C390.053 711.986 390.34 712.045 390.661 712.045C391.016 712.045 391.317 711.971 391.566 711.822C391.815 711.673 392.004 711.454 392.133 711.165C392.265 710.874 392.332 710.518 392.332 710.097V702.818ZM400.409 709.878V705.364H401.582V713H400.409V711.707H400.329C400.15 712.095 399.872 712.425 399.494 712.697C399.116 712.965 398.639 713.099 398.062 713.099C397.585 713.099 397.161 712.995 396.79 712.786C396.418 712.574 396.127 712.256 395.915 711.832C395.703 711.404 395
<path d="M189.083 702.336H180.917C180.272 702.336 179.75 702.858 179.75 703.503V711.669C179.75 712.314 180.272 712.836 180.917 712.836H189.083C189.728 712.836 190.25 712.314 190.25 711.669V703.503C190.25 702.858 189.728 702.336 189.083 702.336Z" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M187.336 701.164V703.497" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M182.664 701.164V703.497" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M179.75 705.836H190.25" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M200.415 712H197.119V701.818H200.519C201.517 701.818 202.374 702.022 203.089 702.43C203.805 702.834 204.354 703.416 204.735 704.175C205.12 704.93 205.312 705.837 205.312 706.894C205.312 707.955 205.118 708.866 204.73 709.629C204.346 710.391 203.789 710.978 203.06 711.388C202.33 711.796 201.449 712 200.415 712ZM198.655 710.658H200.33C201.106 710.658 201.75 710.512 202.264 710.22C202.778 709.925 203.162 709.499 203.418 708.942C203.673 708.382 203.8 707.7 203.8 706.894C203.8 706.095 203.673 705.418 203.418 704.861C203.166 704.304 202.79 703.881 202.289 703.593C201.789 703.305 201.167 703.161 200.425 703.161H198.655V710.658ZM211.66 708.833V704.364H213.152V712H211.69V710.678H211.61C211.435 711.085 211.153 711.425 210.765 711.697C210.381 711.965 209.902 712.099 209.328 712.099C208.838 712.099 208.404 711.992 208.026 711.776C207.651 711.558 207.356 711.234 207.141 710.807C206.929 710.379 206.823 709.851 206.823 709.221V704.364H208.309V709.042C208.309 709.562 208.453 709.977 208.742 710.285C209.03 710.593 209.405 710.747 209.865 710.747C210.144 710.747 210.421 710.678 210.696 710.538C210.974 710.399 211.204 710.189 211.387 709.907C211.572 709.625 211.663 709.267 211.66 708.833ZM218.16 712.154C217.408 712.154 216.76 711.993 216.216 711.672C215.676 711.347 215.258 710.891 214.963 710.305C214.672 709.715 214.526 709.024 214.526 708.232C214.526 707.449 214.672 706.76 214.963 706.163C215.258 705.567 215.669 705.101 216.196 704.766C216.727 704.432 217.346 704.264 218.056 704.264C218.487 704.264 218.904 704.335 219.309 704.478C219.713 704.621 220.076 704.844 220.397 705.149C220.719 705.454 220.972 705.85 221.158 706.337C221.344 706.821 221.436 707.41 221.436 708.102V708.629H215.366V707.516H219.98C219.98 707.125 219.9 706.778 219.741 706.477C219.582 706.172 219.358 705.931 219.07 705.756C218.785 705.58 218.45 705.492 218.066 705.492C217.648 705.492 217.284 705.595 216.972 705.8C216.664 706.003 216.425 706.268 216.256 706.596C216.09 706.921 216.007 707.274 216.007 707.655V708.525C216.007 709.035 216.097 709.469 216.276 709.827C216.458 710.185 216.712 710.459 217.037 710.648C217.361 710.833 217.741 710.926 218.175 710.926C218.457 710.926 218.714 710.886 218.946 710.807C219.178 710.724 219.378 710.601 219.547 710.439C219.716 710.277 219.846 710.076 219.935 709.837L221.342 710.091C221.229 710.505 221.027 710.868 220.735 711.18C220.447 711.488 220.084 711.728 219.647 711.901C219.212 712.07 218.717 712.154 218.16 712.154ZM229.09 712.149C228.473 712.149 227.923 711.992 227.439 711.677C226.958 711.359 226.581 710.906 226.305 710.32C226.034 709.73 225.898 709.022 225.898 708.197C225.898 707.371 226.035 706.665 226.31 706.079C226.589 705.492 226.97 705.043 227.454 704.732C227.938 704.42 228.486 704.264 229.099 704.264C229.573 704.264 229.955 704.344 230.243 704.503C230.535 704.659 230.76 704.841 230.919 705.05C231.081 705.259 231.207 705.442 231.297 705.602H231.386V701.818H232.873V712H231.421V710.812H231.297C231.207 710.974 231.078 711.16 230.909 711.369C230.743 711.577 230.515 711.76 230.223 711.915C229.931 712.071 229.554 712.149 229.09 712.149ZM229.418 710.881C229.845 710.881 230.206 710.769 230.501 710.543C230.8 710.315 231.025 709.998 231.178 709.594C231.333 709.189 231.411 708.719 231.411 708.182C231.411 707.652 231.335 707.187 231.183 706.79C231.03 706.392 230.806 706.082 230.511 705.86C230.216 705.638 229.852 705.527 229.418 705.527C228.97 705.527 228.597 705.643 228.299 705.875C228.001 706.107 227.775 706.424 227.623 706.825C227.474 707.226 227.399 707.678 227.399 708.182C227.399 708.692 227.475 709.151 227.628 709.559C227.78 709.967 228.006 710.29 228.304 710.528C228.606 710.764 228.977 710.881 229.418 710.881ZM236.937 712.169C236.453 712.169 236.015 712.08 235.624 711.901C235.233 711.718 234.923 711.455 234.695 711.11C234.469 710.765 234.357 710.343 234.357 709.842C234.357 709.411 234.439 709.057 234.605 708.778C234.771 708.5 234.995 708.28 235.276 708.117C235.558 707.955 235.873 707.832 236.221 707.749C236.569 707.666 236.924 707.603 237.285 707.56C237.742 707.507 238.113 707.464 238.398 707.431C238.684 707.395 238.891 707.3
<g filter="url(#filter2_ddd_11193_157960)">
<rect x="332" y="580" width="190" height="124" rx="4" fill="#1F1F1F"/>
<rect x="332.25" y="580.25" width="189.5" height="123.5" rx="3.75" stroke="#2C2C2C" stroke-width="0.5"/>
<path d="M368.145 595.545H369.511L372.724 603.393H372.835L376.048 595.545H377.414V604.999H376.343V597.816H376.251L373.297 604.999H372.262L369.308 597.816H369.216V604.999H368.145V595.545Z" fill="#525252"/>
<path d="M383.771 602.1V597.909H384.86V604.999H383.771V603.799H383.697C383.531 604.159 383.272 604.465 382.922 604.718C382.571 604.967 382.128 605.092 381.592 605.092C381.149 605.092 380.755 604.995 380.41 604.801C380.065 604.604 379.795 604.309 379.598 603.915C379.401 603.518 379.302 603.017 379.302 602.414V597.909H380.392V602.34C380.392 602.857 380.536 603.27 380.826 603.578C381.118 603.885 381.49 604.039 381.943 604.039C382.214 604.039 382.489 603.97 382.769 603.831C383.052 603.693 383.289 603.481 383.48 603.194C383.674 602.908 383.771 602.544 383.771 602.1Z" fill="#525252"/>
<path d="M386.596 604.999V597.909H387.649V598.98H387.722C387.852 598.629 388.086 598.344 388.424 598.126C388.763 597.907 389.144 597.798 389.569 597.798C389.649 597.798 389.749 597.799 389.869 597.802C389.989 597.805 390.08 597.81 390.141 597.816V598.924C390.104 598.915 390.02 598.901 389.887 598.883C389.758 598.861 389.621 598.85 389.477 598.85C389.132 598.85 388.824 598.923 388.553 599.067C388.286 599.209 388.073 599.406 387.916 599.658C387.762 599.907 387.685 600.192 387.685 600.512V604.999H386.596Z" fill="#525252"/>
<path d="M391.173 607.659V597.909H392.225V599.035H392.355C392.435 598.912 392.545 598.755 392.687 598.564C392.832 598.37 393.038 598.198 393.306 598.047C393.577 597.893 393.943 597.816 394.404 597.816C395.001 597.816 395.528 597.965 395.983 598.264C396.439 598.563 396.794 598.986 397.05 599.534C397.305 600.081 397.433 600.728 397.433 601.472C397.433 602.223 397.305 602.874 397.05 603.425C396.794 603.973 396.44 604.398 395.988 604.699C395.535 604.998 395.014 605.147 394.423 605.147C393.967 605.147 393.603 605.072 393.329 604.921C393.055 604.767 392.844 604.593 392.696 604.399C392.549 604.202 392.435 604.039 392.355 603.91H392.262V607.659H391.173ZM392.244 601.454C392.244 601.99 392.322 602.462 392.479 602.871C392.636 603.278 392.866 603.596 393.167 603.827C393.469 604.055 393.838 604.169 394.275 604.169C394.731 604.169 395.111 604.048 395.415 603.808C395.723 603.565 395.954 603.239 396.108 602.83C396.265 602.417 396.343 601.959 396.343 601.454C396.343 600.955 396.266 600.506 396.112 600.106C395.962 599.703 395.732 599.384 395.425 599.15C395.12 598.913 394.737 598.795 394.275 598.795C393.832 598.795 393.46 598.907 393.158 599.132C392.856 599.354 392.629 599.664 392.475 600.064C392.321 600.461 392.244 600.925 392.244 601.454Z" fill="#525252"/>
<path d="M399.924 600.734V604.999H398.835V595.545H399.924V599.017H400.017C400.183 598.65 400.432 598.359 400.764 598.144C401.1 597.925 401.546 597.816 402.103 597.816C402.586 597.816 403.01 597.913 403.373 598.107C403.736 598.298 404.017 598.592 404.218 598.989C404.421 599.383 404.522 599.884 404.522 600.494V604.999H403.433V600.568C403.433 600.004 403.287 599.569 402.994 599.261C402.705 598.95 402.303 598.795 401.789 598.795C401.432 598.795 401.112 598.87 400.829 599.021C400.549 599.172 400.327 599.392 400.164 599.681C400.004 599.971 399.924 600.321 399.924 600.734Z" fill="#525252"/>
<path d="M406.703 607.659C406.519 607.659 406.354 607.643 406.209 607.612C406.065 607.585 405.965 607.557 405.909 607.529L406.186 606.569C406.451 606.637 406.685 606.661 406.888 606.643C407.091 606.624 407.271 606.534 407.428 606.371C407.588 606.211 407.734 605.95 407.867 605.59L408.07 605.036L405.448 597.909H406.629L408.587 603.559H408.661L410.618 597.909H411.8L408.79 606.034C408.654 606.4 408.487 606.703 408.287 606.943C408.087 607.186 407.854 607.366 407.59 607.483C407.328 607.6 407.033 607.659 406.703 607.659Z" fill="#525252"/>
<path d="M419.255 605.147C418.59 605.147 418.018 604.99 417.537 604.676C417.057 604.362 416.688 603.93 416.429 603.379C416.171 602.828 416.042 602.199 416.042 601.491C416.042 600.771 416.174 600.135 416.439 599.584C416.706 599.03 417.079 598.598 417.556 598.287C418.036 597.973 418.596 597.816 419.236 597.816C419.735 597.816 420.184 597.909 420.584 598.093C420.984 598.278 421.312 598.536 421.568 598.869C421.823 599.201 421.982 599.589 422.043 600.032H420.954C420.871 599.709 420.686 599.423 420.4 599.173C420.116 598.921 419.735 598.795 419.255 598.795C418.83 598.795 418.458 598.906 418.138 599.127C417.821 599.346 417.573 599.655 417.394 600.055C417.219 600.452 417.131 600.919 417.131 601.454C417.131 602.002 417.217 602.479 417.39 602.885C417.565 603.291 417.811 603.607 418.128 603.831C418.448 604.056 418.824 604.169 419.255 604.169C419.538 604.169 419.795 604.119 420.026 604.021C420.257 603.922 420.452 603.781 420.612 603.596C420.772 603.411 420.886 603.19 420.954 602.931H422.043C421.982 603.35 421.829 603.727 421.586 604.062C421.346 604.395 421.027 604.659 420.63 604.856C420.237 605.05 419.778 605.147 419.255 605.147Z" fill="#525252"/>
<path d="M426.256 605.147C425.616 605.147 425.055 604.995 424.571 604.69C424.091 604.385 423.716 603.959 423.445 603.411C423.177 602.864 423.043 602.223 423.043 601.491C423.043 600.752 423.177 600.108 423.445 599.557C423.716 599.006 424.091 598.578 424.571 598.273C425.055 597.969 425.616 597.816 426.256 597.816C426.897 597.816 427.457 597.969 427.937 598.273C428.42 598.578 428.796 599.006 429.063 599.557C429.334 600.108 429.47 600.752 429.47 601.491C429.47 602.223 429.334 602.864 429.063 603.411C428.796 603.959 428.42 604.385 427.937 604.69C427.457 604.995 426.897 605.147 426.256 605.147ZM426.256 604.169C426.743 604.169 427.143 604.044 427.457 603.795C427.771 603.545 428.003 603.218 428.154 602.811C428.305 602.405 428.38 601.965 428.38 601.491C428.38 601.017 428.305 600.575 428.154 600.166C428.003 599.757 427.771 599.426 427.457 599.173C427.143 598.921 426.743 598.795 426.256 598.795C425.77 598.795 425.37 598.921 425.056 599.173C424.742 599.426 424.51 599.757 424.359 600.166C424.208 600.575 424.133 601.017 424.133 601.491C424.133 601.965 424.208 602.405 424.359 602.811C424.51 603.218 424.742 603.545 425.056 603.795C425.37 604.044 425.77 604.169 426.256 604.169Z" fill="#525252"/>
<path d="M433.753 605.147C433.113 605.147 432.551 604.995 432.068 604.69C431.588 604.385 431.213 603.959 430.942 603.411C430.674 602.864 430.54 602.223 430.54 601.491C430.54 600.752 430.674 600.108 430.942 599.557C431.213 599.006 431.588 598.578 432.068 598.273C432.551 597.969 433.113 597.816 433.753 597.816C434.393 597.816 434.954 597.969 435.434 598.273C435.917 598.578 436.292 599.006 436.56 599.557C436.831 600.108 436.966 600.752 436.966 601.491C436.966 602.223 436.831 602.864 436.56 603.411C436.292 603.959 435.917 604.385 435.434 604.69C434.954 604.995 434.393 605.147 433.753 605.147ZM433.753 604.169C434.24 604.169 434.64 604.044 434.954 603.795C435.268 603.545 435.5 603.218 435.651 602.811C435.801 602.405 435.877 601.965 435.877 601.491C435.877 601.017 435.801 600.575 435.651 600.166C435.5 599.757 435.268 599.426 434.954 599.173C434.64 598.921 434.24 598.795 433.753 598.795C433.267 598.795 432.867 598.921 432.553 599.173C432.239 599.426 432.007 599.757 431.856 600.166C431.705 600.575 431.63 601.017 431.63 601.491C431.63 601.965 431.705 602.405 431.856 602.811C432.007 603.218 432.239 603.545 432.553 603.795C432.867 604.044 433.267 604.169 433.753 604.169Z" fill="#525252"/>
<path d="M438.369 607.659V597.909H439.422V599.035H439.551C439.631 598.912 439.742 598.755 439.884 598.564C440.028 598.37 440.235 598.198 440.502 598.047C440.773 597.893 441.139 597.816 441.601 597.816C442.198 597.816 442.724 597.965 443.18 598.264C443.635 598.563 443.991 598.986 444.246 599.534C444.502 600.081 444.629 600.728 444.629 601.472C444.629 602.223 444.502 602.874 444.246 603.425C443.991 603.973 443.637 604.398 443.184 604.699C442.732 604.998 442.21 605.147 441.619 605.147C441.164 605.147 440.799 605.072 440.525 604.921C440.251 604.767 440.041 604.593 439.893 604.399C439.745 604.202 439.631 604.039 439.551 603.91H439.459V607.659H438.369ZM439.44 601.454C439.44 601.99 439.519 602.462 439.676 602.871C439.833 603.278 440.062 603.596 440.364 603.827C440.665 604.055 441.035 604.169 441.472 604.169C441.927 604.169 442.307 604.048 442.612 603.808C442.92 603.565 443.151 603.239 443.304 602.83C443.461 602.417 443.54 601.959 443.54 601.454C443.54 600.955 443.463 600.506 443.309 600.106C443.158 599.703 442.929 599.384 442.621 599.15C442.317 598.913 441.933 598.795 441.472 598.795C441.029 598.795 440.656 598.907 440.355 599.132C440.053 599.354 439.825 599.664 439.671 600.064C439.517 600.461 439.44 600.925 439.44 601.454Z" fill="#525252"/>
<path d="M449.004 605.147C448.321 605.147 447.732 604.996 447.236 604.695C446.744 604.39 446.364 603.965 446.096 603.421C445.831 602.873 445.699 602.236 445.699 601.509C445.699 600.783 445.831 600.143 446.096 599.589C446.364 599.032 446.736 598.598 447.213 598.287C447.693 597.973 448.253 597.816 448.894 597.816C449.263 597.816 449.628 597.878 449.988 598.001C450.348 598.124 450.676 598.324 450.971 598.601C451.266 598.875 451.502 599.238 451.677 599.691C451.853 600.143 451.94 600.7 451.94 601.362V601.823H446.475V600.882H450.832C450.832 600.481 450.752 600.124 450.592 599.811C450.435 599.497 450.211 599.249 449.918 599.067C449.629 598.886 449.287 598.795 448.894 598.795C448.46 598.795 448.084 598.903 447.767 599.118C447.453 599.33 447.212 599.607 447.042 599.949C446.873 600.291 446.788 600.657 446.788 601.048V601.676C446.788 602.211 446.881 602.665 447.065 603.037C447.253 603.407 447.513 603.688 447.846 603.882C448.178 604.073 448.564 604.169 449.004 604.169C449.291 604.169 449.549 604.128 449.78 604.048C450.014 603.965 450.215 603.842 450.385 603.679C450.554 603.513 450.685 603.307 450.777 603.061L451.83 603.356C451.719 603.713 451.533 604.027 451.271 604.298C451.009 604.566 450.686 604.775 450.302 604.926C449.917 605.073 449.484 605.147 449.004 605.147Z" fill="#525252"/>
<path d="M453.338 604.999V597.909H454.39V598.98H454.464C454.593 598.629 454.827 598.344 455.166 598.126C455.504 597.907 455.886 597.798 456.311 597.798C456.391 597.798 456.491 597.799 456.611 597.802C456.731 597.805 456.822 597.81 456.883 597.816V598.924C456.846 598.915 456.762 598.901 456.629 598.883C456.5 598.861 456.363 598.85 456.218 598.85C455.874 598.85 455.566 598.923 455.295 599.067C455.027 599.209 454.815 599.406 454.658 599.658C454.504 599.907 454.427 600.192 454.427 600.512V604.999H453.338Z" fill="#525252"/>
<path d="M344 600C344 595.582 347.582 592 352 592C356.418 592 360 595.582 360 600C360 604.418 356.418 608 352 608C347.582 608 344 604.418 344 600Z" fill="url(#pattern0_11193_157960)"/>
<path d="M369.863 633L367.277 623.545H368.441L370.417 631.246H370.509L372.522 623.545H373.814L375.827 631.246H375.919L377.895 623.545H379.059L376.473 633H375.292L373.205 625.466H373.131L371.044 633H369.863Z" fill="#525252"/>
<path d="M380.077 633V625.909H381.167V633H380.077ZM380.631 624.727C380.419 624.727 380.236 624.655 380.082 624.51C379.931 624.366 379.856 624.192 379.856 623.989C379.856 623.786 379.931 623.612 380.082 623.467C380.236 623.322 380.419 623.25 380.631 623.25C380.844 623.25 381.025 623.322 381.176 623.467C381.33 623.612 381.407 623.786 381.407 623.989C381.407 624.192 381.33 624.366 381.176 624.51C381.025 624.655 380.844 624.727 380.631 624.727Z" fill="#525252"/>
<path d="M383.992 623.545V633H382.902V623.545H383.992Z" fill="#525252"/>
<path d="M385.875 633V623.545H386.964V627.036H387.057C387.137 626.912 387.248 626.755 387.389 626.565C387.534 626.371 387.74 626.198 388.008 626.048C388.279 625.894 388.645 625.817 389.107 625.817C389.704 625.817 390.23 625.966 390.685 626.265C391.141 626.563 391.496 626.986 391.752 627.534C392.007 628.082 392.135 628.728 392.135 629.473C392.135 630.224 392.007 630.875 391.752 631.426C391.496 631.974 391.142 632.398 390.69 632.7C390.238 632.998 389.716 633.148 389.125 633.148C388.67 633.148 388.305 633.072 388.031 632.922C387.757 632.768 387.546 632.594 387.398 632.4C387.251 632.203 387.137 632.04 387.057 631.911H386.928V633H385.875ZM386.946 629.455C386.946 629.99 387.025 630.462 387.181 630.872C387.338 631.278 387.568 631.597 387.869 631.827C388.171 632.055 388.54 632.169 388.977 632.169C389.433 632.169 389.813 632.049 390.118 631.809C390.425 631.566 390.656 631.24 390.81 630.83C390.967 630.418 391.045 629.959 391.045 629.455C391.045 628.956 390.969 628.507 390.815 628.107C390.664 627.703 390.435 627.385 390.127 627.151C389.822 626.914 389.439 626.795 388.977 626.795C388.534 626.795 388.162 626.908 387.86 627.132C387.558 627.354 387.331 627.665 387.177 628.065C387.023 628.462 386.946 628.925 386.946 629.455Z" fill="#525252"/>
<path d="M398.01 630.101V625.909H399.1V633H398.01V631.8H397.936C397.77 632.16 397.512 632.466 397.161 632.718C396.81 632.968 396.367 633.092 395.831 633.092C395.388 633.092 394.994 632.995 394.649 632.801C394.305 632.605 394.034 632.309 393.837 631.915C393.64 631.518 393.541 631.018 393.541 630.415V625.909H394.631V630.341C394.631 630.858 394.776 631.27 395.065 631.578C395.357 631.886 395.73 632.04 396.182 632.04C396.453 632.04 396.728 631.971 397.008 631.832C397.292 631.694 397.529 631.481 397.719 631.195C397.913 630.909 398.01 630.544 398.01 630.101Z" fill="#525252"/>
<path d="M400.835 633V625.909H401.888V626.98H401.962C402.091 626.629 402.325 626.345 402.663 626.126C403.002 625.908 403.384 625.798 403.808 625.798C403.888 625.798 403.988 625.8 404.108 625.803C404.228 625.806 404.319 625.811 404.381 625.817V626.925C404.344 626.915 404.259 626.902 404.127 626.883C403.997 626.862 403.861 626.851 403.716 626.851C403.371 626.851 403.063 626.923 402.793 627.068C402.525 627.209 402.312 627.406 402.156 627.659C402.002 627.908 401.925 628.193 401.925 628.513V633H400.835Z" fill="#525252"/>
<path d="M410.673 633L408.088 623.545H409.252L411.227 631.246H411.32L413.333 623.545H414.625L416.638 631.246H416.73L418.706 623.545H419.869L417.284 633H416.102L414.016 625.466H413.942L411.855 633H410.673Z" fill="#525252"/>
<path d="M420.444 633V625.909H421.496V626.98H421.57C421.7 626.629 421.933 626.345 422.272 626.126C422.611 625.908 422.992 625.798 423.417 625.798C423.497 625.798 423.597 625.8 423.717 625.803C423.837 625.806 423.928 625.811 423.989 625.817V626.925C423.952 626.915 423.868 626.902 423.735 626.883C423.606 626.862 423.469 626.851 423.325 626.851C422.98 626.851 422.672 626.923 422.401 627.068C422.134 627.209 421.921 627.406 421.764 627.659C421.61 627.908 421.533 628.193 421.533 628.513V633H420.444Z" fill="#525252"/>
<path d="M425.021 633V625.909H426.11V633H425.021ZM425.575 624.727C425.362 624.727 425.179 624.655 425.025 624.51C424.875 624.366 424.799 624.192 424.799 623.989C424.799 623.786 424.875 623.612 425.025 623.467C425.179 623.322 425.362 623.25 425.575 623.25C425.787 623.25 425.969 623.322 426.12 623.467C426.273 623.612 426.35 623.786 426.35 623.989C426.35 624.192 426.273 624.366 426.12 624.51C425.969 624.655 425.787 624.727 425.575 624.727Z" fill="#525252"/>
<path d="M430.708 635.807C430.182 635.807 429.729 635.739 429.351 635.604C428.972 635.471 428.657 635.296 428.404 635.077C428.155 634.862 427.957 634.631 427.809 634.385L428.677 633.776C428.775 633.905 428.9 634.053 429.051 634.219C429.201 634.388 429.408 634.534 429.669 634.657C429.934 634.783 430.28 634.847 430.708 634.847C431.28 634.847 431.753 634.708 432.125 634.431C432.498 634.154 432.684 633.72 432.684 633.129V631.689H432.591C432.511 631.818 432.398 631.978 432.25 632.169C432.105 632.357 431.896 632.525 431.622 632.672C431.351 632.817 430.985 632.889 430.523 632.889C429.951 632.889 429.437 632.754 428.981 632.483C428.529 632.212 428.17 631.818 427.906 631.301C427.644 630.784 427.513 630.156 427.513 629.418C427.513 628.691 427.641 628.059 427.897 627.52C428.152 626.979 428.507 626.56 428.963 626.265C429.418 625.966 429.945 625.817 430.542 625.817C431.003 625.817 431.37 625.894 431.641 626.048C431.914 626.198 432.124 626.371 432.268 626.565C432.416 626.755 432.53 626.912 432.61 627.036H432.721V625.909H433.773V633.203C433.773 633.812 433.635 634.308 433.358 634.69C433.084 635.074 432.715 635.356 432.25 635.534C431.788 635.716 431.274 635.807 430.708 635.807ZM430.671 631.911C431.108 631.911 431.477 631.81 431.779 631.61C432.081 631.41 432.31 631.123 432.467 630.747C432.624 630.372 432.702 629.922 432.702 629.399C432.702 628.888 432.625 628.437 432.471 628.047C432.318 627.656 432.09 627.349 431.788 627.128C431.487 626.906 431.114 626.795 430.671 626.795C430.209 626.795 429.825 626.912 429.517 627.146C429.212 627.38 428.983 627.694 428.829 628.088C428.678 628.482 428.603 628.919 428.603 629.399C428.603 629.892 428.68 630.327 428.834 630.706C428.991 631.081 429.221 631.377 429.526 631.592C429.834 631.804 430.216 631.911 430.671 631.911Z" fill="#525252"/>
<path d="M436.597 628.734V633H435.508V623.545H436.597V627.017H436.689C436.856 626.651 437.105 626.36 437.437 626.145C437.773 625.926 438.219 625.817 438.776 625.817C439.259 625.817 439.682 625.914 440.046 626.108C440.409 626.298 440.69 626.592 440.89 626.989C441.094 627.383 441.195 627.885 441.195 628.494V633H440.106V628.568C440.106 628.005 439.959 627.569 439.667 627.262C439.378 626.951 438.976 626.795 438.462 626.795C438.105 626.795 437.785 626.871 437.502 627.022C437.222 627.172 437 627.393 436.837 627.682C436.677 627.971 436.597 628.322 436.597 628.734Z" fill="#525252"/>
<path d="M446.012 625.909V626.832H442.337V625.909H446.012ZM443.408 624.21H444.498V630.969C444.498 631.277 444.543 631.507 444.632 631.661C444.724 631.812 444.841 631.914 444.983 631.966C445.127 632.015 445.28 632.04 445.44 632.04C445.56 632.04 445.658 632.034 445.735 632.021C445.812 632.006 445.874 631.994 445.92 631.984L446.141 632.963C446.067 632.991 445.964 633.018 445.832 633.046C445.7 633.077 445.532 633.092 445.329 633.092C445.021 633.092 444.719 633.026 444.424 632.894C444.132 632.761 443.889 632.56 443.695 632.289C443.504 632.018 443.408 631.677 443.408 631.264V624.21Z" fill="#525252"/>
<rect x="344" y="620" width="16" height="16" rx="8" fill="#D9D9D9"/>
<rect x="344" y="620" width="16" height="16" rx="8" fill="url(#pattern1_11193_157960)"/>
<path d="M375.753 654.5H374.608C374.54 654.171 374.422 653.881 374.252 653.632C374.086 653.383 373.883 653.174 373.643 653.004C373.406 652.832 373.143 652.703 372.854 652.616C372.564 652.53 372.263 652.487 371.949 652.487C371.376 652.487 370.858 652.632 370.393 652.921C369.931 653.21 369.564 653.637 369.29 654.2C369.019 654.763 368.883 655.454 368.883 656.273C368.883 657.091 369.019 657.782 369.29 658.346C369.564 658.909 369.931 659.335 370.393 659.624C370.858 659.914 371.376 660.058 371.949 660.058C372.263 660.058 372.564 660.015 372.854 659.929C373.143 659.843 373.406 659.715 373.643 659.546C373.883 659.373 374.086 659.163 374.252 658.913C374.422 658.661 374.54 658.372 374.608 658.045H375.753C375.666 658.529 375.51 658.961 375.282 659.343C375.054 659.724 374.771 660.049 374.432 660.317C374.094 660.581 373.714 660.783 373.292 660.922C372.874 661.06 372.426 661.129 371.949 661.129C371.142 661.129 370.425 660.932 369.797 660.538C369.17 660.144 368.676 659.584 368.316 658.858C367.955 658.132 367.775 657.27 367.775 656.273C367.775 655.276 367.955 654.414 368.316 653.688C368.676 652.961 369.17 652.401 369.797 652.007C370.425 651.613 371.142 651.416 371.949 651.416C372.426 651.416 372.874 651.485 373.292 651.624C373.714 651.762 374.094 651.966 374.432 652.233C374.771 652.498 375.054 652.821 375.282 653.203C375.51 653.581 375.666 654.014 375.753 654.5Z" fill="#525252"/>
<path d="M378.284 656.734V661H377.195V651.545H378.284V655.017H378.377C378.543 654.651 378.792 654.36 379.125 654.145C379.46 653.926 379.906 653.817 380.463 653.817C380.947 653.817 381.37 653.914 381.733 654.108C382.096 654.298 382.378 654.592 382.578 654.989C382.781 655.383 382.882 655.885 382.882 656.494V661H381.793V656.568C381.793 656.005 381.647 655.569 381.354 655.262C381.065 654.951 380.664 654.795 380.15 654.795C379.793 654.795 379.472 654.871 379.189 655.022C378.909 655.172 378.688 655.393 378.525 655.682C378.364 655.971 378.284 656.322 378.284 656.734Z" fill="#525252"/>
<path d="M386.702 661.166C386.253 661.166 385.845 661.082 385.479 660.912C385.113 660.74 384.822 660.492 384.606 660.169C384.391 659.843 384.283 659.449 384.283 658.987C384.283 658.581 384.363 658.252 384.523 657.999C384.683 657.744 384.897 657.544 385.165 657.399C385.433 657.254 385.728 657.147 386.051 657.076C386.378 657.002 386.705 656.944 387.035 656.901C387.466 656.845 387.815 656.804 388.083 656.776C388.353 656.745 388.55 656.694 388.674 656.624C388.8 656.553 388.863 656.43 388.863 656.254V656.217C388.863 655.762 388.738 655.408 388.489 655.156C388.243 654.903 387.869 654.777 387.367 654.777C386.847 654.777 386.439 654.891 386.144 655.119C385.848 655.346 385.641 655.589 385.52 655.848L384.486 655.479C384.671 655.048 384.917 654.712 385.225 654.472C385.536 654.229 385.874 654.06 386.241 653.964C386.61 653.866 386.973 653.817 387.33 653.817C387.558 653.817 387.819 653.844 388.115 653.9C388.413 653.952 388.701 654.061 388.978 654.228C389.258 654.394 389.491 654.645 389.675 654.98C389.86 655.316 389.952 655.765 389.952 656.328V661H388.863V660.04H388.807C388.734 660.194 388.61 660.358 388.438 660.534C388.266 660.709 388.036 660.858 387.75 660.982C387.464 661.105 387.115 661.166 386.702 661.166ZM386.868 660.188C387.299 660.188 387.663 660.103 387.958 659.934C388.257 659.764 388.481 659.546 388.632 659.278C388.786 659.01 388.863 658.729 388.863 658.433V657.436C388.817 657.491 388.715 657.542 388.558 657.588C388.404 657.632 388.226 657.67 388.023 657.704C387.823 657.735 387.627 657.762 387.436 657.787C387.249 657.808 387.096 657.827 386.979 657.842C386.696 657.879 386.431 657.939 386.185 658.022C385.942 658.102 385.745 658.224 385.594 658.387C385.447 658.547 385.373 658.766 385.373 659.043C385.373 659.421 385.513 659.707 385.793 659.901C386.076 660.092 386.435 660.188 386.868 660.188Z" fill="#525252"/>
<path d="M391.681 661V653.909H392.733V654.98H392.807C392.937 654.629 393.17 654.345 393.509 654.126C393.848 653.908 394.229 653.798 394.654 653.798C394.734 653.798 394.834 653.8 394.954 653.803C395.074 653.806 395.165 653.811 395.226 653.817V654.925C395.189 654.915 395.105 654.902 394.972 654.883C394.843 654.862 394.706 654.851 394.562 654.851C394.217 654.851 393.909 654.923 393.638 655.068C393.37 655.209 393.158 655.406 393.001 655.659C392.847 655.908 392.77 656.193 392.77 656.513V661H391.681Z" fill="#525252"/>
<path d="M397.347 651.545V661H396.258V651.545H397.347Z" fill="#525252"/>
<path d="M402.056 661.148C401.372 661.148 400.783 660.997 400.288 660.695C399.795 660.391 399.415 659.966 399.147 659.421C398.883 658.873 398.75 658.236 398.75 657.51C398.75 656.784 398.883 656.143 399.147 655.589C399.415 655.032 399.788 654.598 400.265 654.288C400.745 653.974 401.305 653.817 401.945 653.817C402.314 653.817 402.679 653.878 403.039 654.001C403.399 654.125 403.727 654.325 404.022 654.602C404.318 654.875 404.553 655.239 404.729 655.691C404.904 656.143 404.992 656.701 404.992 657.362V657.824H399.526V656.882H403.884C403.884 656.482 403.804 656.125 403.644 655.811C403.487 655.497 403.262 655.249 402.97 655.068C402.68 654.886 402.339 654.795 401.945 654.795C401.511 654.795 401.136 654.903 400.819 655.119C400.505 655.331 400.263 655.608 400.094 655.95C399.924 656.291 399.84 656.657 399.84 657.048V657.676C399.84 658.212 399.932 658.666 400.117 659.038C400.305 659.407 400.565 659.689 400.897 659.883C401.229 660.074 401.616 660.169 402.056 660.169C402.342 660.169 402.6 660.129 402.831 660.049C403.065 659.966 403.267 659.843 403.436 659.68C403.605 659.513 403.736 659.307 403.828 659.061L404.881 659.357C404.77 659.714 404.584 660.027 404.322 660.298C404.061 660.566 403.738 660.775 403.353 660.926C402.968 661.074 402.536 661.148 402.056 661.148Z" fill="#525252"/>
<path d="M411.412 655.497L410.433 655.774C410.372 655.611 410.281 655.453 410.161 655.299C410.044 655.142 409.884 655.012 409.681 654.911C409.478 654.809 409.217 654.759 408.9 654.759C408.467 654.759 408.105 654.859 407.816 655.059C407.529 655.256 407.386 655.506 407.386 655.811C407.386 656.082 407.485 656.296 407.682 656.453C407.879 656.61 408.186 656.741 408.605 656.845L409.658 657.104C410.292 657.258 410.764 657.493 411.075 657.81C411.386 658.124 411.541 658.529 411.541 659.024C411.541 659.43 411.424 659.794 411.19 660.114C410.959 660.434 410.636 660.686 410.221 660.871C409.805 661.055 409.322 661.148 408.771 661.148C408.048 661.148 407.449 660.991 406.975 660.677C406.501 660.363 406.201 659.904 406.075 659.301L407.109 659.043C407.208 659.424 407.394 659.71 407.668 659.901C407.945 660.092 408.307 660.188 408.753 660.188C409.261 660.188 409.664 660.08 409.962 659.864C410.264 659.646 410.415 659.384 410.415 659.08C410.415 658.833 410.329 658.627 410.156 658.461C409.984 658.292 409.719 658.165 409.362 658.082L408.18 657.805C407.531 657.652 407.054 657.413 406.749 657.09C406.448 656.764 406.297 656.356 406.297 655.866C406.297 655.466 406.409 655.112 406.634 654.805C406.862 654.497 407.171 654.255 407.562 654.08C407.956 653.904 408.402 653.817 408.9 653.817C409.602 653.817 410.153 653.971 410.553 654.278C410.956 654.586 411.243 654.992 411.412 655.497Z" fill="#525252"/>
<path d="M416.465 661V651.545H417.61V659.984H422.005V661H416.465Z" fill="#525252"/>
<path d="M423.37 661V653.909H424.459V661H423.37ZM423.924 652.727C423.711 652.727 423.528 652.655 423.374 652.51C423.224 652.366 423.148 652.192 423.148 651.989C423.148 651.786 423.224 651.612 423.374 651.467C423.528 651.322 423.711 651.25 423.924 651.25C424.136 651.25 424.318 651.322 424.469 651.467C424.622 651.612 424.699 651.786 424.699 651.989C424.699 652.192 424.622 652.366 424.469 652.51C424.318 652.655 424.136 652.727 423.924 652.727Z" fill="#525252"/>
<path d="M427.284 656.734V661H426.195V653.909H427.247V655.017H427.34C427.506 654.657 427.758 654.368 428.097 654.149C428.435 653.928 428.872 653.817 429.408 653.817C429.888 653.817 430.308 653.915 430.668 654.112C431.028 654.306 431.308 654.602 431.508 654.999C431.708 655.393 431.808 655.891 431.808 656.494V661H430.719V656.568C430.719 656.011 430.574 655.577 430.285 655.266C429.996 654.952 429.599 654.795 429.094 654.795C428.746 654.795 428.435 654.871 428.161 655.022C427.891 655.172 427.677 655.393 427.52 655.682C427.363 655.971 427.284 656.322 427.284 656.734Z" fill="#525252"/>
<path d="M433.687 661V651.545H434.777V655.036H434.869C434.949 654.912 435.06 654.755 435.201 654.565C435.346 654.371 435.552 654.198 435.82 654.048C436.091 653.894 436.457 653.817 436.919 653.817C437.516 653.817 438.042 653.966 438.497 654.265C438.953 654.563 439.308 654.986 439.564 655.534C439.819 656.082 439.947 656.728 439.947 657.473C439.947 658.224 439.819 658.875 439.564 659.426C439.308 659.974 438.954 660.398 438.502 660.7C438.05 660.998 437.528 661.148 436.937 661.148C436.482 661.148 436.117 661.072 435.843 660.922C435.569 660.768 435.358 660.594 435.21 660.4C435.063 660.203 434.949 660.04 434.869 659.911H434.74V661H433.687ZM434.758 657.455C434.758 657.99 434.837 658.462 434.994 658.872C435.15 659.278 435.38 659.597 435.681 659.827C435.983 660.055 436.352 660.169 436.789 660.169C437.245 660.169 437.625 660.049 437.93 659.809C438.237 659.566 438.468 659.24 438.622 658.83C438.779 658.418 438.858 657.959 438.858 657.455C438.858 656.956 438.781 656.507 438.627 656.107C438.476 655.703 438.247 655.385 437.939 655.151C437.634 654.914 437.251 654.795 436.789 654.795C436.346 654.795 435.974 654.908 435.672 655.132C435.371 655.354 435.143 655.665 434.989 656.065C434.835 656.462 434.758 656.925 434.758 657.455Z" fill="#525252"/>
<path d="M445.822 658.101V653.909H446.912V661H445.822V659.8H445.748C445.582 660.16 445.324 660.466 444.973 660.718C444.622 660.968 444.179 661.092 443.643 661.092C443.2 661.092 442.806 660.995 442.461 660.801C442.117 660.605 441.846 660.309 441.649 659.915C441.452 659.518 441.354 659.018 441.354 658.415V653.909H442.443V658.341C442.443 658.858 442.588 659.27 442.877 659.578C443.169 659.886 443.542 660.04 443.994 660.04C444.265 660.04 444.54 659.971 444.821 659.832C445.104 659.694 445.341 659.481 445.531 659.195C445.725 658.909 445.822 658.544 445.822 658.101Z" fill="#525252"/>
<path d="M448.647 661V653.909H449.7V654.98H449.774C449.903 654.629 450.137 654.345 450.475 654.126C450.814 653.908 451.196 653.798 451.62 653.798C451.7 653.798 451.8 653.8 451.92 653.803C452.04 653.806 452.131 653.811 452.193 653.817V654.925C452.156 654.915 452.071 654.902 451.939 654.883C451.81 654.862 451.673 654.851 451.528 654.851C451.183 654.851 450.875 654.923 450.605 655.068C450.337 655.209 450.125 655.406 449.968 655.659C449.814 655.908 449.737 656.193 449.737 656.513V661H448.647Z" fill="#525252"/>
<path d="M455.871 663.807C455.344 663.807 454.892 663.739 454.513 663.604C454.135 663.471 453.819 663.296 453.567 663.077C453.318 662.862 453.119 662.631 452.971 662.385L453.839 661.776C453.938 661.905 454.062 662.053 454.213 662.219C454.364 662.388 454.57 662.534 454.832 662.657C455.097 662.783 455.443 662.847 455.871 662.847C456.443 662.847 456.915 662.708 457.288 662.431C457.66 662.154 457.846 661.72 457.846 661.129V659.689H457.754C457.674 659.818 457.56 659.978 457.412 660.169C457.268 660.357 457.059 660.525 456.785 660.672C456.514 660.817 456.148 660.889 455.686 660.889C455.113 660.889 454.599 660.754 454.144 660.483C453.692 660.212 453.333 659.818 453.068 659.301C452.807 658.784 452.676 658.156 452.676 657.418C452.676 656.691 452.804 656.059 453.059 655.52C453.315 654.979 453.67 654.56 454.126 654.265C454.581 653.966 455.107 653.817 455.704 653.817C456.166 653.817 456.532 653.894 456.803 654.048C457.077 654.198 457.286 654.371 457.431 654.565C457.579 654.755 457.693 654.912 457.773 655.036H457.883V653.909H458.936V661.203C458.936 661.812 458.797 662.308 458.52 662.69C458.247 663.074 457.877 663.356 457.412 663.534C456.951 663.716 456.437 663.807 455.871 663.807ZM455.834 659.911C456.271 659.911 456.64 659.81 456.942 659.61C457.243 659.41 457.472 659.123 457.629 658.747C457.786 658.372 457.865 657.922 457.865 657.399C457.865 656.888 457.788 656.437 457.634 656.047C457.48 655.656 457.252 655.349 456.951 655.128C456.649 654.906 456.277 654.795 455.834 654.795C455.372 654.795 454.987 654.912 454.68 655.146C454.375 655.38 454.146 655.694 453.992 656.088C453.841 656.482 453.765 656.919 453.765 657.399C453.765 657.892 453.842 658.327 453.996 658.706C454.153 659.081 454.384 659.377 454.689 659.592C454.997 659.804 455.378 659.911 455.834 659.911Z" fill="#525252"/>
<rect x="344" y="648" width="16" height="16" rx="8" fill="#D9D9D9"/>
<rect x="344" y="648" width="16" height="16" rx="8" fill="url(#pattern2_11193_157960)"/>
<path d="M368.145 688.999V679.545H373.85V680.561H369.289V683.755H373.555V684.771H369.289V687.984H373.924V688.999H368.145Z" fill="#525252"/>
<path d="M376.596 679.545V688.999H375.506V679.545H376.596Z" fill="#525252"/>
<path d="M383.354 683.497L382.375 683.774C382.314 683.61 382.223 683.452 382.103 683.298C381.986 683.141 381.826 683.012 381.623 682.91C381.42 682.809 381.16 682.758 380.843 682.758C380.409 682.758 380.047 682.858 379.758 683.058C379.472 683.255 379.328 683.506 379.328 683.811C379.328 684.081 379.427 684.295 379.624 684.452C379.821 684.609 380.129 684.74 380.547 684.845L381.6 685.103C382.234 685.257 382.706 685.492 383.017 685.809C383.328 686.123 383.483 686.528 383.483 687.024C383.483 687.43 383.366 687.793 383.132 688.113C382.902 688.433 382.578 688.686 382.163 688.87C381.747 689.055 381.264 689.147 380.713 689.147C379.99 689.147 379.392 688.99 378.918 688.676C378.444 688.362 378.144 687.904 378.017 687.301L379.051 687.042C379.15 687.424 379.336 687.71 379.61 687.901C379.887 688.092 380.249 688.187 380.695 688.187C381.203 688.187 381.606 688.079 381.904 687.864C382.206 687.645 382.357 687.384 382.357 687.079C382.357 686.833 382.271 686.627 382.098 686.46C381.926 686.291 381.661 686.165 381.304 686.082L380.122 685.805C379.473 685.651 378.996 685.412 378.691 685.089C378.39 684.763 378.239 684.355 378.239 683.866C378.239 683.466 378.351 683.112 378.576 682.804C378.804 682.496 379.113 682.255 379.504 682.079C379.898 681.904 380.344 681.816 380.843 681.816C381.544 681.816 382.095 681.97 382.495 682.278C382.899 682.586 383.185 682.992 383.354 683.497Z" fill="#525252"/>
<path d="M387.836 689.147C387.153 689.147 386.564 688.996 386.068 688.695C385.576 688.39 385.196 687.965 384.928 687.421C384.663 686.873 384.531 686.236 384.531 685.509C384.531 684.783 384.663 684.143 384.928 683.589C385.196 683.032 385.568 682.598 386.045 682.287C386.525 681.973 387.085 681.816 387.726 681.816C388.095 681.816 388.46 681.878 388.82 682.001C389.18 682.124 389.507 682.324 389.803 682.601C390.098 682.875 390.334 683.238 390.509 683.691C390.685 684.143 390.772 684.7 390.772 685.362V685.823H385.306V684.882H389.664C389.664 684.481 389.584 684.124 389.424 683.811C389.267 683.497 389.043 683.249 388.75 683.067C388.461 682.886 388.119 682.795 387.726 682.795C387.292 682.795 386.916 682.903 386.599 683.118C386.285 683.33 386.044 683.607 385.874 683.949C385.705 684.291 385.62 684.657 385.62 685.048V685.676C385.62 686.211 385.713 686.665 385.897 687.037C386.085 687.407 386.345 687.688 386.678 687.882C387.01 688.073 387.396 688.169 387.836 688.169C388.123 688.169 388.381 688.128 388.612 688.048C388.846 687.965 389.047 687.842 389.217 687.679C389.386 687.513 389.517 687.307 389.609 687.061L390.662 687.356C390.551 687.713 390.365 688.027 390.103 688.298C389.841 688.566 389.518 688.775 389.134 688.926C388.749 689.073 388.316 689.147 387.836 689.147Z" fill="#525252"/>
<path d="M395.197 680.561V679.545H402.288V680.561H399.315V688.999H398.17V680.561H395.197Z" fill="#525252"/>
<path d="M404.736 684.734V688.999H403.647V679.545H404.736V683.017H404.829C404.995 682.65 405.244 682.359 405.576 682.144C405.912 681.925 406.358 681.816 406.915 681.816C407.398 681.816 407.822 681.913 408.185 682.107C408.548 682.298 408.83 682.592 409.03 682.989C409.233 683.383 409.334 683.884 409.334 684.494V688.999H408.245V684.568C408.245 684.004 408.099 683.569 407.806 683.261C407.517 682.95 407.115 682.795 406.601 682.795C406.244 682.795 405.924 682.87 405.641 683.021C405.361 683.172 405.139 683.392 404.976 683.681C404.816 683.971 404.736 684.321 404.736 684.734Z" fill="#525252"/>
<path d="M413.948 689.147C413.308 689.147 412.746 688.995 412.263 688.69C411.783 688.385 411.408 687.959 411.137 687.411C410.869 686.864 410.735 686.223 410.735 685.491C410.735 684.752 410.869 684.108 411.137 683.557C411.408 683.006 411.783 682.578 412.263 682.273C412.746 681.969 413.308 681.816 413.948 681.816C414.588 681.816 415.148 681.969 415.629 682.273C416.112 682.578 416.487 683.006 416.755 683.557C417.026 684.108 417.161 684.752 417.161 685.491C417.161 686.223 417.026 686.864 416.755 687.411C416.487 687.959 416.112 688.385 415.629 688.69C415.148 688.995 414.588 689.147 413.948 689.147ZM413.948 688.169C414.434 688.169 414.834 688.044 415.148 687.795C415.462 687.545 415.695 687.218 415.845 686.811C415.996 686.405 416.072 685.965 416.072 685.491C416.072 685.017 415.996 684.575 415.845 684.166C415.695 683.757 415.462 683.426 415.148 683.173C414.834 682.921 414.434 682.795 413.948 682.795C413.462 682.795 413.062 682.921 412.748 683.173C412.434 683.426 412.202 683.757 412.051 684.166C411.9 684.575 411.825 685.017 411.825 685.491C411.825 685.965 411.9 686.405 412.051 686.811C412.202 687.218 412.434 687.545 412.748 687.795C413.062 688.044 413.462 688.169 413.948 688.169Z" fill="#525252"/>
<path d="M418.564 688.999V681.909H419.617V683.017H419.709C419.857 682.638 420.095 682.344 420.425 682.135C420.754 681.922 421.149 681.816 421.611 681.816C422.079 681.816 422.468 681.922 422.779 682.135C423.093 682.344 423.338 682.638 423.513 683.017H423.587C423.769 682.65 424.041 682.359 424.404 682.144C424.767 681.925 425.203 681.816 425.711 681.816C426.345 681.816 426.863 682.015 427.266 682.412C427.669 682.806 427.871 683.42 427.871 684.254V688.999H426.782V684.254C426.782 683.731 426.638 683.357 426.352 683.132C426.066 682.907 425.729 682.795 425.341 682.795C424.843 682.795 424.456 682.946 424.183 683.247C423.909 683.546 423.772 683.924 423.772 684.383V688.999H422.664V684.143C422.664 683.74 422.533 683.415 422.271 683.169C422.01 682.92 421.673 682.795 421.26 682.795C420.977 682.795 420.712 682.87 420.466 683.021C420.223 683.172 420.026 683.381 419.875 683.649C419.728 683.914 419.654 684.22 419.654 684.568V688.999H418.564Z" fill="#525252"/>
<path d="M429.603 691.659V681.909H430.656V683.035H430.785C430.865 682.912 430.976 682.755 431.117 682.564C431.262 682.37 431.468 682.198 431.736 682.047C432.007 681.893 432.373 681.816 432.835 681.816C433.432 681.816 433.958 681.965 434.413 682.264C434.869 682.563 435.224 682.986 435.48 683.534C435.735 684.081 435.863 684.728 435.863 685.472C435.863 686.223 435.735 686.874 435.48 687.425C435.224 687.973 434.87 688.398 434.418 688.699C433.966 688.998 433.444 689.147 432.853 689.147C432.398 689.147 432.033 689.072 431.759 688.921C431.485 688.767 431.274 688.593 431.127 688.399C430.979 688.202 430.865 688.039 430.785 687.91H430.693V691.659H429.603ZM430.674 685.454C430.674 685.99 430.753 686.462 430.91 686.871C431.067 687.278 431.296 687.596 431.597 687.827C431.899 688.055 432.268 688.169 432.705 688.169C433.161 688.169 433.541 688.048 433.846 687.808C434.153 687.565 434.384 687.239 434.538 686.83C434.695 686.417 434.774 685.959 434.774 685.454C434.774 684.955 434.697 684.506 434.543 684.106C434.392 683.703 434.163 683.384 433.855 683.15C433.55 682.913 433.167 682.795 432.705 682.795C432.262 682.795 431.89 682.907 431.588 683.132C431.287 683.354 431.059 683.664 430.905 684.064C430.751 684.461 430.674 684.925 430.674 685.454Z" fill="#525252"/>
<path d="M442.288 683.497L441.309 683.774C441.247 683.61 441.157 683.452 441.037 683.298C440.92 683.141 440.76 683.012 440.557 682.91C440.353 682.809 440.093 682.758 439.776 682.758C439.342 682.758 438.981 682.858 438.691 683.058C438.405 683.255 438.262 683.506 438.262 683.811C438.262 684.081 438.361 684.295 438.558 684.452C438.755 684.609 439.062 684.74 439.481 684.845L440.533 685.103C441.167 685.257 441.64 685.492 441.951 685.809C442.262 686.123 442.417 686.528 442.417 687.024C442.417 687.43 442.3 687.793 442.066 688.113C441.835 688.433 441.512 688.686 441.097 688.87C440.681 689.055 440.198 689.147 439.647 689.147C438.924 689.147 438.325 688.99 437.851 688.676C437.377 688.362 437.077 687.904 436.951 687.301L437.985 687.042C438.084 687.424 438.27 687.71 438.544 687.901C438.821 688.092 439.182 688.187 439.629 688.187C440.136 688.187 440.54 688.079 440.838 687.864C441.14 687.645 441.291 687.384 441.291 687.079C441.291 686.833 441.204 686.627 441.032 686.46C440.86 686.291 440.595 686.165 440.238 686.082L439.056 685.805C438.407 685.651 437.93 685.412 437.625 685.089C437.323 684.763 437.173 684.355 437.173 683.866C437.173 683.466 437.285 683.112 437.51 682.804C437.737 682.496 438.047 682.255 438.438 682.079C438.831 681.904 439.278 681.816 439.776 681.816C440.478 681.816 441.029 681.97 441.429 682.278C441.832 682.586 442.118 682.992 442.288 683.497Z" fill="#525252"/>
<path d="M446.678 689.147C446.037 689.147 445.476 688.995 444.993 688.69C444.513 688.385 444.137 687.959 443.866 687.411C443.598 686.864 443.465 686.223 443.465 685.491C443.465 684.752 443.598 684.108 443.866 683.557C444.137 683.006 444.513 682.578 444.993 682.273C445.476 681.969 446.037 681.816 446.678 681.816C447.318 681.816 447.878 681.969 448.358 682.273C448.841 682.578 449.217 683.006 449.484 683.557C449.755 684.108 449.891 684.752 449.891 685.491C449.891 686.223 449.755 686.864 449.484 687.411C449.217 687.959 448.841 688.385 448.358 688.69C447.878 688.995 447.318 689.147 446.678 689.147ZM446.678 688.169C447.164 688.169 447.564 688.044 447.878 687.795C448.192 687.545 448.424 687.218 448.575 686.811C448.726 686.405 448.801 685.965 448.801 685.491C448.801 685.017 448.726 684.575 448.575 684.166C448.424 683.757 448.192 683.426 447.878 683.173C447.564 682.921 447.164 682.795 446.678 682.795C446.191 682.795 445.791 682.921 445.477 683.173C445.163 683.426 444.931 683.757 444.78 684.166C444.629 684.575 444.554 685.017 444.554 685.491C444.554 685.965 444.629 686.405 444.78 686.811C444.931 687.218 445.163 687.545 445.477 687.795C445.791 688.044 446.191 688.169 446.678 688.169Z" fill="#525252"/>
<path d="M452.383 684.734V688.999H451.294V681.909H452.346V683.017H452.439C452.605 682.656 452.857 682.367 453.196 682.149C453.534 681.927 453.971 681.816 454.507 681.816C454.987 681.816 455.407 681.915 455.767 682.112C456.127 682.306 456.407 682.601 456.607 682.998C456.807 683.392 456.907 683.891 456.907 684.494V688.999H455.818V684.568C455.818 684.011 455.673 683.577 455.384 683.266C455.095 682.952 454.698 682.795 454.193 682.795C453.845 682.795 453.534 682.87 453.26 683.021C452.99 683.172 452.776 683.392 452.619 683.681C452.462 683.971 452.383 684.321 452.383 684.734Z" fill="#525252"/>
<rect x="344" y="676" width="16" height="16" rx="8" fill="#D9D9D9"/>
<rect x="344" y="676" width="16" height="16" rx="8" fill="url(#pattern3_11193_157960)"/>
</g>
<mask id="mask6_11193_157960" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="178" y="741" width="16" height="16">
<rect x="178" y="741" width="16" height="16" fill="#D9D9D9"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
</mask>
<g mask="url(#mask6_11193_157960)">
<path d="M185.484 754.189C185.668 753.45 186.064 752.829 186.671 752.324C187.279 751.819 187.988 751.567 188.8 751.567C189.066 751.567 189.322 751.594 189.569 751.649C189.816 751.704 190.054 751.796 190.281 751.925C190.561 751.524 190.784 751.074 190.95 750.575C191.117 750.077 191.2 749.552 191.2 749C191.2 747.556 190.695 746.328 189.684 745.317C188.672 744.306 187.445 743.8 186 743.8C184.556 743.8 183.328 744.306 182.317 745.317C181.306 746.328 180.8 747.556 180.8 749C180.8 749.428 180.85 749.841 180.949 750.241C181.048 750.641 181.195 751.022 181.39 751.384C181.84 751.16 182.291 751.001 182.745 750.907C183.199 750.814 183.666 750.767 184.146 750.767C184.461 750.767 184.777 750.792 185.095 750.841C185.413 750.891 185.706 750.95 185.973 751.019C185.815 751.116 185.675 751.227 185.554 751.352C185.433 751.477 185.312 751.605 185.193 751.736C185.063 751.714 184.899 751.691 184.703 751.668C184.506 751.645 184.319 751.634 184.143 751.634C183.744 751.634 183.349 751.677 182.957 751.763C182.564 751.849 182.19 751.973 181.835 752.135C182.276 752.724 182.815 753.194 183.452 753.545C184.088 753.896 184.766 754.111 185.484 754.189ZM186.006 755.067C185.171 755.067 184.385 754.909 183.648 754.593C182.911 754.277 182.265 753.843 181.712 753.29C181.158 752.736 180.723 752.092 180.407 751.355C180.092 750.618 179.934 749.831 179.934 748.994C179.934 748.156 180.091 747.371 180.407 746.64C180.723 745.908 181.158 745.265 181.711 744.712C182.264 744.158 182.909 743.723 183.646 743.407C184.382 743.092 185.169 742.934 186.007 742.934C186.844 742.934 187.629 743.091 188.361 743.407C189.093 743.723 189.735 744.158 190.289 744.711C190.842 745.264 191.277 745.908 191.593 746.642C191.909 747.376 192.067 748.16 192.067 748.995C192.067 749.829 191.909 750.615 191.593 751.353C191.277 752.09 190.843 752.735 190.29 753.289C189.736 753.842 189.093 754.277 188.359 754.593C187.625 754.909 186.841 755.067 186.006 755.067ZM184.197 749.434C183.631 749.434 183.151 749.236 182.757 748.839C182.364 748.443 182.167 747.962 182.167 747.397C182.167 746.831 182.365 746.351 182.761 745.957C183.157 745.564 183.638 745.367 184.204 745.367C184.77 745.367 185.25 745.565 185.643 745.961C186.037 746.357 186.234 746.838 186.234 747.404C186.234 747.97 186.036 748.45 185.639 748.843C185.243 749.237 184.762 749.434 184.197 749.434ZM184.2 748.567C184.521 748.567 184.795 748.453 185.024 748.224C185.253 747.995 185.367 747.721 185.367 747.4C185.367 747.08 185.253 746.805 185.024 746.577C184.795 746.348 184.521 746.234 184.2 746.234C183.88 746.234 183.605 746.348 183.377 746.577C183.148 746.805 183.034 747.08 183.034 747.4C183.034 747.721 183.148 747.995 183.377 748.224C183.605 748.453 183.88 748.567 184.2 748.567ZM188.804 750.162C188.368 750.162 187.998 750.011 187.694 749.71C187.391 749.409 187.239 749.04 187.239 748.604C187.239 748.168 187.389 747.798 187.69 747.494C187.992 747.191 188.36 747.039 188.796 747.039C189.233 747.039 189.603 747.189 189.906 747.49C190.21 747.792 190.362 748.16 190.362 748.596C190.362 749.033 190.211 749.403 189.91 749.706C189.609 750.01 189.24 750.162 188.804 750.162Z" fill="#525252"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
</g>
<path d="M199.119 754V743.818H202.748C203.54 743.818 204.196 743.962 204.717 744.251C205.237 744.539 205.626 744.933 205.885 745.434C206.143 745.931 206.273 746.491 206.273 747.114C206.273 747.741 206.142 748.304 205.88 748.805C205.621 749.302 205.23 749.696 204.707 749.988C204.186 750.276 203.532 750.42 202.743 750.42H200.247V749.118H202.604C203.104 749.118 203.51 749.032 203.822 748.859C204.133 748.684 204.362 748.445 204.508 748.143C204.654 747.842 204.727 747.499 204.727 747.114C204.727 746.73 204.654 746.388 204.508 746.09C204.362 745.792 204.132 745.558 203.817 745.389C203.505 745.22 203.094 745.136 202.584 745.136H200.655V754H199.119ZM209.828 754.169C209.344 754.169 208.907 754.08 208.516 753.901C208.125 753.718 207.815 753.455 207.586 753.11C207.361 752.765 207.248 752.343 207.248 751.842C207.248 751.411 207.331 751.057 207.497 750.778C207.662 750.5 207.886 750.28 208.168 750.117C208.45 749.955 208.764 749.832 209.112 749.749C209.46 749.666 209.815 749.603 210.176 749.56C210.634 749.507 211.005 749.464 211.29 749.431C211.575 749.395 211.782 749.337 211.911 749.257C212.041 749.178 212.105 749.048 212.105 748.869V748.835C212.105 748.4 211.983 748.064 211.737 747.825C211.495 747.587 211.134 747.467 210.654 747.467C210.153 747.467 209.759 747.578 209.47 747.8C209.185 748.019 208.988 748.263 208.879 748.531L207.482 748.213C207.647 747.749 207.889 747.375 208.208 747.089C208.529 746.801 208.899 746.592 209.316 746.463C209.734 746.33 210.173 746.264 210.634 746.264C210.939 746.264 211.262 746.301 211.603 746.374C211.948 746.443 212.269 746.572 212.568 746.761C212.869 746.95 213.116 747.22 213.308 747.572C213.501 747.92 213.597 748.372 213.597 748.929V754H212.145V752.956H212.085C211.989 753.148 211.845 753.337 211.653 753.523C211.461 753.708 211.214 753.862 210.912 753.985C210.611 754.108 210.249 754.169 209.828 754.169ZM210.151 752.976C210.562 752.976 210.914 752.895 211.205 752.732C211.5 752.57 211.724 752.358 211.877 752.096C212.032 751.831 212.11 751.547 212.11 751.246V750.261C212.057 750.314 211.954 750.364 211.802 750.411C211.653 750.454 211.482 750.492 211.29 750.525C211.098 750.555 210.91 750.583 210.728 750.609C210.546 750.633 210.393 750.652 210.271 750.669C209.982 750.705 209.719 750.767 209.48 750.853C209.245 750.939 209.056 751.063 208.914 751.226C208.774 751.385 208.705 751.597 208.705 751.862C208.705 752.23 208.841 752.509 209.112 752.697C209.384 752.883 209.731 752.976 210.151 752.976ZM215.297 754V746.364H216.734V747.577H216.813C216.952 747.166 217.198 746.843 217.549 746.607C217.903 746.369 218.305 746.249 218.752 746.249C218.845 746.249 218.954 746.253 219.08 746.259C219.209 746.266 219.31 746.274 219.383 746.284V747.706C219.324 747.689 219.218 747.671 219.065 747.651C218.913 747.628 218.76 747.616 218.608 747.616C218.256 747.616 217.943 747.691 217.668 747.84C217.396 747.986 217.181 748.19 217.022 748.452C216.863 748.71 216.783 749.005 216.783 749.337V754H215.297ZM223.408 754.154C222.655 754.154 222.007 753.993 221.464 753.672C220.923 753.347 220.506 752.891 220.211 752.305C219.919 751.715 219.773 751.024 219.773 750.232C219.773 749.449 219.919 748.76 220.211 748.163C220.506 747.567 220.917 747.101 221.444 746.766C221.974 746.432 222.594 746.264 223.303 746.264C223.734 746.264 224.152 746.335 224.556 746.478C224.96 746.621 225.323 746.844 225.645 747.149C225.966 747.454 226.22 747.85 226.405 748.337C226.591 748.821 226.684 749.41 226.684 750.102V750.629H220.613V749.516H225.227C225.227 749.125 225.148 748.778 224.988 748.477C224.829 748.172 224.606 747.931 224.317 747.756C224.032 747.58 223.698 747.492 223.313 747.492C222.895 747.492 222.531 747.595 222.219 747.8C221.911 748.003 221.672 748.268 221.503 748.596C221.338 748.921 221.255 749.274 221.255 749.655V750.525C221.255 751.035 221.344 751.469 221.523 751.827C221.706 752.185 221.959 752.459 222.284 752.648C222.609 752.833 222.988 752.926 223.422 752.926C223.704 752.926 223.961 752.886 224.193 752.807C224.425 752.724 224.626 752.601 224.795 752.439C224.964 752.277 225.093 752.076 225.182 751.837L226.589 752.091C226.477 752.505 226.274 752.868 225.983
<g clip-path="url(#clip3_11193_157960)">
<path d="M352.3 744.603C352.3 744.554 352.288 744.506 352.265 744.463C352.242 744.42 352.209 744.383 352.169 744.355C352.128 744.327 352.081 744.31 352.033 744.305C351.984 744.3 351.935 744.306 351.889 744.324L348.369 745.719C348.201 745.785 348.057 745.901 347.956 746.05C347.854 746.199 347.8 746.375 347.8 746.556V750.001C347.8 750.05 347.812 750.098 347.835 750.141C347.858 750.185 347.891 750.222 347.932 750.249C347.972 750.277 348.019 750.294 348.067 750.299C348.116 750.305 348.165 750.298 348.211 750.28L348.4 750.205V750.85C348.264 750.898 348.119 750.913 347.976 750.893C347.834 750.873 347.698 750.819 347.58 750.736C347.463 750.653 347.367 750.543 347.301 750.415C347.235 750.287 347.2 750.145 347.2 750.001V746.556C347.2 746.255 347.291 745.961 347.46 745.713C347.629 745.464 347.869 745.272 348.148 745.161L351.668 743.766C351.801 743.714 351.943 743.694 352.085 743.707C352.226 743.72 352.363 743.767 352.483 743.843C352.603 743.92 352.703 744.023 352.775 744.146C352.847 744.268 352.89 744.406 352.898 744.548L352.3 744.784V744.603H352.3ZM354.1 745.803C354.1 745.755 354.088 745.706 354.065 745.663C354.042 745.62 354.009 745.583 353.968 745.555C353.928 745.528 353.881 745.511 353.833 745.506C353.784 745.5 353.735 745.507 353.689 745.525L349.979 746.994C349.868 747.039 349.772 747.116 349.704 747.215C349.636 747.315 349.6 747.432 349.6 747.552V751.202C349.6 751.251 349.612 751.299 349.635 751.342C349.658 751.385 349.691 751.422 349.732 751.45C349.772 751.477 349.819 751.495 349.867 751.5C349.916 751.505 349.965 751.499 350.011 751.481L350.8 751.167V751.812L350.232 752.037C350.096 752.092 349.948 752.112 349.802 752.096C349.656 752.079 349.516 752.028 349.395 751.946C349.273 751.863 349.174 751.752 349.105 751.623C349.036 751.493 349 751.348 349 751.202V747.552C349 747.311 349.072 747.076 349.208 746.877C349.343 746.678 349.535 746.524 349.759 746.436L353.468 744.967C353.605 744.913 353.752 744.893 353.898 744.909C354.044 744.925 354.184 744.977 354.305 745.059C354.426 745.142 354.526 745.253 354.595 745.382C354.663 745.512 354.699 745.656 354.7 745.803V745.865L354.1 746.103V745.803V745.803ZM355.79 746.724C355.835 746.706 355.884 746.7 355.933 746.705C355.982 746.711 356.028 746.728 356.069 746.755C356.109 746.783 356.142 746.82 356.165 746.863C356.188 746.906 356.2 746.954 356.2 747.003V750.977C356.2 751.037 356.182 751.096 356.148 751.146C356.114 751.195 356.066 751.234 356.011 751.256L352.411 752.682C352.365 752.7 352.316 752.706 352.267 752.701C352.219 752.696 352.172 752.679 352.132 752.651C352.091 752.624 352.058 752.587 352.035 752.543C352.012 752.5 352 752.452 352 752.403V748.429C352 748.369 352.018 748.31 352.052 748.26C352.086 748.211 352.134 748.172 352.19 748.15L355.79 746.724V746.724ZM356.8 747.003C356.8 746.856 356.764 746.712 356.695 746.582C356.627 746.452 356.527 746.341 356.406 746.259C356.285 746.176 356.145 746.125 355.999 746.109C355.853 746.093 355.705 746.112 355.569 746.166L351.969 747.592C351.801 747.658 351.657 747.774 351.556 747.923C351.454 748.072 351.4 748.249 351.4 748.429V752.403C351.4 752.55 351.436 752.694 351.505 752.824C351.573 752.954 351.673 753.065 351.794 753.147C351.916 753.23 352.055 753.281 352.201 753.298C352.347 753.314 352.495 753.294 352.631 753.24L356.231 751.814C356.399 751.747 356.543 751.632 356.644 751.483C356.746 751.334 356.8 751.158 356.8 750.977V747.003Z" fill="#A3A3A3" stroke="#A3A3A3" stroke-width="0.25"/>
<path d="M362.057 753V744.273H365.006C365.69 744.273 366.25 744.396 366.685 744.643C367.122 744.888 367.446 745.219 367.656 745.636C367.866 746.054 367.972 746.52 367.972 747.034C367.972 747.548 367.866 748.016 367.656 748.436C367.449 748.857 367.128 749.192 366.693 749.442C366.259 749.689 365.702 749.812 365.023 749.812H362.909V748.875H364.989C365.457 748.875 365.834 748.794 366.118 748.632C366.402 748.47 366.608 748.251 366.736 747.976C366.866 747.697 366.932 747.384 366.932 747.034C366.932 746.685 366.866 746.372 366.736 746.097C366.608 745.821 366.401 745.605 366.114 745.449C365.827 745.29 365.446 745.21 364.972 745.21H363.114V753H362.057ZM369.434 753V744.273H370.491V752.062H374.548V753H369.434ZM377.529 753L375.143 744.273H376.217L378.041 751.381H378.126L379.984 744.273H381.177L383.035 751.381H383.12L384.944 744.273H386.018L383.632 753H382.541L380.614 746.045H380.546L378.62 753H377.529ZM364.972 764.273V773H363.915V765.381H363.864L361.733 766.795V765.722L363.915 764.273H364.972ZM370.139 773.119C369.781 773.114 369.423 773.045 369.065 772.915C368.707 772.784 368.381 772.564 368.085 772.254C367.79 771.942 367.553 771.52 367.374 770.989C367.195 770.455 367.105 769.784 367.105 768.977C367.105 768.205 367.178 767.52 367.323 766.923C367.467 766.324 367.678 765.82 367.953 765.411C368.229 764.999 368.561 764.686 368.95 764.473C369.342 764.26 369.784 764.153 370.276 764.153C370.764 764.153 371.199 764.251 371.58 764.447C371.963 764.641 372.276 764.911 372.517 765.257C372.759 765.604 372.915 766.003 372.986 766.455H371.946C371.849 766.062 371.662 765.737 371.384 765.479C371.105 765.22 370.736 765.091 370.276 765.091C369.599 765.091 369.067 765.385 368.678 765.973C368.291 766.561 368.097 767.386 368.094 768.449H368.162C368.321 768.207 368.51 768.001 368.729 767.831C368.95 767.658 369.195 767.524 369.462 767.43C369.729 767.337 370.011 767.29 370.31 767.29C370.81 767.29 371.267 767.415 371.682 767.665C372.097 767.912 372.429 768.254 372.679 768.692C372.929 769.126 373.054 769.625 373.054 770.188C373.054 770.727 372.933 771.222 372.692 771.67C372.45 772.116 372.111 772.472 371.673 772.736C371.239 772.997 370.727 773.125 370.139 773.119ZM370.139 772.182C370.497 772.182 370.818 772.092 371.102 771.913C371.389 771.734 371.615 771.494 371.78 771.193C371.948 770.892 372.031 770.557 372.031 770.188C372.031 769.827 371.95 769.499 371.788 769.203C371.629 768.905 371.409 768.668 371.128 768.491C370.849 768.315 370.531 768.227 370.173 768.227C369.903 768.227 369.652 768.281 369.419 768.389C369.186 768.494 368.982 768.639 368.805 768.824C368.632 769.009 368.496 769.22 368.396 769.459C368.297 769.695 368.247 769.943 368.247 770.205C368.247 770.551 368.328 770.875 368.49 771.176C368.655 771.477 368.879 771.72 369.163 771.905C369.45 772.089 369.776 772.182 370.139 772.182Z" fill="#60646C"/>
</g>
<rect x="336.5" y="737.5" width="68" height="22" rx="11" stroke="#2C2C2C"/>
<rect x="411.5" y="737.5" width="77" height="22" rx="11" stroke="#2C2C2C"/>
<g clip-path="url(#clip4_11193_157960)">
<path d="M418.188 748.5H423.812" stroke="#A3A3A3" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M421 745.688V751.312" stroke="#A3A3A3" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<path d="M429.915 753H428.807L432.011 744.273H433.102L436.307 753H435.199L432.591 745.653H432.523L429.915 753ZM430.324 749.591H434.79V750.528H430.324V749.591ZM439.761 753.136C439.216 753.136 438.734 752.999 438.317 752.723C437.899 752.445 437.573 752.053 437.337 751.547C437.101 751.038 436.983 750.438 436.983 749.744C436.983 749.057 437.101 748.46 437.337 747.955C437.573 747.449 437.901 747.058 438.321 746.783C438.742 746.507 439.227 746.369 439.778 746.369C440.205 746.369 440.541 746.44 440.788 746.582C441.038 746.722 441.229 746.881 441.359 747.06C441.493 747.236 441.597 747.381 441.671 747.494H441.756V744.273H442.761V753H441.79V751.994H441.671C441.597 752.114 441.492 752.264 441.355 752.446C441.219 752.625 441.024 752.786 440.771 752.928C440.519 753.067 440.182 753.136 439.761 753.136ZM439.898 752.233C440.301 752.233 440.642 752.128 440.921 751.918C441.199 751.705 441.411 751.411 441.555 751.036C441.7 750.658 441.773 750.222 441.773 749.727C441.773 749.239 441.702 748.811 441.56 748.445C441.418 748.075 441.207 747.788 440.929 747.584C440.651 747.376 440.307 747.273 439.898 747.273C439.472 747.273 439.117 747.382 438.832 747.601C438.551 747.817 438.34 748.111 438.198 748.483C438.058 748.852 437.989 749.267 437.989 749.727C437.989 750.193 438.06 750.616 438.202 750.997C438.347 751.375 438.56 751.676 438.841 751.901C439.125 752.122 439.477 752.233 439.898 752.233ZM446.975 753.136C446.429 753.136 445.948 752.999 445.53 752.723C445.112 752.445 444.786 752.053 444.55 751.547C444.314 751.038 444.196 750.438 444.196 749.744C444.196 749.057 444.314 748.46 444.55 747.955C444.786 747.449 445.114 747.058 445.534 746.783C445.955 746.507 446.44 746.369 446.992 746.369C447.418 746.369 447.754 746.44 448.002 746.582C448.252 746.722 448.442 746.881 448.573 747.06C448.706 747.236 448.81 747.381 448.884 747.494H448.969V744.273H449.975V753H449.003V751.994H448.884C448.81 752.114 448.705 752.264 448.568 752.446C448.432 752.625 448.237 752.786 447.984 752.928C447.732 753.067 447.395 753.136 446.975 753.136ZM447.111 752.233C447.514 752.233 447.855 752.128 448.134 751.918C448.412 751.705 448.624 751.411 448.769 751.036C448.913 750.658 448.986 750.222 448.986 749.727C448.986 749.239 448.915 748.811 448.773 748.445C448.631 748.075 448.421 747.788 448.142 747.584C447.864 747.376 447.52 747.273 447.111 747.273C446.685 747.273 446.33 747.382 446.046 747.601C445.764 747.817 445.553 748.111 445.411 748.483C445.271 748.852 445.202 749.267 445.202 749.727C445.202 750.193 445.273 750.616 445.415 750.997C445.56 751.375 445.773 751.676 446.054 751.901C446.338 752.122 446.69 752.233 447.111 752.233ZM454.851 753V746.455H455.857V753H454.851ZM455.362 745.364C455.166 745.364 454.997 745.297 454.855 745.163C454.716 745.03 454.647 744.869 454.647 744.682C454.647 744.494 454.716 744.334 454.855 744.2C454.997 744.067 455.166 744 455.362 744C455.558 744 455.726 744.067 455.865 744.2C456.007 744.334 456.078 744.494 456.078 744.682C456.078 744.869 456.007 745.03 455.865 745.163C455.726 745.297 455.558 745.364 455.362 745.364ZM462.095 747.92L461.192 748.176C461.135 748.026 461.051 747.879 460.94 747.737C460.832 747.592 460.685 747.473 460.497 747.379C460.31 747.286 460.07 747.239 459.777 747.239C459.376 747.239 459.043 747.331 458.775 747.516C458.511 747.697 458.379 747.929 458.379 748.21C458.379 748.46 458.47 748.658 458.652 748.803C458.834 748.947 459.118 749.068 459.504 749.165L460.476 749.403C461.061 749.545 461.497 749.763 461.784 750.055C462.071 750.345 462.214 750.719 462.214 751.176C462.214 751.551 462.106 751.886 461.891 752.182C461.677 752.477 461.379 752.71 460.996 752.881C460.612 753.051 460.166 753.136 459.658 753.136C458.99 753.136 458.437 752.991 458 752.702C457.562 752.412 457.285 751.989 457.169 751.432L458.124 751.193C458.214 751.545 458.386 751.81 458.639 751.986C458.895 752.162 459.229 752.25 459.641 752.25C460.109 752.25 460.481 752.151 460.757 751.952C461.035 751.75 461.175 751.509 461.175 751.227C461.175 751 461.095 750.81 460.936 750.656C460.777 750.5 460.533 750.384 460.203 750.307L459.112 750.051C458.513 749.909 458.072 749.689 457.791 749.
<g clip-path="url(#clip5_11193_157960)">
<path d="M184.997 810.831C188.219 810.831 190.831 808.219 190.831 804.997C190.831 801.776 188.219 799.164 184.997 799.164C181.776 799.164 179.164 801.776 179.164 804.997C179.164 808.219 181.776 810.831 184.997 810.831Z" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M185 808.5C185.928 808.5 186.818 808.131 187.475 807.475C188.131 806.818 188.5 805.928 188.5 805C188.5 804.072 188.131 803.182 187.475 802.525C186.818 801.869 185.928 801.5 185 801.5V808.5Z" fill="#525252" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<path d="M205.575 803.129H204.024C203.964 802.798 203.853 802.506 203.691 802.254C203.529 802.002 203.33 801.789 203.094 801.613C202.859 801.437 202.596 801.305 202.304 801.215C202.016 801.126 201.709 801.081 201.384 801.081C200.798 801.081 200.272 801.228 199.808 801.523C199.348 801.818 198.983 802.251 198.714 802.821C198.449 803.391 198.317 804.087 198.317 804.909C198.317 805.738 198.449 806.437 198.714 807.007C198.983 807.577 199.349 808.008 199.813 808.3C200.277 808.591 200.799 808.737 201.379 808.737C201.701 808.737 202.006 808.694 202.294 808.608C202.586 808.518 202.849 808.388 203.085 808.215C203.32 808.043 203.519 807.832 203.681 807.584C203.847 807.332 203.961 807.044 204.024 806.719L205.575 806.724C205.492 807.224 205.332 807.685 205.093 808.106C204.858 808.523 204.554 808.885 204.183 809.19C203.815 809.491 203.394 809.725 202.92 809.891C202.446 810.056 201.929 810.139 201.369 810.139C200.488 810.139 199.702 809.93 199.013 809.513C198.323 809.092 197.78 808.49 197.382 807.708C196.988 806.926 196.79 805.993 196.79 804.909C196.79 803.822 196.989 802.889 197.387 802.11C197.785 801.328 198.328 800.728 199.018 800.31C199.707 799.889 200.491 799.679 201.369 799.679C201.91 799.679 202.413 799.757 202.881 799.913C203.351 800.065 203.774 800.29 204.148 800.589C204.523 800.884 204.833 801.245 205.078 801.673C205.323 802.097 205.489 802.582 205.575 803.129ZM207.981 812.864C207.759 812.864 207.557 812.845 207.375 812.809C207.192 812.776 207.056 812.739 206.967 812.7L207.325 811.482C207.597 811.554 207.839 811.586 208.051 811.576C208.263 811.566 208.45 811.487 208.613 811.337C208.778 811.188 208.924 810.945 209.05 810.607L209.234 810.099L206.44 802.364H208.031L209.965 808.29H210.044L211.978 802.364H213.574L210.427 811.019C210.281 811.417 210.096 811.753 209.87 812.028C209.645 812.307 209.377 812.516 209.065 812.655C208.753 812.794 208.392 812.864 207.981 812.864ZM217.648 810.154C216.909 810.154 216.273 809.987 215.739 809.652C215.209 809.314 214.801 808.848 214.516 808.255C214.231 807.662 214.088 806.982 214.088 806.217C214.088 805.441 214.234 804.757 214.526 804.163C214.818 803.567 215.229 803.101 215.759 802.766C216.289 802.432 216.914 802.264 217.633 802.264C218.213 802.264 218.73 802.372 219.184 802.587C219.638 802.799 220.005 803.098 220.283 803.482C220.565 803.867 220.732 804.316 220.785 804.83H219.338C219.259 804.472 219.077 804.163 218.792 803.905C218.51 803.646 218.132 803.517 217.658 803.517C217.244 803.517 216.881 803.626 216.569 803.845C216.261 804.061 216.021 804.369 215.848 804.77C215.676 805.168 215.59 805.638 215.59 806.182C215.59 806.739 215.674 807.219 215.843 807.624C216.012 808.028 216.251 808.341 216.559 808.563C216.871 808.785 217.237 808.896 217.658 808.896C217.94 808.896 218.195 808.845 218.424 808.742C218.656 808.636 218.85 808.485 219.005 808.29C219.164 808.094 219.275 807.859 219.338 807.584H220.785C220.732 808.078 220.571 808.518 220.303 808.906C220.034 809.294 219.675 809.599 219.224 809.821C218.777 810.043 218.251 810.154 217.648 810.154ZM223.581 799.818V810H222.095V799.818H223.581ZM228.592 810.154C227.84 810.154 227.192 809.993 226.648 809.672C226.108 809.347 225.691 808.891 225.396 808.305C225.104 807.715 224.958 807.024 224.958 806.232C224.958 805.449 225.104 804.76 225.396 804.163C225.691 803.567 226.102 803.101 226.629 802.766C227.159 802.432 227.779 802.264 228.488 802.264C228.919 802.264 229.336 802.335 229.741 802.478C230.145 802.621 230.508 802.844 230.83 803.149C231.151 803.454 231.405 803.85 231.59 804.337C231.776 804.821 231.869 805.41 231.869 806.102V806.629H225.798V805.516H230.412C230.412 805.125 230.332 804.778 230.173 804.477C230.014 804.172 229.791 803.931 229.502 803.756C229.217 803.58 228.882 803.492 228.498 803.492C228.08 803.492 227.716 803.595 227.404 803.8C227.096 804.003 226.857 804.268 226.688 804.596C226.523 804.921 226.44 805.274 226.44 805.655V806.525C226.44 807.035 226.529 807.469 226.708 807.827C226.89 808.185 227.144 808.459 227.469 808.648C227.794 808.833 228.173 808.926 228.607 808.926C228.889 808.926 229.146 808.886 229.378 808.807C229.61 808.724 229.81 808.60
<rect x="336" y="790" width="162" height="30" rx="4" fill="white"/>
<path d="M346.233 810V799.818H347.466V804.352H352.895V799.818H354.128V810H352.895V805.446H347.466V810H346.233ZM358.404 810.179C357.92 810.179 357.481 810.088 357.087 809.906C356.692 809.72 356.379 809.453 356.147 809.105C355.915 808.754 355.799 808.33 355.799 807.832C355.799 807.395 355.885 807.04 356.058 806.768C356.23 806.493 356.46 806.278 356.749 806.122C357.037 805.966 357.355 805.85 357.703 805.774C358.055 805.695 358.408 805.632 358.762 805.585C359.226 805.526 359.602 805.481 359.891 805.451C360.182 805.418 360.395 805.363 360.527 805.287C360.663 805.211 360.731 805.078 360.731 804.889V804.849C360.731 804.359 360.597 803.978 360.328 803.706C360.063 803.434 359.66 803.298 359.12 803.298C358.56 803.298 358.121 803.421 357.803 803.666C357.485 803.911 357.261 804.173 357.132 804.452L356.018 804.054C356.217 803.59 356.482 803.229 356.813 802.97C357.148 802.708 357.513 802.526 357.907 802.423C358.305 802.317 358.696 802.264 359.08 802.264C359.326 802.264 359.607 802.294 359.926 802.354C360.247 802.41 360.557 802.528 360.855 802.707C361.157 802.886 361.407 803.156 361.606 803.517C361.805 803.878 361.904 804.362 361.904 804.969V810H360.731V808.966H360.671C360.592 809.132 360.459 809.309 360.274 809.498C360.088 809.687 359.841 809.848 359.533 809.98C359.225 810.113 358.848 810.179 358.404 810.179ZM358.583 809.125C359.047 809.125 359.438 809.034 359.757 808.852C360.078 808.669 360.32 808.434 360.482 808.146C360.648 807.857 360.731 807.554 360.731 807.236V806.162C360.681 806.222 360.572 806.276 360.403 806.326C360.237 806.372 360.045 806.414 359.826 806.45C359.611 806.483 359.4 806.513 359.195 806.54C358.993 806.563 358.829 806.583 358.703 806.599C358.398 806.639 358.113 806.704 357.847 806.793C357.586 806.879 357.374 807.01 357.211 807.186C357.052 807.358 356.972 807.594 356.972 807.892C356.972 808.3 357.123 808.608 357.425 808.817C357.73 809.022 358.116 809.125 358.583 809.125ZM366.868 810.159C366.152 810.159 365.536 809.99 365.019 809.652C364.502 809.314 364.104 808.848 363.825 808.255C363.547 807.662 363.408 806.984 363.408 806.222C363.408 805.446 363.55 804.762 363.835 804.168C364.124 803.572 364.525 803.106 365.039 802.771C365.556 802.433 366.159 802.264 366.848 802.264C367.385 802.264 367.869 802.364 368.3 802.562C368.731 802.761 369.084 803.04 369.359 803.398C369.634 803.756 369.805 804.173 369.871 804.651H368.698C368.608 804.303 368.409 803.994 368.101 803.726C367.796 803.454 367.385 803.318 366.868 803.318C366.411 803.318 366.01 803.437 365.665 803.676C365.324 803.911 365.057 804.245 364.865 804.675C364.676 805.103 364.581 805.605 364.581 806.182C364.581 806.772 364.674 807.286 364.86 807.723C365.048 808.161 365.314 808.5 365.655 808.742C366 808.984 366.404 809.105 366.868 809.105C367.173 809.105 367.45 809.052 367.698 808.946C367.947 808.84 368.157 808.688 368.33 808.489C368.502 808.29 368.625 808.051 368.698 807.773H369.871C369.805 808.223 369.641 808.629 369.379 808.991C369.12 809.349 368.777 809.634 368.35 809.846C367.925 810.055 367.432 810.159 366.868 810.159ZM372.4 807.216L372.38 805.764H372.619L375.96 802.364H377.411L373.852 805.963H373.752L372.4 807.216ZM371.306 810V799.818H372.479V810H371.306ZM376.158 810L373.175 806.222L374.011 805.406L377.65 810H376.158ZM380.889 810.179C380.405 810.179 379.965 810.088 379.571 809.906C379.177 809.72 378.863 809.453 378.631 809.105C378.399 808.754 378.283 808.33 378.283 807.832C378.283 807.395 378.37 807.04 378.542 806.768C378.714 806.493 378.945 806.278 379.233 806.122C379.521 805.966 379.84 805.85 380.188 805.774C380.539 805.695 380.892 805.632 381.246 805.585C381.71 805.526 382.087 805.481 382.375 805.451C382.667 805.418 382.879 805.363 383.011 805.287C383.147 805.211 383.215 805.078 383.215 804.889V804.849C383.215 804.359 383.081 803.978 382.813 803.706C382.547 803.434 382.145 803.298 381.604 803.298C381.044 803.298 380.605 803.421 380.287 803.666C379.969 803.911 379.745 804.173 379.616 804.452L378.502 804.054C378.701 803.59 378.966 803.229 379.298 802.97C379.632 802.708 379.997 802.526 380.391 802.423C380.789 802.317 381.18 802.264 381.565 802.264C381.81 802.264 382
<path d="M189.083 839.75H180.917C180.272 839.75 179.75 840.272 179.75 840.917V849.083C179.75 849.728 180.272 850.25 180.917 850.25H189.083C189.728 850.25 190.25 849.728 190.25 849.083V840.917C190.25 840.272 189.728 839.75 189.083 839.75Z" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M183.123 842.086H182.216C182.144 842.086 182.086 842.144 182.086 842.216V843.123C182.086 843.195 182.144 843.253 182.216 843.253H183.123C183.195 843.253 183.253 843.195 183.253 843.123V842.216C183.253 842.144 183.195 842.086 183.123 842.086Z" fill="#525252" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M183.123 846.75H182.216C182.144 846.75 182.086 846.808 182.086 846.88V847.787C182.086 847.859 182.144 847.917 182.216 847.917H183.123C183.195 847.917 183.253 847.859 183.253 847.787V846.88C183.253 846.808 183.195 846.75 183.123 846.75Z" fill="#525252" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M187.787 842.086H186.88C186.808 842.086 186.75 842.144 186.75 842.216V843.123C186.75 843.195 186.808 843.253 186.88 843.253H187.787C187.859 843.253 187.917 843.195 187.917 843.123V842.216C187.917 842.144 187.859 842.086 187.787 842.086Z" fill="#525252" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M187.787 846.75H186.88C186.808 846.75 186.75 846.808 186.75 846.88V847.787C186.75 847.859 186.808 847.917 186.88 847.917H187.787C187.859 847.917 187.917 847.859 187.917 847.787V846.88C187.917 846.808 187.859 846.75 187.787 846.75Z" fill="#525252" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M197.119 839.818H198.983L202.224 847.733H202.344L205.585 839.818H207.45V850H205.988V842.632H205.893L202.891 849.985H201.678L198.675 842.627H198.58V850H197.119V839.818ZM212.5 850.154C211.784 850.154 211.16 849.99 210.626 849.662C210.092 849.334 209.678 848.875 209.383 848.285C209.088 847.695 208.941 847.005 208.941 846.217C208.941 845.424 209.088 844.732 209.383 844.138C209.678 843.545 210.092 843.085 210.626 842.756C211.16 842.428 211.784 842.264 212.5 842.264C213.216 842.264 213.841 842.428 214.375 842.756C214.908 843.085 215.323 843.545 215.618 844.138C215.913 844.732 216.06 845.424 216.06 846.217C216.06 847.005 215.913 847.695 215.618 848.285C215.323 848.875 214.908 849.334 214.375 849.662C213.841 849.99 213.216 850.154 212.5 850.154ZM212.505 848.906C212.969 848.906 213.354 848.784 213.659 848.538C213.964 848.293 214.189 847.967 214.335 847.559C214.484 847.151 214.559 846.702 214.559 846.212C214.559 845.724 214.484 845.277 214.335 844.869C214.189 844.458 213.964 844.129 213.659 843.88C213.354 843.631 212.969 843.507 212.505 843.507C212.038 843.507 211.65 843.631 211.342 843.88C211.037 844.129 210.81 844.458 210.661 844.869C210.515 845.277 210.442 845.724 210.442 846.212C210.442 846.702 210.515 847.151 210.661 847.559C210.81 847.967 211.037 848.293 211.342 848.538C211.65 848.784 212.038 848.906 212.505 848.906ZM220.298 850.149C219.681 850.149 219.131 849.992 218.647 849.677C218.167 849.359 217.789 848.906 217.514 848.32C217.242 847.73 217.106 847.022 217.106 846.197C217.106 845.371 217.244 844.665 217.519 844.079C217.797 843.492 218.178 843.043 218.662 842.732C219.146 842.42 219.695 842.264 220.308 842.264C220.782 842.264 221.163 842.344 221.451 842.503C221.743 842.659 221.968 842.841 222.128 843.05C222.29 843.259 222.416 843.442 222.505 843.602H222.595V839.818H224.081V850H222.63V848.812H222.505C222.416 848.974 222.287 849.16 222.118 849.369C221.952 849.577 221.723 849.76 221.431 849.915C221.14 850.071 220.762 850.149 220.298 850.149ZM220.626 848.881C221.054 848.881 221.415 848.769 221.71 848.543C222.008 848.315 222.234 847.998 222.386 847.594C222.542 847.189 222.62 846.719 222.62 846.182C222.62 845.652 222.543 845.187 222.391 844.79C222.239 844.392 222.015 844.082 221.72 843.86C221.425 843.638 221.06 843.527 220.626 843.527C220.179 843.527 219.806 843.643 219.507 843.875C219.209 844.107 218.984 844.424 218.831 844.825C218.682 845.226 218.608 845.678 218.608 846.182C218.608 846.692 218.684 847.151 218.836 847.559C218.989 847.967 219.214 848.29 219.512 848.528C219.814 848.764 220.185 848.881 220.626 848.881ZM230.76 846.833V842.364H232.252V850H230.79V848.678H230.711C230.535 849.085 230.253 849.425 229.865 849.697C229.481 849.965 229.002 850.099 228.429 850.099C227.938 850.099 227.504 849.992 227.126 849.776C226.752 849.558 226.457 849.234 226.241 848.807C226.029 848.379 225.923 847.851 225.923 847.221V842.364H227.409V847.042C227.409 847.562 227.554 847.977 227.842 848.285C228.13 848.593 228.505 848.747 228.966 848.747C229.244 848.747 229.521 848.678 229.796 848.538C230.074 848.399 230.305 848.189 230.487 847.907C230.672 847.625 230.764 847.267 230.76 846.833ZM235.456 839.818V850H233.969V839.818H235.456ZM240.467 850.154C239.714 850.154 239.066 849.993 238.523 849.672C237.983 849.347 237.565 848.891 237.27 848.305C236.978 847.715 236.832 847.024 236.832 846.232C236.832 845.449 236.978 844.76 237.27 844.163C237.565 843.567 237.976 843.101 238.503 842.766C239.033 842.432 239.653 842.264 240.362 842.264C240.793 842.264 241.211 842.335 241.615 842.478C242.019 842.621 242.382 842.844 242.704 843.149C243.025 843.454 243.279 843.85 243.465 844.337C243.65 844.821 243.743 845.41 243.743 846.102V846.629H237.673V845.516H242.286C242.286 845.125 242.207 844.778 242.048 844.477C241.889 844.172 241.665 843.931 241.376 843.756C241.091 843.58 240.757 843.492 240.372 843.492C239.955 843.492 239.59 843.595 239.278 843.8C238.97 844.003 238.732 844.268 238.563 844.596C238.397 844.921 238.314 845.274 238.314 845.655V846.525C238.314 847.035 238.403 847.469 238.582 847.827C238.765 848.185 239.018 848.459 239.343 848.648C239.668 848.833
<rect x="336" y="830" width="162" height="30" rx="4" fill="white"/>
<path d="M352.318 842.364L349.494 850H348.301L345.477 842.364H346.75L348.858 848.449H348.938L351.045 842.364H352.318ZM356.888 850.139C356.139 850.139 355.501 849.935 354.974 849.528C354.447 849.117 354.044 848.522 353.766 847.743C353.487 846.961 353.348 846.016 353.348 844.909C353.348 843.809 353.487 842.869 353.766 842.09C354.048 841.308 354.452 840.711 354.979 840.3C355.509 839.886 356.146 839.679 356.888 839.679C357.63 839.679 358.265 839.886 358.792 840.3C359.322 840.711 359.727 841.308 360.005 842.09C360.287 842.869 360.428 843.809 360.428 844.909C360.428 846.016 360.289 846.961 360.01 847.743C359.732 848.522 359.329 849.117 358.802 849.528C358.275 849.935 357.637 850.139 356.888 850.139ZM356.888 849.045C357.63 849.045 358.207 848.687 358.618 847.972C359.029 847.256 359.235 846.235 359.235 844.909C359.235 844.027 359.14 843.277 358.951 842.657C358.766 842.037 358.497 841.565 358.146 841.24C357.798 840.915 357.378 840.753 356.888 840.753C356.152 840.753 355.577 841.116 355.163 841.842C354.749 842.564 354.541 843.587 354.541 844.909C354.541 845.791 354.634 846.54 354.82 847.156C355.005 847.773 355.272 848.242 355.62 848.563C355.972 848.885 356.394 849.045 356.888 849.045ZM362.556 850.08C362.311 850.08 362.101 849.992 361.925 849.816C361.749 849.64 361.662 849.43 361.662 849.185C361.662 848.939 361.749 848.729 361.925 848.553C362.101 848.378 362.311 848.29 362.556 848.29C362.802 848.29 363.012 848.378 363.188 848.553C363.364 848.729 363.451 848.939 363.451 849.185C363.451 849.347 363.41 849.496 363.327 849.632C363.248 849.768 363.14 849.877 363.004 849.96C362.871 850.04 362.722 850.08 362.556 850.08ZM367.62 839.818V850H366.387V841.111H366.327L363.841 842.761V841.509L366.387 839.818H367.62ZM370.029 847.912V846.898L374.504 839.818H375.24V841.389H374.742L371.362 846.739V846.818H377.387V847.912H370.029ZM374.822 850V847.604V847.131V839.818H375.995V850H374.822ZM382.807 850V839.818H386.247C387.043 839.818 387.696 839.954 388.206 840.226C388.716 840.494 389.094 840.864 389.34 841.335C389.585 841.805 389.707 842.34 389.707 842.94C389.707 843.54 389.585 844.072 389.34 844.536C389.094 845 388.718 845.365 388.211 845.63C387.704 845.892 387.056 846.023 386.267 846.023H383.483V844.909H386.227C386.771 844.909 387.208 844.83 387.54 844.67C387.875 844.511 388.117 844.286 388.266 843.994C388.418 843.699 388.494 843.348 388.494 842.94C388.494 842.533 388.418 842.176 388.266 841.871C388.113 841.567 387.87 841.331 387.535 841.165C387.2 840.996 386.758 840.912 386.207 840.912H384.04V850H382.807ZM387.599 845.426L390.105 850H388.673L386.207 845.426H387.599ZM394.443 850.159C393.707 850.159 393.072 849.997 392.538 849.672C392.008 849.344 391.599 848.886 391.31 848.3C391.025 847.71 390.883 847.024 390.883 846.241C390.883 845.459 391.025 844.77 391.31 844.173C391.599 843.573 392 843.106 392.514 842.771C393.031 842.433 393.634 842.264 394.323 842.264C394.721 842.264 395.114 842.33 395.501 842.463C395.889 842.596 396.242 842.811 396.56 843.109C396.879 843.404 397.132 843.795 397.321 844.283C397.51 844.77 397.604 845.37 397.604 846.082V846.58H391.718V845.565H396.411C396.411 845.134 396.325 844.75 396.153 844.412C395.984 844.074 395.742 843.807 395.427 843.612C395.115 843.416 394.747 843.318 394.323 843.318C393.856 843.318 393.452 843.434 393.11 843.666C392.772 843.895 392.512 844.193 392.33 844.561C392.147 844.929 392.056 845.323 392.056 845.744V846.42C392.056 846.997 392.156 847.486 392.354 847.887C392.557 848.285 392.837 848.588 393.195 848.797C393.553 849.002 393.969 849.105 394.443 849.105C394.751 849.105 395.029 849.062 395.278 848.976C395.53 848.886 395.747 848.754 395.929 848.578C396.111 848.399 396.252 848.177 396.352 847.912L397.485 848.23C397.366 848.615 397.165 848.953 396.884 849.244C396.602 849.533 396.254 849.758 395.84 849.92C395.425 850.08 394.96 850.159 394.443 850.159ZM400.283 839.818V850H399.109V839.818H400.283ZM405.353 850.159C404.617 850.159 403.983 849.997 403.449 849.672C402.919 849.344 402.509 848.886 402.221 848.3C401.936 847.71 401.794 847.024 401.794 846.241C401.794 845.459 401.936 844.77 402.221 844.173C402.509 843.573 4
<g clip-path="url(#clip6_11193_157960)">
<path d="M184.997 876.164H179.164V881.997L184.583 887.417C185.132 887.965 186.03 887.965 186.578 887.417L190.417 883.578C190.965 883.03 190.965 882.132 190.417 881.583L184.997 876.164Z" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M182.086 879.086H182.093" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<path d="M197.119 887V876.818H198.655V885.678H203.268V887H197.119ZM206.844 887.169C206.36 887.169 205.923 887.08 205.531 886.901C205.14 886.718 204.83 886.455 204.602 886.11C204.376 885.765 204.264 885.343 204.264 884.842C204.264 884.411 204.347 884.057 204.512 883.778C204.678 883.5 204.902 883.28 205.183 883.117C205.465 882.955 205.78 882.832 206.128 882.749C206.476 882.666 206.831 882.603 207.192 882.56C207.649 882.507 208.021 882.464 208.306 882.431C208.591 882.395 208.798 882.337 208.927 882.257C209.056 882.178 209.121 882.048 209.121 881.869V881.835C209.121 881.4 208.998 881.064 208.753 880.825C208.511 880.587 208.15 880.467 207.669 880.467C207.169 880.467 206.774 880.578 206.486 880.8C206.201 881.019 206.004 881.263 205.894 881.531L204.497 881.213C204.663 880.749 204.905 880.375 205.223 880.089C205.545 879.801 205.914 879.592 206.332 879.463C206.749 879.33 207.189 879.264 207.649 879.264C207.954 879.264 208.277 879.301 208.619 879.374C208.963 879.443 209.285 879.572 209.583 879.761C209.885 879.95 210.132 880.22 210.324 880.572C210.516 880.92 210.612 881.372 210.612 881.929V887H209.161V885.956H209.101C209.005 886.148 208.861 886.337 208.669 886.523C208.476 886.708 208.229 886.862 207.928 886.985C207.626 887.108 207.265 887.169 206.844 887.169ZM207.167 885.976C207.578 885.976 207.929 885.895 208.221 885.732C208.516 885.57 208.74 885.358 208.892 885.096C209.048 884.831 209.126 884.547 209.126 884.246V883.261C209.073 883.314 208.97 883.364 208.818 883.411C208.669 883.454 208.498 883.492 208.306 883.525C208.113 883.555 207.926 883.583 207.744 883.609C207.562 883.633 207.409 883.652 207.286 883.669C206.998 883.705 206.735 883.767 206.496 883.853C206.261 883.939 206.072 884.063 205.929 884.226C205.79 884.385 205.72 884.597 205.72 884.862C205.72 885.23 205.856 885.509 206.128 885.697C206.4 885.883 206.746 885.976 207.167 885.976ZM212.432 887V876.818H213.918V880.602H214.008C214.094 880.442 214.218 880.259 214.381 880.05C214.543 879.841 214.768 879.659 215.057 879.503C215.345 879.344 215.726 879.264 216.2 879.264C216.817 879.264 217.367 879.42 217.851 879.732C218.335 880.043 218.714 880.492 218.989 881.079C219.268 881.665 219.407 882.371 219.407 883.197C219.407 884.022 219.269 884.73 218.994 885.32C218.719 885.906 218.341 886.359 217.861 886.677C217.38 886.992 216.832 887.149 216.215 887.149C215.751 887.149 215.372 887.071 215.077 886.915C214.785 886.76 214.556 886.577 214.39 886.369C214.225 886.16 214.097 885.974 214.008 885.812H213.883V887H212.432ZM213.888 883.182C213.888 883.719 213.966 884.189 214.122 884.594C214.278 884.998 214.503 885.315 214.798 885.543C215.093 885.769 215.454 885.881 215.882 885.881C216.326 885.881 216.697 885.764 216.996 885.528C217.294 885.29 217.519 884.967 217.672 884.559C217.827 884.151 217.905 883.692 217.905 883.182C217.905 882.678 217.829 882.226 217.677 881.825C217.528 881.424 217.302 881.107 217.001 880.875C216.702 880.643 216.329 880.527 215.882 880.527C215.451 880.527 215.086 880.638 214.788 880.86C214.493 881.082 214.269 881.392 214.117 881.79C213.965 882.187 213.888 882.652 213.888 883.182ZM224.087 887.154C223.335 887.154 222.687 886.993 222.143 886.672C221.603 886.347 221.185 885.891 220.89 885.305C220.599 884.715 220.453 884.024 220.453 883.232C220.453 882.449 220.599 881.76 220.89 881.163C221.185 880.567 221.596 880.101 222.123 879.766C222.654 879.432 223.274 879.264 223.983 879.264C224.414 879.264 224.831 879.335 225.236 879.478C225.64 879.621 226.003 879.844 226.324 880.149C226.646 880.454 226.899 880.85 227.085 881.337C227.271 881.821 227.363 882.41 227.363 883.102V883.629H221.293V882.516H225.907C225.907 882.125 225.827 881.778 225.668 881.477C225.509 881.172 225.285 880.931 224.997 880.756C224.712 880.58 224.377 880.492 223.993 880.492C223.575 880.492 223.211 880.595 222.899 880.8C222.591 881.003 222.352 881.268 222.183 881.596C222.017 881.921 221.935 882.274 221.935 882.655V883.525C221.935 884.035 222.024 884.469 222.203 884.827C222.385 885.185 222.639 885.459 222.964 885.648C223.288 885.833 223.668 885.926 224.102 885.926C224.384 885.926 224.641 885.886 224.873 885.807C225.105
<rect x="345.5" y="870.5" width="61" height="22" rx="11" stroke="#D9D9E0"/>
<circle cx="360.5" cy="881.5" r="5" fill="#E9C162"/>
<path d="M369.557 886V877.273H372.608C373.216 877.273 373.717 877.378 374.112 877.588C374.507 877.795 374.801 878.075 374.994 878.428C375.188 878.777 375.284 879.165 375.284 879.591C375.284 879.966 375.217 880.276 375.084 880.52C374.953 880.764 374.78 880.957 374.564 881.099C374.351 881.241 374.119 881.347 373.869 881.415V881.5C374.136 881.517 374.405 881.611 374.675 881.781C374.945 881.952 375.17 882.196 375.352 882.514C375.534 882.832 375.625 883.222 375.625 883.682C375.625 884.119 375.526 884.513 375.327 884.862C375.128 885.212 374.814 885.489 374.385 885.693C373.956 885.898 373.398 886 372.71 886H369.557ZM370.614 885.062H372.71C373.401 885.062 373.891 884.929 374.18 884.662C374.473 884.392 374.619 884.065 374.619 883.682C374.619 883.386 374.544 883.114 374.393 882.864C374.243 882.611 374.028 882.409 373.75 882.259C373.472 882.105 373.142 882.028 372.761 882.028H370.614V885.062ZM370.614 881.108H372.574C372.892 881.108 373.179 881.045 373.435 880.92C373.693 880.795 373.898 880.619 374.048 880.392C374.202 880.165 374.278 879.898 374.278 879.591C374.278 879.207 374.145 878.882 373.878 878.615C373.611 878.345 373.188 878.21 372.608 878.21H370.614V881.108ZM381.11 883.324V879.455H382.116V886H381.11V884.892H381.042C380.889 885.224 380.65 885.507 380.326 885.74C380.002 885.97 379.593 886.085 379.099 886.085C378.69 886.085 378.326 885.996 378.008 885.817C377.69 885.635 377.44 885.362 377.258 884.999C377.076 884.632 376.985 884.17 376.985 883.614V879.455H377.991V883.545C377.991 884.023 378.124 884.403 378.391 884.688C378.661 884.972 379.005 885.114 379.423 885.114C379.673 885.114 379.927 885.05 380.185 884.922C380.447 884.794 380.666 884.598 380.842 884.334C381.021 884.07 381.11 883.733 381.11 883.324ZM386.36 888.591C385.874 888.591 385.456 888.528 385.107 888.403C384.758 888.281 384.466 888.119 384.233 887.918C384.003 887.719 383.82 887.506 383.684 887.278L384.485 886.716C384.576 886.835 384.691 886.972 384.83 887.125C384.969 887.281 385.16 887.416 385.401 887.53C385.645 887.646 385.965 887.705 386.36 887.705C386.888 887.705 387.324 887.577 387.668 887.321C388.012 887.065 388.184 886.665 388.184 886.119V884.79H388.098C388.025 884.909 387.92 885.057 387.783 885.233C387.65 885.406 387.456 885.561 387.204 885.697C386.954 885.831 386.616 885.898 386.189 885.898C385.661 885.898 385.187 885.773 384.766 885.523C384.348 885.273 384.018 884.909 383.773 884.432C383.532 883.955 383.411 883.375 383.411 882.693C383.411 882.023 383.529 881.439 383.765 880.942C384 880.442 384.329 880.055 384.749 879.783C385.17 879.507 385.655 879.369 386.206 879.369C386.633 879.369 386.971 879.44 387.221 879.582C387.473 879.722 387.667 879.881 387.8 880.06C387.937 880.236 388.042 880.381 388.116 880.494H388.218V879.455H389.189V886.188C389.189 886.75 389.062 887.207 388.806 887.56C388.553 887.915 388.212 888.175 387.783 888.339C387.357 888.507 386.883 888.591 386.36 888.591ZM386.326 884.994C386.729 884.994 387.07 884.902 387.348 884.717C387.627 884.533 387.839 884.267 387.983 883.92C388.128 883.574 388.201 883.159 388.201 882.676C388.201 882.205 388.13 881.788 387.988 881.428C387.846 881.067 387.635 880.784 387.357 880.58C387.079 880.375 386.735 880.273 386.326 880.273C385.9 880.273 385.545 880.381 385.26 880.597C384.979 880.812 384.768 881.102 384.625 881.466C384.486 881.83 384.417 882.233 384.417 882.676C384.417 883.131 384.488 883.533 384.63 883.882C384.775 884.229 384.988 884.501 385.269 884.7C385.553 884.896 385.905 884.994 386.326 884.994ZM395.427 880.92L394.523 881.176C394.466 881.026 394.383 880.879 394.272 880.737C394.164 880.592 394.016 880.473 393.829 880.379C393.641 880.286 393.401 880.239 393.108 880.239C392.708 880.239 392.374 880.331 392.107 880.516C391.843 880.697 391.711 880.929 391.711 881.21C391.711 881.46 391.802 881.658 391.983 881.803C392.165 881.947 392.449 882.068 392.836 882.165L393.807 882.403C394.393 882.545 394.829 882.763 395.116 883.055C395.403 883.345 395.546 883.719 395.546 884.176C395.546 884.551 395.438 884.886 395.222 885.182C395.009 885.477 394.711 885.71 394.327 885.881C393.944 886.051 393.498 886.136 392.989 886.136C392.
<rect x="411.5" y="870.5" width="82" height="22" rx="11" stroke="#D9D9E0"/>
<path d="M424.33 879.455C424.278 879.023 424.071 878.688 423.707 878.449C423.344 878.21 422.898 878.091 422.369 878.091C421.983 878.091 421.645 878.153 421.355 878.278C421.068 878.403 420.844 878.575 420.682 878.794C420.523 879.013 420.443 879.261 420.443 879.54C420.443 879.773 420.499 879.973 420.609 880.141C420.723 880.305 420.868 880.443 421.044 880.554C421.22 880.662 421.405 880.751 421.598 880.822C421.791 880.891 421.969 880.946 422.131 880.989L423.017 881.227C423.244 881.287 423.497 881.369 423.776 881.474C424.057 881.58 424.325 881.723 424.581 881.905C424.839 882.084 425.053 882.314 425.22 882.595C425.388 882.876 425.472 883.222 425.472 883.631C425.472 884.102 425.348 884.528 425.101 884.909C424.857 885.29 424.499 885.592 424.027 885.817C423.558 886.041 422.989 886.153 422.318 886.153C421.693 886.153 421.152 886.053 420.695 885.851C420.24 885.649 419.882 885.368 419.621 885.007C419.362 884.646 419.216 884.227 419.182 883.75H420.273C420.301 884.08 420.412 884.352 420.605 884.568C420.801 884.781 421.048 884.94 421.347 885.045C421.648 885.148 421.972 885.199 422.318 885.199C422.722 885.199 423.084 885.134 423.405 885.003C423.726 884.869 423.98 884.685 424.168 884.449C424.355 884.21 424.449 883.932 424.449 883.614C424.449 883.324 424.368 883.088 424.206 882.906C424.044 882.724 423.831 882.577 423.567 882.463C423.303 882.349 423.017 882.25 422.71 882.165L421.636 881.858C420.955 881.662 420.415 881.382 420.017 881.018C419.619 880.655 419.42 880.179 419.42 879.591C419.42 879.102 419.553 878.676 419.817 878.312C420.084 877.946 420.442 877.662 420.891 877.46C421.342 877.256 421.847 877.153 422.403 877.153C422.966 877.153 423.466 877.254 423.903 877.456C424.341 877.655 424.688 877.928 424.943 878.274C425.202 878.621 425.338 879.014 425.352 879.455H424.33ZM429.577 886.136C428.946 886.136 428.402 885.997 427.945 885.719C427.49 885.438 427.14 885.045 426.892 884.543C426.648 884.037 426.526 883.449 426.526 882.778C426.526 882.108 426.648 881.517 426.892 881.006C427.14 880.491 427.483 880.091 427.924 879.804C428.367 879.514 428.884 879.369 429.475 879.369C429.816 879.369 430.152 879.426 430.485 879.54C430.817 879.653 431.12 879.838 431.392 880.094C431.665 880.347 431.883 880.682 432.044 881.099C432.206 881.517 432.287 882.031 432.287 882.642V883.068H427.242V882.199H431.265C431.265 881.83 431.191 881.5 431.043 881.21C430.898 880.92 430.691 880.692 430.421 880.524C430.154 880.357 429.838 880.273 429.475 880.273C429.074 880.273 428.728 880.372 428.435 880.571C428.145 880.767 427.922 881.023 427.766 881.338C427.61 881.653 427.532 881.991 427.532 882.352V882.932C427.532 883.426 427.617 883.845 427.787 884.189C427.961 884.53 428.201 884.79 428.508 884.969C428.814 885.145 429.171 885.233 429.577 885.233C429.841 885.233 430.08 885.196 430.293 885.122C430.509 885.045 430.695 884.932 430.851 884.781C431.008 884.628 431.128 884.437 431.213 884.21L432.185 884.483C432.083 884.812 431.911 885.102 431.669 885.352C431.428 885.599 431.13 885.793 430.775 885.932C430.419 886.068 430.02 886.136 429.577 886.136ZM434.583 877.273V886H433.577V877.273H434.583ZM438.929 886.136C438.298 886.136 437.754 885.997 437.297 885.719C436.843 885.438 436.492 885.045 436.244 884.543C436 884.037 435.878 883.449 435.878 882.778C435.878 882.108 436 881.517 436.244 881.006C436.492 880.491 436.835 880.091 437.276 879.804C437.719 879.514 438.236 879.369 438.827 879.369C439.168 879.369 439.504 879.426 439.837 879.54C440.169 879.653 440.472 879.838 440.744 880.094C441.017 880.347 441.235 880.682 441.396 881.099C441.558 881.517 441.639 882.031 441.639 882.642V883.068H436.594V882.199H440.617C440.617 881.83 440.543 881.5 440.395 881.21C440.25 880.92 440.043 880.692 439.773 880.524C439.506 880.357 439.191 880.273 438.827 880.273C438.426 880.273 438.08 880.372 437.787 880.571C437.497 880.767 437.274 881.023 437.118 881.338C436.962 881.653 436.884 881.991 436.884 882.352V882.932C436.884 883.426 436.969 883.845 437.139 884.189C437.313 884.53 437.553 884.79 437.86 884.969C438.166 885.145 438.523 885.233 438.929 885.233C439.193 885.233 439.432 885.196 439.645 885.122C439.861 885.04
<rect x="498.5" y="870.5" width="55" height="22" rx="11" stroke="#D9D9E0"/>
<g clip-path="url(#clip7_11193_157960)">
<path d="M508.688 881.5H514.312" stroke="#A3A3A3" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M511.5 878.688V884.312" stroke="#A3A3A3" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<path d="M526.977 877.273V886H525.955L521.199 879.148H521.114V886H520.057V877.273H521.08L525.852 884.142H525.938V877.273H526.977ZM531.46 886.136C530.829 886.136 530.285 885.997 529.828 885.719C529.373 885.438 529.022 885.045 528.775 884.543C528.531 884.037 528.409 883.449 528.409 882.778C528.409 882.108 528.531 881.517 528.775 881.006C529.022 880.491 529.366 880.091 529.807 879.804C530.25 879.514 530.767 879.369 531.358 879.369C531.699 879.369 532.035 879.426 532.368 879.54C532.7 879.653 533.003 879.838 533.275 880.094C533.548 880.347 533.765 880.682 533.927 881.099C534.089 881.517 534.17 882.031 534.17 882.642V883.068H529.125V882.199H533.147C533.147 881.83 533.074 881.5 532.926 881.21C532.781 880.92 532.574 880.692 532.304 880.524C532.037 880.357 531.721 880.273 531.358 880.273C530.957 880.273 530.61 880.372 530.318 880.571C530.028 880.767 529.805 881.023 529.649 881.338C529.493 881.653 529.414 881.991 529.414 882.352V882.932C529.414 883.426 529.5 883.845 529.67 884.189C529.843 884.53 530.084 884.79 530.39 884.969C530.697 885.145 531.054 885.233 531.46 885.233C531.724 885.233 531.963 885.196 532.176 885.122C532.392 885.045 532.578 884.932 532.734 884.781C532.89 884.628 533.011 884.437 533.096 884.21L534.068 884.483C533.966 884.812 533.794 885.102 533.552 885.352C533.311 885.599 533.012 885.793 532.657 885.932C532.302 886.068 531.903 886.136 531.46 886.136ZM536.943 886L534.949 879.455H536.005L537.42 884.466H537.488L538.886 879.455H539.96L541.341 884.449H541.409L542.824 879.455H543.88L541.886 886H540.897L539.466 880.972H539.363L537.932 886H536.943Z" fill="#A3A3A3"/>
<rect x="178" y="465" width="26" height="24" rx="4" fill="#2C2C2C"/>
<mask id="mask7_11193_157960" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="184" y="470" width="14" height="14">
<rect x="184" y="470" width="14" height="14" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask7_11193_157960)">
<path d="M191.006 482.541C190.24 482.541 189.52 482.396 188.845 482.105C188.171 481.814 187.584 481.419 187.085 480.92C186.586 480.422 186.191 479.835 185.9 479.161C185.609 478.487 185.464 477.767 185.464 477C185.464 476.234 185.609 475.513 185.9 474.839C186.191 474.165 186.586 473.578 187.085 473.079C187.584 472.58 188.17 472.185 188.844 471.894C189.519 471.603 190.239 471.458 191.006 471.458C191.409 471.458 191.799 471.498 192.177 471.579C192.554 471.66 192.916 471.778 193.26 471.933V472.915C192.928 472.732 192.572 472.589 192.192 472.486C191.813 472.384 191.417 472.333 191.006 472.333C189.712 472.333 188.611 472.787 187.702 473.696C186.793 474.605 186.339 475.706 186.339 476.999C186.339 478.292 186.793 479.393 187.702 480.302C188.611 481.211 189.712 481.666 191.006 481.666C192.299 481.666 193.4 481.211 194.309 480.302C195.218 479.393 195.672 478.292 195.672 476.999C195.672 476.703 195.644 476.415 195.589 476.137C195.533 475.858 195.455 475.589 195.356 475.328H196.296C196.38 475.595 196.442 475.866 196.484 476.14C196.526 476.415 196.547 476.701 196.547 476.999C196.547 477.766 196.402 478.486 196.111 479.161C195.82 479.835 195.425 480.421 194.927 480.92C194.428 481.419 193.841 481.814 193.167 482.105C192.493 482.396 191.773 482.541 191.006 482.541ZM195.818 472.77H195.089C194.965 472.77 194.861 472.728 194.777 472.644C194.693 472.56 194.651 472.456 194.651 472.332C194.651 472.208 194.693 472.105 194.777 472.021C194.861 471.937 194.965 471.895 195.089 471.895H195.818V471.166C195.818 471.042 195.86 470.938 195.944 470.854C196.028 470.77 196.132 470.729 196.256 470.729C196.38 470.729 196.484 470.77 196.567 470.854C196.651 470.938 196.693 471.042 196.693 471.166V471.895H197.422C197.546 471.895 197.65 471.937 197.734 472.021C197.818 472.105 197.86 472.209 197.86 472.333C197.86 472.457 197.818 472.561 197.734 472.645C197.65 472.728 197.546 472.77 197.422 472.77H196.693V473.499C196.693 473.623 196.651 473.727 196.567 473.811C196.483 473.895 196.379 473.937 196.255 473.937C196.131 473.937 196.027 473.895 195.944 473.811C195.86 473.727 195.818 473.623 195.818 473.499V472.77ZM192.992 476.304C193.205 476.304 193.385 476.23 193.532 476.081C193.68 475.932 193.754 475.752 193.754 475.54C193.754 475.327 193.68 475.147 193.531 475C193.382 474.852 193.202 474.778 192.99 474.778C192.778 474.778 192.598 474.852 192.45 475.001C192.302 475.15 192.228 475.33 192.228 475.542C192.228 475.755 192.303 475.935 192.451 476.082C192.6 476.23 192.78 476.304 192.992 476.304ZM189.021 476.304C189.234 476.304 189.414 476.23 189.561 476.081C189.709 475.932 189.783 475.752 189.783 475.54C189.783 475.327 189.708 475.147 189.56 475C189.411 474.852 189.231 474.778 189.019 474.778C188.806 474.778 188.626 474.852 188.479 475.001C188.331 475.15 188.257 475.33 188.257 475.542C188.257 475.755 188.331 475.935 188.48 476.082C188.629 476.23 188.809 476.304 189.021 476.304ZM191.006 480.028C191.529 480.028 192.012 479.904 192.454 479.656C192.897 479.408 193.256 479.072 193.532 478.647C193.587 478.541 193.585 478.434 193.527 478.327C193.468 478.22 193.376 478.166 193.251 478.166H188.76C188.635 478.166 188.543 478.22 188.484 478.327C188.426 478.434 188.424 478.541 188.479 478.647C188.755 479.072 189.117 479.408 189.563 479.656C190.01 479.904 190.491 480.028 191.006 480.028Z" fill="#60646C"/>
</g>
<rect x="212" y="465" width="44" height="24" rx="4" fill="#2C2C2C"/>
<path d="M220 482.34H232V470.34H220V482.34Z" fill="black"/>
<path d="M238.634 471.818V482H237.401V473.111H237.341L234.855 474.761V473.509L237.401 471.818H238.634ZM245.141 471.818V482H243.908V473.111H243.849L241.363 474.761V473.509L243.908 471.818H245.141Z" fill="#E5E5E5"/>
<rect x="264" y="465" width="46" height="24" rx="4" fill="#2C2C2C"/>
<path d="M272 483.84H284V471.84H272V483.84Z" fill="black"/>
<path d="M290.634 471.818V482H289.401V473.111H289.341L286.855 474.761V473.509L289.401 471.818H290.634ZM296.883 482.139C296.134 482.139 295.496 481.935 294.969 481.528C294.442 481.117 294.039 480.522 293.761 479.743C293.482 478.961 293.343 478.016 293.343 476.909C293.343 475.809 293.482 474.869 293.761 474.09C294.042 473.308 294.447 472.711 294.974 472.3C295.504 471.886 296.14 471.679 296.883 471.679C297.625 471.679 298.26 471.886 298.787 472.3C299.317 472.711 299.722 473.308 300 474.09C300.282 474.869 300.423 475.809 300.423 476.909C300.423 478.016 300.283 478.961 300.005 479.743C299.727 480.522 299.324 481.117 298.797 481.528C298.27 481.935 297.632 482.139 296.883 482.139ZM296.883 481.045C297.625 481.045 298.202 480.687 298.613 479.972C299.024 479.256 299.229 478.235 299.229 476.909C299.229 476.027 299.135 475.277 298.946 474.657C298.76 474.037 298.492 473.565 298.141 473.24C297.793 472.915 297.373 472.753 296.883 472.753C296.147 472.753 295.572 473.116 295.158 473.842C294.743 474.564 294.536 475.587 294.536 476.909C294.536 477.791 294.629 478.54 294.815 479.156C295 479.773 295.267 480.242 295.615 480.563C295.966 480.885 296.389 481.045 296.883 481.045Z" fill="#E5E5E5"/>
<g filter="url(#filter3_bdd_11193_157960)">
<rect x="65" y="768" width="510" height="146" rx="9.80746" fill="url(#paint4_linear_11193_157960)" fill-opacity="0.4" shape-rendering="crispEdges"/>
<rect x="65.1049" y="768.105" width="509.79" height="145.79" rx="9.70252" stroke="url(#paint5_linear_11193_157960)" stroke-width="0.209889" shape-rendering="crispEdges"/>
</g>
<g filter="url(#filter4_d_11193_157960)">
<rect x="71" y="774" width="520" height="149" rx="8" fill="#1B1C1E"/>
</g>
<path d="M145 841.25H550C552.071 841.25 553.75 842.929 553.75 845V877C553.75 879.071 552.071 880.75 550 880.75H145C142.929 880.75 141.25 879.071 141.25 877V845C141.25 842.929 142.929 841.25 145 841.25Z" fill="#202020" stroke="#2C2C2C" stroke-width="0.5"/>
<path d="M266.216 866.154C265.477 866.154 264.84 865.987 264.307 865.652C263.777 865.314 263.369 864.848 263.084 864.255C262.799 863.662 262.656 862.982 262.656 862.217C262.656 861.441 262.802 860.757 263.094 860.163C263.385 859.567 263.796 859.101 264.327 858.766C264.857 858.432 265.482 858.264 266.201 858.264C266.781 858.264 267.298 858.372 267.752 858.587C268.206 858.799 268.572 859.098 268.851 859.482C269.133 859.867 269.3 860.316 269.353 860.83H267.906C267.827 860.472 267.644 860.163 267.359 859.905C267.078 859.646 266.7 859.517 266.226 859.517C265.812 859.517 265.449 859.626 265.137 859.845C264.829 860.061 264.589 860.369 264.416 860.77C264.244 861.168 264.158 861.638 264.158 862.182C264.158 862.739 264.242 863.219 264.411 863.624C264.58 864.028 264.819 864.341 265.127 864.563C265.439 864.785 265.805 864.896 266.226 864.896C266.508 864.896 266.763 864.845 266.991 864.742C267.223 864.636 267.417 864.485 267.573 864.29C267.732 864.094 267.843 863.859 267.906 863.584H269.353C269.3 864.078 269.139 864.518 268.871 864.906C268.602 865.294 268.243 865.599 267.792 865.821C267.344 866.043 266.819 866.154 266.216 866.154ZM273.165 866.169C272.681 866.169 272.244 866.08 271.852 865.901C271.461 865.718 271.151 865.455 270.923 865.11C270.697 864.765 270.585 864.343 270.585 863.842C270.585 863.411 270.668 863.057 270.833 862.778C270.999 862.5 271.223 862.28 271.504 862.117C271.786 861.955 272.101 861.832 272.449 861.749C272.797 861.666 273.152 861.603 273.513 861.56C273.97 861.507 274.342 861.464 274.627 861.431C274.912 861.395 275.119 861.337 275.248 861.257C275.377 861.178 275.442 861.048 275.442 860.869V860.835C275.442 860.4 275.319 860.064 275.074 859.825C274.832 859.587 274.471 859.467 273.99 859.467C273.49 859.467 273.095 859.578 272.807 859.8C272.522 860.019 272.325 860.263 272.215 860.531L270.818 860.213C270.984 859.749 271.226 859.375 271.544 859.089C271.866 858.801 272.235 858.592 272.653 858.463C273.07 858.33 273.51 858.264 273.97 858.264C274.275 858.264 274.598 858.301 274.94 858.374C275.285 858.443 275.606 858.572 275.904 858.761C276.206 858.95 276.453 859.22 276.645 859.572C276.837 859.92 276.933 860.372 276.933 860.929V866H275.482V864.956H275.422C275.326 865.148 275.182 865.337 274.99 865.523C274.797 865.708 274.55 865.862 274.249 865.985C273.947 866.108 273.586 866.169 273.165 866.169ZM273.488 864.976C273.899 864.976 274.25 864.895 274.542 864.732C274.837 864.57 275.061 864.358 275.213 864.096C275.369 863.831 275.447 863.547 275.447 863.246V862.261C275.394 862.314 275.291 862.364 275.139 862.411C274.99 862.454 274.819 862.492 274.627 862.525C274.434 862.555 274.247 862.583 274.065 862.609C273.883 862.633 273.73 862.652 273.607 862.669C273.319 862.705 273.056 862.767 272.817 862.853C272.582 862.939 272.393 863.063 272.25 863.226C272.111 863.385 272.041 863.597 272.041 863.862C272.041 864.23 272.177 864.509 272.449 864.697C272.721 864.883 273.067 864.976 273.488 864.976ZM280.4 861.466V866H278.913V858.364H280.34V859.607H280.435C280.61 859.202 280.885 858.877 281.26 858.632C281.638 858.387 282.113 858.264 282.687 858.264C283.207 858.264 283.663 858.374 284.054 858.592C284.445 858.808 284.748 859.129 284.964 859.557C285.179 859.984 285.287 860.513 285.287 861.143V866H283.8V861.322C283.8 860.768 283.656 860.336 283.368 860.024C283.08 859.709 282.683 859.552 282.18 859.552C281.835 859.552 281.528 859.626 281.26 859.776C280.995 859.925 280.784 860.143 280.629 860.432C280.476 860.717 280.4 861.062 280.4 861.466ZM291.925 868.864C291.703 868.864 291.501 868.845 291.319 868.809C291.136 868.776 291.001 868.739 290.911 868.7L291.269 867.482C291.541 867.554 291.783 867.586 291.995 867.576C292.207 867.566 292.394 867.487 292.557 867.337C292.722 867.188 292.868 866.945 292.994 866.607L293.178 866.099L290.384 858.364H291.975L293.909 864.29H293.988L295.922 858.364H297.518L294.371 867.019C294.225 867.417 294.04 867.753 293.814 868.028C293.589 868.307 293.321 868.516 293.009 868.655C292.698 868.794 292.336 868.864 291.925 868.864ZM301.872 866.154C301.156 866.154 300.531 865.99 299.998 865.662C299.464 865.334 299.05 864.875 298.755 86
<rect x="149" y="849" width="106" height="24" rx="4" fill="#1C3376" fill-opacity="0.5"/>
<path d="M161.34 866.769C160.312 866.769 159.401 866.628 158.605 866.346C157.813 866.068 157.145 865.657 156.602 865.113C156.058 864.573 155.646 863.91 155.364 863.125C155.082 862.339 154.941 861.443 154.941 860.435C154.941 859.454 155.084 858.572 155.369 857.79C155.654 857.008 156.068 856.342 156.612 855.792C157.159 855.238 157.823 854.815 158.605 854.524C159.388 854.232 160.276 854.086 161.27 854.086C162.221 854.086 163.06 854.235 163.786 854.534C164.512 854.832 165.122 855.241 165.615 855.762C166.113 856.282 166.487 856.879 166.739 857.551C166.991 858.224 167.117 858.935 167.117 859.684C167.117 860.208 167.084 860.72 167.017 861.221C166.951 861.718 166.828 862.168 166.65 862.573C166.474 862.974 166.219 863.295 165.884 863.537C165.552 863.776 165.122 863.9 164.591 863.91C164.31 863.92 164.036 863.887 163.771 863.811C163.506 863.734 163.28 863.612 163.095 863.443C162.909 863.27 162.797 863.052 162.757 862.787H162.697C162.618 862.982 162.485 863.164 162.299 863.333C162.114 863.499 161.877 863.632 161.588 863.731C161.303 863.827 160.972 863.867 160.594 863.85C160.176 863.834 159.8 863.739 159.466 863.567C159.131 863.395 158.844 863.156 158.605 862.851C158.37 862.546 158.19 862.185 158.064 861.767C157.938 861.35 157.875 860.886 157.875 860.375C157.875 859.885 157.946 859.446 158.088 859.058C158.231 858.667 158.425 858.33 158.67 858.049C158.919 857.764 159.204 857.538 159.525 857.373C159.847 857.207 160.186 857.102 160.544 857.059C160.892 857.02 161.212 857.029 161.504 857.089C161.796 857.149 162.038 857.24 162.23 857.363C162.425 857.485 162.548 857.619 162.598 857.765H162.662V857.208H163.885V861.822C163.885 862.084 163.953 862.306 164.089 862.488C164.228 862.671 164.426 862.762 164.681 862.762C164.982 862.762 165.218 862.651 165.387 862.429C165.559 862.207 165.68 861.865 165.75 861.404C165.823 860.944 165.859 860.354 165.859 859.635C165.859 859.131 165.791 858.657 165.655 858.213C165.523 857.765 165.325 857.361 165.064 857C164.805 856.635 164.487 856.322 164.109 856.06C163.731 855.798 163.3 855.596 162.816 855.453C162.336 855.311 161.804 855.24 161.221 855.24C160.428 855.24 159.724 855.362 159.108 855.608C158.491 855.85 157.971 856.199 157.547 856.657C157.126 857.114 156.806 857.663 156.587 858.302C156.372 858.939 156.264 859.653 156.264 860.445C156.264 861.27 156.375 862.003 156.597 862.642C156.819 863.279 157.147 863.816 157.581 864.253C158.016 864.691 158.552 865.022 159.192 865.248C159.832 865.476 160.569 865.591 161.404 865.591C161.776 865.591 162.14 865.557 162.498 865.491C162.856 865.428 163.174 865.355 163.453 865.272C163.734 865.193 163.945 865.128 164.084 865.078L164.432 866.167C164.227 866.263 163.953 866.358 163.612 866.451C163.274 866.543 162.906 866.62 162.508 866.679C162.114 866.739 161.724 866.769 161.34 866.769ZM160.882 862.632C161.313 862.632 161.66 862.546 161.922 862.374C162.187 862.202 162.377 861.945 162.493 861.603C162.613 861.259 162.672 860.828 162.672 860.311C162.669 859.807 162.604 859.406 162.478 859.108C162.356 858.806 162.163 858.591 161.902 858.461C161.643 858.329 161.31 858.262 160.902 858.262C160.528 858.262 160.208 858.354 159.943 858.536C159.681 858.718 159.48 858.965 159.341 859.277C159.205 859.588 159.136 859.935 159.132 860.316C159.136 860.717 159.192 861.095 159.301 861.449C159.414 861.801 159.596 862.086 159.848 862.304C160.104 862.523 160.448 862.632 160.882 862.632Z" fill="#3E63DD"/>
<path d="M171.975 864.154C171.236 864.154 170.6 863.986 170.066 863.652C169.536 863.314 169.128 862.848 168.843 862.255C168.558 861.661 168.416 860.982 168.416 860.216C168.416 859.441 168.561 858.756 168.853 858.163C169.145 857.566 169.556 857.101 170.086 856.766C170.616 856.431 171.241 856.264 171.96 856.264C172.54 856.264 173.057 856.372 173.512 856.587C173.966 856.799 174.332 857.097 174.61 857.482C174.892 857.866 175.059 858.315 175.112 858.829H173.666C173.586 858.471 173.404 858.163 173.119 857.904C172.837 857.646 172.459 857.517 171.985 857.517C171.571 857.517 171.208 857.626 170.896 857.845C170.588 858.06 170.348 858.368 170.176 858.77C170.003 859.167 169.917 859.638 169.917 860.181C169.917 860.738 170.002 861.219 170.171 861.623C170.34 862.028 170.578 862.341 170.887 862.563C171.198 862.785 171.564 862.896 171.985 862.896C172.267 862.896 172.522 862.845 172.751 862.742C172.983 862.636 173.177 862.485 173.333 862.289C173.492 862.094 173.603 861.859 173.666 861.583H175.112C175.059 862.077 174.899 862.518 174.63 862.906C174.362 863.294 174.002 863.599 173.551 863.821C173.104 864.043 172.579 864.154 171.975 864.154Z" fill="#3E63DD"/>
<path d="M178.189 859.466V864H176.702V853.818H178.169V857.606H178.263C178.442 857.195 178.716 856.869 179.083 856.627C179.451 856.385 179.932 856.264 180.525 856.264C181.049 856.264 181.506 856.372 181.897 856.587C182.292 856.802 182.597 857.124 182.812 857.551C183.031 857.976 183.14 858.506 183.14 859.142V864H181.654V859.321C181.654 858.761 181.51 858.327 181.221 858.019C180.933 857.707 180.532 857.551 180.018 857.551C179.667 857.551 179.352 857.626 179.074 857.775C178.798 857.924 178.581 858.143 178.422 858.431C178.266 858.717 178.189 859.061 178.189 859.466Z" fill="#3E63DD"/>
<path d="M187.346 864.169C186.862 864.169 186.425 864.079 186.034 863.9C185.643 863.718 185.333 863.454 185.104 863.11C184.879 862.765 184.766 862.342 184.766 861.842C184.766 861.411 184.849 861.056 185.015 860.778C185.18 860.5 185.404 860.279 185.686 860.117C185.967 859.954 186.282 859.832 186.63 859.749C186.978 859.666 187.333 859.603 187.694 859.56C188.152 859.507 188.523 859.464 188.808 859.431C189.093 859.394 189.3 859.336 189.429 859.257C189.559 859.177 189.623 859.048 189.623 858.869V858.834C189.623 858.4 189.501 858.064 189.255 857.825C189.013 857.586 188.652 857.467 188.172 857.467C187.671 857.467 187.277 857.578 186.988 857.8C186.703 858.019 186.506 858.262 186.397 858.531L185 858.213C185.165 857.749 185.407 857.374 185.725 857.089C186.047 856.801 186.417 856.592 186.834 856.463C187.252 856.33 187.691 856.264 188.152 856.264C188.457 856.264 188.78 856.3 189.121 856.373C189.466 856.443 189.787 856.572 190.086 856.761C190.387 856.95 190.634 857.22 190.826 857.571C191.019 857.919 191.115 858.372 191.115 858.929V864H189.663V862.956H189.603C189.507 863.148 189.363 863.337 189.171 863.522C188.979 863.708 188.732 863.862 188.43 863.985C188.128 864.107 187.767 864.169 187.346 864.169ZM187.669 862.975C188.08 862.975 188.432 862.894 188.723 862.732C189.018 862.569 189.242 862.357 189.395 862.096C189.55 861.83 189.628 861.547 189.628 861.245V860.261C189.575 860.314 189.472 860.364 189.32 860.41C189.171 860.453 189 860.491 188.808 860.525C188.616 860.554 188.428 860.583 188.246 860.609C188.064 860.632 187.911 860.652 187.789 860.669C187.5 860.705 187.237 860.766 186.998 860.853C186.763 860.939 186.574 861.063 186.431 861.225C186.292 861.385 186.223 861.597 186.223 861.862C186.223 862.23 186.359 862.508 186.63 862.697C186.902 862.883 187.248 862.975 187.669 862.975Z" fill="#3E63DD"/>
<path d="M193.095 864V856.363H194.531V857.576H194.611C194.75 857.165 194.995 856.842 195.347 856.607C195.701 856.368 196.102 856.249 196.55 856.249C196.643 856.249 196.752 856.252 196.878 856.259C197.007 856.266 197.108 856.274 197.181 856.284V857.706C197.122 857.689 197.016 857.671 196.863 857.651C196.711 857.628 196.558 857.616 196.406 857.616C196.054 857.616 195.741 857.691 195.466 857.84C195.194 857.986 194.979 858.19 194.82 858.451C194.661 858.71 194.581 859.005 194.581 859.336V864H193.095Z" fill="#3E63DD"/>
<path d="M199.954 853.818V864H198.468V853.818H199.954Z" fill="#3E63DD"/>
<path d="M201.954 864V856.363H203.441V864H201.954ZM202.705 855.185C202.446 855.185 202.224 855.099 202.039 854.926C201.856 854.751 201.765 854.542 201.765 854.3C201.765 854.055 201.856 853.846 202.039 853.674C202.224 853.498 202.446 853.41 202.705 853.41C202.963 853.41 203.184 853.498 203.366 853.674C203.552 853.846 203.644 854.055 203.644 854.3C203.644 854.542 203.552 854.751 203.366 854.926C203.184 855.099 202.963 855.185 202.705 855.185Z" fill="#3E63DD"/>
<path d="M208.732 864.154C207.979 864.154 207.331 863.993 206.788 863.672C206.247 863.347 205.83 862.891 205.535 862.304C205.243 861.714 205.097 861.023 205.097 860.231C205.097 859.449 205.243 858.76 205.535 858.163C205.83 857.566 206.241 857.101 206.768 856.766C207.298 856.431 207.918 856.264 208.627 856.264C209.058 856.264 209.476 856.335 209.88 856.478C210.284 856.62 210.647 856.844 210.969 857.149C211.29 857.454 211.544 857.85 211.729 858.337C211.915 858.821 212.008 859.409 212.008 860.102V860.629H205.938V859.515H210.551C210.551 859.124 210.472 858.778 210.312 858.476C210.153 858.171 209.93 857.931 209.641 857.755C209.356 857.58 209.022 857.492 208.637 857.492C208.219 857.492 207.855 857.595 207.543 857.8C207.235 858.002 206.996 858.267 206.827 858.596C206.662 858.92 206.579 859.273 206.579 859.654V860.525C206.579 861.035 206.668 861.469 206.847 861.827C207.03 862.185 207.283 862.458 207.608 862.647C207.933 862.833 208.312 862.926 208.746 862.926C209.028 862.926 209.285 862.886 209.517 862.806C209.749 862.724 209.95 862.601 210.119 862.439C210.288 862.276 210.417 862.076 210.506 861.837L211.913 862.091C211.801 862.505 211.598 862.868 211.307 863.179C211.018 863.488 210.656 863.728 210.218 863.9C209.784 864.069 209.288 864.154 208.732 864.154Z" fill="#3E63DD"/>
<path d="M217.222 856.363V857.556H213.051V856.363H217.222ZM214.169 854.534H215.656V861.757C215.656 862.046 215.699 862.263 215.785 862.409C215.871 862.551 215.982 862.649 216.118 862.702C216.257 862.752 216.408 862.777 216.57 862.777C216.69 862.777 216.794 862.768 216.884 862.752C216.973 862.735 217.043 862.722 217.093 862.712L217.361 863.94C217.275 863.973 217.152 864.006 216.993 864.039C216.834 864.076 216.635 864.096 216.396 864.099C216.005 864.106 215.641 864.036 215.303 863.89C214.965 863.744 214.691 863.519 214.482 863.214C214.274 862.909 214.169 862.526 214.169 862.066V854.534Z" fill="#3E63DD"/>
<path d="M221.088 864.169C220.605 864.169 220.167 864.079 219.776 863.9C219.385 863.718 219.075 863.454 218.846 863.11C218.621 862.765 218.508 862.342 218.508 861.842C218.508 861.411 218.591 861.056 218.757 860.778C218.922 860.5 219.146 860.279 219.428 860.117C219.71 859.954 220.025 859.832 220.373 859.749C220.721 859.666 221.075 859.603 221.436 859.56C221.894 859.507 222.265 859.464 222.55 859.431C222.835 859.394 223.042 859.336 223.172 859.257C223.301 859.177 223.365 859.048 223.365 858.869V858.834C223.365 858.4 223.243 858.064 222.998 857.825C222.756 857.586 222.394 857.467 221.914 857.467C221.413 857.467 221.019 857.578 220.73 857.8C220.445 858.019 220.248 858.262 220.139 858.531L218.742 858.213C218.908 857.749 219.15 857.374 219.468 857.089C219.789 856.801 220.159 856.592 220.576 856.463C220.994 856.33 221.433 856.264 221.894 856.264C222.199 856.264 222.522 856.3 222.863 856.373C223.208 856.443 223.529 856.572 223.828 856.761C224.129 856.95 224.376 857.22 224.569 857.571C224.761 857.919 224.857 858.372 224.857 858.929V864H223.405V862.956H223.346C223.249 863.148 223.105 863.337 222.913 863.522C222.721 863.708 222.474 863.862 222.172 863.985C221.871 864.107 221.509 864.169 221.088 864.169ZM221.412 862.975C221.823 862.975 222.174 862.894 222.466 862.732C222.761 862.569 222.984 862.357 223.137 862.096C223.292 861.83 223.37 861.547 223.37 861.245V860.261C223.317 860.314 223.215 860.364 223.062 860.41C222.913 860.453 222.742 860.491 222.55 860.525C222.358 860.554 222.171 860.583 221.988 860.609C221.806 860.632 221.654 860.652 221.531 860.669C221.243 860.705 220.979 860.766 220.74 860.853C220.505 860.939 220.316 861.063 220.174 861.225C220.034 861.385 219.965 861.597 219.965 861.862C219.965 862.23 220.101 862.508 220.373 862.697C220.644 862.883 220.991 862.975 221.412 862.975Z" fill="#3E63DD"/>
<path d="M227.503 866.863C227.281 866.863 227.079 866.845 226.896 866.809C226.714 866.775 226.578 866.739 226.489 866.699L226.847 865.481C227.119 865.554 227.361 865.586 227.573 865.576C227.785 865.566 227.972 865.486 228.134 865.337C228.3 865.188 228.446 864.944 228.572 864.606L228.756 864.099L225.962 856.363H227.553L229.487 862.289H229.566L231.5 856.363H233.096L229.949 865.019C229.803 865.417 229.618 865.753 229.392 866.028C229.167 866.306 228.898 866.515 228.587 866.654C228.275 866.794 227.914 866.863 227.503 866.863Z" fill="#3E63DD"/>
<path d="M235.98 853.818V864H234.493V853.818H235.98Z" fill="#3E63DD"/>
<path d="M241.196 864.154C240.48 864.154 239.855 863.99 239.322 863.662C238.788 863.333 238.374 862.874 238.079 862.284C237.784 861.694 237.636 861.005 237.636 860.216C237.636 859.424 237.784 858.731 238.079 858.138C238.374 857.545 238.788 857.084 239.322 856.756C239.855 856.428 240.48 856.264 241.196 856.264C241.912 856.264 242.537 856.428 243.07 856.756C243.604 857.084 244.018 857.545 244.313 858.138C244.608 858.731 244.756 859.424 244.756 860.216C244.756 861.005 244.608 861.694 244.313 862.284C244.018 862.874 243.604 863.333 243.07 863.662C242.537 863.99 241.912 864.154 241.196 864.154ZM241.201 862.906C241.665 862.906 242.049 862.783 242.354 862.538C242.659 862.293 242.885 861.966 243.031 861.559C243.18 861.151 243.254 860.702 243.254 860.211C243.254 859.724 243.18 859.277 243.031 858.869C242.885 858.458 242.659 858.128 242.354 857.88C242.049 857.631 241.665 857.507 241.201 857.507C240.734 857.507 240.346 857.631 240.038 857.88C239.733 858.128 239.506 858.458 239.357 858.869C239.211 859.277 239.138 859.724 239.138 860.211C239.138 860.702 239.211 861.151 239.357 861.559C239.506 861.966 239.733 862.293 240.038 862.538C240.346 862.783 240.734 862.906 241.201 862.906Z" fill="#3E63DD"/>
<path d="M246.415 864V856.363H247.852V857.576H247.931C248.07 857.165 248.316 856.842 248.667 856.607C249.022 856.368 249.423 856.249 249.87 856.249C249.963 856.249 250.072 856.252 250.198 856.259C250.328 856.266 250.429 856.274 250.502 856.284V857.706C250.442 857.689 250.336 857.671 250.183 857.651C250.031 857.628 249.878 857.616 249.726 857.616C249.375 857.616 249.061 857.691 248.786 857.84C248.515 857.986 248.299 858.19 248.14 858.451C247.981 858.71 247.901 859.005 247.901 859.336V864H246.415Z" fill="#3E63DD"/>
<rect x="89" y="793" width="36" height="36" rx="18" fill="#D9D9D9"/>
<rect x="89" y="793" width="36" height="36" rx="18" fill="url(#pattern4_11193_157960)"/>
<rect x="111" y="811" width="20" height="20" rx="10" fill="#F4F4F7"/>
<path d="M118.95 824.504C119.904 824.993 121.002 825.126 122.045 824.878C123.089 824.63 124.009 824.017 124.641 823.15C125.272 822.283 125.574 821.219 125.49 820.15C125.407 819.081 124.944 818.076 124.186 817.318C123.428 816.56 122.423 816.097 121.354 816.014C120.285 815.93 119.221 816.231 118.354 816.863C117.487 817.495 116.874 818.415 116.626 819.458C116.378 820.502 116.51 821.6 117 822.554L116 825.504L118.95 824.504Z" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M144.082 808L141.298 797.818H142.551L144.679 806.111H144.778L146.946 797.818H148.338L150.506 806.111H150.605L152.733 797.818H153.986L151.202 808H149.929L147.682 799.886H147.602L145.355 808H144.082ZM155.083 808V800.364H156.256V808H155.083ZM155.68 799.091C155.451 799.091 155.254 799.013 155.088 798.857C154.925 798.701 154.844 798.514 154.844 798.295C154.844 798.077 154.925 797.889 155.088 797.734C155.254 797.578 155.451 797.5 155.68 797.5C155.908 797.5 156.104 797.578 156.266 797.734C156.432 797.889 156.515 798.077 156.515 798.295C156.515 798.514 156.432 798.701 156.266 798.857C156.104 799.013 155.908 799.091 155.68 799.091ZM159.298 797.818V808H158.125V797.818H159.298ZM161.327 808V797.818H162.5V801.577H162.599C162.685 801.444 162.805 801.275 162.957 801.07C163.113 800.861 163.335 800.675 163.623 800.513C163.915 800.347 164.31 800.264 164.807 800.264C165.45 800.264 166.016 800.425 166.507 800.746C166.997 801.068 167.38 801.524 167.655 802.114C167.93 802.704 168.068 803.4 168.068 804.202C168.068 805.01 167.93 805.711 167.655 806.305C167.38 806.895 166.999 807.352 166.512 807.677C166.025 807.998 165.463 808.159 164.827 808.159C164.336 808.159 163.943 808.078 163.648 807.915C163.353 807.75 163.126 807.562 162.967 807.354C162.808 807.142 162.685 806.966 162.599 806.827H162.46V808H161.327ZM162.48 804.182C162.48 804.759 162.564 805.267 162.734 805.708C162.903 806.146 163.149 806.489 163.474 806.737C163.799 806.982 164.197 807.105 164.667 807.105C165.158 807.105 165.567 806.976 165.895 806.717C166.227 806.455 166.475 806.104 166.641 805.663C166.81 805.219 166.895 804.725 166.895 804.182C166.895 803.645 166.812 803.161 166.646 802.73C166.484 802.296 166.237 801.953 165.905 801.701C165.577 801.446 165.165 801.318 164.667 801.318C164.19 801.318 163.789 801.439 163.464 801.681C163.14 801.92 162.894 802.254 162.729 802.685C162.563 803.113 162.48 803.612 162.48 804.182ZM174.395 804.878V800.364H175.569V808H174.395V806.707H174.316C174.137 807.095 173.858 807.425 173.48 807.697C173.103 807.965 172.625 808.099 172.049 808.099C171.571 808.099 171.147 807.995 170.776 807.786C170.405 807.574 170.113 807.256 169.901 806.832C169.689 806.404 169.583 805.866 169.583 805.216V800.364H170.756V805.136C170.756 805.693 170.912 806.137 171.223 806.469C171.538 806.8 171.939 806.966 172.427 806.966C172.718 806.966 173.015 806.891 173.316 806.742C173.621 806.593 173.877 806.364 174.082 806.056C174.291 805.748 174.395 805.355 174.395 804.878ZM177.438 808V800.364H178.571V801.517H178.651C178.79 801.139 179.042 800.833 179.406 800.597C179.771 800.362 180.182 800.244 180.639 800.244C180.725 800.244 180.833 800.246 180.962 800.249C181.092 800.253 181.189 800.258 181.256 800.264V801.457C181.216 801.447 181.125 801.433 180.982 801.413C180.843 801.389 180.696 801.378 180.54 801.378C180.169 801.378 179.837 801.456 179.545 801.612C179.257 801.764 179.028 801.976 178.859 802.248C178.694 802.516 178.611 802.823 178.611 803.168V808H177.438ZM188.033 808L185.248 797.818H186.501L188.629 806.111H188.729L190.896 797.818H192.288L194.456 806.111H194.555L196.683 797.818H197.936L195.152 808H193.879L191.632 799.886H191.552L189.305 808H188.033ZM198.555 808V800.364H199.688V801.517H199.768C199.907 801.139 200.159 800.833 200.523 800.597C200.888 800.362 201.299 800.244 201.756 800.244C201.842 800.244 201.95 800.246 202.079 800.249C202.209 800.253 202.306 800.258 202.373 800.264V801.457C202.333 801.447 202.242 801.433 202.099 801.413C201.96 801.389 201.813 801.378 201.657 801.378C201.286 801.378 200.954 801.456 200.663 801.612C200.374 801.764 200.145 801.976 199.976 802.248C199.811 802.516 199.728 802.823 199.728 803.168V808H198.555ZM203.484 808V800.364H204.657V808H203.484ZM204.08 799.091C203.851 799.091 203.654 799.013 203.489 798.857C203.326 798.701 203.245 798.514 203.245 798.295C203.245 798.077 203.326 797.889 203.489 797.734C203.654 797.578 203.851 797.5 204.08 797.5C204.309 797.5 204.504 797.578 204.667 797.734C204.833 797.889 204.915 798.077 204.915 798.295C204.915 798.514 204.833 798.701 204.667 798.857C204.504 799.013 204.309 799.091 204.08 799.091ZM209.608 811.023C2
<path d="M144.878 826.148C144.213 826.148 143.641 825.991 143.161 825.677C142.68 825.363 142.311 824.931 142.053 824.38C141.794 823.829 141.665 823.199 141.665 822.491C141.665 821.771 141.797 821.136 142.062 820.585C142.33 820.031 142.702 819.598 143.179 819.288C143.659 818.974 144.219 818.817 144.859 818.817C145.358 818.817 145.807 818.909 146.207 819.094C146.607 819.278 146.935 819.537 147.191 819.869C147.446 820.202 147.605 820.589 147.666 821.033H146.577C146.494 820.71 146.309 820.423 146.023 820.174C145.74 819.922 145.358 819.795 144.878 819.795C144.453 819.795 144.081 819.906 143.761 820.128C143.444 820.346 143.196 820.656 143.017 821.056C142.842 821.453 142.754 821.919 142.754 822.455C142.754 823.002 142.84 823.479 143.013 823.886C143.188 824.292 143.434 824.607 143.751 824.832C144.071 825.057 144.447 825.169 144.878 825.169C145.161 825.169 145.418 825.12 145.649 825.021C145.88 824.923 146.075 824.781 146.235 824.597C146.395 824.412 146.509 824.19 146.577 823.932H147.666C147.605 824.35 147.452 824.727 147.209 825.063C146.969 825.395 146.651 825.66 146.254 825.857C145.86 826.051 145.401 826.148 144.878 826.148ZM151.88 826.148C151.239 826.148 150.678 825.995 150.195 825.691C149.714 825.386 149.339 824.96 149.068 824.412C148.8 823.864 148.666 823.224 148.666 822.491C148.666 821.753 148.8 821.108 149.068 820.557C149.339 820.006 149.714 819.578 150.195 819.274C150.678 818.969 151.239 818.817 151.88 818.817C152.52 818.817 153.08 818.969 153.56 819.274C154.043 819.578 154.419 820.006 154.686 820.557C154.957 821.108 155.093 821.753 155.093 822.491C155.093 823.224 154.957 823.864 154.686 824.412C154.419 824.96 154.043 825.386 153.56 825.691C153.08 825.995 152.52 826.148 151.88 826.148ZM151.88 825.169C152.366 825.169 152.766 825.044 153.08 824.795C153.394 824.546 153.626 824.218 153.777 823.812C153.928 823.406 154.003 822.965 154.003 822.491C154.003 822.018 153.928 821.576 153.777 821.167C153.626 820.757 153.394 820.426 153.08 820.174C152.766 819.922 152.366 819.795 151.88 819.795C151.393 819.795 150.993 819.922 150.679 820.174C150.365 820.426 150.133 820.757 149.982 821.167C149.831 821.576 149.756 822.018 149.756 822.491C149.756 822.965 149.831 823.406 149.982 823.812C150.133 824.218 150.365 824.546 150.679 824.795C150.993 825.044 151.393 825.169 151.88 825.169ZM156.496 826V818.909H157.548V820.017H157.641C157.788 819.638 158.027 819.345 158.356 819.135C158.685 818.923 159.081 818.817 159.543 818.817C160.01 818.817 160.4 818.923 160.711 819.135C161.024 819.345 161.269 819.638 161.445 820.017H161.518C161.7 819.651 161.972 819.36 162.336 819.145C162.699 818.926 163.134 818.817 163.642 818.817C164.276 818.817 164.795 819.015 165.198 819.412C165.601 819.806 165.803 820.42 165.803 821.254V826H164.713V821.254C164.713 820.731 164.57 820.357 164.284 820.132C163.997 819.908 163.66 819.795 163.273 819.795C162.774 819.795 162.388 819.946 162.114 820.248C161.84 820.546 161.703 820.925 161.703 821.384V826H160.595V821.143C160.595 820.74 160.464 820.416 160.203 820.169C159.941 819.92 159.604 819.795 159.192 819.795C158.909 819.795 158.644 819.871 158.398 820.022C158.155 820.172 157.958 820.382 157.807 820.65C157.659 820.914 157.585 821.22 157.585 821.568V826H156.496ZM167.535 826V818.909H168.587V820.017H168.679C168.827 819.638 169.066 819.345 169.395 819.135C169.724 818.923 170.12 818.817 170.581 818.817C171.049 818.817 171.439 818.923 171.749 819.135C172.063 819.345 172.308 819.638 172.483 820.017H172.557C172.739 819.651 173.011 819.36 173.374 819.145C173.738 818.926 174.173 818.817 174.681 818.817C175.315 818.817 175.833 819.015 176.237 819.412C176.64 819.806 176.841 820.42 176.841 821.254V826H175.752V821.254C175.752 820.731 175.609 820.357 175.323 820.132C175.036 819.908 174.699 819.795 174.312 819.795C173.813 819.795 173.427 819.946 173.153 820.248C172.879 820.546 172.742 820.925 172.742 821.384V826H171.634V821.143C171.634 820.74 171.503 820.416 171.242 820.169C170.98 819.92 170.643 819.795 170.231 819.795C169.947 819.795 169.683 819.871 169.437 820.022C169.193 820.172 168.996 820.382 168.846 820.65C168.698 820.914 168.624 821.22 168.
<path d="M107 835V905" stroke="#2C2C2C"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
</g>
<defs>
<filter id="filter0_bdd_11193_157960" x="79.5011" y="243.876" width="617.998" height="661.998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="12.5388"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_11193_157960"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="13.3747"/>
<feGaussianBlur stdDeviation="26.7494"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.243137 0 0 0 0 0.388235 0 0 0 0 0.866667 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="effect1_backgroundBlur_11193_157960" result="effect2_dropShadow_11193_157960"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feMorphology radius="1.24645" operator="dilate" in="SourceAlpha" result="effect3_dropShadow_11193_157960"/>
<feOffset dx="1.86967" dy="1.24645"/>
<feGaussianBlur stdDeviation="3.11612"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0027 0 0 0 0 0.02307 0 0 0 0 0.1773 0 0 0 0.06 0"/>
<feBlend mode="normal" in2="effect2_dropShadow_11193_157960" result="effect3_dropShadow_11193_157960"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect3_dropShadow_11193_157960" result="shape"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
</filter>
<filter id="filter1_d_11193_157960" x="132" y="287" width="767" height="907" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_11193_157960"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_11193_157960" result="shape"/>
</filter>
<filter id="filter2_ddd_11193_157960" x="320" y="569" width="214" height="148" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="1"/>
<feGaussianBlur stdDeviation="2"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_11193_157960"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"/>
<feBlend mode="normal" in2="effect1_dropShadow_11193_157960" result="effect2_dropShadow_11193_157960"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="1"/>
<feGaussianBlur stdDeviation="6"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="effect2_dropShadow_11193_157960" result="effect3_dropShadow_11193_157960"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect3_dropShadow_11193_157960" result="shape"/>
</filter>
<pattern id="pattern0_11193_157960" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_11193_157960" transform="translate(0 -0.2) scale(0.00194175)"/>
</pattern>
<pattern id="pattern1_11193_157960" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image1_11193_157960" transform="translate(-0.25) scale(0.003125)"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
</pattern>
<pattern id="pattern2_11193_157960" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image2_11193_157960" transform="translate(0 -0.25) scale(0.003125)"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
</pattern>
<pattern id="pattern3_11193_157960" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image3_11193_157960" transform="scale(0.000833333)"/>
</pattern>
<filter id="filter3_bdd_11193_157960" x="11.5011" y="727.876" width="616.998" height="252.998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="12.5388"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_11193_157960"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="13.3747"/>
<feGaussianBlur stdDeviation="26.7494"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.243137 0 0 0 0 0.388235 0 0 0 0 0.866667 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="effect1_backgroundBlur_11193_157960" result="effect2_dropShadow_11193_157960"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feMorphology radius="1.24645" operator="dilate" in="SourceAlpha" result="effect3_dropShadow_11193_157960"/>
<feOffset dx="1.86967" dy="1.24645"/>
<feGaussianBlur stdDeviation="3.11612"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0027 0 0 0 0 0.02307 0 0 0 0 0.1773 0 0 0 0.06 0"/>
<feBlend mode="normal" in2="effect2_dropShadow_11193_157960" result="effect3_dropShadow_11193_157960"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect3_dropShadow_11193_157960" result="shape"/>
</filter>
<filter id="filter4_d_11193_157960" x="63" y="770" width="536" height="165" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_11193_157960"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_11193_157960" result="shape"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
</filter>
<pattern id="pattern4_11193_157960" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image1_11193_157960" transform="translate(-0.25) scale(0.003125)"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
</pattern>
<linearGradient id="paint0_linear_11193_157960" x1="147.501" y1="-14.5406" x2="601.983" y2="227.513" gradientUnits="userSpaceOnUse">
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<radialGradient id="paint1_radial_11193_157960" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(112.831 946.111) rotate(-29.3932) scale(777.019 1335.47)">
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</radialGradient>
<linearGradient id="paint2_linear_11193_157960" x1="46.4496" y1="173.225" x2="838.685" y2="948.214" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCF8E8"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<stop offset="1" stop-color="#E6E5FF" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_11193_157960" x1="127.476" y1="167.75" x2="797.18" y2="661.038" gradientUnits="userSpaceOnUse">
<stop stop-color="#192563" stop-opacity="0.4"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<stop offset="1" stop-color="#FEF2F2" stop-opacity="0.3"/>
</linearGradient>
<linearGradient id="paint4_linear_11193_157960" x1="-21.3811" y1="738.859" x2="83.3512" y2="1127.56" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCF8E8"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<stop offset="1" stop-color="#E6E5FF" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint5_linear_11193_157960" x1="59.4865" y1="737.419" x2="176.524" y2="1064.48" gradientUnits="userSpaceOnUse">
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<stop stop-color="#192563" stop-opacity="0.4"/>
<stop offset="1" stop-color="#FEF2F2" stop-opacity="0.3"/>
</linearGradient>
<clipPath id="clip0_11193_157960">
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<rect width="573" height="900" fill="white"/>
</clipPath>
<clipPath id="clip1_11193_157960">
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<rect width="1588" height="999" fill="white" transform="translate(0 5)"/>
</clipPath>
<clipPath id="clip2_11193_157960">
<rect width="14" height="14" fill="white" transform="translate(178 557)"/>
</clipPath>
<clipPath id="clip3_11193_157960">
<rect x="336" y="737" width="69" height="23" rx="11.5" fill="white"/>
</clipPath>
<clipPath id="clip4_11193_157960">
<rect width="9" height="9" fill="white" transform="translate(416.5 744)"/>
</clipPath>
<clipPath id="clip5_11193_157960">
<rect width="14" height="14" fill="white" transform="translate(178 798)"/>
</clipPath>
<clipPath id="clip6_11193_157960">
<rect width="14" height="14" fill="white" transform="translate(178 875)"/>
</clipPath>
<clipPath id="clip7_11193_157960">
<rect width="9" height="9" fill="white" transform="translate(507 877)"/>
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
</clipPath>
<image id="image0_11193_157960" width="515" height="721" xlink:href="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAIBAQEBAQIBAQECAgICAgQDAgICAgUEBAMEBgUGBgYFBgYGBwkIBgcJBwYGCAsICQoKCgoKBggLDAsKDAkKCgr/2wBDAQICAgICAgUDAwUKBwYHCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgr/wAARCALRAgMDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD8RIb6adTI9z5vzfIzf3v71T/2hN5e8TR/N/0y+9VSBH2iH7Mu3c33qmWzm8l23r8vzV6hzjFmdvnR22fx/wC9TxNt3/PIr/3v7tJGr3Gy2SP+P+/S+W6syb127/kVV+aOpqAPt22yNv2/N8v/AHzuqZY0ePyU8z7+75XpjW4kVGdGpjWqRMrokn/AauPwAPbzvtTjYzbvl/3afudt/wA7N/fozCrbJkZR8u1mpdv8c02Gb5GVf4VrIzK6/dG+Fn/4B92p2knVV2Pt/wCBf+y1LHG+ZpkT540VVaSk+zvJGybF+aX5/wDvqlHYrlQzzBN8lzc/L/u0LLM0SuiZO7bubbUnlu1w7wwRttXb5bP96p4Ybku6TTZbZt+Wo+2EdgUTMypcoy/L/D/F/vbf4aZNDM22aFJN33VZm2t/wKp7GzeNvJL8L99qlWN7WQ+d8z79zs1TzMvlKa2vyq8lnIrfe+WX5v8A9mrMPzRu+z7ybdytuVvm+7Uqq4ykHO75dv8AdpEjxC8OxiflVv8AZpSqe6OmTreIof8AfKWZ9u3b/n7tFxcboXTY0suz+F6bNCjRO7v85lVZf96lWN45JHT5FVWVmWoj70SgZtzf67f/ABfvKsRyvIqon8P3/LbbVOzZ/LdHf5VXckf96rlurqz3P7tm2KvyvUfbHGJM2oedIsKP/sruWoppHWMvNNt+fb8tEe+WYO95uP8Adjp00f3njhhbb8rqvzbqgf2StK00lwu9Gbcm1Wb5aa1vMzvvj2+X/E1WV2XDOj/JG3you/8AipZvOhm8mGFSsiL97/Zq41OQzjH7RVt2hVlEkK/7tXI5k8kbN3+6v3qbNDcyyI8yx7f/AEGp2jiVXdE2nb95fvUubmiXGJNZttXyZrlty/db+9U1rcO0bukzNub5tyfLupsNu4bYifvfl8pW+992rFvDAsYR3aM/e3Sfdb/aauSUuU3w8eaRDeefcQ7I03bv7rbab9jdcP8AdhVPmVnqxGszTH7AkjH/AGV3/wDAaseE/B/irxhdRaP4V01ru5uLz7L5ca/6tv8Aab+Gs+ZRjzc3KV7Ocp+7HmMuS6SNlRE3KzLsk8r7v+zSw3z/AGcQo+z5W+Vk+9/tV9MfDX/gk/8AtD/ELTYtYufEmi6Tps21VmWXezSf3a9t+FH/AARr8H6feGw+JfipdU1KzlV51kbbBGv8TN/drkrZng4x5ZPmOinluMq7Kx+esVwjLv8AtPy7/vL83y/xVYt9S85o4fO2f7yV+g3xW/4Ja/s9+MNc/s34RXknhuJv3T6o1wzRzTfxeWrfw1518Wv+Cbf7IXwB8Lufip+2k2o+Jbz5bDw/4fsPNSOT+9Oy/dqqOPwVWFrm0svxdO0bXPjqNvMkdN7Fo/4ll+WT/tnU1vcIsLQwvHLt++v/ADzr620n4N/sx3mkT+EvhL+z9fa9rFisdvLrEN019JeSNtaSZdq7Y/8AdrWj/wCCXPx7+JHhqXxt4D+Aml/ZIU+bT7y4aC8k/wC2f8NR9fhHSMLRL/smrKN+a58b+a7QmNbmR2/75jam/aN0IQ7XP8ar95f92voq3/4J8/ELxNdXGj23g+40HWLO32PDeX8csCt/7K1c58SP2Bfip8IdNivvFvxC0M37XkcP9k2P7ySPcv3pGb5Y/wDdrWONoSMKmWYmnBXVzxOaby5JDMk3zbdjN97/AHas7nki2eX8y/L5bfw1ueJvhX4w8N36WF/YRuWX5Wt33M23+LbWH9nv7G4MOpeYzqqtuZPu/wC9/drojWjU2Of2NWlvGw+GF45Gebd8rr8q1ehmRo5EmRi33njb7zLVZry2Df8AHt/H97d81W7ORNu/f5Ds25v9n/aauafxGkAhjSOaGLycBvuyf3as/bnjzD5zRqq/eVdu35qgt5kVlmhm3PJKy/u4v7q7qmXZOVubZP3k3zNGq1FSPvF83KWJb7bcSp50iBk+997dVbUrrzm+Tc6q/wDDTWh/jQ/Kr/OrPRJH5y7C/wB77u1tu3/gVLl5Svacw1l3TGTfjdFu/d1LJePNF5PnMdu1qa0btM0iSK21l/4FTo2mhR7l0X94jKit/C275qYvsEcium5ULfL833KUzO0KpvUr/s/w09bVJJG2TNsXbvk/h/75okWH5fIdsfddmoASNnZW2Pu2rup8jeTbgo/zSL86stNkmmjuHRHUfJtdo/utRDD5lr8+1G3/AMVEBRiQnzlZt6fK33NqUzzStwIEdU3ffqe4Plsj7FO3+GP5ttQSQpNu3puH8H8LVcVykFGa4eORk+Xb9o3JTmkmDJ5ybRJK2791QfJjxMiSBd/3qa0dysPnTbs72Zf93dWoCxx3TN8+5S33/l+Vv7tRNJNC21Pk/wB5Pu/7tSwtc28JdFbDOu5mqK4jmK7N6rJH9xW+atIyMuUS4Z7hV9F/hjX/AMe/3qrSBPOY+Q25f4mqdY0f5/uj7vy0+1mSON7bY27+Pd/DVR2M5R98pRt5KqHhkKM+3cr/ADLS3F1OjPN8zsqbX2p8zVP9hmjx8+1m+9TdrmR0mfPybt1a8xnyyKk0kzQ702t/eVk+aoo76aFftP3Ub5XXZVqS33QtM+5E37d1R/ZUjYJ5LbW+ZNrfN/vVrH4BRJIrjVEjCo+ABwPNoqFndTjzm/74ooD2Zwvlv5e5PuVP9ohXbCHymz71LI22NEd9q/7lPjb92N8nzyfMv92vTiZcw2GMQt87r/urTtu5jsT738K0+MJJGSiMxj+Vl/vU+Oz+ZIXdg6/63b/DUCGxx+YsO+dl8xNu2nQxu25PO2hv9b8v3aeyu0jJNMy+W8a/L/Cu35qmt7GbzH87lZP4t9Z84EMKwqyzI/mbfvs38NPZXkmdEmVdzfe/iqSOFIZGRHVk/wCef8S06ODazeciu2/d/eWp5mXGJG1rNuuLZ5mLssbP/srSrb2zLK+/KK2/zP4o2qc2/wC+WZHjVtrfNv8Am2/3aSKN/s6b02Ftv+9U+05QiMhhhVVRH3NJ8ztUkknlsPub1+/tpyxxs29NqmP/AJabadIryMkz/OG+/JR/eGRq3mrs8n52/i/vLUrNIy+cnzll27fvbVoVf3gmm+bzE/h/hanxwzR2qbE+ZpdqeW23/vqgUQt5PLuG+0wszK3yU/zJrqRoZPu/wsv3qZH9ptV
<image id="image1_11193_157960" width="480" height="320" xlink:href="data:image/jpeg;base64,/9j/4QBoRXhpZgAATU0AKgAAAAgAAgEOAAIAAAAoAAAAJgE7AAIAAAASAAAATgAAAABodHRwczovL3Vuc3BsYXNoLmNvbS9waG90b3MvREl0WWxjMjZ6VkkAY2hyaXN0aWFuIGJ1ZWhuZXIA/+AAEEpGSUYAAQEAAAEAAQAA/+IB2ElDQ19QUk9GSUxFAAEBAAAByAAAAAAEMAAAbW50clJHQiBYWVogB+AAAQABAAAAAAAAYWNzcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAPbWAAEAAAAA0y0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJZGVzYwAAAPAAAAAkclhZWgAAARQAAAAUZ1hZWgAAASgAAAAUYlhZWgAAATwAAAAUd3RwdAAAAVAAAAAUclRSQwAAAWQAAAAoZ1RSQwAAAWQAAAAoYlRSQwAAAWQAAAAoY3BydAAAAYwAAAA8bWx1YwAAAAAAAAABAAAADGVuVVMAAAAIAAAAHABzAFIARwBCWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPWFlaIAAAAAAAAPbWAAEAAAAA0y1wYXJhAAAAAAAEAAAAAmZmAADypwAADVkAABPQAAAKWwAAAAAAAAAAbWx1YwAAAAAAAAABAAAADGVuVVMAAAAgAAAAHABHAG8AbwBnAGwAZQAgAEkAbgBjAC4AIAAyADAAMQA2/9sAQwADAgICAgIDAgICAwMDAwQGBAQEBAQIBgYFBgkICgoJCAkJCgwPDAoLDgsJCQ0RDQ4PEBAREAoMEhMSEBMPEBAQ/9sAQwEDAwMEAwQIBAQIEAsJCxAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQ/8AAEQgBQAHgAwEiAAIRAQMRAf/EAB4AAAEEAwEBAQAAAAAAAAAAAAIBAwQHAAUGCAkK/8QARhAAAQMDAwMCBAQDBwMBBQkAAQIDBAAFEQYSIQcxQRNRFCJhcQgygZEVI6EWQlKxwdHwJGJyQwkzkuHxFyU0ZHODoqOy/8QAGwEBAAIDAQEAAAAAAAAAAAAAAAECAwQFBgf/xAA0EQACAgEDAQYFAwMEAwAAAAAAAQIDEQQhMRIFEyJBUWFxgZGh8DKx0RTB4QYVI/EkQlL/2gAMAwEAAhEDEQA/APb6aeSDQoTTqRxW3k1xUp9hTqR70AFOJHmgCAzRAZ80iQacSn2oBQnzShOKNKeKIJ5oTgFIpwCsCaMJ5qMkipFGBSAUQGKqSLj6UQFIB70uMUAtKBWAUQFAJj6UQTg0WDS4oAQKMCswfaiAxQnBgGKXFKBS4oMCYFIU0eDWbfrQkbI+lZinCKHApkYBx5pNtGU+1ZtpkYA20u0UWOMVhFRkYBwKQj6Ue2kIxU5IwBg0lOUmKjIwNlNCU/SnSKEjNSMDJTQFNPlNAqgwMlOKbKfpT5GabIxQjA0U0JAp0poSKDA1jjFAU08pNNqFTkDChTK6fWKZIqSMEdYzTK01JWO9MrFSVIyk00pOfFSVCmlDHapyCOUgU2oU+oU2oVIGFJph1OKkqFMOc0BBdTUN1NbB0VEdT3yKA17iOajuII8VPcTUZxHPNAQXE1EdT34rYOpFQ3QakFvJTTgTSoApwJqgBCc04BjvWBOOKICgMSKdSmhAogaEoMCnEigTTgFQywQTRhNYmjAqoBCaIDFKE8UWMUAI70WMmsxilAoDNtGBWAUYFAYBmlApQKIChIgTShPPaiAApcGhIgFLjFKBS1AEwaTBowM1hGKgAY96QijIoSMUAO2ko8UhAoBMVm2irKADFZRYpMGgEpDzS0hwO9AJSEe4oioDv45pCRjP+lAARTak0siVGisqflPoabQMqWtQAA+prSWPW2l9TJcdsV2bmMtrLYfbCi0tQ7hDmNq/P5Se1M4JwzbkUChWCSwtRQh1ClAZKQoZ/alJGcfqKnJA2RzwKEj6U4QaQimQNEZoFJp0jzQEZqSrQwtNNKTjmpKhTK01KYIyhTC01JcA9qYUKsQMFNNKT4qQoU2RQEZaSKaUk1KUkUytNTkqR1imHBmpKhTKxUghupFRnEeanOJB8VHcTQGvdT35qM4ng1OcTUZxGaEkB1NQ3QMGti8ng1Aezg0Bb7dOgUCE06kVUgUJzShJ7UQFFj3oWSBx71mAKXBpcGhISQQKdTTaadSPOaqwOCjAFCkU4BUAwD2osZrB2ogM0JBxzSgUu2sGRQBAUQpAAaID60JCAogMUgFEBmoYFApaylAzUAylApcCsqAZWUtJQCYFIRzRUmPrQA0hTRlPtSYNABgisxRVlADg0lHj60Kto5JoBCM0CiEn5jjHmtRN1ClyQ7brJskSWQPWdIJZYJ7BRT3V52jnHfGRmstZ3126PPwjJdJhKBaccXhDzwUSkttDG7bnlXI481VzSWS8YOTwSvxD9RNQaJ6dXe5aVjLcmx/SUp1tPqLZjb0+u8GwQVbW95GPOKTT3WOwq0l/GE6navkX0mm40iKP50qQsA7EoA9lo+3Oe2a869Y5cx0tx7x1GkNT3GVgtPyUISoFPylCSRtST3SQeAB/ezXnG0641VpJLVu0/q9NsjMLUoy4jAUFvLaG/YF8JwlO3gAkqz2xnQt1jrnjB06dCrK+T2t1y1ZfndCFGqZ9viQZs1iNMaTu/kNFeMq8rGQee2O4qnE/i+sFnv7Whm47S4nrobE6M4lLpZHy8gZO0J5HsR2qjb91DOpYTsTUWqpqyoYanSUrDct08bVlJ2pIxx4IqpbxbNOvuOyHb9DYlKSUFCQtRWB2UQlBCR9d3nkVh/qm5Nx2M39IowUZb/Y+mGpevnTLS6rMdJwW597lOs+mmKMvOtjISFr/AMJPy7lHA3Zrd6W/Evp3UFqkzLhJagS7epDbyFKGxS1DlCFA8n+tfK+dKfsVqD0XUi5AeaZS96LqkraIAByojG0FWAEq+pGOaLR2v5twM2JFmlptbaX22lFfzrQMEqJz84AUc+c9xjjOtVPnBg/pIcN7n2Ssus7fc4xkN3NDoQ2HDggghXOOPIrbu6ktbKcvSkIGM8n6V8vNH9abhb4Dke2XP1JLBDbjaVrBAyM5yeB2GSPtVi2X8TF+t6JLky6IA9JSVlB3hvHYBtf5T9Rkn9ayR1kc4kjFPQSW8Xk+hrEpmUgLZWFAjI+3/BRkZryt0V66R9XamWt+bDYfcihLDMV4LckJBOA4lRyhSQoYyAFBOR5r0/HmhbQLmQrB/ukZ+uK3IWKxZRpTrdbwx9QwKZXj3p0ncc5yKaWAPvVzGxhYplVPrFMqFWRAyoUJTnxTpGKEjFSQMKT9KZWOKkqFMLFARlD2plYqQoUwupRBHWMVHWOe1SlYphdSCI4n6VEdGKnOCobw8UBAeHBqC8Pep7wqE6M54qQXAgeKdSmhQKeSmsYQgTS0YFZge1CwIFLtpcH2pQKhgQA06jNABRp+lQB1IyKdTTaKdFAKE0tKOKLAoSCBntWYoqyhIgyPFGmkAzRJ4oAhRAUlFVQKKLtQiiqAZRChogc0AtIRmlrMUAO2s2miwaygBwaTFHWUAFJto8CkIoBpxSGUKddWlCEAqUpRwEgdyTVQ9SOt9t0pq+29P1eum5X5qO5DU2ls7EOSQyVfzMfzNu9aE7VblI24zgKta6NCTFMdS1JC1JCsDuMjj7HtXgP8ZhbtvV1Gu3rhJiXK2QGxZlR3PyGKVuuFQHclS8JHbKcnjJrX1Njqr6kbWkqV1nSz1D1K6q6U6XR4sOVMWpUpXosMR173XnFYO7YFAqOQSVYPfJ78+eLh1fWYsw2Oe3EQtbrqXpDO55KdxJ37QVKPJAVtI7A15bd1Tfeqd9euF71FcWJtwbAlFjd6io5SCWioK2hA8II/MVEkmmJ
<image id="image2_11193_157960" width="320" height="480" xlink:href="data:image/jpeg;base64,/9j/4QBiRXhpZgAATU0AKgAAAAgAAgEOAAIAAAAoAAAAJgE7AAIAAAAMAAAATgAAAABodHRwczovL3Vuc3BsYXNoLmNvbS9waG90b3MvWDZVajUxbjVDRTgAQXVzdGluIFdhZGUA/+AAEEpGSUYAAQEAAAEAAQAA/+IB2ElDQ19QUk9GSUxFAAEBAAAByAAAAAAEMAAAbW50clJHQiBYWVogB+AAAQABAAAAAAAAYWNzcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAPbWAAEAAAAA0y0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJZGVzYwAAAPAAAAAkclhZWgAAARQAAAAUZ1hZWgAAASgAAAAUYlhZWgAAATwAAAAUd3RwdAAAAVAAAAAUclRSQwAAAWQAAAAoZ1RSQwAAAWQAAAAoYlRSQwAAAWQAAAAoY3BydAAAAYwAAAA8bWx1YwAAAAAAAAABAAAADGVuVVMAAAAIAAAAHABzAFIARwBCWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPWFlaIAAAAAAAAPbWAAEAAAAA0y1wYXJhAAAAAAAEAAAAAmZmAADypwAADVkAABPQAAAKWwAAAAAAAAAAbWx1YwAAAAAAAAABAAAADGVuVVMAAAAgAAAAHABHAG8AbwBnAGwAZQAgAEkAbgBjAC4AIAAyADAAMQA2/9sAQwADAgICAgIDAgICAwMDAwQGBAQEBAQIBgYFBgkICgoJCAkJCgwPDAoLDgsJCQ0RDQ4PEBAREAoMEhMSEBMPEBAQ/9sAQwEDAwMEAwQIBAQIEAsJCxAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQ/8AAEQgB4AFAAwEiAAIRAQMRAf/EAB0AAAEFAQEBAQAAAAAAAAAAAAQCAwUGBwgBAAn/xABFEAACAQIFAgQDBQcDAwMCBwEBAgMEEQAFEiExBkETIlFhB3GBFDKRofAIFSNCscHRUuHxFjNiJHKCJZIXNDVDY6Kywv/EABoBAAEFAQAAAAAAAAAAAAAAAAIAAQMEBQb/xAAyEQACAgEEAQQBAgQGAwEAAAAAAQIRAwQSITFBBRMiUWFxkTKBsfAUFSMzocFCUtHx/9oADAMBAAIRAxEAPwC40OXoqBmXa21sS0FNBYFlIN+cJjiIIQKLLuTg5I2ewK2GKG5s0VGj1acEC0l7e+DKdOVJ4wmlpQg3NsEBLtZNgcOJs88MHggeuFCMjtzj6GBlc3O+DABYXF7YcYESnOq4wSIAVvf8MPCNdPp7YXp2su+HoQK4ZAFUb4+iSUm7ncYJWMax4gw68Y5UYXYhgmxtjwaSCvJwSIQBc74QV/iABcLkQmGEoCD39cJKWa1sFaTyMeKpvcjD0IFOx7nHt/YjBWnfzKMJkAB2S98IQ0Fa242wkIW2th3TsRoGG9TXKxgsRyOwwhDLRBWu5tjwojIWQAnCpbhS8zhFvY37fjgdKyFWCrIklwW8vAHqT+u+AboJId8MsoJ222w6sRCi9748pyahAWvGvb3+uDaeNHUqG1FNibWGEnYz47BtBG9sOqGtuNsFGBLbYaKaTZNvW4wYNpjBhJ4AthDQMgsgvgkCYb+Vh3tsfpj26Fbg3vhuxwLwmH3hbCPCYNe+2DJBcWwlRpuCt/fDCBXUlbW2wz4RI8owc1jswsMJ0opuo2whwZITa7DCZYvMCg+mChY3Ax6ICRe2+EMBtBq4W1+cfCDQLAXwbHHe+q+G5UIuCDbtbDDgbxDg8nDBgUXBvfBmgnY8jg48aEm574Zvi0ERs1MDycMGFhcG2D50ddrYZ8BnXUpI+mAtiAJEHexwJPGpFtO+JGWMgE23wPLAWj+eGEKjQR3Ok3bB9PbTupPe+GQiykXuLbDB8cDLF4abk4lSoZn1v/HbDsSEnVxj2KFrAMb4KQCwUYJIEa8MAjTz3w6iH02x7pJ2UYcjVtVrWGFQhQRdO4BNsJQNrItYYJCgi2EiNgdhthxlJCVUckYWApPbCvAY84dFMDbtbCG3IQyhFG2+PI40Y3bnHkcplq5afUpansGAB21bjfjjT+eCCADq2J+eEnYztcDTx7X4GBnqolBVDqPYBSSfp/fEH1n15050rDpzrMli21NHENcun/29gTYXNrX3IxjecftI19StTB0pQ0VDTAXWpJ+0ShT/ADE7IG9vML7XxDPPGDosYtPPIrN5krpYt2pWO9hfa3ubXx4mYROzAjdRcqtyQPU7bfXHG1X+0H8Uq7x3ySLqXOUisks1FEI4Q1wNikZubsBYnv74hqv9pPq3IK2KHqCo6sySsmYN/wDUoQbi9iVWRRcDYbc4BZpvpEjwRXcl/wAncxC1o0aQsZFzdrMduxHHzBwmJvs1G0la4i8AWckW39bXIIP1xhPQ37ROZZtE1M8GVZlMR/DlhfwRKQP5RupOxNgMUj4x/Gb42ZTQSZ1lWX0bZXC+tvBuZKUEHzEHcKSW829wBv8AeASzxk6XYnppxVvo6YzJPFArGkjiSIeKzVBCADm+m1zbfkqbj0w6MreaMhM5RHUBiIFj0qfSxBO+w54x+dU/7S/xMzCJger5oyXEgjjEZs976tWnVfE/XfHL4l5dUxJV599pjhiQo7qWVX2Eg1qQy6ZAy7nhfnd2pLtAR2tcM7ocV1JOXSsjqqW1pnLlCnYtpX7wB542N8PVHXHR2R1/7rrurskp6xo9f2eWuQSEDk2Jvb2+fvjkKh+MtZ1NT5fkHX+aZll9H5HDU8xno3PlZQ4DA+VQhAJJF/TG89BdJdDZxlsuWUnT3T0lRKrVcUMmXwzw1cQH3hJoUl9TC6vdxe4FjYRxm4umiWWJON3wbXR1VLXU6VNPKjxyC4YOLf13+mHLFgB4YUbea9x+vyxiVZnk3w0rZoellSPL1jZswy9piYMsS6hJQSCdB1hSl7oRYEKLY0/IM0q8w1rUTJUwyRRVNM8cfhyGJ9Q8yAmxDK1xfYWvY3GJ45U+CtLC48k04Ed9JLW2Nv1tgcNGCzpqIPYKTv34wVTomhQXL7XDMLc9rdj2x8KerlZmVSFvYatu53H9PpiSwFx2BtIjHSDZvQi2PFWTVa174lBlylPO499sJamMI1RtcDkFb7e2Gpi3IB+zk8g49FHcWtg060AZlVkI+8Db8sfLrJsF/HbD0K+AT7OIuwx8dCi5GCnRx2W9+MIIU/8AcS1+/Iw1DgupWF0F8Ja2jfBjU6AXG3ywgw35GEIBEaubjb2wsLGQRbBP2dAff2x4Ywv8uEIAkjUE2Fx2wKY7k2XEqyrwBhpo1OyixwLVj2RcsDHZl2wNNShRf8sTEsbEHbjAki6hZhbDbUOBwRkPdhax9MHXKgMABhsROpC8X74IWIBdxgwRUekWI3Jw8q+b7uPIQtwLYOMaKgbucEhm6GEj3vfC3jBHNsLjQE7jbD3hktewwgdzsSka6ABzh2OMMbDthyOEAX74VGhRiSMPQI2yNewOFtGWiMSgF2Hfge5w69/KqMAxPdSRbudv1wO+PofB0M6TISL6mO5JHc4cRRc5E9F11l7yyiGnahnlNS1UFDyo0d4jHqF/KWIsGI0b2ABxnXxS+OFZBUDpboMs9TUS/ZxVxoW0t3SO43YDuPui/fgv48dZ0+YJNl1DHAq5KzmWqYXCuVAMQPNyCNQHBCruTtzzFMKQVFfmBqlr6i38NG//AC9Ff/t3uLF2C3AG+wFr75eXK3Jxh0bGDTpxU8i5Hqg5RmE9NH1ZnOZ5nVSSPI8VPJH4cgFx5TwbG96hiwvsgPODsv8Ah51n1hVU2WdDZHFTZYD409bUxrIii5FgZTY8E3a4+eD+hvh/J1D1R+7ZValqaxRVVt0Vvs8AN/4j7Kg0/QWAA3GNt6o
<image id="image3_11193_157960" width="1200" height="1200" xlink:href="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDIBCQkJDAsMGA0NGDIhHCEyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMv/CABEIBLAEsAMBIgACEQEDEQH/xAA1AAADAQEBAQEBAAAAAAAAAAABAgMABAUGBwgBAAMBAQEBAQAAAAAAAAAAAAABAgMEBQYH/9oADAMBAAIQAxAAAAD8R7JduXouOs4ev82aL2fMZO2c6c9dMFFVrOephKtlCVcQkzgJ6gCZdgjr4IkkEW6gg6GDm1AE9YhEWUJG6BM+hxAq9DBIHK551qMlQhRfBA0UEz4EFSEhYBM0wS1lCZ7eUEWwCRdglroEzYhz7pQIC2CLWwRagBFqARtgXXwc4sgKtsEdVwivZEEHVEJGoCbmgc4q45L0K1LNRE+iXXO/B1WC14l9DirGWvJ4rnwBakqGswpChFLULJ56JwsyTqJdkKzia4mJfFepLofm97yJ/R1M/nrdHFfLTh6bXhD3o+Zl6S8tKbeRzHqk47+ufVy/Rd3men4uff5+66dvyvnKBXPR5KBIuTzNgGIwAlQYHAMWBHQgBsGIYFrIsXo56AKTVG2wFkwbFgmzBidfKQbt4FnQsoeZwIOjgFxAF1UMwwbYBSewFS4TzAKyZQxCA2wA7YAHAEgBRUcKGGBhsDoGDK2DLgB2xWZcJmQCdSQDSoCEgCCAomZVhfnGGUua+z896GXoeh4n0fNj6nkQ7N0eLxurXyBkwHAgHToVyS6hMhnJXEMtJDdMCcd2LTo6fGXL0fb83lWsCvT6LnzKen5C1UMNODfR6fJ9N4/Kw6fm/c9Hm7/P+5Hyf1Xym3kR9/w+jo8jnDi+QK6vPEABioMMwbABiCAzIDDYMykAysGGzGGwYVkjHME1YgZ9XOAxIZKAFLKAGYA5AKDgO2AMMAwwHAhtsGKuC6kwBKgVJBccDKpA0RQJBDDYMGAMoYAygHwAbMR9Efb+fy9AUk+vnoxIlzMCjADhQEdCw5Sn6HKnq5+h427uCuTqSXYtfS6/Avh7PZz+9yZd/jcPbzdfzcQRfCQGa2zApIDUQDy4iDYhtsAJUNsoFwB+xuBcPXfms2nDLor2x2dPznoeUmGG38n6P1fJv533HZ8f9r8fpxIo7er5zgpHXiWCkE4BiAwjZGxAEEA2RgDYACCNWyiOIY6qUHbBmUgUwAWRQfDMI2BSQAJwAMwSfAAylAZSwq4DAqjBmBQGDDMCkUCebBkODMEBwMDAqGJYExUHGUDtgojKBxmFZglMVzllWgJsoOMUbYsBJBQcg+j5rz0+v4/aMu7gYpt5J6OcGnr+38r9PxfVedwejzXy+Z1cr9Hic+OvmZSwleTMXEBg2DYlGRgG2yCDqQ7p+nj6kO/i7sPXbmpwquf2PM675uDk7/P38jBlvj9T0/n/AGuT6X3Pi/rvjZ6R6Xlnr+b7OPo5xK6C+YhlRiMDTbACCBBAY4Aw2BSKBNlwZlIYEgAwDK7AgYAcABKUBM6sxxAJZQCsoYkIKmgRouZsygNgBNJowpICDgRg4DaoS2UMQ4DAjZRkFbEuYrIkMzBLbOdhgbBgUHMGIDZXAHEFcBBVgxsFB8VBhsq9Do8vox9Xu8r0ZzXlEjo8c93CJ2+s+e9vn5PpPCBbt+VxUKsVaoXYAWADYgAxAFGVGOwPTd8dvNIVVeh1mfL9GOSnnaef6Pp898fV8Lg+gXo8XwdaPR4x6OXpnT1/CZJ1BR9ON52imMQ52OA5QDEEAuwasmDYAGAwHbBtsAbKDB0DOpAdHMAdDgZpEMUIM88DV52BkZA2ooAlQOzguaYDMwItZhtgFp4AGKg83YJrRAV0cNWTrRHSzUaxtLFEutxu7lz65BZ68aZgc4FS2iZnOxmIkM2QhSdQWg2RMuuYGGAvNkPMqxunly09jzetcfR542hpxAvOsa/Q/M+jj6fJLt4tOLAiufEEMpwYjAGQsZCUM08DB5B2wnlrvS4hO/rz5ebPrXr4/dvHthLo5PpH83s4a5fJ3c/V8/59+7tz6vAZxrxQ1J1zqxQGUkAykMMQKNgAqoYMgbYgp2BsMG2IKWUBtgZS4TxIDDA6YgDiC50DYYGwwEEgjAgTgGV1AFpgSMGLKCHEMpYJsVDOuANkDUUjVuuEbvMdy1PbSPP7kKbpF5VOjtcfPeh6vOtOHj7X04uCHcdOPz6enp28rerJ5+fL0krLkXv4zKT43zzbACpLBjkbFWOMor157R0Sm83BzK4sYPO9edWrIOljOOBGRizFQiiOjNmyACoMuYNSRGy5UUXUo6vT8UYer73mSmVrX6ptmHkZ93Sh49vM9zzPX7Of2vkEI7fkurn9GOfdwsV187K+AEqBxUDsAZdgxUhmRgOUhmXAHAArSYAlQ1EIF54AGAMZ0B4sQVKAEOYMGUHyVCZWgT2IFSADC4TR0AHKDBlBsAC1XqnblXvpG/D3OY7s/W2Xo+T7FLx18D0vHTwWtzuDjQGD9OXdwc3oHTm86nTy3zTn2Ol51OvXz+dPvzzlydZeXmcXt8+3medqS187MA4JBZRFtO0TNnkxGEHQF9fIcUuckSoAS6Xqt+Fnk8mYYWAYRnaYFGoECygcCBBIZHoEWDA+TonotyU5lfr+h5HJl6NOk9pXg9fHTbyO70vmvew9nwtjv4Xdbz/Xx9jwlovR4mdcGwUGdQBBUGGAHAgcCCkdYcuygzCo4msRnAipFqrSO2eeGo0hUp44CIIDK1AmAQZDgDowKTg2BDKcDqhB3Ss689OnqnfnbqhHfmvTPq5OtfRjr8roted4X1Mu7a1M+/j3XB58wa981swx9NirFTNYkot0rDmbpLjzK1XTiQ7FcdHjfF1yn0LfzvN9fh6PA8vdvH0+IGIeT15zO7L2cquYvz3gSrGZwBVfZ8Kufd0cPp3jo8XqPLpx+4/g/QYex5nH9rPPr+NX6TxerwudKbTzwtuyOrzRbnvlbEiCsAOBBlODq9Lw2z7+8ebcPUfm68PT8edufp8NqTZynRKiuTKHB97wevLv4meGnBjhWeIIEAgwKgQrAGUgpYCDMCwO5Z6OS3ppn0+cvfzuJz9Blfl26w44C7XzRD2DmFZEHLYUaM5pzg0eUz2mejinV3lPWJrzbqgZtPsmteSlOgXK3Z0R1c8fQ0dnH2rWeiSdCzb0uc/RhRnnZtc5d+E7TuQANlLDmcwgykeBZUEIJ1FzFR5PGk6sEp2lWPN0A1gsrKTFLC8PN8/3Y7eN4I6IdfzyhtWbX5axu1GWenl1I6cOIJIbEE7+Izv9VweZ0c3vT4Pd18vm9PHG+XthNb5mUasMCWsuKCrgMAQwBBzOgIC4LlIdnNN1qxmCbGd1oea3OIgtWO6ePono7fL9/wAHPqyHbea2AAmZBsGBWGBpkD1JdS0p6M+vl+gketsfU5Y9HPpy1mvYq5X64Kufptlfl7pe+LirfGnHH0Y1zc3J6nLfNzz65Xxxe91pz17Ix2tOpjbzt2a+SQr1Tv5fVV2/M9BO6duejtn24NGdU6qK2GFM+pcLlRsrTuzzrPQpOmySBhcCWBLFxAHbIGGCgQjXOHmpOGI1nWaJ3czyrBs5keiDz3PZax8vzfe5Or5zxxSPR4OJZpaSvO0d6XnNYZ3kgOAZgOnr+JaOr6N/n5c3uez40138nDNr5wU4CC4TdQAzqGIwYOAHQkwIzDm4YRX1PQx9XwY/Yxy9D5p4N0+BprqybYCLzZV7fi+r5mXpTw23lkKQDAAxQg+yhmTBT0I+pz+0esHl+kVlM6ikbOIUUMGLkvC0ldxPonbmW0K51To14cC9UNOEJ6kZ6OWyAmnP08jz6bRad0VrikzKtJUoHId5ztF6OClStanTjbpmHW2FDOivK5aMD
feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
</defs>
</svg>