9921 Commits

Author SHA1 Message Date
Gustav Hansen
b57e36eee5
Merge pull request #15649 from strapi/feature/review-workflow-ctb
CTB: Add checkbox to toggle review workflows for a content-type
2023-03-13 10:17:17 +01:00
Simone Taeggi
6f4e80b416 Merge branch 'features/data-transfer' into data-transfer/error-salt-token-missing 2023-03-13 09:03:34 +01:00
markkaylor
7533a8dcc7
Merge branch 'main' into fix/non-required-json-input 2023-03-13 08:56:46 +01:00
Simone
87ca2cc72b
Merge branch 'main' into data-transfer/limit-token-name-length 2023-03-10 14:57:46 +01:00
Christian
de282d558e
Merge branch 'main' into add-env-oneof 2023-03-10 14:20:34 +01:00
Ben Irvin
5e148d3bda
Update packages/core/strapi/lib/commands/transfer/transfer.js 2023-03-10 14:20:32 +01:00
Simone Taeggi
c05e1fae0f add notification error when the token salt is missing 2023-03-10 12:11:48 +01:00
Ben Irvin
580ead4b4e
Update packages/core/strapi/lib/commands/utils/commander.js 2023-03-10 11:53:55 +01:00
Rémi de Juvigny
7c197ba0d1 Merge remote-tracking branch 'origin/main' into feature/audit-logs-config 2023-03-09 18:44:30 +01:00
Simone Taeggi
8008bb6dd5 show error when there is no salt token 2023-03-09 17:55:30 +01:00
Jamie Howard
32d019ecbe feature(ee): add db entries to persist ee feature tables 2023-03-09 16:50:51 +00:00
Ben Irvin
281fbe8528 fix text 2023-03-09 17:50:33 +01:00
Ben Irvin
46a56a6c0e add throttle option 2023-03-09 17:47:19 +01:00
Simone Taeggi
faa5820548 change ctx.badRequest to ctx.notImplemented 2023-03-09 17:36:19 +01:00
Simone
ba2b9030a7
Merge branch 'features/data-transfer' into data-transfer/error-salt-token-missing 2023-03-09 17:35:10 +01:00
Ben Irvin
2bc2aaa96e fix tests 2023-03-09 15:02:12 +01:00
Ben Irvin
0d70c10363 Merge branch 'features/data-transfer' into data-transfer/pull-cli 2023-03-09 14:58:56 +01:00
Simone Taeggi
26d9f6c8e0 add a specific error on the BE when the Token Salt token is missing
Co-authored-by: Christian <christiancp100@gmail.com>
2023-03-09 14:44:20 +01:00
Rémi de Juvigny
a53767f9b3 Add license updates tests 2023-03-09 14:39:43 +01:00
Bassel Kanso
90883dcf7d
Merge branch 'main' into fix/transfer-timeout-error 2023-03-09 13:44:19 +02:00
Jamie Howard
7a85596c78 Merge remote-tracking branch 'origin/feature/review-workflow' into review-workflow/migration-on-disable 2023-03-09 10:25:50 +00:00
Christian Capeans
c4cd8b1e15 Add token type select to frontend 2023-03-09 11:18:57 +01:00
Bassel
33cbe053cc error handling for timeout in transfer 2023-03-09 11:07:03 +02:00
smoothdvd
e9e369f8db
Update zh-Hans.json to catch up latest en.json 2023-03-09 16:47:51 +08:00
Alexandre Bodin
6f225b6979 Merge branch 'main' of github.com:strapi/strapi into chore/rbac-ce 2023-03-09 02:45:03 +01:00
Alexandre Bodin
29dadec292 Feedbacks 2023-03-09 02:43:16 +01:00
Alvaro Lozano
b5b5c5834e
Disabled property for JSONInput (GenericInput) 2023-03-08 20:27:21 +01:00
Jamie Howard
ccf36d4436 test(review-workflows): API test for RW down migration 2023-03-08 16:38:02 +00:00
Jamie Howard
1a77c49380 test(review-workflows): API test for RW up migration 2023-03-08 16:28:53 +00:00
Jamie Howard
f1136fedd4 chore: wording 2023-03-08 16:17:00 +00:00
Jamie Howard
6ac56deb8d test(review-workflows): API test for RW up migration 2023-03-08 16:12:53 +00:00
Ben Irvin
1bfa6b6f5c fix only and exclude commands and typings 2023-03-08 17:12:47 +01:00
Jamie Howard
28032f884e fix(review-workflows): refactor to support all db types 2023-03-08 14:41:19 +00:00
Tobias Frank
b1e105fca5 move unique key up in hierarchy 2023-03-08 15:29:36 +01:00
Christian Capeans
40679cefca Exclude default ignored entities 2023-03-08 14:31:36 +01:00
Marc-Roig
a271258f79 Merge branch 'main' into feature/private-s3-bucket 2023-03-08 14:19:29 +01:00
Marc-Roig
d4d76865fe update snapshots 2023-03-08 14:19:02 +01:00
Christian Capeans
de6aa0baed Add authorization 2023-03-08 14:15:53 +01:00
Jamie Howard
5ade199d36 fix: specify order columns using knex.raw 2023-03-08 12:28:08 +00:00
Christian Capeans
3cb882f7e9 export remote source provider 2023-03-08 13:05:23 +01:00
Christian Capeans
cd13b6cdad Fix failing test 2023-03-08 12:46:47 +01:00
Simone Taeggi
3a149fe26e Merge branch 'main' into data-transfer/limit-token-name-length 2023-03-08 12:22:46 +01:00
Jamie Howard
8a80c2a68e chore: code cleanup 2023-03-08 11:20:23 +00:00
Jamie Howard
9dacb1676f chore: use db.getConnection
chore: use identifier syntax
2023-03-08 11:08:50 +00:00
Jamie Howard
eb1533fe59 test(review-workflows): migration to remove DB entries 2023-03-08 10:50:12 +00:00
Christian Capeans
6f38062581 Fix typing issues 2023-03-08 11:47:25 +01:00
Ben Irvin
a9205bd7cb Merge branch 'features/data-transfer' into data-transfer/pull-cli 2023-03-08 11:39:26 +01:00
Christian Capeans
674b13eb23 Merge branch 'features/data-transfer' of https://github.com/strapi/strapi into data-transfer/pull 2023-03-08 11:31:15 +01:00
Convly
cf334338b4 Merge branch 'main' into features/data-transfer 2023-03-08 11:24:21 +01:00
Christian Capeans
5dc710e819 Remove logs 2023-03-08 11:23:56 +01:00