Jim LAURIE
|
fa94d12e4f
|
3.0.0-alpha.12.7.1
|
2018-07-10 18:10:42 +02:00 |
|
Jim LAURIE
|
a6d48caad9
|
3.0.0-alpha.12.7
|
2018-07-10 15:37:47 +02:00 |
|
David Thomas
|
c1d8b5e6ba
|
Add "useNewUrlParser" Mongo driver connection option
Fixes #1532
|
2018-07-08 12:52:16 -04:00 |
|
Jim LAURIE
|
383538e44b
|
Merge branch 'master' into review-logs
|
2018-07-03 17:35:08 +02:00 |
|
Abdón Rodríguez Davila
|
3b0770868c
|
Check if URI
|
2018-07-01 19:20:53 +02:00 |
|
Abdón Rodríguez Davila
|
6fca22a339
|
Refactor URI options
|
2018-07-01 18:53:21 +02:00 |
|
Abdón Rodríguez Davila
|
f19e9e98c1
|
Override connectOptions with URI params
|
2018-07-01 18:47:33 +02:00 |
|
Abdón Rodríguez Davila
|
3efb086aa0
|
Revert "Don't use MongoDB connectOptions when using URI"
This reverts commit f261ee480294a4db9fc0b73fea602951458f4e55.
|
2018-07-01 18:11:11 +02:00 |
|
Abdón Rodríguez Davila
|
62125a08c4
|
Merge branch 'master' into patch-1
|
2018-07-01 18:09:59 +02:00 |
|
Jim LAURIE
|
157c249382
|
Merge branch 'master' of github.com:strapi/strapi into tests/split
|
2018-06-27 14:28:30 +02:00 |
|
Abdón Rodríguez Davila
|
f261ee4802
|
Don't use MongoDB connectOptions when using URI
|
2018-06-27 13:13:34 +02:00 |
|
Jim LAURIE
|
534b17f77f
|
3.0.0-alpha.12.6
|
2018-06-26 18:23:36 +02:00 |
|
Jim LAURIE
|
7bcebb3caa
|
Review generate app logs
|
2018-06-22 15:25:15 +02:00 |
|
Pierre Burgy
|
f0a8b03e73
|
Fix ssl interpretation for mongo connection
|
2018-06-22 12:05:17 +02:00 |
|
Jim LAURIE
|
92bdb4e758
|
3.0.0-alpha.12.5
|
2018-06-18 16:49:28 +02:00 |
|
Jim LAURIE
|
12706a8955
|
Fix Array type mongoose fix #1169
|
2018-06-17 13:24:13 +02:00 |
|
Aurelsicoko
|
75b39b0a4e
|
Resolve conflicts
|
2018-06-15 13:51:19 +02:00 |
|
Aurelsicoko
|
945667dffe
|
Fix oneToMany relationships
|
2018-06-15 10:48:17 +02:00 |
|
Aurelsicoko
|
94200636da
|
Refetch related data before attach new entry on manyToMany relationship
|
2018-06-14 18:27:44 +02:00 |
|
Jim Laurie
|
69157dbba2
|
3.0.0-alpha.12.4
|
2018-06-13 17:39:37 +02:00 |
|
cyril lopez
|
6403df2960
|
Merge branch 'master' into bulk-actions
|
2018-06-08 12:21:11 +02:00 |
|
Jim Laurie
|
2a449532ec
|
3.0.0-alpha.12.3
|
2018-06-06 17:34:07 +02:00 |
|
Jim Laurie
|
72f75ce8ec
|
Fix delete relations manyToMany mongoose
|
2018-06-06 12:06:05 +02:00 |
|
soupette
|
8832a5baab
|
Delete many and update relations
Co-authored-by aurelsicoko@gmail.com
|
2018-06-05 18:35:19 +02:00 |
|
soupette
|
7f4488f65f
|
Remove NoTableWarning int ctb since we automatically creates table
|
2018-05-31 16:14:08 +02:00 |
|
soupette
|
44cff94989
|
Fix conflicts
|
2018-05-31 15:31:46 +02:00 |
|
Raul Riera
|
bf4fa666ec
|
Improved the syntax
|
2018-05-18 21:04:24 -04:00 |
|
Raul Riera
|
e274ff01e9
|
Support for passing additional options
|
2018-05-18 20:49:11 -04:00 |
|
Jim Laurie
|
31c0d7457a
|
3.0.0-alpha.12.2
|
2018-05-17 16:54:27 +02:00 |
|
Jim Laurie
|
5175ee6336
|
Fix media relation update
|
2018-05-17 14:56:53 +02:00 |
|
Jim Laurie
|
4fe7b6176e
|
Fix conflicts & lint
|
2018-05-16 12:07:02 +02:00 |
|
cyril lopez
|
1f019c60c3
|
Merge branch 'master' into eslint
|
2018-05-14 11:50:32 +02:00 |
|
Aurelsicoko
|
49c61d2ca5
|
Rework one-to-one business logic and use getValuePrimaryKey util with Mongoose
|
2018-05-10 12:19:33 +02:00 |
|
Aurelsicoko
|
c7f871745a
|
Fix findOne user, many-to-many relationship loss and remove relation business logic from CM
|
2018-05-09 16:57:16 +02:00 |
|
Aurelsicoko
|
9d8cd3f620
|
Don't push model on useless collection tree
|
2018-05-09 14:58:47 +02:00 |
|
Aurelsicoko
|
b57449ebfa
|
Fix one-to-one relation on Mongoose
|
2018-05-09 14:56:08 +02:00 |
|
Aurelsicoko
|
dfec0b630b
|
Add updateRelations on models and update generated API to use this method
|
2018-05-09 12:52:32 +02:00 |
|
Aurelsicoko
|
fc44709069
|
Move relational management into a separate file
|
2018-05-08 18:44:47 +02:00 |
|
Aurelsicoko
|
de4ac8042d
|
Disable minimize option by default on Mongoose
|
2018-05-07 17:44:02 +02:00 |
|
Jim LAURIE
|
c09f5138a2
|
Merge branch 'master' into eslint
|
2018-05-07 16:03:35 +02:00 |
|
Jim Laurie
|
8f5443db17
|
3.0.0-alpha.12.1.3
|
2018-05-07 10:46:43 +02:00 |
|
soupette
|
6fe297e252
|
Lint strapi-mongoose
|
2018-05-04 18:09:55 +02:00 |
|
soupette
|
2a30a20e7e
|
Important! fix monorepo setup build command
|
2018-05-03 17:39:24 +02:00 |
|
Jim Laurie
|
c491c61a97
|
3.0.0-alpha.12.2
|
2018-05-03 14:15:21 +02:00 |
|
soupette
|
2ab212b195
|
Undo changes
|
2018-05-02 15:31:08 +02:00 |
|
soupette
|
5edbd8551a
|
Add strapi-lint to all setup packages
|
2018-05-02 14:28:02 +02:00 |
|
Jim LAURIE
|
806904c498
|
Delete log
|
2018-05-01 14:31:26 +02:00 |
|
soupette
|
d2b6667666
|
Fix menu footer css
|
2018-04-26 11:27:37 +02:00 |
|
Jim LAURIE
|
e6ad7de20e
|
Merge branch 'master' into fix/lifecycle
|
2018-04-25 12:27:33 +02:00 |
|
Aurelsicoko
|
265fb1bdd9
|
Fix beforeCreate lifecycle
|
2018-04-25 12:23:53 +02:00 |
|