PromucFlow_constructor/app/server
Sumit Kumar c9172f8079
fix: data migration to set default value for permanent url toggle where none exists (#8507)
* Recently a change was introduced to modify the default value of s3 plugin's permanent URL toggle from NO to YES. This created an issue with the older actions where the toggle didn't exist and hence no value was saved against its property. Hence, since the default is now ON and the older actions don't have any value saved, the action editor shows the toggle value as ON but behaves like the value is OFF. To fix this issue, this method adds URL toggle as NO where no toggle value exists.
2021-10-15 11:24:04 +05:30
..
.run [Issue #2093]-show last used organizations first in home page (#4461) 2021-05-16 09:42:10 +06:00
appsmith-git feat: Generate and store ssh key to git meta data of application (#7184) 2021-09-08 20:54:20 +06:00
appsmith-interfaces fix: show hint message on using duplicate header or query parameters in API (#8263) 2021-10-13 18:02:16 +05:30
appsmith-plugins fix: show hint message on using duplicate header or query parameters in API (#8263) 2021-10-13 18:02:16 +05:30
appsmith-server fix: data migration to set default value for permanent url toggle where none exists (#8507) 2021-10-15 11:24:04 +05:30
envs Feature/import-export-application (#4553) 2021-06-01 17:38:26 +05:30
mongo-seed
scripts chore: Fixing yoda conditions in the code (#8297) 2021-10-08 22:21:24 +05:30
.gitignore Improve server setup experience documentation (#4441) 2021-05-19 19:29:08 +05:30
build.sh feat: Introducing SaaS integrations as a plugin (#7560) 2021-09-21 17:35:29 +05:30
buildpack-run.sh
docker-compose.yml Switched image to latest release image to avoid breaks while developing (#7289) 2021-09-10 08:05:10 +05:30
Dockerfile feat: Handle extra Java arguments to server Docker image (#8244) 2021-10-08 22:47:25 +05:30
entrypoint.sh feat: Handle extra Java arguments to server Docker image (#8244) 2021-10-08 22:47:25 +05:30
pom.xml feat: upgraded spring boot vesion from 2.2.4 to 2.2.13 (#8381) 2021-10-11 15:58:37 +06:00
Procfile
README.md Adds YT Setup Videos to Docs (#5744) 2021-07-09 15:54:34 +05:30
system.properties

Appsmith Server

This is the server-side repository for the Appsmith framework.

For details on setting up your development machine, please refer to the Setup Guide