Ghost/ghost/admin/app/controllers
Sag e6254bbb93
🎨 Removed member bulk deletion safeguard from safe queries (#20747)
fixes https://linear.app/tryghost/issue/ENG-1484

- in Ghost release
[v5.89.0](https://github.com/TryGhost/Ghost/releases/tag/v5.89.0), we
have added a safeguard around bulk member deletion, due to a limitation
in NQL for member filters (commit: 2484a77)
- with this change, we limit the safeguard to only the cases we know are
problematic, and remove it for other useful and safe queries
- more precisely, the safeguard is in place only when:
    - Multiple newsletters exist, and the filter contains 2 or more
newsletter filters
    - If any of the following stripe filters are used even once:
        - Billing period
        - Stripe subscription status
        - Paid start date
        - Next billing date
        - Subscription started on post/page
        - Offers
2024-08-14 15:48:54 +00:00
..
lexical-editor
members
posts
activitypub-x.js
application.js Removed cache buster from client extensions script (#20668) 2024-07-25 15:40:12 -07:00
billing.js
collection.js
collections.js
dashboard.js
demo-x.js
designsandbox.js
error.js
explore.js
home.js
lexical-editor.js 🐛 Fixed unsaved changes confirmation on Lexical schema change (#20687) 2024-08-05 12:58:58 +00:00
member.js Revert "🐛 Fixed unexpected leave confirmation after Cmd+S on member profile" 2024-07-02 21:49:08 +02:00
members-activity.js
members.js 🎨 Removed member bulk deletion safeguard from safe queries (#20747) 2024-08-14 15:48:54 +00:00
mentions.js
migrate.js
offer.js
offers.js
pages-loading.js
pages.js Improved performance loading posts & pages in admin (#20646) 2024-07-29 16:19:28 +00:00
posts-loading.js
posts.js Improved performance loading posts & pages in admin (#20646) 2024-07-29 16:19:28 +00:00
reset.js Updated password reset notification (#20510) 2024-07-02 15:24:14 +02:00
settings-x.js
setup.js
signin.js Updated password reset notification (#20510) 2024-07-02 15:24:14 +02:00
signup.js
site.js
tag.js
tags.js
whatsnew.js