ronronscelestes
73a03fbfc8
integrated DS + deleteOne, updateOne
2021-08-13 12:38:21 +02:00
ELABBASSI Hicham
ec1d8e6829
Merge pull request #10704 from strapi/migration/sso-providers-view
...
Migration SSO providers view - To merge after login view
2021-08-12 18:18:56 +02:00
HichamELBSI
b97383ff18
Migrate SSO providers view
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-12 17:10:04 +02:00
ELABBASSI Hicham
56135d69a6
Merge pull request #10681 from strapi/migration/login-view-ce
...
DS migration : Login view (CE & EE)
2021-08-12 15:06:55 +02:00
HichamELBSI
2adfa6db26
Fix PR feedback
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-12 13:43:56 +02:00
HichamELBSI
baed7a4842
Fix form UI + add tmp logout button
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-10 17:43:43 +02:00
HichamELBSI
c79afa3f44
Fix design feedback
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-10 17:41:51 +02:00
HichamELBSI
073bea95c8
Fix PR feedback
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-10 17:41:51 +02:00
HichamELBSI
34eb798578
Remove document useless check
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-10 17:41:51 +02:00
HichamELBSI
18d1825f76
Add formik focus component
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-10 17:41:51 +02:00
HichamELBSI
08b23dcd6e
DS migration : Login view (CE & EEt )
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-10 17:41:50 +02:00
Marvin Frachet
4da7a82a2a
Ds: Add settings sub nav ( #10703 )
2021-08-10 12:22:03 +02:00
Marvin Frachet
b7cd466d27
DS: moving the left menu to use the DS MainNav ( #10689 )
2021-08-06 11:02:31 +02:00
Alexandre Bodin
7f5ca6b479
Fix db config for pg and mysql in getstarted
2021-08-06 09:18:11 +02:00
Alexandre Bodin
9ad5740952
Fix lint issue
2021-08-05 18:19:54 +02:00
Alexandre Bodin
5a276e2b46
Init container
2021-08-05 12:24:48 +02:00
Alexandre Bodin
71aba0001b
Cleanup
2021-08-05 11:32:56 +02:00
Alexandre Bodin
d9d8a10af8
Init server module
2021-08-04 20:13:35 +02:00
Alexandre Bodin
ef63639cd3
Fix eslint so we can have the test run
2021-08-04 19:39:40 +02:00
Alexandre Bodin
805e7fdb4b
Merge branch 'master' into releases/v4
2021-08-04 19:24:10 +02:00
Alexandre Bodin
1941cfbf4d
Add a generic subscriber to run the model lifecycles
2021-08-04 17:47:38 +02:00
Alexandre Bodin
e63fb9d509
v3.6.6
v3.6.6
2021-08-04 17:06:51 +02:00
Cameron
90044c6e2a
Update AWS S3 Provider ( #10602 )
...
Gives more information about what actions are needed for this provider to work without using s3:*
2021-08-04 16:59:19 +02:00
Alexandre Bodin
ae668591bb
Upgrade tar
2021-08-04 16:43:02 +02:00
ELABBASSI Hicham
ae6aa271a2
Add an event to CTB banner button ( #10687 )
...
* Add event to CTB banner button
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
* Change event name
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-04 16:38:13 +02:00
Kim Martini
7b487059a0
fix: consider custom devServer config ( #10492 )
...
I´m using a custom Docker setup and had trouble to get the watch-admin running. After some testing i found a few things.
I had to first add the url to the config and second add the devServer config.
webpack: (config, webpack) => {
config.devServer = {
host: '0.0.0.0',
useLocalIp: false
};
return config;
},
After that strapi develop --watch-admin was accessible over the docker ip. But because the config gets not forwarded in the opts, the hot reload doesn't work.
That's because this doesn't get the args that i setup.
function createDomain(options, server) {
const protocol = options.https ? 'https' : 'http';
const hostname = options.useLocalIp
? ip.v4.sync() || 'localhost'
: options.host || 'localhost';
If there is a another way I would like to know. Otherwise I would appreciate this small hotfix.
Here my original problem -> https://stackoverflow.com/questions/8925820/javascript-object-push-function
2021-08-04 16:24:31 +02:00
Natanael Augusto Viana Simões
2cb527cd97
fix title ids ( #10670 )
2021-08-04 16:23:25 +02:00
eternal~fire
172dad91fb
[I18N] improve simplified Chinese translation ( #10408 )
...
* [I18N] improve simplified Chinese translation
* this would be better
* [I18N] strapi-plugin-documentation improve
2021-08-04 16:23:00 +02:00
Alexandre Bodin
86d388e2af
Init lifecycles
2021-08-04 15:53:30 +02:00
Alexandre Bodin
35912b556e
Fix missing file to copy in yarn build
2021-08-04 14:07:35 +02:00
markkaylor
c373c3d942
add marketplace banner with link to strapi awesome ( #10677 )
2021-08-04 11:58:57 +02:00
Onur Dumangöz
65f48c8f7d
Update tr.json ( #10507 )
...
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2021-08-04 10:01:11 +02:00
Onur Dumangöz
3473f45db2
Update tr.json ( #10512 )
2021-08-04 09:58:52 +02:00
omrirz
7f673bcbbc
left menu header background color link from theme ( #10584 )
2021-08-04 09:57:50 +02:00
Adeel Ahmad
715355d809
Update Documentation.js ( #10657 )
...
fixed typo
2021-08-04 09:53:03 +02:00
Jodok Batlogg
4413b846c2
Fixed typo ( #10652 )
2021-08-04 09:49:10 +02:00
Pierre Burgy
75bb5cfa2e
Remove one-click deploy buttons ( #10592 )
...
* Remove one-click deploy buttons
Signed-off-by: Pierre Burgy <pierre.burgy@gmail.com>
* Remove one-click deploy buttons from strapi package
Signed-off-by: Pierre Burgy <pierre.burgy@gmail.com>
Co-authored-by: Pierre Burgy <pierreburgy@Pierres-MacBook-Pro.local>
2021-08-04 09:08:37 +02:00
Alexandre Bodin
e6fca26f80
Cleanup Strapi.js
2021-08-03 09:27:17 +02:00
Alexandre Bodin
10ef480bc0
Move logger out of Strapi.js
2021-08-03 09:12:58 +02:00
Alexandre Bodin
a0011840e8
Merge admin config into strapic config
2021-08-03 08:33:56 +02:00
Alexandre Bodin
d44a6f68ee
Migrate admin to programmatic loading
2021-08-02 17:54:49 +02:00
Alexandre Bodin
9c29a1c952
Fix default permissions in UP plugin
2021-08-02 08:28:10 +02:00
Alexandre Bodin
b3133dd564
Populate role in created / update user from up plugin
2021-07-30 22:15:17 +02:00
Alexandre Bodin
50849e68c7
Keep _ to make the client work until we remove them on the client
2021-07-30 21:59:34 +02:00
Alexandre Bodin
e20e7738b5
Fix tests
2021-07-30 21:15:58 +02:00
Alexandre Bodin
680040fbda
Fix morph populate
2021-07-30 20:45:51 +02:00
Alexandre Bodin
16b01043d7
Fix CTB inversion of dominance in relations
2021-07-30 14:53:57 +02:00
Alexandre Bodin
46c94940a7
make connector non publishable and tag them as .old
2021-07-30 11:37:35 +02:00
Alexandre Bodin
74449b75e5
Ignore build folder in admin package
2021-07-30 11:35:36 +02:00
Alexandre Bodin
31291ce851
fix peer dep targetting a new package
2021-07-30 11:14:19 +02:00