Gandharv
b84d7687b3
fix: app card height while no edit access for user ( #5230 )
...
* fix: app card height while no edit access for user
* fix: firefox fix pagination width
2023-01-09 18:11:32 +05:30
Gandharv
cd37623f05
fix: pick organization id from param for internal storage ( #5263 )
2023-01-09 17:56:42 +05:30
Arpit
cee253bc25
fixes: app crash from code hinter ( #5265 )
2023-01-09 17:56:04 +05:30
Arpit
8e81aa5c2b
[multipages] disable: duplicate page ( #5260 )
...
* disable: duplicate page::multipages
* on hide should not be fired for static backdrop: page event settings
* Disallow switching to the same page
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2023-01-09 17:41:39 +05:30
Kiran Ashok
d3df7c3123
Bugfix :: Onboarded data saved to telemetry ( #5205 )
...
* feat :: onboarded data forwarded to telemetry
* fix :: called temeltry api on setup sucees
* revert merge
* update endpoints for new onboarding data
* adding try catch
* added try catch for APIs
Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2023-01-09 17:33:50 +05:30
Muhsin Shah C P
ff4822c397
Fix: v2-beta test cases ( #5221 )
...
* stashed from multi-env-cases
* fixed new issues
* skip: tooljet_db specs
* added comment
* typo
* fix: fixing errors after merging with v2-beta
2023-01-09 17:30:32 +05:30
Midhun G S
8ca58725bb
[V2-Beta] add validation to overcome sql injection ( #5251 )
...
* validation to overcome sql injection
* fix
* fixes
* typo fix
* add validation for table and column names
2023-01-09 17:07:18 +05:30
Kiran Ashok
1cf31e4d9e
fix :: navbar bg color fix theme wise ( #5262 )
2023-01-09 16:40:28 +05:30
Kiran Ashok
313d3bbd83
Bugfix :: Popover gets removed when cursor goes to canvas ( #5246 )
...
* fix :: popover removal issue fix in tooljet db query manager
* cleanup
* cleanup
2023-01-09 16:07:35 +05:30
Manish Kushare
2986f014d2
bug fixed ( #5261 )
2023-01-09 15:44:34 +05:30
Kavin Venkatachalam
127a47ef41
Fixes redirection while switching the workspace ( #5259 )
2023-01-09 15:06:54 +05:30
Kiran Ashok
8075b9f957
enter click on sso bugfix ( #5257 )
2023-01-09 15:04:20 +05:30
Akshay
2ce4fa5d64
Chore: Update AMI for v2 ( #5225 )
...
* update ami setup for v2
* revert branch name
2023-01-09 14:57:48 +05:30
Kavin Venkatachalam
dfddfd9d1a
Fixes unclickable buttons on template modal for lower resolution ( #5254 )
2023-01-09 14:16:09 +05:30
Arpit
76e795d22a
fixes: Boolean data is not visible in the table widget ( #5245 )
2023-01-09 14:15:57 +05:30
Adish M
09f3dec12f
Update heroku.md ( #5240 )
2023-01-09 13:54:22 +05:30
Muhsin Shah C P
e583e36c46
fix: manage user btn will only show for admins ( #5238 )
2023-01-09 13:27:25 +05:30
Muhsin Shah C P
84e603124d
Fix: no organization name visible in single workspace ( #5256 )
2023-01-09 13:23:20 +05:30
Arpit
e091e5c662
style fixes: editor header ( #5228 )
...
* style fixes: editor header
2023-01-09 12:39:50 +05:30
Kiran Ashok
f877956100
Bugfix :: navbar in verification success screen ( #5252 )
...
* fix :: verification screen navbar
* giving bg color for eye button so that password overflow is hidden
* revert some styles
* reverting style
* pr fixes :: adding padding to input field
2023-01-09 12:38:10 +05:30
Arpit
d89f9481a5
fixes: runpy queries from v1 is not created in v2 ( #5250 )
2023-01-09 12:11:32 +05:30
Sherfin Shamsudeen
54a9cc378c
Merge pull request #5247 from ToolJet/component-state-persists-duplicate-pages
...
Multipage: component and current state is persisted for duplicate pages
2023-01-09 12:06:52 +05:30
Akshay
bed57d1f32
Docs: v2 migration ( #5198 )
...
* add migration guide
* add support links
* Update docs for digital ocean and ec2 (#5224 )
* update docs for digital ocean and ec2
* update doc
* update digital ocean doc and script
2023-01-09 11:51:57 +05:30
Sherfin Shamsudeen
4ad4515703
Change the position of id inside page object
2023-01-07 23:18:50 +05:30
Sherfin Shamsudeen
672993e49a
Expose page id in viewer also
2023-01-07 11:13:33 +05:30
Shubhendra Singh Chauhan
d8d01dce34
[docs] org management ( #5249 )
2023-01-06 23:42:17 +05:30
arpitnath
71fcdfb6a4
fixes: persisted state for components from duplicate pages
2023-01-06 18:37:27 +05:30
Arpit
b182fb7735
follow up to: #5164 ( #5223 )
2023-01-06 17:38:58 +05:30
Muhsin Shah C P
cf3a045a2f
fix: boolean column issues ( #5242 )
2023-01-06 17:31:02 +05:30
Arpit
ac326518e2
with empty col name, we should not be able to create new cols ( #5243 )
2023-01-06 17:17:49 +05:30
Kiran Ashok
26b047f9fd
Bugfix :: TooljetDB query manager fields scroll issue ( #5236 )
...
* fix :: scroll issue query manager tooljet db
* updating other fields scroll issue
* fix :: scrollbar hiddden
2023-01-06 17:15:18 +05:30
Manish Kushare
01f93fb405
[ Bug fixed ] : dark theme bug fixes ( #5239 )
...
* dark theme bug fixes
* made popover content of the real time avatar consistent with the dark theme
2023-01-06 17:14:56 +05:30
Kiran Ashok
e1e5f15f8c
fix :: removed disabled button during login due to browser autocomplete issue ( #5241 )
2023-01-06 17:13:08 +05:30
Navaneeth Pk
3eb8bc4bec
Merge pull request #5035 from ToolJet/docs/v2-beta
...
V2 docs
2023-01-06 14:30:31 +05:30
Kavin Venkatachalam
e7a833b70d
Make TooljetDB as first item in query panel ( #5229 )
2023-01-06 14:29:25 +05:30
Kiran Ashok
04505c0c46
fix :: making navbar transparent ( #5231 )
2023-01-06 14:25:02 +05:30
Kiran Ashok
a8667ec306
Bugfix :: Remove autocompletion and rendered logo as svg ( #5232 )
...
* fix :: turnoff autocomplete and rendered logo as svg
* rendering as svg
* svg
* fixing width and height as auto
2023-01-06 14:24:53 +05:30
Midhun G S
d6f13d68a9
fix for v1 app import ( #5227 )
2023-01-06 13:52:40 +05:30
Midhun G S
0c9f81e899
making email services asynchronous ( #5233 )
2023-01-06 13:51:39 +05:30
Shubhendra Singh Chauhan
86b9a66be9
Merge pull request #5234 from ToolJet/docs/v2newstructure
2023-01-06 13:24:00 +05:30
Shubhendra
2ceca4aee2
v2 structure
2023-01-06 13:04:30 +05:30
Muhsin Shah C P
6453aca185
fix: now menu item will hide for non-admin user ( #5222 )
2023-01-06 00:31:32 +05:30
Arpit
774da9c3cd
Popoup drawer styles fixes ( #5219 )
...
* styles fixes
* typos
2023-01-05 22:39:14 +05:30
Kiran Ashok
2ab66d1dd0
Bugfix :: Fixing scroll in dashboard and databases ( #5203 )
...
* fix :: dashboard scroll
* fix :: reverting some styles
* fix :: scroll issue dashboard
* fix
* fix :: scroll in database
* cleanup
* pr fixes and added auto focus to folder modal
* fix for :: row of data at the end of the table is not visible
2023-01-05 18:28:26 +05:30
Gandharv
8492ecff23
fix: notification center badge ( #5176 )
...
* fix: comment notification badge position
* fix: add pinned icon for left sidebar items
2023-01-05 18:26:38 +05:30
Arpit
2f3a32b7ba
pass header editors context ( #5218 )
2023-01-05 17:33:55 +05:30
Manish Kushare
c26f30b1cd
added tooltip to the leftsidebar icons ( #5215 )
2023-01-05 17:28:01 +05:30
Sherfin Shamsudeen
8da8363d11
Merge pull request #5217 from ToolJet/v1-to-v2
...
Fix unmerged styles
2023-01-05 17:14:30 +05:30
Sherfin Shamsudeen
5a97d65005
Fix unmerged styles
2023-01-05 17:09:54 +05:30
Sherfin Shamsudeen
7b51a11597
Merge pull request #5216 from ToolJet/v1-to-v2
...
V1 to v2
2023-01-05 17:06:35 +05:30