Go to file
Arpit Mohan 0ba403b8ee Merge branch 'feature/install-default-plugin-org' into 'release'
On user signup install the default plugins in the user's personal organization

When a user signs up, a personal organization is created for that user. There are a bunch of plugins marked in the DB as with field `defaultInstall` as true. These plugins must be installed for the new organization. This ensures that the user is able to run basic actions such as executing an API, DB query etc.

Also, adding a condition in the `getPlugins` API to return only the plugins installed by the user's organization.

See merge request theappsmith/internal-tools-server!124
2019-12-19 11:47:26 +00:00
app/server Returning only the plugins installed by the user's current organization 2019-12-19 11:47:26 +00:00