62 Commits

Author SHA1 Message Date
Convly
310a0d16f3 Add Publish permission & action
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:14 +02:00
Pierre Noël
6ab7669365 rename plugins::content-manager.create to plugins::content-manager.explorer.create and others
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 11:09:51 +02:00
Convly
ef94229d81 Add Condition Provider & Permissions Engine 2020-07-08 11:05:49 +02:00
Pierre Noël
42e3b64689 refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 11:05:08 +02:00
Pierre Noël
bbb1353927 remove hidden contentTypes from permission actions list + fix tests
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 11:05:07 +02:00
Pierre Noël
e078c0b022 rename permissions to actions, inverted params of provider.get, separated formatter, add possibility to not specigy pluginName for ::application
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 11:05:07 +02:00
Pierre Noël
707746ef45 refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 11:05:06 +02:00
Pierre Noël
ae0dcb9745 add route GET /admin/permissions
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 11:05:06 +02:00
Alexandre Bodin
49e270a7f6 Support uid for content types 2019-11-15 09:50:58 +01:00
Alexandre Bodin
50ab4c88b9 Use full UIDs in CTM 2019-11-14 16:41:47 +01:00
Alexandre Bodin
b9122edf0d Rename groups to components 2019-11-13 18:49:02 +01:00
Alexandre Bodin
3b47457f4f make boostrap functions async only 2019-08-12 15:35:40 +02:00
Alexandre Bodin
5f36278ec1 Clean up content manager configuration code and init tests 2019-07-23 11:21:17 +02:00
Alexandre Bodin
1e37ff5b47 Handle updating list sortable flag 2019-07-23 11:21:17 +02:00
Alexandre Bodin
e9ae95292e Update all models on general settings changes 2019-07-23 11:21:15 +02:00
Alexandre Bodin
6fbacc629d Add new missing attributes on server start 2019-07-23 11:21:14 +02:00
Alexandre Bodin
28bdf0ce27 Update settings, metadatas and layouts for groups and content-types on restart 2019-07-23 11:21:14 +02:00
Alexandre Bodin
87d59bad05 Init content-manager new bootstrap schema cleanup algorithm 2019-07-23 11:21:14 +02:00
Alexandre Bodin
e6a6c3ee02 Save a model configuration in one key only 2019-07-23 11:21:13 +02:00
soupette
e56e46e030 Split admin and users.
Co-authored-by: lauriejim
2019-04-09 12:09:03 +02:00
virginieky
6ff17263e9
Merge branch 'master' into ctm-edit-links 2019-02-18 19:41:13 +01:00
Ky
cbb53ac8d4 Content manager edit layout and fields links list 2019-02-12 10:50:41 +01:00
soupette
da424a4ca7 Fix displayed field on remove 2019-02-04 17:03:51 +01:00
soupette
037228c56b Allow to modify the entry title in the edit view 2019-01-24 19:14:02 +01:00
Jim LAURIE
0238257eec Fix get timestamp in the admin 2019-01-23 15:19:34 +01:00
Chaitanya Choudhary
dd4d869e01 Fixed mongo updated timestamp issue. 2019-01-04 15:22:07 +05:30
Chaitanya Choudhary
b04ba69370 Ability to use custom timestamps. 2018-12-28 14:17:12 +05:30
soupette
d60b5c5b34 Fix conflicts 2018-11-27 20:22:41 +01:00
Jim LAURIE
70e5816f46
Merge branch 'master' into fix/hidden-fields-schema 2018-11-27 12:19:04 +01:00
hhh
09ae14bc2e
Update packages/strapi-plugin-content-manager/config/functions/bootstrap.js
Co-Authored-By: soupette <cyril.lpz@gmail.com>
2018-11-26 16:10:13 +01:00
soupette
bba6f9d85f Merge branch 'master' of github.com:strapi/strapi into add-cypress 2018-11-20 18:46:31 +01:00
soupette
9368d45c24 Fix lint 2018-11-19 12:14:43 +01:00
soupette
428a9ca62d Fix schema
Force lowerCase on content type name (since it is not supported by the backend)
Clean layout when the model has been removed
2018-11-16 18:34:12 +01:00
soupette
4b26453e0e Fix schema 2018-11-16 18:32:26 +01:00
soupette
d279ae8fa3 Improve logic by removing those fields from the options 2018-11-16 12:30:55 +01:00
soupette
a8773687cf Fix hidden fields in schema 2018-11-16 12:19:08 +01:00
Alberto Maturano
8fcbb1978f refactor: Fix misuse of map method
`map` should create a new Array so a `return` is expected inside the
callback param. `forEach` is the corrent method to use for just iterate
over array elements.
2018-11-15 15:51:23 -06:00
Jim LAURIE
5900e4f3c2
fix lint space 2018-11-08 11:18:51 +01:00
Javier Castro
1fce5221bb Fix #2186: Content Manager sends me to blank page 2018-11-07 10:33:59 -03:00
ByoungYong Kim
f683da78ec Fixed lint errors that I didn't put semi-colons 2018-10-09 11:23:25 +02:00
ByoungYong Kim
4beab15bc3 Fixed that plugin-content-manager's bootstrap code mutates global models 2018-10-08 13:17:07 +02:00
soupette
14fc74def4 Add comments to ctm/ bootstrap file and split functions 2018-08-21 17:43:17 +02:00
soupette
3d42a91a0c Remove react-sortable-hoc 2018-08-09 17:02:15 +02:00
soupette
39a937851a Display updatedAt and createdAt fields in both the edit and list view of the ctm 2018-08-03 17:40:39 +02:00
soupette
043838ba3f Handle added upload relations 2018-07-31 14:54:52 +02:00
soupette
6bf3ddeea9 Update displayed fields when removing a field from the content type builder 2018-07-30 13:59:25 +02:00
soupette
54aef15b75 Handle add attr logic 2018-07-27 17:24:58 +02:00
soupette
fb8c3d2297 Handle display edit layout 2018-07-26 13:33:57 +02:00
soupette
4916f9277b Use the default layout to prevent from displaying sensitive field in the admin 2018-07-23 16:59:30 +02:00
Jim LAURIE
87a051e712 Move layout files in core store 2018-07-23 15:12:33 +02:00