1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-27 17:47:37 +01:00
bitwarden-server/util/MySqlMigrations/Migrations
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
..
20210617183900_Init.cs Postgres & MySql Support For Self-Hosted Installations (#1386) 2021-07-08 16:35:48 +00:00
20210617183900_Init.Designer.cs Postgres & MySql Support For Self-Hosted Installations (#1386) 2021-07-08 16:35:48 +00:00
20210709095522_RemoveProviderOrganizationProviderUser.cs [Provider] Add support for events (#1447) 2021-07-15 16:37:27 +02:00
20210709095522_RemoveProviderOrganizationProviderUser.Designer.cs [Provider] Add support for events (#1447) 2021-07-15 16:37:27 +02:00
20210716142145_UserForcePasswordReset.cs [Reset Password v1] Update DB for Forced Reset (#1467) 2021-07-21 11:47:11 -05:00
20210716142145_UserForcePasswordReset.Designer.cs [Reset Password v1] Update DB for Forced Reset (#1467) 2021-07-21 11:47:11 -05:00
20210921132418_AddMaxAutoscaleSeatsToOrganization.cs Organization autoscaling (#1585) 2021-09-23 05:36:08 -05:00
20210921132418_AddMaxAutoscaleSeatsToOrganization.Designer.cs Organization autoscaling (#1585) 2021-09-23 05:36:08 -05:00
DatabaseContextModelSnapshot.cs Organization autoscaling (#1585) 2021-09-23 05:36:08 -05:00