Commit graph

1598 commits

Author SHA1 Message Date
Trevor Bayless
579d2bb79e
Show confirmation dialog when deleting a group (#1217)
* Show confirmation dialog when deleting a group

* Add cancel logic to groups dialog
2021-10-29 07:27:48 +05:30
Trevor Bayless
84f8f3c5bc
Adjust confirmation dialog logic so closed dialogs can reopen (#1259) 2021-10-29 07:18:33 +05:30
Tulsi Prasad
d3140a9d1b
Add link to documentation on API datasources (#1241) 2021-10-28 08:29:04 +05:30
Deepanshu Dhruw
8097b62ac1
Updated client-side input validations (#1282)
* added email validation utils
, added input validation for login page
;
'

* updated login page input validation

* added signup page input validation

* added forgotpassword page input validation

* updated reset-password page input validation

* updated input validation for invitations page
2021-10-28 08:25:00 +05:30
MishManners®™
b64879e831
GitHub typo lower case H (#1299)
* GitHub typo lower case H

Another lowercase h in GitHub I picked up to fix. Thanks 😉

* Update README.md
2021-10-28 08:24:27 +05:30
Yash Soni
765fdf007a
launch btn css fix (#1308) 2021-10-28 02:44:31 +05:30
akk312000
0192563232
Breadcrumbs not visible in dark mode #1028 (#1313)
* Added email field on profile page

* Fix:Breadcrumbs not visible in dark mode
2021-10-28 02:35:18 +05:30
MishManners®™
8bc230206a
Fixes typos (#1298)
Thanks for contributing to ToolJet. Can you please fill up our Hacktoberfest form?https://app.tooljet.io/applications/hacktoberfest-2021-form
2021-10-27 16:51:54 +05:30
Muhammad Mohsin Najmuddin
86b071247b
[docs]: Update Redis datasource image (#1273)
* Updated redis image

* Updated
2021-10-27 15:29:46 +05:30
akk312000
2de623ae9c
Added email field on profile page (#1311) 2021-10-27 13:28:54 +05:30
Arpit
6b79a3096d
Bugfix/chart widget freeze issue (#976)
* fixes chart widget

* refactored

* removing comments
2021-10-27 13:27:57 +05:30
Yash Joshi
7931e9b8f7
fix(import): only accept json files to create application (#1287) 2021-10-26 18:38:49 +05:30
navaneeth
669bc896fc Merge remote-tracking branch 'origin/main' into develop 2021-10-26 18:34:40 +05:30
Akshay
f4ef6fd357
set default group permission on sign up (#1305) 2021-10-26 18:33:51 +05:30
Appledora
ca22de773f
[docs] Update Building Queries image (Request confirmation before running query) #1244 (#1276) 2021-10-26 18:09:14 +05:30
Nishidh Jain
219079be84
Resolves text and button color issue in dark mode for filter component of table (#1283) 2021-10-26 17:55:53 +05:30
Arpit
ed3b166628
select search component fixed: event manager - actions (#1303) 2021-10-26 17:08:52 +05:30
SAI SUMANTH KUMAR
1cc16506b8
Should not allow creation of version without name (#1261) 2021-10-26 13:07:29 +05:30
Daniel Shuy
1efd73d8e2
Include ToolJet version in exported JSON (#1297) 2021-10-26 12:55:40 +05:30
Jayden-Chiu
206d4f0cef
reset connectionTestError on data source modal exit (#1295) 2021-10-26 12:45:58 +05:30
Bhavin Ag
8c3a9cbf2b
[docs] update the sidebar positions for doc items (#1294) 2021-10-26 12:45:26 +05:30
Sherfin Shamsudeen
d777de33c1
[docs] Add documentation for set localStorage action (#1296) 2021-10-26 12:37:31 +05:30
Nishant Samel
89c1f3f02c
Fixes logo alignment issue (#1291) 2021-10-26 10:03:25 +05:30
Rodolfo Nei
d5b062701a
fix widget documentation link to persist the applied theme (#1293) 2021-10-26 10:02:34 +05:30
navaneeth
bf7e4fe72c Merge branch 'release/v0.8.1' into develop 2021-10-25 22:30:06 +05:30
navaneeth
71c313d585 Merge branch 'release/v0.8.1' into main 2021-10-25 22:29:57 +05:30
navaneeth
74533f98de Bump ToolJet version 2021-10-25 22:29:49 +05:30
Sherfin Shamsudeen
afa5dfc00d
Add action to set localStorage value (#1280)
* Add action to set localStorage value

* Apply spacing between key and value of set localstorage action
2021-10-25 22:24:21 +05:30
Arpit
e3087f737d
revert/fix default value for dropdown (#1142) 2021-10-25 17:25:40 +05:30
Gandharv
c8f3479432
add encrypted icon to firestore data source (#1272) 2021-10-25 14:46:46 +05:30
Akshay
a958b37cef
Feature: Group level permissions and related fixes (#1204)
* add column app_create to group_permissions table

* add app create column to group permission entity

* backfill app_create permission as true for admin group

* add app delete permissions to group permissions

* update group permissions entity for app delete

* add ability to set group level permission for app creation

* refactor and fix app clone and imports

* fix created by user on homepage

* fix spinner on import

* update seeds service to set group level permission

* fix rollback query

* fix imported/cloned app timestamps

* honor logged in user permissions at UI

* remove console log

* fix data query id being replaced on import

* replace data query id within app versions on import
2021-10-25 14:05:32 +05:30
Sherfin Shamsudeen
ef9951b255
Bugfix/table pageindex sync with total pages (#1263)
* Update table page data when page index is updated

* Pass pageIndex from useTable hook as lastActivePageIndex for pagination

* Goto last page in table whenever page count is less than current page index
2021-10-25 14:00:52 +05:30
SaintMalik
939303f3ad
[docs] Fixes the SEO issues (#1265) 2021-10-25 13:58:35 +05:30
Trevor Bayless
d5c4ca6128
Do not allow ConfigHandle icons to be dragged on the canvas (#1260) 2021-10-25 09:19:54 +05:30
Gurvir
f10727068e
Removes empty rulesets and commented out code (#1254) 2021-10-25 09:06:30 +05:30
saurabh042
bc403ba275
[docs] Update PostgreSQL datasource image #1238 (#1256)
* [Docs] Update to Inline code and fix grammatical error #1053

[Docs] Update to Inline code and fix grammatical error #1053

* [docs]: Update PostgreSQL datasource image #1238

[docs]: Update PostgreSQL datasource image #1238

* [docs]: Update PostgreSQL datasource image #1238

[docs]: Update PostgreSQL datasource image #1238

* [docs]: Update PostgreSQL datasource image #1238

[docs]: Update PostgreSQL datasource image #1238
2021-10-25 08:56:23 +05:30
SAI SUMANTH KUMAR
5a458acfe2
Disables resizing of textarea to avoid overflow (#1252) 2021-10-24 20:55:09 +05:30
Akhil Johny
939fb39e57
[docs] corrected issues in contributing guide (#1250) 2021-10-24 20:54:10 +05:30
SAI SUMANTH KUMAR
3ec6e2d06a
dropdown to H1 - H6 tags in Text Editor (#1207) 2021-10-24 20:43:55 +05:30
Jayden-Chiu
78f6785456
fix vertical alignment of empty folder in homepage (#1198) 2021-10-24 20:00:38 +05:30
Bhavin Ag
3ebf355d47
fix(table): add condition to check empty id row (#1213) 2021-10-24 19:54:00 +05:30
SAI SUMANTH KUMAR
c258016fba
Bugfix: The search box should be displayed on the map if canSearch is set to true by default (#1243)
* Update components.js

* Update components.js
2021-10-24 19:50:27 +05:30
Mohammad Farhan
36d39cb47b
Fixes close button in dark mode (#1187) 2021-10-24 19:49:00 +05:30
Raj Mhatre
a238efe062
fixed edit icon in databse section in dark mode (#1215) 2021-10-24 19:47:36 +05:30
Tulsi Prasad
3c1dc290e8
Use createref in Editor component properly (#1227)
- Prettify editor component
2021-10-24 19:46:10 +05:30
SAI SUMANTH KUMAR
1f1cd70175
To perform an action immediately after setting state on a state variable and then returning a result, a callback will be useful. (#1229)
* Update Editor.jsx

* fixed typo
2021-10-24 19:45:37 +05:30
JuniorS6
a27d603ea3
Update theme.scss for accessibility (#1212)
* Update theme.scss

* Revert theme.scss

* Update ManageGroupPermissionResources.jsx
2021-10-24 19:43:35 +05:30
alammoiz
2f3336bfea
[docs] Updated mongo screenshot (#1248) 2021-10-24 19:43:06 +05:30
SAI SUMANTH KUMAR
eec6263dda
Fixes the overflow issue of text editor (#1214)
* Update DraftEditor.jsx

* Update theme.scss
2021-10-23 17:50:53 +05:30
Jayden-Chiu
2106f4c5f5
Fixes app being able to be named empty or whitespace string in editor (#1197) 2021-10-23 16:11:58 +05:30