kirrg001
7810140f15
Avoided site.changed event if nothing has changed
...
refs #10461
2019-02-07 22:08:36 +01:00
Katharina Irrgang
4acc375fb6
Bumped knex & bookshelf dependencies ( #10404 )
...
refs #9389 , refs #9248
- https://github.com/bookshelf/bookshelf/releases/tag/0.14.0
- Bookshelf has fixed it's previous attr handling, see https://github.com/bookshelf/bookshelf/pull/1848
- SQlite3 double slashes was merged into knex and released 👻 tgriesser/knex@c746dea
2019-01-21 21:53:11 +01:00
kirrg001
789a3c0715
Removed x_by fields from API v2 response
...
refs #10286
- v2 no longer exposes x_by fields (published_by, updated_by, created_by)
- we will add a brand new concept called activity stream/actions soon
2019-01-03 16:38:52 +01:00
Katharina Irrgang
1b9c61eed1
Returned relative paths in html for Content API V2 by default ( #10091 )
...
refs #10083
- you can send `?absolute_urls=true` and Ghost will also transform the paths in the content (this is optional/conditional)
2018-11-05 18:07:45 +01:00
kirrg001
759c25d03e
Fixed read posts/pages for v2
...
refs #9866
- read does not support `filter`
2018-10-19 10:40:47 +02:00
Fabien O'Carroll
e865d2218c
🐛 Fixed pagination/duplicate posts and users appearing in admin area ( #10031 )
...
closes #10029
- allowed page option for users, posts, & tags browse
- The page query param was not forwarding to the query, meaning that when the admin client requested the next page of users or posts, it would receive the first page again.
2018-10-18 10:05:51 +01:00
kirrg001
a153400164
Added posts controller to v2
...
refs #9866
2018-10-12 19:21:43 +02:00