* Update README.md
Update link that warns users before starting using MongoDB
* Update README.md
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
* Fix fetch of created_by.roles for the upload permissions' check
* Remove console.log
* Add default value for the set roles
* Fetch the author (user) instead of their roles only
* Only populate roles for the author
* upgrade yup and let tests run
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
* Decrease to minimum upgrade to fix issue
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
* Update Readme to remove old badges
Removed the old Travis badge and swapped the Slack one for the Discord one
* Copy in main README per Victor
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
* Add CLI support for branch in direct GitHub URL
* Change getRepoInfo to return branch
* Change variable name, add eslint 'one-var' rule
* Fix eslint 'one-var' error
* Move fetch GitHub logic in its own file
* Update code to avoid destructuring reassignment
* Update and add some JSDoc
* Add CAS as authentication provider
* reorder provider cas after auth0 at end
* use strapi.log instead of console.log
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
If the input file has EXIF, XMP, IPTC metadata (i.e user disabled "optimize size without quality loss" a.k.a "strip metadata" option in Admin UI), the resized images generated should keep metadata too.
If the user doesn't want to keep metadata, they would let the default option "Optimize size without quality loss" enabled, right? So the resized images wouldn't keep the metadata anyway.
* Fix date field being parsed with a timezone
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
* send YYYY-MM-DD format instead or 2021-04-27T15:01:09.155Z
* Revert "Fix date field being parsed with a timezone"
This reverts commit 498180477bf1750aa177a27786cc9b4e873c4e95.
Co-authored-by: Pierre Noël <petersg83@gmail.com>