Trisha Anand
|
9a8bf9dc89
|
In case the user is not signed in, return a 401 so that the user can be redirected to login by the frontend.
|
2020-05-13 18:00:03 +00:00 |
|
Trisha Anand
|
6cdab92bbe
|
Merge branch 'feature/acl-action-inheritance' into 'feature/acl-spring-object'
Action Permission Inheritance during create.
See merge request theappsmith/internal-tools-server!329
|
2020-05-08 15:39:36 +00:00 |
|
Trisha Anand
|
b7435e546f
|
Added action inheritance for permissions during create. No update permissions for action added. Fixed the existing test cases to run with the new code.
TODO : Add test cases for action permissions.
|
2020-05-08 15:39:36 +00:00 |
|
Trisha Anand
|
02de2ea1f6
|
Removing Arn because its not being used anymore.
|
2020-05-08 21:08:16 +05:30 |
|
Trisha Anand
|
f7bb87824c
|
Merge branch 'release' into feature/acl-spring-object
# Conflicts:
# appsmith-server/src/main/java/com/appsmith/server/domains/User.java
|
2020-05-08 20:57:51 +05:30 |
|
Trisha Anand
|
d7637355fe
|
Create Page always sets the inherited policies from the application. Update Application policy remains to be done. Leaving it as a TODO for now.
|
2020-05-08 16:32:46 +05:30 |
|
Shrikant Kandula
|
ffc4379a4d
|
Migration to install existing default plugins to existing organizations.
|
2020-05-08 11:46:13 +05:30 |
|
Shrikant Kandula
|
7673ee49eb
|
Merge branch 'chore/remove-index-annotations' into 'release'
Remove index annotations as they don't accurately reflect actual indexes
See merge request theappsmith/internal-tools-server!322
|
2020-05-08 01:58:43 +00:00 |
|
Shrikant Kandula
|
b8de4ef659
|
Remove index annotations as they don't accurately reflect actual indexes
|
2020-05-08 01:58:43 +00:00 |
|
Shrikant Kandula
|
2e9a94341b
|
Guard against NPE when action is null due to cURL command being invalid.
|
2020-05-08 01:22:02 +00:00 |
|
Trisha Anand
|
44ce0bbf01
|
Added baseservice function add and remove policies to an object. This would be used for updating permissions for an object.
|
2020-05-07 19:39:36 +05:30 |
|
Trisha Anand
|
957116409d
|
Resolved the review comments. Changed the structure of the DTO returned. Added the userPermissions as part of the base domain leading to this field always computed before returning any object to the user.
|
2020-05-07 10:49:48 +00:00 |
|
Trisha Anand
|
485eb29e03
|
Added timeout in DslActionDTO which is used to represent actions inside a layout and in turn is used for page load action execution.
|
2020-05-07 15:06:16 +05:30 |
|
Shrikant Kandula
|
f7f03c5ad7
|
Add delete:datasources permission to all existing groups.
|
2020-05-05 13:52:03 +05:30 |
|
Trisha Anand
|
1f25aac3a5
|
Untested mock get applications for home page.
|
2020-05-01 16:56:05 +05:30 |
|
Trisha Anand
|
bc99ce9244
|
Merge branch 'release' into feature/acl-spring-object
|
2020-04-30 17:50:32 +05:30 |
|
Shrikant Kandula
|
fc1b73773e
|
More readable plugin names.
|
2020-04-29 11:49:06 +00:00 |
|
Shrikant Kandula
|
7dfa1bd8ca
|
Add deletedAt field into the unique index of datasources and pages.
|
2020-04-29 16:16:09 +05:30 |
|
Trisha Anand
|
8db71d00a9
|
Merge branch 'release' into feature/acl-spring-object
|
2020-04-29 15:49:57 +05:30 |
|
Trisha Anand
|
89f179397f
|
Create action with template id was leading to mock response. Removing this to allow for copy of actions which have been created using 3p API
|
2020-04-29 10:19:01 +00:00 |
|
Trisha Anand
|
0b496e1ecc
|
Untested add policies to an object code.
|
2020-04-29 15:03:56 +05:30 |
|
Shrikant Kandula
|
079e185ed2
|
Add allowUserDatasources to plugins to hide from create datasource UI.
|
2020-04-28 12:44:56 +00:00 |
|
Trisha Anand
|
2d1fe9d8b4
|
Merge branch 'release' into feature/acl-spring-object
# Conflicts:
# appsmith-interfaces/src/main/java/com/appsmith/external/models/SSHPrivateKey.java
# appsmith-server/src/main/java/com/appsmith/server/filters/AclFilter.java
# appsmith-server/src/main/java/com/appsmith/server/services/CurlImporterService.java
# appsmith-server/src/test/java/com/appsmith/server/services/CurlImporterServiceTest.java
|
2020-04-28 18:13:06 +05:30 |
|
Trisha Anand
|
219a594a4c
|
URL decoding the name before searching for it.
|
2020-04-28 16:31:19 +05:30 |
|
Trisha Anand
|
e99ede9d86
|
Minor comments added for TODOs
|
2020-04-28 16:18:28 +05:30 |
|
Shrikant Kandula
|
b092692922
|
Merge branch 'bug/npe-if-opa-not-ready' into 'release'
Fix NPE when accessing services before OPA is ready.
See merge request theappsmith/internal-tools-server!300
|
2020-04-28 09:22:05 +00:00 |
|
Shrikant Kandula
|
6fd23f38b8
|
Merge branch 'bug/curl-parser' into 'release'
Fix cURL import bugs with new cURL command parser
See merge request theappsmith/internal-tools-server!306
|
2020-04-28 09:09:03 +00:00 |
|
Shrikant Kandula
|
1dbb98e1e8
|
Fix cURL import bugs with new cURL command parser
|
2020-04-28 09:09:03 +00:00 |
|
Trisha Anand
|
82eb02b88c
|
Invite user to application as viewer or admin works now works in setting the correct permissions for the application. Next step is to set the correct permissions for the pages.
|
2020-04-27 18:19:28 +05:30 |
|
Shrikant Kandula
|
2adad6b3b5
|
Merge branch 'bug/spread-operator-in-mustache-templates' into 'release'
Fix page-load action not being picked up when using the spread operator.
See merge request theappsmith/internal-tools-server!299
|
2020-04-27 08:11:22 +00:00 |
|
Shrikant Kandula
|
ce930181cd
|
Fix page-load action not being picked up when using the spread operator.
|
2020-04-27 08:11:21 +00:00 |
|
Shrikant Kandula
|
d0e47ea2ea
|
Merge branch 'feat/delete-datasources-api' into 'release'
Add delete service operation for datasources.
See merge request theappsmith/internal-tools-server!305
|
2020-04-27 08:01:16 +00:00 |
|
Shrikant Kandula
|
090e00ee13
|
Add delete service operation for datasources.
|
2020-04-27 08:01:16 +00:00 |
|
Shrikant Kandula
|
16f2df38f1
|
Merge branch 'bug/npe-in-appsmith-exception' into 'release'
Fix potential NPE in AppsmithException. Also removed unused methods.
See merge request theappsmith/internal-tools-server!298
|
2020-04-27 07:51:18 +00:00 |
|
Shrikant Kandula
|
a96b1005ff
|
Fix potential NPE in AppsmithException. Also removed unused methods.
|
2020-04-27 07:51:18 +00:00 |
|
Trisha Anand
|
2fa879fbd4
|
Minor code cleanup
|
2020-04-24 15:15:39 +05:30 |
|
Trisha Anand
|
6ee1a58a9a
|
Added endpoint in marketplace to fetch provider by id if required
|
2020-04-23 19:02:14 +05:30 |
|
Trisha Anand
|
a8f32d8b2a
|
Merge branch 'release' into feature/acl-spring-object
# Conflicts:
# appsmith-server/src/main/java/com/appsmith/server/services/MarketplaceService.java
|
2020-04-23 14:45:40 +05:30 |
|
Trisha Anand
|
0c76b8f394
|
Minor comments
|
2020-04-22 17:27:55 +05:30 |
|
Trisha Anand
|
11cb6f6c56
|
Refactored some code which was being repeated.
|
2020-04-22 16:59:01 +05:30 |
|
Shrikant Kandula
|
a8842e962b
|
Fix NPE when accessing services before OPA is ready.
|
2020-04-22 08:41:40 +05:30 |
|
Trisha Anand
|
3148dec921
|
Search endpoint is now implemented with mock response deleted. It currently does exact name searches in providers by hitting the marketplace service.
|
2020-04-21 12:42:11 +00:00 |
|
Shrikant Kandula
|
58c0f94508
|
Add form config JSONs for individual plugins and an API for GETting them.
|
2020-04-21 17:42:14 +05:30 |
|
Trisha Anand
|
504a165411
|
Added a few comments to ease understanding
|
2020-04-21 13:44:19 +05:30 |
|
Trisha Anand
|
d7d31a43da
|
Fixed compile time error.
|
2020-04-20 18:30:47 +05:30 |
|
Trisha Anand
|
373c9ac738
|
Code formatting corrected.
|
2020-04-20 18:17:25 +05:30 |
|
Trisha Anand
|
6be0b7ae23
|
Merge branch 'release' into feature/acl-spring-object
# Conflicts:
# appsmith-server/pom.xml
# appsmith-server/src/main/java/com/appsmith/server/migrations/DatabaseChangelog.java
# appsmith-server/src/main/java/com/appsmith/server/repositories/BaseRepositoryImpl.java
# appsmith-server/src/main/java/com/appsmith/server/services/LayoutActionServiceImpl.java
# appsmith-server/src/test/java/com/appsmith/server/services/OrganizationServiceTest.java
|
2020-04-20 18:13:55 +05:30 |
|
Shrikant Kandula
|
02a384698b
|
Merge branch 'bug/missing-response-meta-in-test-api' into 'release'
Fix missing `responseMeta` in response for /datasources/test endpoint.
See merge request theappsmith/internal-tools-server!291
|
2020-04-20 12:40:42 +00:00 |
|
Shrikant Kandula
|
94b166b3cb
|
Fix missing responseMeta in response for /datasources/test endpoint.
|
2020-04-20 17:40:42 +05:30 |
|
Trisha Anand
|
1e000c295f
|
In case the children tag exists in the DSL but is empty, we shouldnt try to extract widget names in that scenario.
|
2020-04-20 13:58:25 +05:30 |
|