1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-24 20:58:49 -05:00

5961 Commits

Author SHA1 Message Date
voommen-livefront
d6f4b85de9 PM-20574 added revision date back into the mix 2025-06-20 15:01:32 -05:00
voommen-livefront
bfeb572147 PM-20574 removed revisionDate column that was missed previously 2025-06-20 14:26:26 -05:00
voommen-livefront
57c01c3298 PM-20574 removed RevisionDate from designer files 2025-06-20 14:12:23 -05:00
voommen-livefront
22a89cc8da PM-20574 removed revisionDate, update procedures and used views 2025-06-20 13:56:10 -05:00
voommen-livefront
360ee89d4e PM-20574 fixed inconsistency in db script 2025-06-18 17:09:25 -05:00
voommen-livefront
f63bde0ec5 PM-20574 updated script to fix build error 2025-06-18 16:53:09 -05:00
voommen-livefront
76821788d7 PM-20574 formatted sql and updated as per PR comments 2025-06-18 16:32:41 -05:00
voommen-livefront
6356e94447 PM-20574 amend update proc for OrganizationApplication by adding createDate 2025-06-18 12:00:30 -05:00
voommen-livefront
d4b2024135 PM-20574 add CreateDate to the update proc 2025-06-18 11:59:21 -05:00
voommen-livefront
0d50e1114a PM-20574 set OUTPUT param for Id property in create and update proc 2025-06-18 11:17:09 -05:00
voommen-livefront
661528ccb7 PM-20574 fixing merge conflicts 2025-06-17 12:17:17 -05:00
voommen-livefront
618f5338b3 Merge branch 'main' into dirt/pm-20574/database_tables_and_scripts_riskinsights 2025-06-17 11:44:15 -05:00
voommen-livefront
7151ae40bd PM-20574 adding index in scripts and missing table 2025-06-17 11:12:27 -05:00
Vincent Salucci
6dc26f4be6
chore: remove external id feature flag, refs PM-18634 (#5974) 2025-06-17 10:55:42 -05:00
voommen-livefront
ceebfd7f57 PM-20574 fixed reference to a stored proc 2025-06-17 10:33:16 -05:00
✨ Audrey ✨
a3c5741164
[PM-22610] validate file within max length; log deletion of invalid uploads (#5960) 2025-06-17 15:07:26 +00:00
Patrick Honkonen
0a5dc04d9e
[PM-22458] Add user managed privileged apps FF for Android (#5935) 2025-06-17 14:48:11 +00:00
Alexey Zilber
17507446a4
Added SendGridApiHost to Globals (#5961)
* Added SendGridApiHost to Globals

* Added SendGridApiHost for test coverage
2025-06-17 21:35:38 +08:00
Brant DeBow
a529492d1d
[PM-17562] Update documentation for event integrations (#5924)
* [PM-17562] Update documentation for event integrations

* Fix SonarQube suggestion, bring ASB event listener in line with integration listener

* Apply suggestions from code review

Co-authored-by: Matt Bishop <mbishop@bitwarden.com>

* Updates to README - PR fixes, additional context, tense alignment

* Fix the formatting for inlined code snippets

* Add links to different sections; remove inline code formatting in favor of single bacticks for JSON

---------

Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
2025-06-17 08:38:16 -04:00
Rui Tomé
5ffa937914
[PM-22098] Create default collection when organization member is confirmed (#5944)
* Add RequiresDefaultCollection method to PersonalOwnershipPolicyRequirement

* Add CreateDefaultLocation feature flag to Constants.cs

* Add DefaultUserCollectionName property to OrganizationUserConfirmRequestModel with encryption attributes

* Update PersonalOwnershipPolicyRequirement instantiation in tests to use constructor with parameters instead of property assignment

* Enhance ConfirmOrganizationUserCommand to support default user collection creation. Added logic to check if a default collection is required based on organization policies and feature flags. Updated ConfirmUserAsync method signature to include an optional defaultUserCollectionName parameter. Added corresponding tests to validate the new functionality.

* Refactor Confirm method in OrganizationUsersController to use Guid parameters directly, simplifying the code. Updated ConfirmUserAsync call to include DefaultUserCollectionName from the input model.

* Move logic for handling confirmation side effects into a separate method

* Refactor PersonalOwnershipPolicyRequirement to use enum for ownership state

- Introduced PersonalOwnershipState enum to represent allowed and restricted states.
- Updated PersonalOwnershipPolicyRequirement constructor and properties to utilize the new enum.
- Modified related classes and tests to reflect changes in ownership state handling.
2025-06-17 12:20:22 +01:00
Tom
b8244908ec
[PM-20112] Member access stored proc and splitting the query (#5943) 2025-06-16 16:32:36 -05:00
Github Actions
66d1c70dc6 Bumped version to 2025.6.2 2025-06-16 13:09:36 +00:00
Graham Walker
26908b2786
Merge branch 'main' into dirt/pm-20574/database_tables_and_scripts_riskinsights 2025-06-13 19:42:40 -05:00
Graham Walker
7d2b12b715
PM-20574 generating new migration scripts 2025-06-13 16:59:20 -05:00
Graham Walker
d4e284f50a
PM-20574 fixing directory for entities and removing scripts from other databases 2025-06-13 16:37:02 -05:00
Jimmy Vo
4a12120950
[PM-19703] Fix admin count logic to exclude current organization (#5918) 2025-06-13 16:27:48 -04:00
Graham Walker
85c4837714
PM-20574 fixing sql 2025-06-13 15:15:43 -05:00
Graham Walker
093731bbb6
PM-20574 fixing sql file 2025-06-13 13:45:38 -05:00
Graham Walker
f0e709dc0f
PM-20574 fixing file names and extensions 2025-06-13 13:45:05 -05:00
Graham Walker
47eb1ee8e8
PM-20574 fixing syntax in migration script 2025-06-13 11:50:19 -05:00
Graham Walker
c427c36ad6
PM-20574 fixing migration script formatting 2025-06-13 11:37:07 -05:00
Graham Walker
27bce10901
PM-20574 fixing table scripts 2025-06-13 11:27:18 -05:00
Graham Walker
5546a3874d
Merge branch 'main' into dirt/pm-20574/database_tables_and_scripts_riskinsights 2025-06-13 11:16:49 -05:00
Graham Walker
dfd6e50ebb
PM-20574 fixing table scripts 2025-06-13 11:16:18 -05:00
Graham Walker
79dbb86661
PM-20574 fixing migration script 2025-06-13 11:11:25 -05:00
Github Actions
db77201ca4 Bumped version to 2025.6.1 2025-06-12 16:07:52 +00:00
Vince Grassia
0bdd18d6b7
Remove logic for generating and uploading checksum artifacts (#5950) 2025-06-12 11:26:35 -04:00
Jared McCannon
66a89245f9
[PM-20590] Correcting error provided when scaling provider org (#5951)
* Moved provider org check above organization stripe id checks.
2025-06-12 08:48:15 -05:00
Thomas Rittson
64b288035c
Chore: document SutProvider and clean up UserServiceTests (#5879)
* UserServiceTests - use builder pattern for SutProvider to reduce boilerplate
* SutProvider - add xmldoc
2025-06-12 10:21:05 +01:00
Thomas Rittson
463dc1232d
Add xmldoc for OrganizationUser (#5949) 2025-06-12 10:47:41 +10:00
SmithThe4th
6d36f636c4
Revert "replace fallback icon default with response (#5878)" (#5956)
This reverts commit ed780d45d3f5e839bd1e390aecb2447ac33b006f.
2025-06-11 21:46:21 +00:00
Jimmy Vo
821f66e99f
[PM-22205] Fix logic for sending out revoked email (#5933) 2025-06-11 16:55:42 -04:00
Brandon Treston
be72a77c72
[PM-22099] add collection type (#5942)
* add CollectionType enum

* add CollectionType to CollectionResponseModels

* cleanup

* clean up

* change types

* add collection type to public API model

* remove redundant statements
2025-06-11 11:01:04 -04:00
cyprain-okeke
a618f97234
[PM 20621]Update error message when lowering seat count (#5836)
* implement the seat decrease error message

* Resolve the comment regarding abstraction

* Resolved the database failure

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* Resolve the failing test

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* Resolve the failing test

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* Resolve the failing upgrade test

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* Resolve the failing test

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* Resolve the failing test

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* Removed the unused method

* Remove the total calculation from the stored procedure

* Refactoring base on pr feedback

* Refactoring base on pr feedback

* Resolve the fauiling database

* Resolve the failing database test

* Resolve the database test

* Remove duplicate migrations

* resolve the failing test

* Removed the unneeded change

* remove this file

* Reverted Deleted migration

* revert the added space

* resolve the stored procedure name

* Rename the migration name

* Updated the stored procedure name

* Revert the changes on the sproc

* Revert unrelated changes

* Remove the unused method

* improved the xmldoc

* Add an integration testing

* Add the use of helper test class

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* Resolve the failing test

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* Resolve the failing test

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* remove object look up

* Resolve message rollback

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

---------

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
2025-06-11 14:03:45 +01:00
Federico Maccaroni
f532236f05
[PM-22572] Added app-intents feature flag key (#5948) 2025-06-10 17:27:51 -03:00
Robyn MacCallum
1bd11e61ef
Add enable-pm-prelogin-settings flag (#5946) 2025-06-10 15:50:22 -04:00
Graham Walker
c8e9f020fb
PM-20574 fixing migration script 2025-06-10 13:11:42 -05:00
Graham Walker
5c37f56118
PM-20574 updating sql migration to fix database test 2025-06-10 13:00:08 -05:00
Graham Walker
4b952b1109
Merge branch 'main' into dirt/pm-20574/database_tables_and_scripts_riskinsights 2025-06-10 12:41:24 -05:00
Graham Walker
b354fea6b9
PM-20574 adding mysql migration 2025-06-10 12:40:27 -05:00