Automated Github Action
ae7fa6e27d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-07 08:07:56 +00:00
Yash Joshi
3bd342a848
Fix active styles for checkbox & radio ( #1061 )
...
Fixes : #994
2020-10-07 13:11:08 +05:30
Akash Hamirwasia
04d495ce44
Fix Reset password not disabled after successful reset ( #1021 )
...
Fixes #636
2020-10-07 12:47:23 +05:30
Caitlin-Fotheringham
b418c5fd4a
Added check for duplicate values in Dropdown and Radio Widgets ( #1011 )
...
Fixes #655
2020-10-07 12:43:19 +05:30
Automated Github Action
8ce7cef771
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-07 07:07:35 +00:00
Anshul Bansal
776daa61ba
Auto Focus on email fields in auth screens ( #923 )
...
Fixes : #610
Co-authored-by: Anshul <anshul@typito.com>
2020-10-07 12:37:16 +05:30
Dmitriy Danilov
8f62ac93a1
Create Org Form: don't allow to use only spaces in names ( #913 )
...
Also disables the submit button when invalid
Fixes : #807 , #621
2020-10-07 12:14:44 +05:30
Josh Mak
7ad5ac4946
Display warning icon for forgot password failure ( #890 )
...
Fixes : #587
2020-10-07 12:08:40 +05:30
dodococo
17028a3f86
Input Widget: Parse regexp before regex validation ( #884 )
...
Fixes #697
2020-10-07 12:03:53 +05:30
Arpit Mohan
bb87386406
Merge branch 'master' into release
2020-10-07 06:46:23 +05:30
Automated Github Action
12ee577def
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-06 17:06:49 +00:00
Hetu Nandu
bf2b4efbfd
Fix for action execution ( #1023 )
2020-10-06 22:17:16 +05:30
Nikhil Nandagopal
b0708fb070
Merge branch 'release' of github.com:appsmithorg/appsmith-ee into release
2020-10-06 20:42:07 +05:30
Nikhil Nandagopal
7957582061
Merge branch 'master' of github.com:appsmithorg/appsmith
2020-10-06 20:41:11 +05:30
Nikhil Nandagopal
194f27aabb
Feature/analytics ( #1022 )
...
* added appname to PAGE_LOAD data and fixed getCurrentApplication method
* Fixed analytics to save and test datasources
* fixed analytics for create action
* added event for action execution
* added a type for event location
2020-10-06 20:40:21 +05:30
Arpit Mohan
185020e9ad
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-06 18:38:40 +05:30
Hetu Nandu
8b75e1c8f4
Local meta state in widgets ( #851 )
2020-10-06 14:31:51 +05:30
Automated Github Action
1527e9909a
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-06 07:07:24 +00:00
Ajay Kumar
9fce3912ea
Fix image widget not showing default image when image property is invalid ( #882 )
...
Fixes : #760
2020-10-06 12:06:57 +05:30
Automated Github Action
82341a8b31
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-06 06:08:14 +00:00
satbir121
93a1dc7f87
Revert "Feature: Invite modal ( #927 )" ( #1017 )
...
This reverts commit 63daf74a44 .
2020-10-06 11:32:43 +05:30
Automated Github Action
8342143df2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-05 14:07:49 +00:00
Hetu Nandu
3eb47be425
Fix failing Radio tests ( #931 )
2020-10-05 19:17:00 +05:30
Automated Github Action
18a27c5ac6
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-05 09:07:09 +00:00
devrk96
63daf74a44
Feature: Invite modal ( #927 )
...
* light and dark mode added in Invite modal
* warnings removed
* create org and invite user test cases fixed
* Application invite design implemented
* manage user icon added
* button width fixed
* PR feedback implemented
2020-10-05 14:05:05 +05:30
Automated Github Action
0202c20b7d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-05 08:07:43 +00:00
Hetu Nandu
858db968f6
Fix issue with radio widget crashing ( #922 )
...
* fix types
* Options Validaor checks for empty values
Fixes : #662
Co-authored-by: Sanchit Jain <171220040@nitdelhi.ac.in>
2020-10-05 12:57:44 +05:30
Abhinav Jha
1b8b3f7bbe
Explorer fixes ( #689 )
...
* Make entity icon an actionable area
Persist user toggled entity collapse states
* remove dependency on props.isDefaultExpanded
* Hover effect for dependencies
* Pass search keyword for reliable toggling of entity groups on entity search
* Fix default expanded state of Datasource group entity
* Remove plugingroup file, which was added due to a botched merge conflict resolution
2020-10-05 12:49:33 +05:30
Automated Github Action
a2dd149679
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-05 07:07:18 +00:00
MartinT
58b759bd6a
fix: input widget number validation #768 ( #917 )
2020-10-05 12:36:24 +05:30
MartinT
2158434ba4
style: center login form when 3rd party auth is not enabled ( #919 )
...
* style: center login form when 3rd party auth is not enabled
* style: center signup form when 3rd party auth is not enabled
2020-10-05 12:35:20 +05:30
akash-codemonk
a79411ee9b
Update table icon ( #761 )
2020-10-05 12:27:53 +05:30
Automated Github Action
d391961cac
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-05 06:08:12 +00:00
Hetu Nandu
2038382ce5
Revert "Options Validaor checks for empty values"
...
This reverts commit 6b49d4c4e4 .
2020-10-05 11:11:13 +05:30
Dmitriy Danilov
b841796525
fix: add missed error callback for download ( #912 )
...
Fixes : #673
2020-10-05 10:51:17 +05:30
Sanchit Jain
6b49d4c4e4
Options Validaor checks for empty values
...
Fixes : #662
2020-10-05 10:48:33 +05:30
Automated Github Action
6aac11cc2d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-03 20:07:32 +00:00
Aditya Vats
30378638a3
Invite user modal in view mode can be closed by clicking outside ( #906 )
2020-10-04 00:48:54 +05:30
Automated Github Action
495dbac2e5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-03 10:07:14 +00:00
Nicholas
052bd2a5e3
Fix triggering of onChange when value is the same ( #892 )
...
Fixes : #710
2020-10-03 15:22:59 +05:30
Automated Github Action
86443c9d95
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-03 09:06:59 +00:00
Sanchit Jain
09106780aa
Id value issue for radio groups ( #895 )
...
Fixes : #661
There was issue related to id value while creating new radio group options other than the default ones. And as said I, the id field is not needed at all, but some old config still has the id field.
So since ID field is not required , I have removed it. Which solves the issue.
2020-10-03 14:13:33 +05:30
Arpit Mohan
47bed3b89f
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-01 13:49:36 +05:30
Nikhil Nandagopal
751dfc92ed
Merge branch 'master' into release
2020-10-01 12:17:41 +05:30
Automated Github Action
b027c57ad0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-30 13:06:34 +00:00
Hetu Nandu
27d5135907
Immutable Widgets ( #799 )
...
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2020-09-30 18:12:09 +05:30
Automated Github Action
8e628b0de6
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-30 11:06:38 +00:00
akash-codemonk
8c3b2b5fd8
Show datasources without grouping by plugins in explorer ( #660 )
2020-09-30 15:51:25 +05:30
akash-codemonk
3ee637c57c
Datasource explorer fixes ( #789 )
...
- Expand datasource by default
- Let column/key name take more space.
- Show column popup on hover instead of click
2020-09-30 15:45:04 +05:30
Automated Github Action
ace05649a7
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-29 11:06:10 +00:00