9892 Commits

Author SHA1 Message Date
Alexandre Bodin
ebf3922905 Merge branch 'master' into develop 2019-08-12 09:39:59 +02:00
Alexandre Bodin
fe2c2dccb3 v3.0.0-beta.15 v3.0.0-beta.15 2019-08-12 09:35:27 +02:00
chisus
2588c22dd5 Update KO translation 2019-08-12 11:22:56 +09:00
Vladimir Babin
2aa4f71b00 Update RU translation in admin 2019-08-12 00:48:24 +05:00
Casper S
c1e3b991cc
Merge branch 'master' into patch-1 2019-08-10 14:18:14 +02:00
soupette
25d7fad468 Add option to change the logo of the login page 2019-08-09 17:21:39 +02:00
soupette
80a774a9f7 Fix PR feedback 2019-08-09 16:59:28 +02:00
soupette
0e0c36d2cc Merge branch 'develop' of github.com:strapi/strapi into ctm/edit-view-update 2019-08-09 16:32:57 +02:00
soupette
34a178560e Fix required for groups in yup schema 2019-08-09 16:08:02 +02:00
soupette
6add6d4ce4 Fix dnd for group 2019-08-09 15:46:23 +02:00
Alexandre BODIN
668dac61a6
Merge pull request #3748 from strapi/group/tests
Add group feature tests to content manager and core apis
2019-08-09 15:45:23 +02:00
Alexandre BODIN
f84962597e
Merge branch 'develop' into group/tests 2019-08-09 15:45:05 +02:00
Alexandre Bodin
d6f14550d2 Fix content-manager stuff for mongoose 2019-08-09 13:48:31 +02:00
soupette
fb5623df66 New design edit view group field 2019-08-09 13:23:39 +02:00
Alexandre Bodin
34a5424a8a Fixes to mongoose groups 2019-08-09 11:45:31 +02:00
Alexandre Bodin
1792338cbd Add timeouts in afterAll tests 2019-08-09 11:04:48 +02:00
Alexandre Bodin
87ddcaf6c4 Add all group tests 2019-08-09 10:44:24 +02:00
Alexandre Bodin
8f6ca1c0ac Run test on both content manager and generated apis in the same test suite 2019-08-09 09:53:08 +02:00
Alexandre Bodin
d786217d06 Single non required group test 2019-08-09 09:42:27 +02:00
Alexandre BODIN
e6a3c34fc1
Merge pull request #3745 from strapi/chore/tests
Improve end to end tests
2019-08-08 21:17:51 +02:00
Alexandre Bodin
59b283ebae Cleanup after tests 2019-08-08 21:17:11 +02:00
soupette
b36079124b Fix baseline with current inputs 2019-08-08 15:29:45 +02:00
Alexandre Bodin
4dcb694a57 Support Long in mongoose 2019-08-08 14:35:33 +02:00
Alexandre Bodin
4ad7f5bd89 Support biginteger < 2^53 2019-08-08 14:30:45 +02:00
Alexandre Bodin
b35712acc5 Fix data types output to be the same wathever the database is 2019-08-08 14:30:44 +02:00
Alexandre Bodin
d1ee6a662e Apply same date parsing logic to all sql databases on save 2019-08-08 14:30:44 +02:00
Alexandre Bodin
60d04d26eb Init group tests and fix some groups issues 2019-08-08 14:30:43 +02:00
Alexandre Bodin
93c7f63cd1 Add email tests 2019-08-08 14:30:43 +02:00
Alexandre Bodin
d468033b8e Add password tests 2019-08-08 14:30:43 +02:00
Alexandre Bodin
35d22e2c85 Init password tests and split in separate test files 2019-08-08 14:30:42 +02:00
Alexandre Bodin
04d03ab68e Add boolean tests 2019-08-08 14:30:42 +02:00
Alexandre Bodin
9706575c6d Add json tests 2019-08-08 14:30:41 +02:00
Alexandre Bodin
24a5f45e0d Add float tests 2019-08-08 14:30:41 +02:00
Alexandre Bodin
6091202c54 Add decimal test and set sqlite bigint to string 2019-08-08 14:30:40 +02:00
Alexandre Bodin
57120c9a02 Add tests and fix support for bigintegers so it is always a string when it comes out of the database 2019-08-08 14:30:40 +02:00
Alexandre Bodin
5be6a0b020 Init end to end types tests in the content-manager 2019-08-08 14:30:39 +02:00
Alexandre Bodin
8f24eff499 Merge branch 'master' into develop 2019-08-08 14:30:25 +02:00
cyril lopez
5404f49d49
Merge pull request #3692 from strapi/front/repeatable-field-create
Front/repeatable field create
2019-08-08 14:16:40 +02:00
Jim LAURIE
75f1bb16f4
Merge pull request #3746 from strapi/fix/3738
Fix the Updated column in the uploaded files view
2019-08-08 14:10:11 +02:00
cyril lopez
1e00544878
Merge branch 'develop' into front/repeatable-field-create 2019-08-08 12:50:01 +02:00
soupette
62c367f024 Fixes #3738 2019-08-08 12:47:32 +02:00
Alexandre Bodin
35b13351aa Merge branch 'develop' of github.com:strapi/strapi into develop 2019-08-08 12:45:22 +02:00
Alexandre Bodin
c2d794a965 Format type timestampUpdate to timestamp in schema response 2019-08-08 12:45:10 +02:00
soupette
124f8e1e79 Fxes #3717 2019-08-08 12:31:45 +02:00
soupette
2499003a95 Fix PR feedback 2019-08-08 12:16:41 +02:00
soupette
df997d1bd2 Merge branch 'develop' of github.com:strapi/strapi into front/repeatable-field-create 2019-08-08 11:22:52 +02:00
Daniel Kvistgaard
59a6403d8c Update Travis PostgreSQL configuration 2019-08-08 08:57:21 +02:00
Alexandre BODIN
3b32b78d78
Merge pull request #3744 from strapi/feature/mysqlUUID
Add support for bookshelf plugin loading
2019-08-07 13:44:31 +02:00
Derrick Mehaffy
2b5a968f41
remove bookshelf-uuid from hook-bookshelf and add docs 2019-08-07 02:59:20 -07:00
Derrick Mehaffy
90dcf5ae5b
Adding code from Alex and bookshelf-uuid package 2019-08-07 02:59:20 -07:00