Commit graph

5874 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
Midhun G S
7e7aaf2ee2
Merge pull request #9070 from ToolJet/release/platformv14.1
Release platform v14.1
2024-03-13 18:58:59 +05:30
Midhun G S
537a2c13ed
Merge pull request #9078 from ToolJet/release-rebase-1/platformv14.1
Release rebase platform v14.1
2024-03-13 18:51:43 +05:30
gsmithun4
9376bb0d3d bump version 2024-03-13 18:33:28 +05:30
gsmithun4
13bc8cc01d Merge branch 'main' into release-rebase-1/platformv14.1 2024-03-13 18:19:01 +05:30
Ajith KV
2dfb2aeb01
Modified SSO cypress test cases (#9077)
* Modify SSO cypress test cases

* modify data-cy

* Update path
2024-03-13 17:35:36 +05:30
Johnson Cherian
51f44074bb
fix: import pdf component conditionally in supported browsers (#9071)
* fix: render pdf component conditionally in supported browsers

* refactor: added additonal comments

* feat: conditional render of widget in view page

* refactor: removed unused packages

* refactor: removed unused packages

* refactor: removed unused code

* refactor: remove dead code

* refactor: minor formatting

* refactor: minor formatting

* feat: hide pdf in edit as well for older browsers

* chore: minor release version bump
2024-03-13 16:54:24 +05:30
Manish Kushare
5817da33f9
hotfix : Transformation getting applied correctly for nested column (#9047)
* 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

* transformation not working for nested column

* remove unwanted changes

---------

Co-authored-by: stepinfwd <stepinfwd@gmail.com>
2024-03-13 16:47:51 +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
7849331dd7 Removed signup redirection 2024-03-13 09:25:45 +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
eb5ccf91be fix: login latency issue 2024-03-08 00:52:26 +05:30
Ajith KV
03182fec1c
Added data-cy attribute for sso components (#9014) 2024-03-07 13:02:31 +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
Adish M
9020af4181
Merge pull request #8991 from ToolJet/postgrest-version-check-main
Correction in Postgrest version to main
2024-03-05 13:06:54 +05:30
Adish M
94de99b769 Correction in Postgrest version 2024-03-05 13:05:08 +05:30
Midhun Kumar E
06744989a5
Restructured cypress specs: Organized test cases for enhanced clarity and maintenance (#8957)
* Move specs to specified locations

* Modify cypress config
2024-03-05 12:51:59 +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
728fc259f0 (Change): handle signup error messages 2024-03-01 04:11:42 +05:30
Muhsin Shah
5a65fec2b9 (fixed): prefill email issue after failed sso signup 2024-02-29 20:12:34 +05:30
Muhsin Shah
e64ea8606c (fixed): logout redirection 2024-02-29 17:11:48 +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
Midhun G S
19b356ff7e
Merge pull request #8894 from ToolJet/release/platformv14
Release Platform v14
2024-02-28 19:52:38 +05:30
Midhun G S
7e0365ac1a
Merge pull request #8941 from ToolJet/release-rebase/platformv14
Release rebase platformv14
2024-02-28 12:42:18 +05:30
gsmithun4
ee759d92bd Merge branch 'main' into release-rebase/platformv14 2024-02-28 12:39:36 +05:30
Adish M
3a396814bd
Merge pull request #8938 from ToolJet/fix/postgrest-docker-ce-main
Updating postgrest image tag
2024-02-27 21:15:02 +05:30
Adish M
daef7b8d8a Updating postgrest image tag 2024-02-27 21:13:36 +05:30
Akshay
736c8f7ce9
Merge pull request #8854 from ToolJet/chore/pyodide-static-asset
Chore: Move pyodide to static assets
2024-02-27 19:18:16 +05:30
Akshay
ce9d616f97
Merge pull request #8934 from ToolJet/test/add-data-cy-for-template-and-database
Added data-cy for template and database
2024-02-27 18:04:55 +05:30
Mekhla Asopa
517c64a2c3 added data-cy for template and database 2024-02-27 17:28:59 +05:30
Midhun Kumar E
9a5bf82a3b
App builder automation fixed for platform-v14 (#8929)
* test: Marketplace 1.6 Cypress automation fixed (#1053)

* fix automation

* fix action failures

* fix action failures table

* test: Automation fixed  for missing cases of appbuilder-1.5 (#1046)

* Add and fix  data-cy (#8872)

* test: Cypress automation revamp appbuilder 1.5 (#8804)

* fix button spec

* fix appTitle spec

* fix componentDuplication spec

* fix csa spec

* fix datepicker spec

* fix list view  spec

* fix modal  spec

* fix multiselect  spec

* fix input  specs

* fix query  specs

* fix inspector and global setings  specs

* fix multipage  spec

* fix text  spec

* fix table  spec

* fix layout

* fix automation

* fix action failures

* fix action failures table

* fix action failure runpy

* fix action failures

* Fix action failures on platform14 automation
2024-02-27 15:25:33 +05:30
Ajith KV
b26e7194da
Modified cypress test cases for platform release 14 (#8919)
* Add data-cy for group check input

* Modify failed test cases
2024-02-27 15:10:52 +05:30
Anantshree Chandola
b262ced5b6
Remove old sso pages and settings (#8925)
* 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

* handle password login disable

* REmove old sso settings and pages

---------

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2024-02-27 14:15:13 +05:30