Alexandre Bodin
|
3e174ddf3a
|
Support file upload via multipart/form-data in generated apis
|
2019-08-02 09:08:57 +02:00 |
|
Alexandre Bodin
|
f99e2ab683
|
Support upload multipart in content manager creation and edition of data
|
2019-08-01 12:20:28 +02:00 |
|
Alexandre Bodin
|
c5e50665cd
|
Add upload route in content-manager and remove formdata for data creation
|
2019-07-30 16:58:36 +02:00 |
|
Alexandre Bodin
|
1d09999586
|
Fix search in content-manager
|
2019-07-26 10:57:27 +02:00 |
|
Alexandre Bodin
|
2befa1cf48
|
Use primaryKey on delete queries
|
2019-07-16 23:27:34 +02:00 |
|
Alexandre Bodin
|
56c59c5ae1
|
Implement deleteMany in query.delete
|
2019-07-16 20:11:34 +02:00 |
|
Alexandre Bodin
|
93bf13a77c
|
Implement delete many content-manager with new queries
|
2019-07-16 18:05:24 +02:00 |
|
Alexandre Bodin
|
1658b48aa0
|
Refactor users-permissions to use the new strapi.query
|
2019-07-16 17:23:38 +02:00 |
|
Alexandre Bodin
|
239c065972
|
remove content-manager call in upload services
|
2019-07-16 17:23:25 +02:00 |
|
Alexandre Bodin
|
078d677526
|
Implement CM fetch, fetchAll, create, update, delete
|
2019-07-16 17:23:25 +02:00 |
|
Alexandre Bodin
|
cd19e04d6d
|
Init queryManager
|
2019-07-16 17:23:24 +02:00 |
|
Jim LAURIE
|
41b78f0f4a
|
Fix typo double a
|
2019-07-09 15:09:00 +02:00 |
|
Alexandre Bodin
|
d30f0ca173
|
Fix content manager json parsing strategy
|
2019-07-09 14:45:52 +02:00 |
|
Alexandre Bodin
|
6cad390d97
|
Merge branch 'master' into chore/strapi-new-improvments
|
2019-07-02 15:09:59 +02:00 |
|
henrych4
|
e729fe5405
|
keep initial value if it is string except 'null'
|
2019-06-01 01:50:15 +08:00 |
|
Alexandre Bodin
|
a41641bfe4
|
Add a queries interface to the plugins
|
2019-04-26 13:40:23 +02:00 |
|
Alexandre Bodin
|
ab0fa1f5de
|
Init build bin
|
2019-04-26 13:40:16 +02:00 |
|
soupette
|
a2192c1dec
|
Fix conflicts
|
2019-04-09 16:01:01 +02:00 |
|
soupette
|
e56e46e030
|
Split admin and users.
Co-authored-by: lauriejim
|
2019-04-09 12:09:03 +02:00 |
|
Alexandre Bodin
|
9bc56a3535
|
Apply review changes
|
2019-03-29 16:53:25 +01:00 |
|
Alexandre Bodin
|
b8dc116ff6
|
Fix relations and graphql nested lookups for both mongo and sql
|
2019-03-28 12:13:32 +01:00 |
|
Alexandre Bodin
|
d2db6b633f
|
Mongo + graphql v1
|
2019-03-21 09:07:36 +01:00 |
|
Kamal Bennani
|
5c7dd886aa
|
No longer use convertParams
|
2019-03-21 09:07:02 +01:00 |
|
Kamal Bennani
|
2bdbf12b0a
|
Simplify GraphQL resolver and adapt the ContentManager to the new changes
|
2019-03-21 09:07:02 +01:00 |
|
Aurélien Georget
|
199ed431a8
|
Destructure where condition to make code more readable
|
2019-01-24 12:05:33 +01:00 |
|
Aurélien Georget
|
2a62b9d962
|
Convert where parameters instead of adding complexity in SQL query
|
2019-01-24 11:52:53 +01:00 |
|
Aurélien Georget
|
9e0faf9b5c
|
Fix deleteUser mutation for Mongoose and Bookshelf
|
2018-11-27 14:54:34 +01:00 |
|
Alberto Maturano
|
86cbd0c1b3
|
refactor: Remove unused variable
|
2018-11-14 19:51:05 -06:00 |
|
Vladislav Arsenev
|
e96d048381
|
fix: remove-old-files - fix lost file remove and one new was added
|
2018-09-04 17:57:10 +03:00 |
|
Aurelsicoko
|
94200636da
|
Refetch related data before attach new entry on manyToMany relationship
|
2018-06-14 18:27:44 +02:00 |
|
Aurelsicoko
|
18d3b9cf1e
|
Resolve merge
|
2018-06-13 17:56:41 +02:00 |
|
Jim Laurie
|
b5f05e20a4
|
Fix morph relation
|
2018-06-12 11:26:40 +02:00 |
|
soupette
|
e7357e025c
|
Handle delete many with models from users-permissions
|
2018-06-06 16:20:52 +02:00 |
|
soupette
|
92600ab7b0
|
Handle bulk action for bookshelf
|
2018-06-06 12:47:29 +02:00 |
|
soupette
|
a7411bbd9d
|
Fix conflicts in Strapi.js
|
2018-06-05 19:12:25 +02:00 |
|
soupette
|
8832a5baab
|
Delete many and update relations
Co-authored-by aurelsicoko@gmail.com
|
2018-06-05 18:35:19 +02:00 |
|
soupette
|
9a62aa4939
|
Fix PR feedback
|
2018-06-05 12:04:08 +02:00 |
|
Cyril lopez
|
cb895ab586
|
Fix PR feedback
|
2018-06-04 17:46:08 +02:00 |
|
soupette
|
5ec54d522c
|
Remove comment
|
2018-05-25 17:30:19 +02:00 |
|
soupette
|
5366b1c6ad
|
GraphQL filters
|
2018-05-25 17:03:43 +02:00 |
|
soupette
|
48514fa8c4
|
Fix strapi utils convert params function
|
2018-05-25 15:57:07 +02:00 |
|
soupette
|
94447b072f
|
Fix sort for bookshelf
|
2018-05-23 11:27:39 +02:00 |
|
soupette
|
87d70a8d34
|
Fix count query bookshelf in ctm & users-permissions
|
2018-05-23 10:29:04 +02:00 |
|
soupette
|
1fae3e9852
|
Fix ctm bookshelf find query with sort
|
2018-05-22 18:23:03 +02:00 |
|
soupette
|
185350f07c
|
Fix count routes for mongoose
|
2018-05-22 17:11:35 +02:00 |
|
soupette
|
220e6baaef
|
Harmonize content manager filters options to match the generated APIs
Change the GlobalPagination & PageFooter params type
Apply these modifications into the plugins that were using those compos
|
2018-05-16 17:10:43 +02:00 |
|
soupette
|
8a4412d6d6
|
Add eslint to ctm backend folders
|
2018-04-30 16:32:48 +02:00 |
|
Aurelsicoko
|
f7b41dbc01
|
Fix uploaded file on create
|
2018-04-17 17:50:23 +02:00 |
|
Aurelsicoko
|
87b07c8eeb
|
Resolve conflicts
|
2018-04-13 18:04:03 +02:00 |
|
Jim Laurie
|
bdd1583543
|
Handle polymorphic in admin
Only for collection: * poly side
|
2018-04-10 14:46:36 +02:00 |
|