* refactor: introduce `NC_DISABLE_BASE_AS_PG_SCHEMA`
* refactor: change env name and create db if not exist
* refactor: review comments
* chore: add npmignore file
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: decide default base creation behaviour on app load based on permission
* refactor: change the order of init
* docs: update env docs
* feat: add minimal db support for pg
* fix: import statement correction
* fix: add migration to migration list
* fix: pass schema name on baseModelSql instance creation
* refactor: move isMeta logic to CE version
* refactor: accept schema name as argument in pgclient
* refactor: getBaseModelSql method
* refactor: migrate pgClient methods to CE
* refactor: include minimal db schema in data queries
* docs: detailed docs about minimal db
* chore: lint
* refactor: coderabbit review comments
* fix: move table operation methods
* refactor: migrate methods to CE
* refactor: migrate relationCreate to CE
* refactor: review comments
* docs: improvements
* refactor: cleanup import statements
* feat(nc-gui): add redirect url input in form
* fix(nc-gui): small changes
* feat(nc-gui): redirect url prefill support
* fix(nc-gui): hide submit another form, and after 5 s option if redirect_link is enabled
* fix(nc-gui): minor changes
* fix(nc-gui): add redirect url input validation & ee only
* fix(nc-gui): clear form issue
* fix(nc-gui): tooltip alignment issue
* fix(nc-gui): shared form redirect url issue
* chore(nc-gui): lint
* fix(nc-gui): reduce form & field section form size
* fix(nc-gui): update email me at text from form view
* fix(nc-gui): enable redirect url in oss also
* fix(nc-gui): add support for redirect url in shared form
* fix(nc-gui): redirect issue if record_id is missing
* fix(nc-gui): reload issue
* chore(nc-gui): lint
* docs: update for redirect URL
* fix(nc-gui): review changes
* fix(nc-gui): make helper text even lighter
* chore: help text adjustments
* docs: image for redirect url
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* chore : Group the env variables and remove the ones that are not necessary.
* chore : Group the env variables and remove the ones that are not necessary.
* chore : Group the env variables and remove the ones that are not necessary.
- harmonize attachment-specific env var descriptions
- re-arrange env vars in table more logically
- document `NC_MAX_ATTACHMENTS_ALLOWED`'s default value
- minor nitpicks