Ghost/core
Rish 886f564dc4 Updated default visibility in foreach for posts to all
closes https://github.com/TryGhost/Team/issues/485

In order to loop over all posts, we currently need to pass a visibility="all" flag to a foreach as default for all items in current `visibility` helper is set to `public`. For a post, this behaviour is unintuitive, and inconsistent with the API. Instead, the default visibility should be "all" for the posts. The update allows themes to get all posts directly without passing in visibility -

```
{{#get "posts"}}
    {{#foreach posts}}
        //Loops over all posts, not just `public`
    {{/foreach}}
{{/get}}
```
2021-03-02 15:44:19 +05:30
..
client@21be0a553b Updated Ghost-Admin to v4.0.0-alpha.3 2021-02-23 19:41:50 +00:00
frontend Updated default visibility in foreach for posts to all 2021-03-02 15:44:19 +05:30
server 💡 Enabled foreign key checks on sqlite3 2021-03-02 11:13:19 +01:00
shared Added ElasticSearch logging when available 2021-02-25 15:50:58 +00:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Fixed typo Migratior -> Migration 2021-02-24 13:05:29 +13:00