14071 Commits

Author SHA1 Message Date
Darsh Shah
16b91851db
fix: image URL in README.md (#6988)
* Update README.md

updated logo image URL

* Updated link

* fix: image url
2020-07-27 22:18:17 +02:00
Alexandre BODIN
c4472f620b
Merge pull request #7212 from strapi/fix/issue-7196
Fix admin routes and user controllers conflicting
2020-07-27 19:47:22 +02:00
Alexandre BODIN
9c4728ccc5
Merge pull request #7198 from strapi/fix/date-validations
Fix date and datetime required validations issue
2020-07-27 18:47:47 +02:00
Alexandre Bodin
0369d5f2c7 Fix admin routes and user controllers conflicting
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-27 18:32:17 +02:00
Bartosz
8c40d2192d
Fix invalid local uploads path (#6925)
* Fix invalid local uploads path

File upload provider does not consider the strapi configuration. This patch should fix the problem.

* getStaticPath -> uploadDir

* Use config.get method

* plugin-upload tests fix
2020-07-27 17:18:55 +02:00
Diego Gallardo
2542cea3a6
Update README.md (#7190)
Added extra settings on the mailgun config based on the mailgun usage overview.
You can check the doc, and it specify the domain parameter.
https://www.npmjs.com/package/mailgun-js#usage-overview

You need to specify the domain, otherwise the email won't be sent, but the API return success anyway. 
In my scenario I have a mailgun account with multiple domains and without this param the email was not sent. Don't know if a mailgun with a single domain works.
2020-07-27 16:39:55 +02:00
soupette
3639fdc047 Fixes #7186
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-27 12:04:44 +02:00
soupette
b84e33ca47 Fix date and datetime required validations issue
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-27 11:52:27 +02:00
JuanCarlosJr97
e81c6ba567
Updating api.js deleting console.log (#7185)
Signed-off-by: Juan Carlos Blanco Delgado <juancarlosjr97@gmail.com>
2020-07-27 11:05:45 +02:00
dependabot[bot]
33634151d4
Bump pluralize from 7.0.0 to 8.0.0 (#7126)
Bumps [pluralize](https://github.com/blakeembrey/pluralize) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/blakeembrey/pluralize/releases)
- [Commits](https://github.com/blakeembrey/pluralize/compare/v7.0.0...v8.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-07-25 08:53:05 +02:00
alaoui abdellah
bca8bb662a
style: 📝 Improve error message of file upload by adding an example (#7111)
Signed-off-by: Abdellah Alaoui <als.abdellah@gmail.com>
2020-07-25 08:45:06 +02:00
Alexandre BODIN
ab77f264ae
Merge pull request #7159 from strapi/fix/sortAndQuery
fix count with sort param
2020-07-24 15:11:17 +02:00
Pierre Noël
6d825fc3ca fix count with sort param
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-24 15:06:38 +02:00
Alexandre BODIN
df7d7d416a
Merge pull request #7155 from strapi/fix/7139
Fixes #7139
2020-07-24 14:26:19 +02:00
soupette
a9387d49f4 Fixes #7139
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-24 12:11:52 +02:00
Igor Tatarintsev
bb6365213b
Bump VK provider version (#6594)
Signed-off-by: Igor Tatarintsev <ietatarin@gmail.com>
2020-07-24 11:10:09 +02:00
Alexandre Bodin
35bae7df57 v3.1.1 v3.1.1 2020-07-23 18:53:55 +02:00
Alexandre BODIN
9e53ee7220
Merge pull request #7146 from strapi/fix/missing-telemtry
Fix missing event
2020-07-23 18:51:21 +02:00
Alexandre Bodin
83b7926e3a Fix missing event
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-23 18:36:29 +02:00
Alexandre BODIN
f21524bbbe
Merge pull request #7054 from strapi/fix/usersAndPermsLocalAuth
update doc + add localhost in confirmation links if url is not set
2020-07-23 16:16:08 +02:00
Alexandre BODIN
a588c55f20
Merge pull request #7136 from strapi/fix/upload-api
Fix upload api
2020-07-23 14:56:35 +02:00
Alexandre Bodin
e18c54b225 Fix upload api
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-23 14:21:45 +02:00
Pierre Noël
75be8688d2 DOC replace .html by .md
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-23 11:09:42 +02:00
Pierre Noël
7465b74d25 fix typo + remove comment
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-23 11:09:41 +02:00
Pierre Noël
4dc853a6e1 update doc + add localhost in confirmation links if url is not set
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-23 11:09:21 +02:00
Alexandre Bodin
8fd98b0c33 Fix test
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-22 15:17:23 +02:00
DMehaffy
a58cd8f17b
Fixing service documentation and fixing DO referral link (#7101)
* Fix service docs for upload plugin

https://github.com/strapi/strapi/discussions/7090

* Change DO referral links
2020-07-22 14:23:54 +02:00
Will Eldrid-Otterburn
22319dc6d0
Upgrade apollo-server-koa (#7087)
* Upgrade apollo-server-koa

Signed-off-by: Will Eldrid-Otterburn <will.eldrid-otterburn@red-badger.com>

* Set apollo-server-koa to strict version

Signed-off-by: Will Eldrid-Otterburn <will.eldrid-otterburn@red-badger.com>

Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-07-22 14:07:08 +02:00
Abdón Rodríguez Davila
86d1690314
Setup official GitHub Dependabot (#7103)
* Setup official GitHub Dependabot

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Add .npmrc file

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-07-22 11:43:45 +02:00
Maxwell Simmer
9684cd30db
Updates webhooks RegExp to allow undescores, fixes #5543 (#7079)
Signed-off-by: Maxwell Simmer <maxwell.simmer@gmail.com>
2020-07-22 10:49:55 +02:00
Alexandre Bodin
502f2485b2 update yarn.lock
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-22 10:27:14 +02:00
Alexandre Bodin
246d9e8197 Merge remote-tracking branch 'origin/master'
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-22 08:10:55 +02:00
Alexandre Bodin
0c4c955980 Add note in doc about the version for OR and AND operators
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-22 08:10:04 +02:00
Alexandre Bodin
ee0286ce5b Add note in doc about the version for OR and AND operators
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-22 08:09:45 +02:00
Alexandre Bodin
1bbf1bc0dc v3.1.0 v3.1.0 2020-07-21 19:30:45 +02:00
Alexandre BODIN
35aafde228
Merge pull request #7060 from strapi/fix/dot-env-load
Make sure dot env is loaded at the right moment
2020-07-20 19:33:57 +02:00
Alexandre BODIN
c2fb4904cd
Merge pull request #6965 from strapi/features/rbac
Features/rbac
2020-07-20 19:07:46 +02:00
Alexandre BODIN
e0ee7732ec
Merge pull request #7084 from strapi/chore/update-license-info
Update license info
2020-07-20 19:02:50 +02:00
Alexandre Bodin
62b2192c95 Update license info
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-20 18:40:52 +02:00
Pierre Noël
9983d3b44e clean conditions at get and update
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-20 17:40:01 +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
6baa8dbb98
Merge pull request #7041 from strapi/chore/markdown-it
Change preview for markdown-it in order to have all md support
2020-07-20 13:19:48 +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
Alexandre Bodin
f4dfe8c1f2 Merge branch 'fix/ce-allow-role-name-edition' of github.com:strapi/strapi into fix/ce-allow-role-name-edition 2020-07-20 11:46:49 +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
9138034dbc Make admin role not editable at all
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-20 11:39:26 +02:00
Alexandre BODIN
3085994ec7
Merge pull request #7063 from abdonrd/slugify
Update slugify dependency
2020-07-20 11:30:51 +02:00
soupette
138f3bd0e9 Upgrade buffet.js
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-20 10:50:13 +02:00
soupette
27a19dc9ed Fixes #6520
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-20 10:34:38 +02:00
soupette
71d928414b Disable super admin role edition
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-20 10:10:13 +02:00