1742 Commits

Author SHA1 Message Date
HichamELBSI
663a23ca02 Fix after PR review
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:22 +02:00
HichamELBSI
f8236cea39 Unpublish an entry
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:21 +02:00
HichamELBSI
14863821af Save a draft
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:20 +02:00
HichamELBSI
23ede00fa8 Publish a draft
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:20 +02:00
HichamELBSI
941b381ffb Add publish permission
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:19 +02:00
Igor Nikolenko
6a937a995f
Fix autocomplete issue in Chrome. Fixes #7666 (#7802)
Signed-off-by: richardgrey <richie.grey@gmail.com>
2020-09-15 09:47:04 +02:00
Bobby Glidwell
5af64a3837
set email validator to lowercase (#7645)
* set email validator to lowercase

Yup .lowercase() converts the string to lowercase which should be done in all instances of email across the application.

Fixes bug where users created inside Strapi admin panel end up with mixed case emails in database.

Signed-off-by: bglidwell <sintex+github@gmail.com>

* match front-end profile validation to backend

Removed .min(5) from backend validation due to redundancy with .email() check

Signed-off-by: bglidwell <sintex+github@gmail.com>

* cleanup redundant email.toLowerCase()

Signed-off-by: Bobby Glidwell <sintex+github@gmail.com>

* Revert "cleanup redundant email.toLowerCase()"

This reverts commit 4565054b298e4518e4ddf41ca602c5960bd9cc28.

Signed-off-by: Bobby Glidwell <sintex+github@gmail.com>

* fix email case in admin user controller

Signed-off-by: Bobby Glidwell <sintex+github@gmail.com>

* fix email case in api user controller

Signed-off-by: Bobby Glidwell <sintex+github@gmail.com>

* fix for graphql tests

Signed-off-by: Bobby Glidwell <sintex+github@gmail.com>
2020-09-14 09:30:12 +02:00
Dominic
bbb8b421b3
Optimize plugins translation in Traditional Chinese. (#7557)
* Optimize plugin 'content-type-builder' translations in zh.json.

Signed-off-by: Dominic Lee <dominiclee0512@gmail.com>

* Optimize plugin 'documentation' translations in zh.json.

Signed-off-by: Dominic Lee <dominiclee0512@gmail.com>

* Optimize plugin 'upload' translations in zh.json and filter button
missing translation wording.

Signed-off-by: Dominic Lee <dominiclee0512@gmail.com>

* refactor: move filter translation config from plugin to admin core.

Signed-off-by: Dominic Lee <dominiclee0512@gmail.com>
2020-09-14 09:28:11 +02:00
Poluektov Dmitriy
7abaad5d32
improve ru locale (#6903)
Signed-off-by: Poluektov Dmitriy <dmitry.a@kr.digital>
2020-09-08 09:56:42 +02:00
Manoj Paramesh
2080057918
FluidContainer: Fix overlapping on pagination tabs (#7289)
Signed-off-by: Manoj P <thedarkstrix@gmail.com>
2020-09-04 14:44:37 +02:00
Sebastian Trebunak
dad69f5cc4
Improve & add missing Slovak (SK) translations (#7515)
* Improve & add missing SK translations

Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>

* fix one tr string

Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>

* Add translation for strapi-plugin-upload

Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>

* Add 'sk' to export from languages of strapi upload plugin

Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>

* Refine and add missing translations for content-type-builder plugin,, Fix some of previous translations

Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>

* Refine content-type-builder SK translations

Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>

* Add missing translation strings for strapi-plugin-content-manger plugin

Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>

* Add missing translation strings for strapi-plugin-users-permission plugin

Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>

* Refine content type builder translation string to distinguish more precisely between collection title and name

Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>

* Refine one label string

Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>

* Fix some strings in content-manager

Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>

* Fix single component translation string

Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>

Co-authored-by: cyril lopez <cyril.lpz@gmail.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-09-03 16:20:07 +02:00
Rémi de Juvigny
5b338782c4
Add Strapi edition to the admin footer (#7704)
* Update admin footer wording

Signed-off-by: Rémi de Juvigny <remi@hey.com>

* Add dash symbol

Signed-off-by: Rémi de Juvigny <remi@hey.com>

Co-authored-by: cyril lopez <cyril.lpz@gmail.com>
2020-09-03 12:29:08 +02:00
soupette
c62d5810e3 Fixes #7699
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-03 12:09:11 +02:00
An owlet
74d7295911
Remove flag in language selection (#7102)
* Flag is not language!

Signed-off-by: 潘志坚 <jim.pan@dji.com>

* Flag is not language

Signed-off-by: 潘志坚 <jim.pan@dji.com>

* Change locale to native name

Signed-off-by: 潘志坚 <jim.pan@dji.com>

* Add test languageNativeNames

Signed-off-by: 潘志坚 <jim.pan@dji.com>

* Uppercase the first letter of the native language name

Signed-off-by: 潘志坚 <jim.pan@dji.com>
2020-09-02 13:52:14 +02:00
soupette
0f847b159f Fix trad
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-28 16:14:00 +02:00
soupette
3c7ea06f2a Fix permissions
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-28 11:38:27 +02:00
soupette
a8ea727e63 Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-26 16:01:27 +02:00
soupette
fb6010369a Fix conflicts
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-26 10:38:54 +02:00
soupette
a58442dcd5 Fixes #7503.
This fix is temporary until we develop the menu API

Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-25 18:11:43 +02:00
Schaeferjo
ba218a2fe1
fix German word for E-Mail (#7534)
Signed-off-by: Schaeferjo <mail@joschaefer.com>
2020-08-20 18:03:23 +02:00
HichamELBSI
4e4a77ff0f Add new role
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-08-17 17:40:44 +02:00
Alexandre Gigleux
e3d6ce132e
Fix #7141 - Wrong conversion of to a boolean value (#7161)
Signed-off-by: agigleux <alexandre.gigleux@sonarsource.com>

Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-08-13 09:16:36 +02:00
dependabot[bot]
3c80a6c9a5
Bump stylelint-config-recommended from 2.2.0 to 3.0.0 (#7431)
* Bump stylelint-config-recommended from 2.2.0 to 3.0.0

Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-recommended/compare/2.2.0...3.0.0)

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

* Fix lint and dump stylelint

Signed-off-by: HichamELBSI <elabbassih@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HichamELBSI <elabbassih@gmail.com>
2020-08-12 22:58:17 +02:00
p_0g_8mm3_
817c46cd45
Add and improve German translations (#7383)
Signed-off-by: p_0g_8mm3_ <37022952+pr0gr8mm3r@users.noreply.github.com>
2020-08-12 12:17:19 +02:00
Rob Bailey
6f37e75352
Fixing typo in translations/en.json. (#7274)
"Enterprise" was incorrectly spelt as "Entreprise"
2020-08-12 12:09:40 +02:00
soupette
63f4859e31 Init advanced settings page
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-04 17:45:45 +02:00
Alexandre BODIN
ce3a00f2ed
Merge branch 'master' into chore/rbac-tracking 2020-08-03 17:40:16 +02:00
Michael Gwynne
e6d3cc730c Gender Equality
Signed-off-by: Michael Gwynne <michael.gwynne@checkatrade.com>
2020-07-30 12:06:32 +01:00
Maxime Castres
b4c430792c
Add the CheatSheet link (#7213)
Signed-off-by: Maxime Castres <mcastres@student.42.fr>
2020-07-29 13:27:59 +02:00
egg
efdf03cf6d
add Japanese translation of media library (#7226)
Signed-off-by: eggpogg <eggpogg.t@gmail.com>

Co-authored-by: cyril lopez <cyril.lpz@gmail.com>
2020-07-29 13:21:50 +02:00
soupette
2a591f11e9 Add project type property
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-24 09:33:17 +02:00
soupette
fa56c61c97 Add tracking to rbac
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-23 18:28:56 +02:00
soupette
f47b781249 Change pricing page url
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-20 16:20:11 +02:00
Alexandre BODIN
47de0851bc
Merge pull request #7046 from strapi/fix/ce-allow-role-name-edition
Allow name edition in CE
2020-07-20 12:46:48 +02:00
soupette
9ba69f687c Disable super admin role edition
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-20 11:46:03 +02:00
Alexandre Bodin
6bafa35a36 Merge branch 'releases/3.1.0' into features/rbac
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-18 10:12:40 +02:00
soupette
11afd28f35 Allow name edition in CE
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-17 12:37:21 +02:00
Alexandre Bodin
cd710d34e0 Merge branch 'master' into documentation
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-16 17:10:06 +02:00
cyril lopez
dd023c388e
Merge pull request #7026 from strapi/chore/fix-wysiwyg-preview
Chore/fix wysiwyg preview
2020-07-16 15:37:34 +02:00
soupette
990dc43035 Fix users list design
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-16 15:35:18 +02:00
Alexandre Bodin
b71ffa6c6c Merge branch 'master' into features/rbac 2020-07-16 14:52:55 +02:00
Pierre Noël
b341b2fa7a use batch-delete users instead of deleteOne in front
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-16 12:57:55 +02:00
soupette
9347083625 Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-16 11:31:26 +02:00
Vincent Dörig
c587bda522
Fix wrong flag for Swedish (#6926)
* Fix wrong flag for Swedish language

Signed-off-by: Vincent Dörig <dvincdt@gmail.com>

* Add test case

Signed-off-by: Vincent Dörig <dvincdt@gmail.com>
2020-07-15 18:33:07 +02:00
soupette
cd55915642 Rename file
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-15 14:53:28 +02:00
soupette
ce10f61d63 Fix util
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-15 14:47:33 +02:00
soupette
c57108fe22 Remove old trads in strapi-admin
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-15 12:33:03 +02:00
soupette
58bd1deb04 Remove old trads in admin/en.json
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-15 12:32:16 +02:00
soupette
80c7d385d5 Reorder translation files by key value and add script to remove the unneeded keys
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-15 12:05:25 +02:00
soupette
3f4f555528 Clean code
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-15 11:34:55 +02:00