PromucFlow_constructor/app/server
Sumit Kumar 00a7647590
feat: S3 plugin: add command to delete multiple files at a time
* Add a new command Delete multiple files. This command will allow users to delete many files at once. Currently, only one file can be deleted at a time. It takes an array of files as config parameter from the user e.g. ["file1", "file2"]
* Add template for the new command.
* Add template for the command Create multiple files
2022-02-15 12:24:16 +05:30
..
.run feat: Added application templates (#10952) 2022-02-09 23:13:31 +06:00
appsmith-git fix: Update error handling for git connect (#11070) 2022-02-11 16:17:02 +05:30
appsmith-interfaces feat: S3 plugin: add command to delete multiple files at a time 2022-02-15 12:24:16 +05:30
appsmith-plugins add new command: delete multiple files 2022-02-14 10:18:01 +05:30
appsmith-server Moving ActionServiceTest to ce package (#11125) 2022-02-15 06:54:03 +00:00
envs fix: Added client side execution logic and on page load logic for js (#9392) 2021-12-01 22:02:43 +05:30
mongo-seed
scripts chore: Replace equality and inequality operators with their strict versions (#7585) 2022-02-03 09:42:38 +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 feat: Git version control functionality with connect to remote, commit, push flows (#8403) 2021-10-20 09:47:34 +00:00
Dockerfile feat: Git version control functionality with connect to remote, commit, push flows (#8403) 2021-10-20 09:47:34 +00:00
entrypoint.sh Remove echo MongoDB URI 2021-12-24 22:01:39 +05:30
pom.xml chore: Upgrade org.springframework:spring-webflux from 5.2.3.RELEASE to 5.3.15 (#4586) 2022-02-07 09:49:47 +05:30
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