Shrikant Kandula
eee2cfcaff
Add server-side templates support for plugins
2020-06-24 11:08:25 +00:00
Arpit Mohan
4727c9540a
Merge branch 'bug/mongo-findAndModify-result-body' into 'release'
...
Fill response body with `value` when running findAndModify Mongo query
See merge request theappsmith/internal-tools-server!403
2020-06-24 11:05:19 +00:00
Shrikant Kandula
40b5466bd8
Fill response body with value when running findAndModify Mongo query
2020-06-24 11:05:19 +00:00
Satbir Singh
0fbc02e092
Merge branch 'fix/aloglia' into 'release'
...
Gitbook-aloglia syncing lambda function now takes care of ordering.
See merge request theappsmith/internal-tools-client!656
2020-06-24 08:30:33 +00:00
Arpit Mohan
5c078b5a0a
Merge branch 'feat/additional-plugin-details' into 'release'
...
Add image location and documentation link fields to plugins
See merge request theappsmith/internal-tools-server!384
2020-06-24 08:28:54 +00:00
Shrikant Kandula
d7655ebb3c
Add image location and documentation link fields to plugins
2020-06-24 08:28:54 +00:00
Arpit Mohan
aa2d1b1944
Merge branch 'fix/queryNameUpdate' into 'release'
...
Fix query name not updating
- For queries take the payload as it is.
See merge request theappsmith/internal-tools-client!771
2020-06-24 08:24:03 +00:00
Arpit Mohan
51b3a765ac
Merge branch 'fix/expandEvaluatedValue' into 'release'
...
Expand evaluated value on click
- Show evaluatedValue based on input focus and content's hover state.
See merge request theappsmith/internal-tools-client!765
2020-06-24 08:22:27 +00:00
Akash N
1403141cc7
Expand evaluated value on click
...
- Show evaluatedValue based on input focus and content's hover state.
2020-06-24 08:22:27 +00:00
Suhas Ranganath
65ed71885a
Merge branch 'fix/deactivate-button' into 'release'
...
Fix: Deactivate invite button and hide delete
See merge request theappsmith/internal-tools-client!768
2020-06-24 07:51:58 +00:00
Satbir Singh
8810385942
Merge branch 'fix/nginx-confi' into 'release'
...
Reverting local api to point to release-api.
See merge request theappsmith/internal-tools-client!773
2020-06-24 06:42:12 +00:00
Satbir Singh
e4b9059d5d
Reverting local api to point to release-api.
2020-06-24 12:04:14 +05:30
Arpit Mohan
5526168725
Merge branch 'bug/mongo-ssl-default-option' into 'release'
...
Make NO_SSL the default for Mongo datasources
Currently, the default option for SSL for Mongo datasources is self signed certificate. This is unintuitive and so this MR changes it to No SSL, as well as moving the "No SSL" option to the top in the dropdown.
Requested by Nikhil.
See merge request theappsmith/internal-tools-server!402
2020-06-24 06:00:19 +00:00
Shrikant Kandula
522e6221f7
Make NO_SSL the default for Mongo datasources
2020-06-24 11:02:34 +05:30
Arpit Mohan
2b8656b266
Merge branch 'bug/google-auth-security-context' into 'release'
...
Fixing SSO authentication for new ACL flows
This MR fixes the following:
1. The `User` class implements OidcUser interface that is required by Spring security for OAuth2 login
2. Simplifying the SessionUserService to not query from the MongoDB for each request
3. Modifying the AnalyticsService to log the username instead of the id in Segment.
4. Adding custom user token response classes `CustomOidcUserServiceImpl`, `CustomOAuth2UserServiceImpl` and `CustomFormLoginServiceImpl`. These classes convert the OAuth2 response tokens into User objects before persisting them in SecurityContext.
See merge request theappsmith/internal-tools-server!400
2020-06-23 13:19:22 +00:00
Arpit Mohan
0be492e8e9
Fixing OAuth2 SSO login for new ACL flow
2020-06-23 13:19:22 +00:00
Akash N
b153c86f9c
Fix query name not updating
...
- For queries take the payload as it is.
2020-06-23 16:40:26 +05:30
Tejaaswini
cb6997bcf0
Fix: Deactivate invite button and hide delete
...
- Deactivate the invite user button when email or role is not selected
- Hide Delete button for Appviewer role
- Fix dropdown position
2020-06-23 11:59:22 +05:30
Satbir Singh
d0aa68df42
Merge branch 'fix/filename' into 'release'
...
Fixing request view file name
See merge request theappsmith/internal-tools-client!767
2020-06-23 04:14:36 +00:00
Satbir Singh
7fa91b88d5
Fixing request view file name
2020-06-23 09:42:52 +05:30
Satbir Singh
0adf445e2b
Merge branch 'feature/req-body' into 'release'
...
Chrome dev tools request body
See merge request theappsmith/internal-tools-client!762
2020-06-23 03:58:42 +00:00
Satbir Singh
e4858b82f8
Chrome dev tools request body
2020-06-23 03:58:42 +00:00
Vicky Bansal
c4eeccbf81
Merge branch 'fix/action-selectors' into 'release'
...
Fix/action selectors
See merge request theappsmith/internal-tools-client!723
2020-06-22 13:55:19 +00:00
Vicky Bansal
8a9f00c5a4
Merge branch 'fix/image-validation-regex' into 'release'
...
image validation regex updated to support query values
See merge request theappsmith/internal-tools-client!751
2020-06-22 13:47:56 +00:00
Vicky Bansal
b7b2766bc2
Merge branch 'fix/table-video-field-support' into 'release'
...
Fix/table video field support
See merge request theappsmith/internal-tools-client!752
2020-06-22 13:46:19 +00:00
Vicky Bansal
12c6147d1c
Fix/table video field support
2020-06-22 13:46:19 +00:00
vicky_primathon.in
31c52ca7b4
Handling unselected action values to show No Action
2020-06-22 18:40:36 +05:30
Trisha Anand
14c6a7b78d
Merge branch 'fix/invite-user-validation' into 'release'
...
fix: invite user email validation
See merge request theappsmith/internal-tools-client!756
2020-06-22 11:12:54 +00:00
Tejaaswini Narendra
d1ae457f9f
fix: invite user email validation
2020-06-22 11:12:54 +00:00
vicky_primathon.in
59a855bde9
Action column index binded instead of taking it from state for column actions
2020-06-22 13:55:03 +05:30
Hetu Nandu
e534cec07c
Merge branch 'fix/createApiLoader' into 'release'
...
Fix/create api loader
- Show loader in api home screen when creating a new api action
- Show loader in query home screen when creating a new query action
- Show column lines for table in query pane
See merge request theappsmith/internal-tools-client!734
2020-06-20 05:29:30 +00:00
Akash N
598ef55aff
Fixes
...
- Show loader in api home screen when creating a new api action
- Show column lines for table in query pane
2020-06-20 05:29:30 +00:00
Hetu Nandu
760713aa69
Merge branch 'fix/datasourceName' into 'release'
...
Duplicate datasource fixes
- Do not show datasoure field menu when url is blank
- Embedded datasource name shouldn't be blank
- Omit datasource name while creating a datasource
See merge request theappsmith/internal-tools-client!759
2020-06-20 05:28:10 +00:00
Akash N
a0ca632e72
Duplicate datasource fixes
...
- Do not show datasoure field menu when url is blank
- Embedded datasource name shouldn't be blank
- Omit datasource name while creating a datasource
2020-06-20 05:28:10 +00:00
Trisha Anand
56b0b6a93e
Merge branch 'bug/hack-action-request-usertest' into 'release'
...
Hacky solve for setting the action execution request in case of failures in URL/HTTP Method/etc.
See merge request theappsmith/internal-tools-server!399
2020-06-19 18:19:23 +00:00
Trisha Anand
cd30e36eaa
Hacky solve for setting the action execution request in case of failures in URL/HTTP Method/etc.
2020-06-19 23:43:32 +05:30
Satbir Singh
d8921e3637
Merge branch 'fix/req-struct' into 'release'
...
Making request in response optional.
See merge request theappsmith/internal-tools-client!763
2020-06-19 17:35:00 +00:00
Satbir Singh
6def10319e
Adding type for request.
2020-06-19 23:03:02 +05:30
Satbir Singh
96ed0bdcac
Merge branch 'fix/exec-resp' into 'release'
...
Changing response request structure.
See merge request theappsmith/internal-tools-client!761
2020-06-19 16:28:37 +00:00
Satbir Singh
bf0c0d737f
Changing response request structure.
2020-06-19 21:57:12 +05:30
Satbir Singh
0966d7f90a
Merge branch 'feature/user-test-request-action' into 'release'
...
User test - Add request URL and http method to the execution result
See merge request theappsmith/internal-tools-server!398
2020-06-19 16:24:59 +00:00
Trisha Anand
0603da29ee
User test - Add request URL and http method to the execution result
2020-06-19 16:24:58 +00:00
Nandan H A
962e3b4ce4
Merge branch 'feature/locatorsUpdate' into 'release'
...
Feature/locators update
See merge request theappsmith/internal-tools-client!755
2020-06-19 14:32:57 +00:00
Nandan H A
5e8356c4d7
Feature/locators update
2020-06-19 14:32:56 +00:00
Hetu Nandu
64fc1dc3f3
Merge branch 'master' into 'release'
...
Backmerge Master to release
See merge request theappsmith/internal-tools-client!760
2020-06-19 13:09:03 +00:00
Hetu Nandu
b06d4b3ae0
Merge branch 'fix/hot-fixes-3' into 'master'
...
Hot fixes
- Fixes table evaluated value issues
- Fixes evaluation failures when data tree has functions in it
- Fixes api pane delete icon
See merge request theappsmith/internal-tools-client!758
2020-06-19 13:06:45 +00:00
Hetu Nandu
2d956644df
Hot fixes
2020-06-19 13:06:45 +00:00
vicky_primathon.in
c5af30370f
lightning menu tooltip flash issue fixed
2020-06-19 16:27:54 +05:30
Nikhil Nandagopal
eaea735f9e
Merge branch 'fix/date-picker-2' into release
2020-06-19 14:33:27 +05:30
Nikhil Nandagopal
fa71e7c4ef
changed date picker to store formatted date
2020-06-19 13:21:07 +05:30