Commit graph

1078 commits

Author SHA1 Message Date
Muhsin Shah
d2bc9dd1e5 Merge branch 'main' into invite-flow-part1/platform14 2024-03-14 09:49:54 +05:30
Muhsin Shah
f3af18737f user already exist cases 2024-03-14 09:47:17 +05:30
Muhsin Shah
035e3f155b refactoring the signup cases 2024-03-14 09:09:05 +05:30
gsmithun4
9376bb0d3d bump version 2024-03-13 18:33:28 +05:30
Muhsin Shah
fedc1c5ac5 making signup to workspace compatible with normal flow 2024-03-13 16:14:26 +05:30
kriks7iitk
aecd7b81a1
Fix user group permission (#9069)
* fixed user search

* fixed trim for search input for user search in group permission

* Modify cypress config

---------

Co-authored-by: Kritagya <kriks.iitk@.com>
Co-authored-by: Ajith KV <ajith.jaban@gmail.com>
2024-03-13 13:06:31 +05:30
Anantshree Chandola
c8c03d7050
Corrected app redirection flow to workspace login (#8995) 2024-03-13 13:05:44 +05:30
gsmithun4
e03d0a1716 bump version 2024-03-13 13:04:24 +05:30
Muhsin Shah
89f6b6c6c9 Merge branch 'main' into invite-flow-part1/platform14 2024-03-12 15:52:27 +05:30
Muhsin Shah
48ff7b2c14 fixed some edge cases 2024-03-12 11:09:34 +05:30
Muhsin Shah
e725f7b0b5 redirect to the workspace login page if the login option is different 2024-03-11 20:53:34 +05:30
Kiran Ashok
1c1d2c61f1
hotfix: Make component hidden only when visibility is set to false (#9029)
* fix: make visibility none only when its set to false

* add visibility only for components which have visibility in styles

* making logic for visibility central

* version bump
2024-03-11 14:07:46 +05:30
Muhsin Shah
65886bfba8 Changed invitation url login to organization login 2024-03-09 17:12:13 +05:30
Muhsin Shah
693d869d23 replaced logout api guard with session auth guard 2024-03-06 23:07:08 +05:30
Muhsin Shah
810edb028a Fixed sso-signup personal workspace activation issue 2024-03-06 10:54:08 +05:30
Muhsin Shah
2694f32db2 Added new redirectTo check 2024-03-02 02:03:24 +05:30
Arpit
e640b44ffb
fixes: validate instance version and update the component label property (#8958)
* fixes: validate instance version and update the component label property

* version bump

* fixes: backward compaitobolity
- cases where app is being imported before appdefinitiion normalisation
- cases from current version whwere user do not want to display label

---------

Co-authored-by: stepinfwd <stepinfwd@gmail.com>
2024-03-01 20:44:14 +05:30
Abhinaba Adhikari
295ad63d67
Change existing categories to new ones (#8965) 2024-03-01 20:42:31 +05:30
Muhsin Shah
2fc0f121b9 (change):default password for sso-invited-user signup 2024-03-01 16:37:43 +05:30
Muhsin Shah
5a65fec2b9 (fixed): prefill email issue after failed sso signup 2024-02-29 20:12:34 +05:30
Muhsin Shah
74f3907dd9 Merge branch 'main' into invite-flow-part1/platform14 2024-02-29 17:00:57 +05:30
Muhsin Shah
feb44bbfa8 (hotfix): case: admin added the user but user needs instance-signup 2024-02-29 15:31:28 +05:30
Kiran Ashok
24bfa8f8a5
hotfix: Chart and image are misaligned due to different default padding (#8948)
* fix :: chart and image are misaligned due to already present padding property

* fix : alternative logic

* version bump
2024-02-29 12:11:25 +05:30
Abhinaba Adhikari
fe086ac96c
Add new templates (#8907)
* update whitelist IP address and add warning in workspace constants to avoid usage in the client

* [docs] platform milestone 11 (#8847)

* [docs]reset password

* [docs]edit+archive flow

* [docs]updated docs in v2.29 and v2.30

* [docs]github ssouserinfo

* [docs] openid - id_token_encrypted

* Change docker image build's slack message

* [docs]archive/unarchive workspaces:superadmin (#8880)

* mention that workspace constants will not work with workspace constants (#8887)

* update release notes and project overview sidebar (#8884)

* add rgba example for timeline doc (#8892)

* update commands and solution for migration issues

* minor grammar fix

* [docs] revamped how-to guides (#8688)

* [docs]revamped howto: serverside pagination

* [docs]revamp howto: import ext. js libs

* [docs]revamp howto:run actions from js query

* [docs]revamp howto: intentionally fail js query

* updated run query at specified

* revamped how to: use to_py

* [docs]updated how to access users location

* updated howtos in v2.30

* Add new templates - batch 3

---------

Co-authored-by: Karan Rathod <karan.altcampus@gmail.com>
Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com>
Co-authored-by: Shubhendra Singh Chauhan <withshubh@gmail.com>
Co-authored-by: Adish M <adish.madhu@gmail.com>
Co-authored-by: Akshay <akshaysasidharan93@gmail.com>
2024-02-29 11:56:03 +05:30
Muhsin Shah
b71c62854c Change(reverted): default workspace for new users 2024-02-29 02:23:02 +05:30
gsmithun4
ee759d92bd Merge branch 'main' into release-rebase/platformv14 2024-02-28 12:39:36 +05:30
Akshay Sasidharan
22614988e3 bump to v2.30.4 2024-02-26 17:52:08 +05:30
Arpit
fe4c62b9a3
[hotfix] Fix editor crash when resolving "lodash" import without method usage (#8913)
* Fix editor crash when resolving lodash import without method usage

This commit addresses an issue where the editor would crash if lodash ('_') was imported without directly using any of its methods. Previously, attempting to resolve only '_' without any subsequent method call, such as '_.camelCase('hello_world')', resulted in a crash. This has been fixed by enhancing the resolution logic to handle standalone lodash imports correctly, ensuring the editor remains stable regardless of how lodash is used within the code

* bumping version

* added window and this as reserved keywords

* fixes: 'this._' and 'window._' cases where it points to circular
2024-02-26 17:07:34 +05:30
Midhun G S
1ed569e4fc
Login/SSO revamp (#8864) (#8909)
* Login/SSO revamp (#8689)

* add workspace login

* SSO revamp

* small fix

* update

* remove comments from style file

* states for sso buttons

* updates

* Cancel should close the modal

* inherit default sso

* small fixes

* Add a confirmation modal while enabling workspace level SSO (#8881)

* font size update for title

* updates- add overlay css

* state updates

* updates

* updates

* fixes

* update casing

* update casing

* fixes

* drak mode fixes

* dark mode fixes

* small fix

* css update

* fix lint errors

* redirect url dark theme color fix

* remove console log

* remove unused editicon

---------

Co-authored-by: Anantshree Chandola <anantshreechandola23@gmail.com>
2024-02-26 12:12:07 +05:30
Muhsin Shah
e1931c09b7 fix: signup workspace page invite url redirection after successfull response from server 2024-02-26 03:08:44 +05:30
Muhsin Shah
ba0f16608b fixed sso and new workspace creation on invite redirection 2024-02-26 00:41:46 +05:30
Muhsin Shah
d131dabe98 handled the no form login enabled case 2024-02-24 22:42:07 +05:30
Muhsin Shah
a2c4237e96 Merge branch 'main' into invite-flow-part1/platform14 2024-02-22 21:09:32 +05:30
Kiran Ashok
f772f05add
hotfix: Checked items not getting exposed in treeselect component (#8890)
* fix : checked values not getting exposed correctly

* version bump
2024-02-22 16:53:14 +05:30
Muhsin Shah C P
57d7a75814
[Enhancement] Improve Workspace Invitation Flow (#8873)
* Started working on invite flow changes - new backend api

* Worked on decoupling routes logic from private route

* Changed invite flow

* Removed VerificationSuccessInfoScreen component from organization invite process

* Added sso invite user signup

* working on signup revamp - handling instance and organization signups

* working on signup bugs

* Refactor signup process and handle error messages consistently

* resolved login bug

* bug-fix: Redirection issue after org accepting invite

* Replaced signup/org-id to org-slug

* Fixed bugs: SSO redirection, logout and login redirection.

* Added incorrect email input error

* Refactored inviteSessionPayload and activateAccountWithToken functions

* Bugfix: back to login button wasn't working

* bugfix: redirection after switch workspace API

* added: auto password setup, sso signup errors

* Removed console logs

* fixed personal workspace bug, workspace signup route fixes

* fix: user already invited but tried to signup through signup url

* sso incorrect email check

* updated error messages

* Added non-existed workspace login url error redirection
2024-02-22 15:09:11 +05:30
Muhsin Shah C P
63947ae406
Removed small-case only check from folder creation (#8665) 2024-02-22 13:21:36 +05:30
gsmithun4
7eda7f7875 bump version 2024-02-21 11:53:50 +05:30
Johnson Cherian
b17959286d
feat: Expose clicked series name in charts (#8841)
* feat: expose click series name

* refactor: removed consoles

* chore: bump patch version
2024-02-20 10:54:32 +05:30
Akshay Sasidharan
7ed06ab65f bump to v2.30.0 2024-02-15 13:08:44 +05:30
Akshay Sasidharan
bffb261507 Merge branch 'main' into release/marketplace-1.6 2024-02-15 13:07:50 +05:30
Kavin Venkatachalam
bebe3fb8de Fixed lint issue 2024-02-15 11:21:27 +05:30
Kavin Venkatachalam
b5822801d6 Bumped version 2024-02-15 11:13:07 +05:30
Kiran Ashok
26f9b0334d
fix: Loader position in text widget , migration fixes (#8793)
* fix :: loader position in text widget

* removing default value migration

* fixed :: fallback default value of border radius to 4px itself
2024-02-14 23:27:43 +05:30
Kavin Venkatachalam
4958bc581e Merge branch 'main' of https://github.com/ToolJet/ToolJet into appbuilder-1.5 2024-02-14 22:33:20 +05:30
Nakul Nagargade
5866389eb8
fix: Fix import export issue on migrating revamped components (#8794)
* Fix import export for newly revamped widgets

* Add boxshadow and number input min and max migration
2024-02-14 22:25:40 +05:30
Kiran Ashok
8aa7b84029
remove older migration file (#8792) 2024-02-14 20:10:23 +05:30
Kiran Ashok
97de480bed
fix: Integration fixes for inputs ( Alignment issues ) (#8737)
* fix :: bottom resizer not showing

* fix :: issue with auto width not getting applied

* fix :: size diff updated btw dropdown and developed components

* remove default value migration

* update border color , fix for width resize during auto

* make label as a separate component

* updated text input

* updated every input to make it consistent

* make label as a separate component

* removed unwanted code

* fix :: added datacy

* padding fix

* check padding

* updating padding as 0px for none and 1px for default and other

* fixes for maigration and resizer alignment issue

* updates

* size fix

* lint fixes

* fix migration

* text loader fix

* migration for older text component alignment

* fix :: migration and number input arrows

* fix :: custom schema form

* fix :: custom schema for text

* migration for vertically aligning text

* migration update

* changed vertical alignment to center default

* asterisk fix , mozilla number input ui issue

* fix :: icon issue

* fix number input

* bugfix

* remove unwanted code

* fix :: asterisk
2024-02-14 18:14:35 +05:30
Nakul Nagargade
30e1cf6fd8
Make label as empty string for older text, password and number input components while importing and exporting (#8774) 2024-02-14 14:54:18 +05:30
Akshay Sasidharan
48134bc28a bump to v2.29.0 2024-02-13 17:46:37 +05:30
Akshay Sasidharan
f1d8db49d1 Merge branch 'develop' into release/marketplace-1.6 2024-02-13 17:37:21 +05:30