Sarath Kumar Somana
69d25d9210
feat: Adds portkey plugin ( #10337 )
...
* feat: Adds portkey plugin
* Removes unused logs, safe parse json, refactor types
* Update title and desc of icon svg for accesibility
* Fixes variable overload causing crash
* Adds model to chat operation
2024-09-18 11:27:58 +05:30
Akshay
72ada407fc
Chore: Add jest types dependency ( #10419 )
...
* add jest type dependency
* ignore jest config on build
2024-07-22 17:29:52 +05:30
Akshay
17f67e7e31
Chore: Setup Polly.js for recordable stubs on TJDB specs ( #10275 )
...
* setup recordable tests for TJDB with Polly
* remove unrequired normalization
* remove duplicate test hook
* revert naming
* make minimal test module setup
2024-07-16 20:46:49 +05:30
Kavin Venkatachalam
84167f3479
Merge branch 'main' of https://github.com/ToolJet/ToolJet into chore/main-to-develop
2024-06-28 12:05:37 +05:30
Kavin Venkatachalam
b92a4fc371
hotfix LTS: Fix for duplicating the components ( #10208 )
...
* fix: while duplicating the component, the component ID was sent to BE instead of entity ID
* Fixes: page duplication entity mappings
- On page duplication, after cloning of components and mapping to respectived ids, the references used inside the the new/cloned components's definition needs to be updated
* fixes: component crash on page deletion
---------
Co-authored-by: arpitnath <arpitnath42@gmail.com>
2024-06-27 18:02:00 +05:30
Kavin Venkatachalam
ca5df2ebe2
Merge branch 'main' of https://github.com/ToolJet/ToolJet into perf/0.1
2024-06-27 11:41:33 +05:30
Midhun G S
f77bf00a9d
bump version ( #10206 )
2024-06-27 11:12:42 +05:30
Kavin Venkatachalam
7aa656169f
Merge branch 'lts-2.50' into perf/0.1
2024-06-26 16:46:08 +05:30
Kavin Venkatachalam
7a6f12473c
LTS - hotfix: Fix for canvas background color & reserved keyword ( #10171 )
...
* fix: update canvas background color to default when the linked component is deleted
* chore: version bump
* Fix: Update keyword validation to handle reserved keywords accurately
- Refined validation logic to handle reserved keywords, ensuring that compound identifiers are not incorrectly flagged.
- Improved checks to allow valid code patterns like 'window.location.href' while blocking invalid usage of 'window'.
- Addressed all known cases, including those causing app or component crashes and previously non-working cases.
- Enhanced handling for both multiline and single line code validation.
* chore: removed console.log
* fixes: table actions events - with multiple events only the last event created was triggered
* fixes: returning circular deps crashes the app
* fix: added a debounce changes
---------
Co-authored-by: arpitnath <arpitnath42@gmail.com>
2024-06-26 15:04:46 +05:30
Arpit
a1b38f4a2f
Hotfix [LTS] - Bugfixes ( #10146 )
...
* fixes: child components on listView are not updating correctly
* bumped version
* Special handling for 'window' keyword in multiline code editors
- Updated validation logic to allow 'window.x' while treating standalone 'window' as a reserved keyword.
- Refined keyword matching to ensure keywords are not part of a string or a comment and are exact matches.
- Applied a hotfix to both CE-LTS and the latest non-LTS CE versions, effective by end of day.
- Note: This update is specifically for multiline code editors; single line editors will continue to support 'window.x' or any usage of 'window' as it breaks the app otherwise.
* fixes: update the query refs for failed query
* fixes: on form submit the children's data should be accessable from queries events
* fixes: event execution
* adds a debounce for form reset on submit
* for onPageLoad events, we need to execute the actions after the page is loaded
2024-06-24 20:22:23 +05:30
Arpit
5666442f8f
bumped version to 2.55.6 ( #10130 )
2024-06-19 14:41:44 +05:30
Muhsin Shah C P
707dbcb606
Updated workspace signup flow & fixes ( #9893 )
...
* Added a fix for the blank page of the app url if the user is redirected from the invitation page
* Added workspace signup changes
* fix: could able to access sso only enabled workspace if switch b/w workspace after the flow completed
* fix: Getting something went wrong error when personal workspace is disabled
* Fix: logging with super-admin creds while ongoing session of another user making issue for a workspace switch
* fix: Resend workspace signup email is not working
* Added new changes to the resend-invite API
* Updating the source to invite while unarchiving the user
* Added forgot password fix (#447 )
* Fixed import errors
* fixed invite flow sso error fallBack flow
---------
Co-authored-by: Midhun G S <gsmithun4@gmail.com>
2024-06-18 15:09:54 +05:30
Aman Regu
d91b600396
Merge branch 'develop' into merge-main-develop
2024-06-14 19:43:40 +05:30
Akshay Sasidharan
e4f6356fc4
bump to v2.61.3
2024-06-14 11:18:50 +05:30
Akshay Sasidharan
67bbce4070
add empty array check on import resources
2024-06-13 22:29:11 +05:30
Akshay Sasidharan
dfa3304bef
bump to v2.50.5
2024-06-13 10:46:29 +05:30
Akshay Sasidharan
058196ada0
bump to v2.61.2
2024-06-12 19:26:01 +05:30
Johnson Cherian
b71c11af0f
chore: bump version
2024-06-07 09:54:54 +05:30
Johnson Cherian
f461239dad
Merge branch 'lts-2.50' into merge-lts-2.50.4-main
2024-06-07 09:36:25 +05:30
Akshay Sasidharan
839fea3893
fix query params on postgrest request
2024-06-06 22:27:10 +05:30
Akshay
11d94f0017
Merge branch 'main' into release/database-1.1.1
2024-06-06 19:35:36 +05:30
Kiran Ashok
1d99f1c80f
hotfix: Hidden component's box height not shrinking ( #10003 )
...
* fix : shrink box size on visibility hidden
* chore : version bump
* fix
* fix : shrinking in subcontainer
2024-06-06 18:51:37 +05:30
Kiran Ashok
8675b3186a
Bugfixes: Table crash fixes for LTS / Zindex issue for datepicker ( #9984 )
...
* fix : Table breaking for nested array of objects
* fix : table crash on selecting time only datepicker sing add new row
* remove logs
* update zindex
* Fix: Entity reference mapping and performance issues on codehinter (#10004 )
* Fix: Entity reference mapping and performance issues on codehinter (#430 )
* trial
* fixes:
- entity mapping on version switch
- entity mapping on page switch
- entity mapping on viewer on page switch
* fixes: performance of codehinter for rendering nested json data
* trial
* fixes:
- entity mapping on version switch
- entity mapping on page switch
- entity mapping on viewer on page switch
* Revert "fixes:"
This reverts commit 6ca9921731468aca4132c0aff3aeba02845bcd8a.
* Revert "trial"
This reverts commit 5bfa40c36aeb84abe98c0f2ab2418148772a048d.
* fixes: editor crash on resolving workspace variables
* fixes: populate JS hints
* chore : version bump
* version bump
---------
Co-authored-by: Arpit <arpitnath42@gmail.com>
2024-06-06 17:19:46 +05:30
Akshay Sasidharan
30c3378e3e
bump to v2.50.3
2024-06-06 13:15:54 +05:30
Kiran Ashok
750b5f53e6
hotfix : Datepicker popover coming behind other components in viewer mode ( #9965 )
...
* fix : datepicker popover coming behind other components in viewer mode
* added viewer check
* update zindex
* chore version bump
2024-06-06 12:00:40 +05:30
Akshay Sasidharan
8e353f2be0
bump to v2.61.0
2024-06-04 18:16:17 +05:30
Akshay Sasidharan
d0bfdf0e77
Merge branch 'main' into release/database-1.1.1
2024-06-04 18:14:43 +05:30
Ganesh Kumar
35e8d116d7
Feature: Infinite scrolling for searching foreign key values in the ToolJet database. ( #9785 )
...
* feat: Added a support for infinite scroll on searching foreign key data
* feat: added debounce for search in infinite scroll and refactored the infinite scroll logic on listing Foreign key data
* fix: while searching foriegn key values in the drop down of tooljet database for varchar datatype possible search results will be returned and for other datatype strict matching is followed
* fix: review comments for optional chaining has been fixed
* fix: typo error has been fixed
* fix: client search on foreign key drop down is disabled
* stylefix: menu height is fixed now for foreign key drop down
* fix: foreign key drop down scroll bar moves to top on each render fixed
* Fix : Caching the foreign key column options (#9828 )
* Draft : Caching the fk options
* Refactored the code and use promise.all
* Used Promise.allSettled to ensure that all promises are processed regardless of whether they resolve or reject.
* Changed currentColumn to foreignKey
* Removed console
* Updated default value of cachedOptions state to empty object
* Updated the code with suggestion to uplift check condition
* Change the emptyError copyright to No values found
* Bug fixed : on mount api request failing
* Refactored code from calculations to data by removing optional chaning
* Fix: Remove null values from the foreign key drop-down list (#9895 )
* fix: filtered out null values and brought empty string to top in the foreign key drop down
* fix: review comments addressed
* fix: while creating or editing FK relation the source column drop down will not list empty column names
* stylefix: cell was not clickable on empty string
* fix: empty values are not listed on Foreign key drop down used for cell edit
* fix: empty string can be added as default in create table operation
* Fixed : Fk options are not cached when source column name is updated
---------
Co-authored-by: Akshay <akshaysasidharan93@gmail.com>
Co-authored-by: Manish Kushare <37823141+manishkushare@users.noreply.github.com>
Co-authored-by: manishkushare <kushare.manish9@gmail.com>
2024-06-04 17:50:44 +05:30
Kiran Ashok
3f407530bd
Hotfix : Table crashing on selecting a value using time only datepicker in add new row ( #9975 )
...
* fix : table crash on selecting time only datepicker sing add new row
* fix : docs link in widget manager
* fix : naming
* chore : version bump
2024-06-04 17:48:08 +05:30
Shaurya Sharma
35efc02a4c
Fix for missing foreign key constraint on app import ( #9661 )
...
* Import Foreign Key Fix
* Minor Changes
* Relocated Logic and Added a Transaction Wrapper for Rollback
* Shifted Entire Logic to bulkTableCreate
* Nested Transaction Queries Added
* Fallback Added
* App export break fix
---------
Co-authored-by: Shaurya Sharma <shauryasharma@Shauryas-MacBook-Air.local>
2024-06-04 15:01:42 +05:30
Syed Abdul Rahman
1234979f56
fix : Delete column query throws error if the column name starts with uppercase in ToolJet database ( #9877 )
...
* fix : while deleting a column if the column name starts with uppercase, it throws error
* Added the query as parameterized query
* fix : using query runner with creation in parameterized queries
2024-06-04 11:09:29 +05:30
Akshay Sasidharan
1aa5ef66e2
Merge branch 'main' into release/database-1.1.1
2024-06-03 21:14:48 +05:30
Shaurya Sharma
bf2a310204
Shortcut keys for all drawers ( #9791 )
...
* Shortcut Keys added for all Drawers
* Shift + ALT Shortcut Key Added for Creating Multiple Rows
* Resetting to Default Values on Shift + Enter
* Added Error Borders on Input Fields for Create/Edit Row
* Minor Design Changes
* Comments Resolved
* Added Drawer Shortcut for Bulk Upload
* Dark Mode Colour Fix
2024-06-03 21:06:55 +05:30
Kiran Ashok
d245d170aa
fix : Table breaking for nested array of objects ( #9919 )
...
* fix : Table breaking for nested array of objects
* remove log
* chore: bump minor version for hot fix
---------
Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
2024-05-31 10:21:06 +05:30
Johnson Cherian
bc5580e055
Release: Appbuilder 1.7 ( #9875 )
...
* Remove date-fns depedency from table datepicker
* Revert Remove date-fns depedency from table datepicker
* Fix Built with Tooljet" watermark and app mode switcher appear briefly before the correct login page loads. (#9545 )
* fix: headers and action button UI on table (#9626 )
* fix: delete all children and nested children on component delete (#9182 )
* fix: delete all children and nested children on component delete
* refactor: removed duplicate logics
* refactor: reuse functions and remove duplicate functions
* fix: update parentid of kanban modal child on version creation
* fix: add kanban modal children to delete list
* Fix duplicate text appearing at the bottom from the previous page in PDF widget (#9567 )
* chore: fixed vulnerability issues on FE (#9561 )
Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
* chore: Removed unused packages in FE (#9161 )
* Removed unused packages
* Remove date-fns dependency drom table date picker (#9585 )
---------
Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
Co-authored-by: Nakul Nagargade <133095394+nakulnagargade@users.noreply.github.com>
* Fix Pagination and order of rows malfunction if default selected Id is not on page 1 (#9651 )
* Fix Pagination and order of rows malfunction if default selected Id is not on page 1
* remove console logs
* Add support to add Manual date entry in Datepicker table column (#9631 )
* Removed unused packages
* Add Manual date entry in Datepicker table column
* Remove date-fns dependency drom table date picker (#9585 )
* fix date input issue
* Remove consoles
---------
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
* Feature: pages sidebar collapsable and pin functionality in preview/release mode (#9650 )
* add: pin and collapsable functionality to pages sidebar
* fix: review changes
* fix: canvas auto update width on sidebar toggle
* fix icon size
* Add support to wrap table's column header (#9565 )
* Add support to wrap table's column header
* Resolve code comments
* commit
* fix: resize page width on window resize (#9164 )
* feat: Button component revamp (#8361 )
* init textinput revamp
* updated styles panel
* bugfix
* updates
* fix :: accordion
* fix :: styling
* add box shadow , additional property,tooltip
* fix conditional render for styles
* feat :: fixed order of each property and styles
* feat :: styling input
* bugfix
* feat :: add option to add icon
* add option to add icon
* adding option to toggle visibility
* updated password input with new design
* chnaging component location
* bugfix
* style fixes
* fix :: added loader
* updated :: few detailing
* few bugfixes
* fix :: for form widget label
* fixes
* added option to add icon color
* including label field for password input
* fix for label
* fix
* test fix backward compatibility for height
* updates
* revert
* adding key for distinguishing older and newer widgets
* testing
* test
* test
* update
* update
* migration testing
* limit vertical resizing in textinput
* testing
* throw test
* test
* adding check for label length
* fixing edge cases
* removing resize
* backward compatibility height
* backward compatibility
* number input review fixes
* added exposed items
* fixing csa
* ui fixes
* fix height compatibility
* feat :: csa for all inputs and exposed variables
* backward compatibility fixes and validation fixes
* fixes :: textinput positioning of loader and icon
* fix :: password input
* cleanup and fixes
* fixes
* cleanup
* fixes
* review fixes
* review fixes
* button component revamped
* fix :: csa
* typo fix
* typo
* fix :: styling
* exposed variables
* fix padding
* review fixes styles component panel
* fix naming
* fix padding
* default size
* fix :: icons position
* updates
* cleanup
* updates events , csa
* cleanup
* remove border
* backward compatibility
* clean
* feat :: change validation from properties
* ui fixes
* icon name
* disabled state
* removed 'px' text from tooltip
* fixes placeholder
* few updates :: removing label in form
* ui in form
* update :: number input validation behaviour
* testing fixes
* added side handlers
* removing unwanted fx
* disabling fx for padding field
* ordering change
* fix
* label issue + restricted side handler
* fix :: box shadow bug
* on change event doesnt propagate exposed vars correctly
* adding debounce for slider value change
* fix :: for modal ooen bug during onfocus event
* test slider
* fix :: bugs regarding state update in checbox , slider , slider bug
* update slider with radix slider
* bugfix
* merge fixes
* fix
* updates
* removing unwanted migrations
* fix: box shadow
* fix : import export issues
* fix : colouring
* cleanup
* fixes
* fix : design review comments
* add border color
* fix : review changes
* fix
* change display name to solid
* fix label
* fix : loader issue
* fix : button icon position
* fix : qa bugs
* feat: Checkbox + Toggle revamp (#8519 )
* init textinput revamp
* updated styles panel
* bugfix
* updates
* fix :: accordion
* fix :: styling
* add box shadow , additional property,tooltip
* fix conditional render for styles
* feat :: fixed order of each property and styles
* feat :: styling input
* bugfix
* feat :: add option to add icon
* add option to add icon
* adding option to toggle visibility
* updated password input with new design
* chnaging component location
* bugfix
* style fixes
* fix :: added loader
* updated :: few detailing
* few bugfixes
* fix :: for form widget label
* fixes
* added option to add icon color
* including label field for password input
* fix for label
* fix
* test fix backward compatibility for height
* updates
* revert
* adding key for distinguishing older and newer widgets
* testing
* test
* test
* update
* update
* migration testing
* limit vertical resizing in textinput
* testing
* throw test
* test
* adding check for label length
* fixing edge cases
* removing resize
* backward compatibility height
* backward compatibility
* number input review fixes
* added exposed items
* fixing csa
* ui fixes
* fix height compatibility
* feat :: csa for all inputs and exposed variables
* backward compatibility fixes and validation fixes
* fixes :: textinput positioning of loader and icon
* fix :: password input
* cleanup and fixes
* fixes
* cleanup
* fixes
* review fixes
* review fixes
* typo fix
* fix padding
* review fixes styles component panel
* fix naming
* fix padding
* feat :: toggle switch revamp
* init checkbox
* fixes
* fixes
* switch fixes
* validation fix
* fixes
* cleanup
* height fix
* fix height toggle
* updates
* fix :: icons position
* updates
* cleanup
* updates events , csa
* cleanup
* backward compatibility
* clean
* backward compatibility fix
* label fixed to one line
* feat :: change validation from properties
* ui fixes
* icon name
* removed 'px' text from tooltip
* added onchange event for checkbox
* fixes placeholder
* few updates :: removing label in form
* ui in form
* fire onchange
* update :: number input validation behaviour
* testing fixes
* added side handlers
* removing unwanted fx
* disabling fx for padding field
* ordering change
* fix
* label issue + restricted side handler
* fix :: box shadow bug
* fix
* on change event doesnt propagate exposed vars correctly
* adding debounce for slider value change
* fix :: for modal ooen bug during onfocus event
* test slider
* fix :: bugs regarding state update in checbox , slider , slider bug
* update slider with radix slider
* bugfix
* update tooltip
* fix toggle switch
* fixes : inspector
* fix : checkbox label
* feat : checkbox completed
* update checkbox review changes
* feat : toggle component
* feat : added new toggle component
* fix : colors
* updated review changes
* update name for old and new version
* update
* case change
* update
* update icon
* removed padding from checkbox and toggle
* fix naming
* product review and bugfixes : changes
* fix : checkbox setvalue action
* Update setvalue action in toggle
* fixed: section for legacy and new components
* fix : checkbox tick mark not showing on resizing
* fix : icon in inspector
* fix : box shadow
* fix : ismandatory definition
* configs update
---------
Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
* fix : toggle switch import and switch component issues (#9874 )
* fix : filter order of toggle (#9879 )
* fix: appbuilder 1.7 integration testing bug fixes (#9880 )
* fix: add only ids in deleted components map for component delete functionality
* Fix TableRowHeightInput in codehinter (#9881 )
* fix: disable drag on calender popup and unblock other input interactions
* Bugfixes componentes 1.7 (#9892 )
* fix : filter order of toggle (#9879 )
* fix : Button alignment when label is empty
* fix : box shadow added
* fix : direction and default box shadow
* fix : disable csa not working for checkbox
* fix : button padding
* added toggle for box shadow check
* fixes : integration 1.7 (#9901 )
* fix : exposed vars not getting exposed on page change
* fix : validation error font
* fix : dynamic color for button
* fix : loading placement during CSA
* Move disabled, visibility, tooltip and box shadow to properties in Checkbox and Button (#9665 )
* init textinput revamp
* updated styles panel
* bugfix
* updates
* fix :: accordion
* fix :: styling
* add box shadow , additional property,tooltip
* fix conditional render for styles
* feat :: fixed order of each property and styles
* feat :: styling input
* bugfix
* feat :: add option to add icon
* add option to add icon
* adding option to toggle visibility
* updated password input with new design
* chnaging component location
* bugfix
* style fixes
* fix :: added loader
* updated :: few detailing
* few bugfixes
* fix :: for form widget label
* fixes
* added option to add icon color
* including label field for password input
* fix for label
* fix
* test fix backward compatibility for height
* updates
* revert
* adding key for distinguishing older and newer widgets
* testing
* test
* test
* update
* update
* migration testing
* limit vertical resizing in textinput
* testing
* throw test
* test
* adding check for label length
* fixing edge cases
* removing resize
* backward compatibility height
* backward compatibility
* number input review fixes
* added exposed items
* fixing csa
* ui fixes
* fix height compatibility
* feat :: csa for all inputs and exposed variables
* backward compatibility fixes and validation fixes
* fixes :: textinput positioning of loader and icon
* fix :: password input
* cleanup and fixes
* fixes
* cleanup
* fixes
* review fixes
* review fixes
* typo fix
* fix padding
* review fixes styles component panel
* fix naming
* fix padding
* feat :: toggle switch revamp
* init checkbox
* fixes
* fixes
* switch fixes
* validation fix
* fixes
* cleanup
* height fix
* fix height toggle
* updates
* fix :: icons position
* updates
* cleanup
* updates events , csa
* cleanup
* backward compatibility
* clean
* backward compatibility fix
* label fixed to one line
* feat :: change validation from properties
* ui fixes
* icon name
* removed 'px' text from tooltip
* added onchange event for checkbox
* fixes placeholder
* few updates :: removing label in form
* ui in form
* fire onchange
* update :: number input validation behaviour
* testing fixes
* added side handlers
* removing unwanted fx
* disabling fx for padding field
* ordering change
* fix
* label issue + restricted side handler
* fix :: box shadow bug
* fix
* on change event doesnt propagate exposed vars correctly
* adding debounce for slider value change
* fix :: for modal ooen bug during onfocus event
* test slider
* fix :: bugs regarding state update in checbox , slider , slider bug
* update slider with radix slider
* bugfix
* update tooltip
* fix toggle switch
* fixes : inspector
* fix : checkbox label
* Move disabled, visibility, tooltip and box shadow to properties
* Remove toggleswitch and button
* Add down rollbackUpdates
* fix : filter order of toggle (#9879 )
* fix merge issue
* fix
---------
Co-authored-by: stepinfwd <stepinfwd@gmail.com>
* fix: use onMouseOver and onMouseLeave together to fix hover event
* fix : Validation message to be shown only when use toggles on and off , code refactor (#9905 )
* Fix naming logic for copying (#9909 )
---------
Co-authored-by: Nakul Nagargade <133095394+nakulnagargade@users.noreply.github.com>
Co-authored-by: Kiran Ashok <stepinfwd@gmail.com>
* fix: update animateTransform for cross browser compatibility (#9917 )
* fix: color transitions on sidebar pages in dark mode (#9920 )
* Fix table all column editable (#9921 )
* fix: add only ids in deleted components map for component delete functionality
* Fix TableRowHeightInput in codehinter (#9881 )
* fix: disable drag on calender popup and unblock other input interactions
* Fix allColumns editable in Table
* Fix clientServer nor working in Table
* In widget config, update the total records as 10
---------
Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
* chore: bump minor version
---------
Co-authored-by: Nakul Nagargade <nakul@tooljet.com>
Co-authored-by: Nakul Nagargade <133095394+nakulnagargade@users.noreply.github.com>
Co-authored-by: vjaris42 <vjy239@gmail.com>
Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
Co-authored-by: Kiran Ashok <stepinfwd@gmail.com>
2024-05-30 18:12:10 +05:30
Akshay Sasidharan
e201b817ba
bump to v2.50.2
2024-05-29 16:53:03 +05:30
Parth
db7a77862a
Handle missing plugin_id ( #9907 )
2024-05-29 16:51:47 +05:30
Kavin Venkatachalam
d60047f22f
chore: version bump
2024-05-29 16:32:43 +05:30
Shaurya Sharma
e3975f034e
Loader added for foreign key dropdown ( #9760 )
...
* Loader added for foreign key dropdown
* Empty State text change
* Design Changes
* Loader added in Main Table Edit
* Minor Text Changes
* Added Loader in Edit/Create Column & Row
2024-05-28 13:06:04 +05:30
Syed Abdul Rahman
71db339114
fix : Adding both filter and sort for tjdb query is not working and it throws error ( #9794 )
...
* fix : adding both filter and sort for tjdb query is not working and it throws error
* fix : added check as if query array has something there then only it will append in url
2024-05-28 12:43:25 +05:30
Sherfin Shamsudeen
f2ed28f6d9
Merge main back to develop ( #9864 )
...
* fix : form csa for onsubmit not getting triggered (#9862 )
* Bump version to v2.50.0 (#9863 )
---------
Co-authored-by: Kiran Ashok <stepinfwd@gmail.com>
2024-05-24 21:40:46 +05:30
Sherfin Shamsudeen
3cb97a5b89
Bump version to v2.50.0 ( #9863 )
2024-05-24 20:50:54 +05:30
Kavin Venkatachalam
40da826300
Merge branch 'main' of https://github.com/ToolJet/ToolJet into chore/v2.45.0-conflicts
2024-05-24 17:09:02 +05:30
Aman Regu
0b6d67a834
add gstatic to CSP whitelist ( #9858 )
2024-05-24 16:27:30 +05:30
arpitnath
781e8de500
bumped version to 2.45.0
2024-05-24 13:43:10 +05:30
Kavin Venkatachalam
4b183bc4b1
Merge branch 'main' of https://github.com/ToolJet/ToolJet into feat/grid-appbuilder-improvement
2024-05-24 11:03:40 +05:30
Anantshree Chandola
7c35c5fea0
Revert masked constants ( #9824 )
...
* revert masked constants
* update
* update
* update
* update
* update
* removed validation
* bump version
---------
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2024-05-23 21:55:59 +05:30
Akshay Sasidharan
84eed67850
Merge branch 'develop' into release/database-1.1.1
2024-05-22 11:31:38 +05:30
Akshay Sasidharan
8a9cd790c1
fix TJDB query with subpath setup
2024-05-21 22:52:21 +05:30
Anantshree Chandola
2e6f4510dd
add validation for password length ( #9798 )
2024-05-21 12:50:56 +05:30