Commit Graph

5314 Commits

Author SHA1 Message Date
Nikhil Nandagopal
378e66f12e Merge branch 'fix/single-click-propertypane' into 'release'
Remove double click, add single click to property pane.

See merge request theappsmith/internal-tools-client!261
2020-01-24 10:44:16 +00:00
Abhinav Jha
b1b5f5c669 Remove double click, add single click to property pane. 2020-01-24 10:44:15 +00:00
Hetu Nandu
f231bcb961 Merge branch 'feature/api-page-association' into 'release'
Api page association

See merge request theappsmith/internal-tools-client!250
2020-01-24 09:54:40 +00:00
Hetu Nandu
729599009a Api page association 2020-01-24 09:54:40 +00:00
Nikhil Nandagopal
14a6017d8c Merge branch 'fix/published-page-parsing-issue' into 'release'
Fix issue with published page rendering

See merge request theappsmith/internal-tools-client!252
2020-01-24 07:58:47 +00:00
Trisha Anand
feeea5b006 Merge branch 'feature/restapi-image-new' into 'release'
RestAPI Plugin now supports Content-Type : Image/*

See merge request theappsmith/internal-tools-server!173
2020-01-24 07:49:52 +00:00
Trisha Anand
d1705a1931 Corrected receiving the response from String to byte[] array. This ensures that binary responses can also be handled. Added handling of content type Image. 2020-01-24 07:49:52 +00:00
Trisha Anand
1ecd21c85e Merge branch 'feature/default-page' into 'release'
Controller end point to make a page default.

See merge request theappsmith/internal-tools-server!171
2020-01-23 14:45:06 +00:00
Trisha Anand
ff56dc9661 Added controller end point to make a page default. When creating a new application, the default page created is set to default=true. Also, when returning pages by application id and by application name, the page's default status is returned as well as part of PageNameIDDTO 2020-01-23 14:45:05 +00:00
Satbir Singh
5489cd8fc9 Merge branch 'fix/col-actions' into 'release'
Minor fixes for column actions

See merge request theappsmith/internal-tools-client!258
2020-01-23 13:32:05 +00:00
Satbir Singh
7d18320c50 Minor fixes for column actions 2020-01-23 13:32:05 +00:00
Satbir Singh
b1015e7c0b Merge branch 'fix/page-sel-row' into 'release'
Fixing the selected row issue due to pagination

See merge request theappsmith/internal-tools-client!257
2020-01-23 12:15:11 +00:00
Satbir Singh
17b5b9d535 Fixing the selected row issue due to pagination 2020-01-23 12:15:11 +00:00
Abhinav Jha
37ed88c10d Merge branch 'fix/cleanup-for-deployment' into 'release'
Fix widgets for deployments

See merge request theappsmith/internal-tools-client!254
2020-01-23 11:20:49 +00:00
Trisha Anand
4bc4830405 Merge branch 'hotfix/propertyPaneChanges' into 'release'
Change required to add Column Actions to Table

See merge request theappsmith/internal-tools-server!166
2020-01-23 09:36:44 +00:00
Trisha Anand
c9cf2f4b94 Removing enum for WidgetSectionName and converting to a String
This is to ensure that the frontend can create sections as per their requirement and not be mandated by an enum in the server codebase.
2020-01-23 09:36:44 +00:00
Satbir Singh
55f14212c8 Merge branch 'feature/col-actions' into 'release'
Column actions feature

See merge request theappsmith/internal-tools-client!253
2020-01-23 07:53:36 +00:00
Satbir Singh
2e97517779 Column actions feature 2020-01-23 07:53:36 +00:00
Abhinav Jha
eae4c5e618 Merge branch 'hotfix/baseurl-env' into 'master'
Hotfix/baseurl env

- Application searches for BASE_URL in window.BASE_URL, 
  - Not found? Application searches for BASE_URL in process.env.REACT_APP_BASE_URL
    - Not found? Application aborts

- Login form post url is now the apiURL/login (without the api version)
- Logout XHR post url is now the apiURL/logout (without the api version)

See merge request theappsmith/internal-tools-client!256
2020-01-22 12:26:25 +00:00
Abhinav Jha
de5fead89b Hotfix/baseurl env 2020-01-22 12:26:25 +00:00
Abhinav Jha
e6e3d085e2 Merge branch 'hotfix/setting' into 'master'
Hotfix/setting

See merge request theappsmith/internal-tools-client!255
2020-01-22 09:19:17 +00:00
Nikhil Nandagopal
32bea2cc98 removed undone settings 2020-01-22 14:40:50 +05:30
Abhinav Jha
da32a51722 Fix widget styles. Increase row height. 2020-01-21 18:18:42 +05:30
Hetu Nandu
324896a660 fix published page isse 2020-01-21 13:58:21 +05:30
Hetu Nandu
075269e5b7 Merge branch 'fix/widget-boundaries-persist' into 'release'
Fix widget boundaries persist issue

- FIX for - Widget boundaries persisted after dropping a new widget

See merge request theappsmith/internal-tools-client!251
2020-01-21 07:14:47 +00:00
Abhinav Jha
861e5dd3c4 Fix widget boundaries persist issue 2020-01-21 07:14:47 +00:00
Trisha Anand
3c0737b2fa Merge branch 'hotfix/updateLayoutNull' into 'release'
UpdateLayout Null Pointer Exception : In case the layouts are null or the DSL is null, it should be handled gracefully.

See merge request theappsmith/internal-tools-server!165
2020-01-21 05:57:35 +00:00
Trisha Anand
de722fff4e UpdateLayout Null Pointer Exception : In case the layouts are null or the DSL is null, it should be handled gracefully. 2020-01-21 05:57:35 +00:00
Trisha Anand
c8ee68b7aa Merge branch 'feature/refactor' into 'release'
APIs added for refactoring widget names and action names

See merge request theappsmith/internal-tools-server!161
2020-01-20 12:26:13 +00:00
Trisha Anand
d1c104a0e6 First attempt at refactoring widget name. Not tested. Pushing because of intellij constantly crashing 2020-01-20 12:26:13 +00:00
Abhinav Jha
0c6fda4890 Merge branch 'fix/widget-grid-min' into 'release'
Remove resize restrictions

See merge request theappsmith/internal-tools-client!249
2020-01-20 09:08:57 +00:00
Abhinav Jha
9fdeef1f67 Merge branch 'fix/new-widget-effects' into 'release'
New Widget drag effects

- Remove showPropertyPane, selectedWidget, focusedWidget, isDragging, isResizing, selectWidget, focusWidget from context
- Add the above to hooks and reducers.
- When dragging a new widget from the widget cards pane, widget boundaries show up
- When dragging a new widget from widget cards pane, the property pane closes.

See merge request theappsmith/internal-tools-client!247
2020-01-20 09:00:37 +00:00
Abhinav Jha
2b44c712e9 New Widget drag effects 2020-01-20 09:00:37 +00:00
Abhinav Jha
7ce1c8d06a Remove resize restrictions 2020-01-20 14:10:01 +05:30
Abhinav Jha
92075494f1 Merge branch 'fix/text-truncate' into 'release'
Applications Page and Text Widget Truncation

See merge request theappsmith/internal-tools-client!248
2020-01-20 08:07:00 +00:00
Abhinav Jha
aaf07ae583 Applications Page and Text Widget Truncation 2020-01-20 08:07:00 +00:00
Abhinav Jha
d960f5d70b Merge branch 'fix/misc-edge-case' into 'release'
Misc Fixes

- Change default button styles. 
- Change input widget focus styles. 
- Resize Restrictions
  - Containers cannot resize vertically when children are obstructing
  - All widgets will not resize below the rows and cols described in widget configs

See merge request theappsmith/internal-tools-client!246
2020-01-17 12:34:58 +00:00
Abhinav Jha
032e6bce61 Misc Fixes 2020-01-17 12:34:58 +00:00
Hetu Nandu
3408fc7c1c Merge branch 'feature/add-back-dervied-values' into 'release'
Add back derived properties

See merge request theappsmith/internal-tools-client!242
2020-01-17 09:28:27 +00:00
Hetu Nandu
cc50beb0a0 Add back derived properties 2020-01-17 09:28:26 +00:00
Hetu Nandu
17b642d085 Merge branch 'fix/dropzone-snapping-threshold' into 'release'
Dropzone Snapping - Fix

- Earlier, the container padding was not taken into account when snapping the dropzones, now it is.

See merge request theappsmith/internal-tools-client!245
2020-01-17 09:27:38 +00:00
Abhinav Jha
6329a357c7 Dropzone Snapping - Fix 2020-01-17 09:27:38 +00:00
Abhinav Jha
9552ecd079 Merge branch 'feature/grid-extension' into 'release'
Grid Extension

See merge request theappsmith/internal-tools-client!244
2020-01-16 11:46:21 +00:00
Abhinav Jha
99d660370d Cleanup
DragLayerComponent
2020-01-16 11:46:21 +00:00
Arpit Mohan
ebfddeda94 Fixing minor bug in the invite flow which was causing the password to be hashed twice 2020-01-16 16:59:49 +05:30
Arpit Mohan
bf6a80074e Adding connection pooling to MongoDB to prevent too many connections from opening up 2020-01-16 15:07:15 +05:30
Satbir Singh
af8b400c05 Merge branch 'hotfix/table_data' into 'release'
Hotfix/table data

See merge request theappsmith/internal-tools-client!243
2020-01-16 09:34:36 +00:00
Nikhil Nandagopal
05fab4b7a1 Hotfix/table data 2020-01-16 09:34:36 +00:00
Arpit Mohan
1d9fd1975a Merge branch 'release' into 'master'
Release

See merge request theappsmith/internal-tools-client!241
2020-01-16 07:22:38 +00:00
Trisha Anand
ff1e288aa8 Merge branch 'hotfix/use-plugin-exception-in-rest-api' into 'release'
Converted Exceptions thrown in RestAPI plugin to Appsmith Plugin Exception so that its handled correctly.

See merge request theappsmith/internal-tools-server!162
2020-01-15 12:33:16 +00:00