2669 Commits

Author SHA1 Message Date
Alexandre Bodin
7f906d7cf2 Refactoring
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-02 19:50:55 +01:00
Alexandre Bodin
08a603623b Cleanup tests
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-02 19:41:46 +01:00
Alexandre Bodin
bfa6766475 init coll-type
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-02 19:41:45 +01:00
Alexandre Bodin
07e7cfc0bd Make lint stricter and fix the errors
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-02 19:41:42 +01:00
dependabot[bot]
a836590e9b
Bump @babel/polyfill from 7.11.5 to 7.12.1
Bumps [@babel/polyfill](https://github.com/babel/babel/tree/HEAD/packages/babel-polyfill) from 7.11.5 to 7.12.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-polyfill)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22 06:02:39 +00:00
Alexandre Bodin
54f83eae53 Add missing tests and remove dead code
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-20 10:43:02 +02:00
Pierre Noël
1502a3976e refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-10-19 18:12:51 +02:00
Pierre Noël
907d6c9d33 refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-10-19 17:01:46 +02:00
Pierre Noël
1bc8ae4d0f fix tests
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-10-19 14:48:03 +02:00
Pierre Noël
afa67add2b add didUpdateRolePermissions event
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-10-19 12:34:33 +02:00
Alexandre Bodin
e8153d99c0 v3.2.4 2020-10-16 18:22:15 +02:00
dependabot[bot]
c84edea320
Bump @fortawesome/fontawesome-svg-core from 1.2.30 to 1.2.32 (#8289)
Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) from 1.2.30 to 1.2.32.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-15 15:41:50 +02:00
Alexandre BODIN
435b294439
Merge pull request #8226 from strapi/chore/node-14
Support node v14 + CI refactor
2020-10-15 12:40:32 +02:00
Alexandre Bodin
71a2657ed8 test node v14
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-14 13:14:14 +02:00
Alexandre Bodin
8af60259cd Add CLI documentation
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-14 13:14:03 +02:00
Alexandre Bodin
c81af9a1d0 Init admin reset
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-14 13:14:02 +02:00
Maxime Castres
96e836a663
Add Academy link to the 'Join the community' card in the homepage (#8316)
* Add Academy link to the 'Join the community' card in the homepage

Signed-off-by: Maxime Castres <mcastres@student.42.fr>

* Remove academy image

Signed-off-by: Maxime Castres <mcastres@student.42.fr>
2020-10-13 16:20:33 +02:00
Yanuar Aditia
24ae46727c
Add indonesian lang for strapi-admin & strapi-plugin-users-permission (#8309) 2020-10-13 15:45:19 +02:00
cyril lopez
abc34d295a
Merge branch 'master' into strapi-admin-ru 2020-10-12 11:42:45 +02:00
cyril lopez
0785ae7587
Merge branch 'master' into drafts_translations_sk 2020-10-12 11:40:56 +02:00
Thomas Pockrandt
f076292b0c
Merge branch 'master' into feature/add-missing-german-translation 2020-10-12 11:39:17 +02:00
cyril lopez
7618cba9cf
Merge branch 'master' into chore/remove-not-need-dep 2020-10-12 10:15:08 +02:00
Bochkarev Ivan
f0ee4302d6 Update Russian translate strapi-admin
Signed-off-by: Bochkarev Ivan <ivanx86@gmail.com>
2020-10-12 08:00:40 +06:00
Sebastian Trebunak
b15d5c8af4 Add Draft/Publish translations in Slovak language
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
2020-10-10 10:19:36 +02:00
Thomas Pockrandt
51e0cec3c8 Add missing german translation and remove unnecessary complicated wordings
Signed-off-by: Thomas Pockrandt <me@thomaspockrandt.com>
2020-10-10 01:45:18 +02:00
Alexandre Bodin
7485de2fdf v3.2.3 2020-10-09 17:12:50 +02:00
Convly
b3d0b72198 v3.2.2 2020-10-09 11:52:09 +02:00
Jean-Sébastien Herbaux
38126d9a32
Fix "has same role as author" condition not working properly (#8202)
* Fix "has same role as author" condition not working properly

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Use creators constants

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Add e2e test for default conditions, fix conditions on mongoose

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix tests in CE

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-10-08 19:50:39 +02:00
soupette
641476ae7f Remove remove-markdown dependency
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-10-08 16:13:42 +02:00
cyril lopez
04e076ef2f
Merge branch 'master' into dependabot/npm_and_yarn/axios-0.20.0 2020-10-08 16:08:12 +02:00
soupette
5b2236def8 Add cursor not-allowed for ce conditions select
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-10-08 09:32:03 +02:00
dependabot[bot]
a0c957348d
Bump axios from 0.19.2 to 0.20.0
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-08 06:09:48 +00:00
Alexandre Bodin
5a77b560e3 v3.2.1 2020-10-07 14:50:47 +02:00
Alexandre Bodin
95f3502ab4 v3.2.0 2020-10-06 11:01:02 +02:00
Alexandre BODIN
ab66df4369
Merge pull request #8182 from strapi/features/allow-setting-published-at-in-api
Allow setting the published_at field in the API
2020-10-05 20:22:23 +02:00
Alexandre Bodin
29286c8fdb Use non visible attributes as a reference for rbac fields
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-05 16:30:48 +02:00
Jean-Sébastien Herbaux
eb5a94501e
Ensure bound permissions in database (#8180)
* Ensure bound permissions in database

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Refactor, handle missing fields & fix e2e tests

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-10-05 16:26:55 +02:00
cyril lopez
ded8bc37bb
Merge pull request #8163 from strapi/fix/remove-static-permissions
Replace static permissions by layout and update tests
2020-10-05 12:12:57 +02:00
Alexandre Bodin
c98089ff65 Merge branch 'master' into releases/3.2
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-05 12:00:03 +02:00
HichamELBSI
1c2aab1f67 Replace static permissions by layout
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-10-02 19:58:50 +02:00
Jean-Sébastien Herbaux
e77679e7bb
Fix author role for the publish permission action (#8153)
* Prevent Author role to have access to the publish permission in CE

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix CE test on role's permissions update

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix unit tests

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-10-02 18:34:13 +02:00
Max Veerapat Kumchom
ea4a607770
add strapi-admin thai translation (#8139)
* init thai template

Signed-off-by: themaxaboy <themaxaboy@hotmail.com>

* translate strapi-admin

Signed-off-by: themaxaboy <themaxaboy@hotmail.com>
2020-10-02 17:41:34 +02:00
Alexandre BODIN
38c5d9ab8b
Merge pull request #8127 from strapi/bump/buffetjs
Bump BuffetJS to 3.3.1
2020-10-02 17:36:14 +02:00
Convly
5f316252f9 Fix (un)install plugins routes visibility
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-10-02 16:43:39 +02:00
Convly
4844ba9ebe Merge branch 'master' into documentation 2020-10-02 11:57:51 +02:00
Convly
564f9228ca v3.1.7 2020-10-02 11:48:42 +02:00
HichamELBSI
9667f0fc3b Bump BuffetJS to 3.3.1
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-10-02 09:54:18 +02:00
Jean-Sébastien Herbaux
e55ea1d6b5
Hide creator fields from public api by default (#8052)
* Add model option to hide/show creators fields in public API response

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Add content-types util, rework sanitize-entity's private handling

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Update search e2e tests, fix an issue on empty search for the core-api controller (find)

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix GraphQL plugin (handle privates attributes on typeDefs + resolver builds)

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix sanitizeEntity import

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Move doc update from beta to stable

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix e2e test

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix pr comments

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Remove creator's field from upload controller routes

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix typedef build for graphql association

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix pr (comments + several issues)

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Add tests for search behavior in content-manager

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Rename files variables to meaningful names (upload controllers)

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix test with search id matching serialNumber

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

* Add toHasBeenCalledWith check for config.get (utils/content-types.test.js)

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-01 17:47:08 +02:00
HichamELBSI
1fc43588e4 Fix author role for the publish permission action
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-10-01 17:43:06 +02:00
Alexandre Bodin
8589848ce4 Merge branch 'features/draft-publish' into releases/3.2
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-01 16:23:32 +02:00