Gustav Hansen
2c8eb45683
Merge pull request #12725 from luanorlandi/fix/sanitize-date-query-param
...
Fix sanitization of datetime type in query param
2022-03-11 11:52:23 +01:00
cyril lopez
463e9cc9cf
Merge pull request #12288 from pr0gr8mm3r/patch-1
...
Make component category translatable
2022-03-11 09:54:19 +01:00
cyril lopez
6f1f310352
Merge pull request #12745 from vallerydelexy/master
...
cleanup commented out block of code
2022-03-11 09:53:23 +01:00
ronronscelestes
39c02e9723
Merge pull request #12807 from strapi/bump/ds-alpha-77
...
Bump DS alpha.78 (no breaking changes)
2022-03-10 18:06:12 +01:00
ronronscelestes
db73d01c82
fix StrikeThrough import
2022-03-10 17:22:18 +01:00
HichamELBSI
b69b17f0f6
Add alpha.78
2022-03-10 17:05:59 +01:00
Gustav Hansen
858b0b2080
Merge pull request #12714 from strapi/fix/json-string-field-publish
...
Fix json field not validated on publish
2022-03-10 16:38:16 +01:00
Alexandre BODIN
5701636ba1
Merge pull request #12764 from stafyniaksacha/fix-admin-static-files
...
fix: serve admin static file with public cache
2022-03-10 16:25:48 +01:00
Pierre Noël
70aa0ac00c
Update formatContentTypeData.stories.mdx
...
Reword "hads" to "sets"
2022-03-10 15:22:06 +01:00
Pierre Noël
14b30da820
refactor formatContentTypeData + add story
2022-03-10 15:22:06 +01:00
Pierre Noël
2a381562bb
Fix json field not validated on publish
2022-03-10 15:22:06 +01:00
Sacha STAFYNIAK
7396752575
fix: serve all admin dist file with public cache except html files
2022-03-10 15:14:09 +01:00
HichamELBSI
ba72f9d585
Update snapshots
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2022-03-10 15:08:28 +01:00
HichamELBSI
e89098da42
Bump DS alpha.77 (no breaking changes)
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2022-03-10 15:06:30 +01:00
Gustav Hansen
7106ff901a
Merge pull request #12209 from ovlb/patch-1
...
fix(editor): set proper line height
2022-03-10 12:57:05 +01:00
Gustav Hansen
1041aac4dd
chore: Update snapshot tests
2022-03-10 11:55:40 +01:00
Oscar
c959709011
fix(editor): set proper line height
...
Currently, the `line-height` inherits from `body` where it is set to `1`. This lead to very tight leading, which makes the text inside of the editor hard to read.
Proposed solution: Set `line-height` to `1.5`.
2022-03-10 10:25:37 +01:00
Alexandre BODIN
a79cafc670
Merge pull request #12722 from strapi/chore/events
...
Add events to monitor first administrator account creation
2022-03-09 18:35:21 +01:00
Alexandre BODIN
e974dc04a8
Merge pull request #12653 from stafyniaksacha/patch-1
...
fix: beforeDelete lifecycle components access
2022-03-09 17:43:50 +01:00
Alexandre BODIN
a0fd0d17ef
Merge pull request #12394 from yasudacloud/fix/email-translation
...
Translation key correction of wording
2022-03-09 17:06:42 +01:00
ronronscelestes
a6ec23ee94
Merge pull request #12777 from strapi/fix/settings-nav-notification
...
Fix / Settings nav notifications
2022-03-09 15:21:33 +01:00
Gustav Hansen
be0beb121a
Merge pull request #12757 from strapi/CONTENT-46/uid-available
...
InputUID: fix showing value availability
2022-03-09 08:39:00 +01:00
Alexandre Bodin
8549f5aca3
v4.1.3
2022-03-08 19:28:44 +01:00
DMehaffy
086c449fbe
Merge pull request #12690 from strapi/fix/edit-relations-restart
...
CM: Fix sync layouts in case no relation is set
2022-03-08 10:37:13 -07:00
derrickmehaffy
d309628644
Merge branch 'master' into fix/edit-relations-restart
2022-03-08 09:53:49 -07:00
Alexandre Bodin
6a9db23311
Fix sanitize media
2022-03-08 17:45:31 +01:00
Alexandre BODIN
af7c3d54cb
Merge pull request #12200 from strapi/content-39/allow-more-characters-in-enum
...
Allow special characters in an enum
2022-03-08 10:45:07 +01:00
ronronscelestes
645e445b63
settings nav notifications + snapshot
2022-03-08 10:13:51 +01:00
Sacha STAFYNIAK
970f1d2b5d
fix: serve admin static file with public cache
2022-03-05 16:30:06 +01:00
Luan
506cf9e15b
refactor: apply review suggestion of generic parsing
2022-03-04 18:57:14 -03:00
Pierre Noël
9d59305b0f
Fix loading time when opening an entity with many related entities
2022-03-04 16:49:22 +01:00
Gustav Hansen
774ac16acd
chore: Update snapshot tests
2022-03-04 16:12:46 +01:00
Gustav Hansen
e0b0ee14d7
InputUID: fix showing value availability
2022-03-04 16:12:46 +01:00
vallerydelexy
d940c346d2
cleanup commented out block of code
2022-03-04 05:13:55 +07:00
Pierre Noël
96e41eb1c2
refactor enum duplicates check
2022-03-03 16:35:42 +01:00
Pierre Noël
c0fb7619ef
rename toGraphQLName + check enum values don't start with a number
2022-03-03 16:35:41 +01:00
Pierre Noël
e85cfe73f0
allow special characters in an enum
2022-03-03 16:35:41 +01:00
soupette
d88a879fc1
Use imperative API to track register submission
...
Signed-off-by: soupette <cyril@strapi.io>
2022-03-03 15:12:31 +01:00
Luan
81cbf3b690
fix: sanitization of date type in query param
2022-03-02 23:33:22 -03:00
derrickmehaffy
9445117c27
Ensure the session primary key check is disabled during schema update
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-03-02 16:01:58 -07:00
Aurélien Georget
df8cc6a063
Monitor when errors happen in registration form
2022-03-02 21:12:00 +01:00
Aurélien Georget
a6b6991f06
Add events to monitor first admin creation
2022-03-02 19:14:23 +01:00
Aurélien Georget
0c15900e5b
Add events to monitor automatic tab opening
2022-03-02 19:02:31 +01:00
Alexandre Bodin
6f72c38052
v4.1.2
2022-03-02 16:01:32 +01:00
soupette
d1d0214be7
Fix conflicts
...
Signed-off-by: soupette <cyril@strapi.io>
2022-03-02 10:08:55 +01:00
Sacha STAFYNIAK
8d9b97ce14
chore: add assertions expect count
2022-03-02 01:01:09 +01:00
Sacha STAFYNIAK
4deb81a614
chore: add e2e tests on before delete lifecycle
2022-03-02 00:13:14 +01:00
Pierre Noël
89455ee0f9
Merge pull request #12693 from strapi/fix/upload-file-directly-to-entity
...
Fix/upload file directly to entity
2022-03-01 18:25:00 +01:00
Pierre Noël
70b2c3f892
change function name
2022-03-01 14:52:31 +01:00
Alexandre BODIN
e764f35dd2
Merge pull request #12579 from strapi/fix/populate-with-filtering
...
Fix the populate filtering
2022-03-01 13:32:38 +01:00