nocobase/packages/plugins/file-manager/src/server
ChengLei Shao 0e0eb6432e
feat: provide the underscored option for the database (#1366)
* feat: underscored options

* feat: underscored using hook

* feat: database underscored options

* feat: underscored env

* fix: collectionExistsInDb

* fix: test

* fix: nocobase install

* fix: test

* fix: belongsTo association

* fix: test of underscored

* chore: console.log

* fix: list action test

* fix: dump test

* chore: snakeCase algo

* fix: underscored field create

* fix: underscored env

* fix(acl): custom appends merge strategy (#1416)

* Update index.md

* fix(plugin-workflow): use promise to request (#1426)

* Update index.md

* Update collection.md

* Update index.md

* Update index.md

* Update collection.md

* Update field.md

* Update repository.md

* Update has-one-repository.md

* Update has-many-repository.md

* Update belongs-to-many-repository.md

* Update index.md

* chore: translate 'Add tab' in page header (#1424)

* fix: test

* fix: workflow test

* fix: underscored with inherits

* fix: underscored test

* fix:  process.env.DB_UNDERSCORED

* fix: process.env.DB_UNDERSCORED === 'true'

* fix: test

* fix: pg test

* fix: underscored table name

* feat: tableName & fieldName conflict check

* fix: test

* fix: underscored index

* fix: update field unique index

* fix: sync default value

* fix: collection manager create field

* chore: field sync

* fix: pg test

* chore: test

* fix: test

* chore: default constraint name

* chore: syncUniqueIndex

* feat: field destory before check

* feat: field type check

* fix: test

* fix: test

* fix: improve

* fix: should destroy when fields refer to the same field

* fix: acl meta with underscored

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-02-13 21:38:47 +08:00
..
__tests__ feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
actions refactor(plugin-file-manager): move client code into plugin folder and enable path config (#913) 2022-10-27 13:49:06 +08:00
collections feat: add namespace and duplicator parameters for collection options (#1449) 2023-02-13 09:57:03 +08:00
rules refactor(plugin-file-manager): move client code into plugin folder and enable path config (#913) 2022-10-27 13:49:06 +08:00
storages feat: update dependencies (#1353) 2023-01-12 10:12:37 +08:00
constants.ts feat(file-manager): support tencent cos (#958) 2022-10-27 14:09:29 +08:00
index.ts refactor(plugin-file-manager): move client code into plugin folder and enable path config (#913) 2022-10-27 13:49:06 +08:00
server.ts feat: acl optimization (#1136) 2023-01-09 07:35:48 +08:00
utils.ts refactor(plugin-file-manager): move client code into plugin folder and enable path config (#913) 2022-10-27 13:49:06 +08:00