Commit graph

202 commits

Author SHA1 Message Date
Midhun G S
edeb0d133b
fix for get connection (#10668) 2024-09-09 17:18:01 +05:30
gsmithun4
68e27d6e74 module refractor 2024-08-12 22:21:52 +05:30
gsmithun4
8d9d86cf2c reverted helmet interceptor 2024-08-09 14:55:42 +05:30
gsmithun4
345e39cc94 removed console logs 2024-08-08 16:53:43 +05:30
kriks7iitk
6cdde65b80 organization scope in operation 2024-08-06 14:14:38 +05:30
kriks7iitk
ca9c8aeb58 granular permission query fix whle merging 2024-08-06 13:57:41 +05:30
kriks7iitk
eb4ebb6c05 merge CVE 2024-08-06 10:41:11 +05:30
gsmithun4
d13d5d1261 initial commit 2024-08-01 15:01:05 +05:30
Muhsin Shah
fc8e71e6b2 Merge branch 'main' into cve/server-high 2024-07-23 14:34:25 +05:30
kriks7iitk
0abaa754ba constant fix 2024-07-19 13:23:33 +05:30
kriks7iitk
fb5f218769 constant change 2024-07-18 18:40:26 +05:30
kriks7iitk
676a349276 fix for folder 2024-07-18 17:35:27 +05:30
kriks7iitk
f1827722ab group name default group issue 2024-07-18 14:14:06 +05:30
kriks7iitk
cbf75f74ba user query fix 2024-07-17 13:35:01 +05:30
kriks7iitk
6ffa983436 Merge branch 'main' of github.com:ToolJet/ToolJet into group-revamp-fix_krit 2024-07-17 11:40:30 +05:30
kriks7iitk
2e7246cca7 bulk upload user fix 2024-07-17 11:11:24 +05:30
kriks7iitk
8301a4c4c3 Admin count check 2024-07-17 10:17:20 +05:30
kriks7iitk
ec81a8b393 Fixed bugs 2024-07-16 11:37:19 +05:30
Midhun G S
b617b09f5a
app themes related changes (#10313) 2024-07-15 21:00:29 +05:30
kriks7iitk
d5765869f4 Admin archive issue 2024-07-15 19:40:42 +05:30
kriks7iitk
f1dcf87efd bug fixes 2024-07-12 19:55:47 +05:30
kriks7iitk
ec20f8d2f1 duplication isue fix 2024-07-12 14:07:11 +05:30
kriks7iitk
befa600644 org constant fi 2024-07-12 10:48:01 +05:30
Rudra
21ae801c00 rudra bug fixes-2 2024-07-10 18:22:50 +05:30
Rudra
aa7ee05f4a buG fixes 2024-07-10 18:16:22 +05:30
Muhsin Shah
a2d365ad19 Added sessionId to the logout api jwt payload 2024-07-09 16:50:46 +05:30
kriks7iitk
d8fbf7ce5e Removed depreciated code 2024-07-09 14:29:54 +05:30
kriks7iitk
2bc01dfc55 Migration fix for custom groups 2024-07-09 12:57:45 +05:30
kriks7iitk
125be1a9a3 Added migration 2024-07-09 10:06:09 +05:30
Muhsin Shah
8efa0b3806 Merge branch 'main' into cve/server-high 2024-07-07 22:13:35 +05:30
kriks7iitk
8426e2248e Modify bulk upload, inspector and design fix 2024-07-07 13:59:29 +05:30
Akshay Sasidharan
7997801851 fix TJDB module init when disabled 2024-07-05 17:07:33 +05:30
kriks7iitk
41b0c6c1b6 Merge and design fix 2024-07-05 11:50:24 +05:30
Muhsin Shah
45c45f05d3 fix: for comment and thread custom repository issue 2024-07-04 16:26:30 +05:30
Ganesh Kumar
4c778d4e71
fix: removed unused env variable for aggregate (#10237) 2024-07-01 18:27:52 +05:30
Akshay Sasidharan
2dec9a106d Merge branch 'main' into release/marketplace-sprint-2 2024-07-01 16:37:46 +05:30
Manish Kushare
6f43a043dc
Feature: Aggregate and group by functionality in TJDB (#10170)
* Added no codition section when aggregates are not available

* Added feature to add aggregate condition and display it accordingly

* Added feature to change the aggregateFx option

* Added feature to update column option in the aggregate

* Added feature to delete the aggregate

* Disabling the group by according to valid condition but without tooltip

* Added flow for deleting aggregate

* feat: migration and configuration changes to support aggregation in tooljet database

* added functionality for join table operations

* Dropdown styles

* Showing section for aggregate dropdown for joinTable operation

* Added gap in multiple aggregate conditions

* Added table_id in aggregate condition

* Added custom placeholder

Adjusted width of add condition of aggregate

* Refactored logic for disable group_by field

Added tooltip when group by is disabled

* Updated aggregateFx to aggFx and groupBy to group_by

* feat: group_by and aggregate option in list rows

* added table name for aggregate dropdown value in joinTable operation

* Get the group by options

* value of aggregate column dropdown in join table operation

* Added error and success message for aggregate deletion

* Spacing adjustments

* Clear the unwanted code

* Updated the stucture of aggregate

* Updated the structure of group_by

* Fix: Query builder breaking due to undefined values

* feat: logic used to aggregate on joins

* Removing async

* fix: app is crashing

* feat: statement timeout at database level and user session level configuration can be done for ToolJet database

* Added min and max width to dropdown in tooljetdb query manager

* Added description

* Adding width as 80 percentage when description is not avaialable

* New Postgrest change for render related to Aggregate (#10175)

* New Postgrest change for render related to Aggregate and group by functionality

* correction in PGRST_DB_ENABLE_AGGREGATE value

* Adding the env variable PGRST_DB_PRE_CONFIG

* Adding the new postgrest related env changes to CE specific files

* fix: updated env variable naming for aggregates

* Showing description at the bottom for aggregate fx

* Fixing typo error

* Showing tick mark on selected item in dropdown when isMulti is false

* Updated requested changes

* Showing some description when option is not focused or selected

* Updated the component name to AggregateFilter

* fix: updated env variable to enable aggregation in tooljet database

* refactor: new wrapper to create migration connection for tooljet database

* fix: custom error message for aggregation errors has been handled for list_rows operation

* fix: code review fixes

* fix: aggregate function validation typo is updated

* fix: empty validation for Select and Aggregate fields

* postgrest changes for cypress

* removed PGRST_DB_ENABLE_AGGREGATE

---------

Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com>
Co-authored-by: Adish M <adish.madhu@gmail.com>
2024-07-01 14:38:31 +05:30
kriks7iitk
b3f1f1c857 1st round design fix 2024-06-28 02:24:00 +05:30
Muhsin Shah
ea37a024e0 Added apps subscriber to listen entity events 2024-06-27 14:12:52 +05:30
Muhsin Shah
c3cd2c2f2f migrating code to new typeorm version 2024-06-27 13:25:53 +05:30
Muhsin Shah
ede11aa27b Added initial fixes for typeorm migration 2024-06-26 17:14:32 +05:30
kriks7iitk
ad29c98e48 Design fix for user group 2024-06-26 10:36:58 +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
kriks7iitk
540bf31f80 removed log from server 2024-06-18 12:15:51 +05:30
kriks7iitk
88e02bdfd3 changes for group-sync 2024-06-18 12:06:10 +05:30
kriks7iitk
2fa84b0ab1 added seeding for new user revamp 2024-06-14 10:01:46 +05:30
kriks7iitk
ef1d0eb9a3 remove cyclic dependency from casl module 2024-06-13 15:21:11 +05:30
kriks7iitk
1994ca651b fixed for admin setup 2024-06-13 10:47:18 +05:30
kriks7iitk
2e22a59462 fixed for resource function 2024-06-12 14:29:53 +05:30
kriks7iitk
0af5f94180 merged latest 2024-06-11 11:48:12 +05:30