25993 Commits

Author SHA1 Message Date
Simone Taeggi
f152e0c7f8 Merge branch 'main' into enhancement/date-time-picker-ds-in-strapi 2022-11-16 20:09:16 +01:00
Gustav Hansen
ea9d957a29 Chore: Fix AssetCardBase tests 2022-11-16 20:02:26 +01:00
Josh
00ec0d586a
Merge branch 'main' into fix/ctb-custom-relation-attributes-overwritten 2022-11-16 17:44:00 +00:00
Pierre Noël
952a05514f use knex arguments when dropping the temporary table 2022-11-16 18:36:07 +01:00
Pierre Noël
eba2da51af refactor the way database version is fetched 2022-11-16 18:32:32 +01:00
Simone
834b7c1917
Merge branch 'main' into enhancement/axios-refactoring 2022-11-16 18:18:55 +01:00
Josh
e05abf9136
Merge branch 'main' into chore/use-path-instead-of-require 2022-11-16 17:06:47 +00:00
dependabot[bot]
c671bfe698
chore(deps): bump loader-utils from 1.4.1 to 1.4.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 17:06:25 +00:00
Convly
8c20ea2b5c v4.5.1 v4.5.1 2022-11-16 18:00:30 +01:00
Simone Taeggi
191c05317d revert back a post 2022-11-16 17:55:11 +01:00
Simone Taeggi
d86d9cfa8f add conditions to show warnings only on dev mode 2022-11-16 17:47:08 +01:00
Simone
56e056a3d3
Merge branch 'main' into enhancement/date-time-picker-ds-in-strapi 2022-11-16 17:40:13 +01:00
Simone
2405703db5
Merge branch 'main' into enhancement/axios-refactoring 2022-11-16 17:28:16 +01:00
Raphael Müßeler
db6e3b8097
Merge branch 'main' into fix/swaggerParameterLocale 2022-11-16 17:16:59 +01:00
Simone
3bd170778e
Merge branch 'main' into chore/tracking-access-CTB 2022-11-16 16:26:49 +01:00
Gustav Hansen
13e983d754
Merge pull request #14884 from callum-gander/chore/fix-spelling
Chore: fix spelling of SchemaProvideer to SchemaProvider
2022-11-16 16:23:33 +01:00
nathan-pichon
3c1de7565e
test(upload): add test on file inside components 2022-11-16 16:10:11 +01:00
nathan-pichon
dd9ab7faa1
test(entity-service): add create tests using upload files 2022-11-16 16:10:11 +01:00
nathan-pichon
36c5072059
fix(upload-files): do file upload on components too 2022-11-16 16:10:02 +01:00
Julie Plantey
acfd0ea222
Merge pull request #14753 from dmoKruso/fix-ptBR-lang
Update pt-BR.json
2022-11-16 16:09:55 +01:00
Julie Plantey
6d2cb8281a
Merge pull request #14742 from alvesvaren/master
Add even more swedish translations :)
2022-11-16 16:08:44 +01:00
Simone
0ff9e172d0
Merge branch 'main' into chore/tracking-access-CTB 2022-11-16 15:53:06 +01:00
Simone
12035ccb42
Merge branch 'main' into enhancement/date-time-picker-ds-in-strapi 2022-11-16 15:35:19 +01:00
Simone Taeggi
403a4daf4e update snapshots 2022-11-16 15:33:33 +01:00
Simone Taeggi
74c71636ed Merge branch 'main' into enhancement/date-time-picker-ds-in-strapi 2022-11-16 15:33:04 +01:00
Josh
e6b493874b chore: typo 2022-11-16 14:31:47 +00:00
Pierre Noël
6103e4de1f
Merge branch 'main' into fix/relation-mysql-below-8 2022-11-16 15:26:47 +01:00
Josh
128d230046 feat: add relations fe state management conceptual documentation 2022-11-16 13:58:42 +00:00
Simone
16c9f10f38
Merge branch 'main' into enhancement/axios-refactoring 2022-11-16 14:45:08 +01:00
Simone Taeggi
9cfac9b63a add a test 2022-11-16 14:35:30 +01:00
Sid
7d2a8bb337 chore: fixing spelling cont., missed a file 2022-11-16 14:17:17 +01:00
Sid
2ca3443a21 chore:fix spelling of SchemaProvideer to SchemaProvider 2022-11-16 14:17:17 +01:00
Mark Kaylor
55a420d35d Test useLazyComponents 2022-11-16 13:57:21 +01:00
Jamie Howard
49c4ba2e73
Merge pull request #14839 from strapi/fix/relations-knex-raw
Fix: knex withSchema.raw error
2022-11-16 12:27:11 +00:00
Pierre Noël
6ca7814a43
add missing await
Co-authored-by: Nathan Pichon <npichon.walchshofer@gmail.com>
2022-11-16 12:45:44 +01:00
Jamie Howard
04295573f1 chore(entity-manager): revert to not handle multiple pg schemas 2022-11-16 11:22:22 +00:00
Simone
393009b142
Merge branch 'main' into enhancement/axios-refactoring 2022-11-16 10:59:02 +01:00
Pierre Noël
5e5d1c92c2 use getDatabaseInformation instead of databaseInformation 2022-11-16 10:58:28 +01:00
Simone Taeggi
36a35d8653 add some test getFetchClient utility 2022-11-16 10:57:38 +01:00
Jamie Howard
4b1f8101e6 fix(entity-manager): use db.connection for .raw()
chore(database): revert getConnection()
2022-11-16 09:34:08 +00:00
Mark Kaylor
7db54acd8d Test getCustomFieldUidsFromLayout 2022-11-16 10:16:11 +01:00
Ben Irvin
bcc1eed9fd
Merge pull request #14837 from strapi/fix/14802-postgres-token-duration
Fix 30- and 90-day API token creation
2022-11-16 09:59:53 +01:00
Simone
2a455a6c54
Merge branch 'main' into enhancement/axios-refactoring 2022-11-16 09:40:45 +01:00
Simone
e5160aaf54
Merge branch 'main' into chore/tracking-access-CTB 2022-11-16 09:34:22 +01:00
Bart Lagerweij
e82b63ba75 Updated dutch translation to strapi 4.5 2022-11-16 09:11:09 +01:00
Bart Lagerweij
f498f4bcc1
Merge branch 'main' into patch-4 2022-11-16 08:42:26 +01:00
Alve Svarén
6eeda5695d
Merge branch 'main' into master 2022-11-15 22:58:32 +01:00
Alve Svarén
8941d92127
Merge branch 'master' of github.com:alvesvaren/strapi-tranlsation-sv 2022-11-15 22:57:17 +01:00
Alve Svarén
c369330b62
Fix missing translations 2022-11-15 22:57:06 +01:00
Raphael Müßeler
5ec28f30fd fix: added query parameter for locale (API Documentation Plugin) 2022-11-15 22:22:25 +01:00