Commit Graph

2890 Commits

Author SHA1 Message Date
vicky_primathon.in
2758dd9689 Highlighting icon backround when field is in focused state but user hovers over icon space 2020-06-25 13:04:15 +05:30
vicky_primathon.in
9c33f83ae9 Taking keys from all data points of table to generate columns intead of just first data point of table data 2020-06-25 12:48:51 +05:30
Arpit Mohan
ac397ee779 Merge branch 'fix/scrollbars' into 'release'
Fix/scrollbars

Remove scrollbars for function docs, autocomplete, current value and evaluated value.

See merge request theappsmith/internal-tools-client!775
2020-06-25 07:17:58 +00:00
Akash N
6f5c8ecca5 Remove scrollbars for function docs, autocomplete, current value and evaluated value. 2020-06-25 07:17:58 +00:00
Arpit Mohan
3ccac033e9 Merge branch 'fix/user-permission-bugs' into 'release'
fix: User permission management related bugs

- Use manage:organizations permission to restrict users from managing apps
- Add loading indicators will changing role and deleting users
- Restrict user from deleting himself or changing his role.

See merge request theappsmith/internal-tools-client!776
2020-06-25 07:14:55 +00:00
vicky_primathon.in
74ac989815 Fixing the text not visible issue when the lightning menu is enabled on a field and field is in focused state 2020-06-25 12:20:18 +05:30
Tejaaswini
7aa4bf4395 fix: User permission management related bugs
- Use manage:organizations permission to restrict users from managing apps
- Add loading indicators will changing role and deleting users
- Restrict user from deleting himself or changing his role.
2020-06-25 08:35:41 +05:30
Nandan H A
3b7ffdba18 Merge branch 'feature/locatorsUpdate' into 'release'
Feature/locators update

See merge request theappsmith/internal-tools-client!772
2020-06-24 13:52:41 +00:00
Nandan H A
ad549f9638 Feature/locators update 2020-06-24 13:52:41 +00:00
Trisha Anand
a73d182d73 Merge branch 'bug/org-creation' into 'release'
Bug fix : Create Organization is failing because the user is read from the session and not from the repository. Now reading the user at appropriate places.

See merge request theappsmith/internal-tools-server!405
2020-06-24 12:14:25 +00:00
Trisha Anand
aebb50d216 Bug fix : Create Organization is failing because the user is read from the session and not from the repository. Now reading the user at appropriate places. 2020-06-24 17:30:24 +05:30
Arpit Mohan
b63ca6726d Merge branch 'feat/plugin-templates' into 'release'
Add server-side templates support for plugins

Two main themes in this MR:

1. Add support for saving query templates as resource files inside a plugin. This has been done for both Postgres and MongoDB plugins, based on current template contents.
2. Loading of form JSON is now reactive. The blocking call has been moved inside a `Mono.fromSupplier`.
3. The loading of from JSON as well as the templates is cached and are loaded on-demand. This means that the templates are loaded once for a plugin through the lifetime of the server process, and that they are loaded only at the first time they are needed.
4. If loading of these resources fails, we try again when they are needed the next time.

See merge request theappsmith/internal-tools-server!385
2020-06-24 11:08:25 +00:00
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