88 Commits

Author SHA1 Message Date
Jim Laurie
e8181a397f Review bookshelf filters
fix #863
2018-04-03 12:38:33 +02:00
Jim Laurie
489aefba06 Rename role registered to authenticated 2018-03-14 16:56:12 +01:00
Aurelsicoko
d406c456eb Fix bookshelf manage relation 2018-03-07 18:47:46 +01:00
Aurelsicoko
31d9fd0df9 Update bookshelf manage relations business logic 2018-03-07 18:15:45 +01:00
Aurelsicoko
234d913c1b Add/remove images file Content Manager for SQL databases 2018-03-01 17:39:31 +01:00
Aurelsicoko
85fb0f5919 Fix non-polymorphic relations in strapi-bookshelf 2018-02-28 18:10:30 +01:00
Aurelsicoko
e63a1f19fc Handle empty relationships on morph side 2018-02-26 11:12:49 +01:00
Aurelsicoko
946f0f17b3 Enhance polymorphic syntax 2018-02-22 15:34:33 +01:00
Aurelsicoko
26c10cddd0 Handle morphToOne and morphToMany verbose 2018-02-21 17:33:30 +01:00
Aurelsicoko
dd354caf60 Handle most polymorphic use cases with Bookshelf 2018-02-21 16:35:25 +01:00
Aurelsicoko
dc75b51d6f [WIP] Polymorphic associations with Bookshelf 2018-02-20 19:59:05 +01:00
Amit Yadav
7aa83dd897
Merge branch 'master' into hot_fix_-467 2018-01-31 19:25:08 +05:30
Amit Yadav
aabecd2fec
Removed async/await as it had to impact 2018-01-31 19:22:52 +05:30
Amit Yadav
bae0159208 Fixes strapi#467 2018-01-24 20:15:11 +05:30
Aurelsicoko
8f85d85349 Improve roles in database to work with Bookshelf 2018-01-23 18:54:17 +01:00
Amit Yadav
5d9a49256a
Fixes https://github.com/strapi/strapi/issues/467 2018-01-18 23:34:20 +05:30
FixError
c5bb2da0a4 fix bug
(const variable is assigned it cannot be assigned again and an attempt to do so will throw an error)
2018-01-12 00:58:34 +02:00
Aurelsicoko
dafec67234 Merge branch 'master' of github.com:strapi/strapi into relation/users 2018-01-04 11:25:27 +01:00
Aurelsicoko
ca7f12e985 Improve documentation for sorting filters 2017-12-20 16:06:02 +01:00
Aurelsicoko
b208b0aa92 Change table naming for plugins 2017-12-18 14:07:35 +01:00
Aurelsicoko
74e1f0529d Fix specific case in one-to-one relation 2017-12-13 14:36:07 +01:00
Aurelsicoko
b08a4d811c Use local global to expose model for Bookshelf & move globalId definition in the core 2017-12-13 11:38:38 +01:00
Aurelsicoko
628ad4add4 Fix strapi-bookshelf to work w/ associations w/ plugins & JWT condition 2017-12-12 16:14:38 +01:00
Jim Laurie
95607dc7ed Load bookshelf plugin model if not apis 2017-11-30 13:57:47 +01:00
Jim Laurie
baa2f92040 Mount plugin models for bookshelf 2017-11-28 15:00:49 +01:00
Jim Laurie
8cf8c24ee7 Load bookshelf plugins models 2017-11-15 17:27:07 +01:00
Jim Laurie
4bd0427ba6 Fix mongoose collection prefix plugin 2017-11-15 16:59:12 +01:00
Jim Laurie
49901024cd Delete useless variable 2017-11-02 13:57:52 +01:00
Jim Laurie
084cb3c49e Fix PR feedback 2017-11-01 15:16:28 +01:00
Jim Laurie
14b2676524 Fix relation create one to one object 2017-10-31 14:44:34 +01:00
Jim Laurie
c479480d34 Fix relation create one to one 2017-10-31 13:43:48 +01:00
Jim Laurie
a2214ed0d7 Handle relation bookshelf oneToOne 2017-10-27 19:06:22 +02:00
Jim Laurie
08970eee3e Handle manyToMany relations bookshelf by object 2017-10-27 18:22:58 +02:00
Jim Laurie
c47492ea21 Handle manyToMany relations bookshelf by id 2017-10-27 17:57:50 +02:00
Jim Laurie
35b6a50810 Handle relation oneToMany dominant bookshelf 2017-10-26 17:21:23 +02:00
Jim Laurie
7bd5f1021e Fix conflicts 2017-09-28 13:18:36 +02:00
Aurelsicoko
019690d6d6 Improve notification behaviour and solve issue with no relationships 2017-09-19 13:40:26 +02:00
Aurelsicoko
d8b14f6b67 Fix spread issue 2017-09-18 18:20:33 +02:00
Aurelsicoko
eef2d3d96e Handle relationships edition for Bookshelf 2017-09-14 18:47:10 +02:00
Aurelsicoko
4e089f7909 Solve issues to be able to use bookshelf correctly 2017-09-14 16:33:56 +02:00
Jim Laurie
4a18fe6b13 Add bookshelf filters 2017-09-13 12:18:54 +02:00
Jim Laurie
e9120866fe Fix conflicts 2017-08-10 15:38:08 +02:00
aurelsicoko
68b42e0831 Update dependencies and focus on performances 2017-08-05 20:25:57 +02:00
aurelsicoko
4576b85dde Resolve conflicts in bookshelf connector 2017-07-29 13:53:28 +02:00
aurelsicoko
202cf6f5a8 Resolve conflicts 2017-07-28 18:56:28 +02:00
aurelsicoko
8013990ee4 Remove tableName property in model and update defaults configurations 2017-07-28 16:31:23 +02:00
aurelsicoko
401d618a07 Take care of new configurations files 2017-07-26 18:53:48 +02:00
aurelsicoko
4f7efef381 Update core architecture 2017-07-24 19:58:03 +02:00
Aurélien GEORGET
fcba36d47c Merge pull request #217 from dj-hedgehog/alpha.4
Add beforeFetchCollection & afterFetchCollection lifecycle hooks
2017-07-17 11:08:17 +02:00
Pierre Burgy
f316b51e33 Remove useless default config in strapi-bookshelf 2017-07-17 10:54:27 +02:00