1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/util/PostgresMigrations/Scripts
Matt Gibson d39f45c81c
Organization autoscaling (#1585)
* Add autoscale fields to Organization

* Add autoscale setting changes

* Autoscale organizations

updates InviteUsersAsync to support all invite sources.

sends an email to org owners when organization autoscaled

* All organizations autoscale

Disabling autoscaling can be done by setting max seats to current seats.

We only warn about autoscaling on the first autoscaling event.

* Fix tests

* Bug fixes

* Simplify subscription update logic

* Void invoices that fail to delete

Stripe no longer allows deletion of draft invoices that were created as part of subscription updates. It's necessary to void out these invoices without sending tem to the client.

* Notify org owners when their subscription runs out of seats

* Use datetime for notifications

Allows for later re-sending email if we want to periodically remind
owners

* Do not update subscription if it already matches new quatity

* Include all migrations

* Remove unnecessary inline styling

* SubscriptionUpdate handles update decisions

* Remove unnecessary html setter

* PR review

* Use minimum access for class methods
2021-09-23 05:36:08 -05:00
..
2021-07-08_00_Init.psql Setup naming convention for Entity Framework migrations (#1464) 2021-07-15 15:39:54 +00:00
2021-07-09_00_RemoveProviderOrganizationProviderUser.psql Setup naming convention for Entity Framework migrations (#1464) 2021-07-15 15:39:54 +00:00
2021-07-13_00_UserForcePasswordReset.psql [Reset Password v1] Update DB for Forced Reset (#1467) 2021-07-21 11:47:11 -05:00
2021-09-20_00_AddMaxAutoscaleSeatsToOrganization.psql Organization autoscaling (#1585) 2021-09-23 05:36:08 -05:00