1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01:00
bitwarden-server/src/Api
Rui Tomé c4614bfb3d
[AC-1144] Warn admins when removing or revoking users without master password (#2953)
* [AC-1144] Modified OrganizationUserUserDetails queries to include value for 'HasMasterPassword' property

* [AC-1144] Added 'HasMasterPassword' property to ProviderUserUserDetailsView

* [AC-1144] Added IProviderUserRepository.GetDetailsByIdAsync to get the details for a given ProviderUser.Id

* [AC-1144] Changed ProviderUsersController.Get to use ProviderUserRepository.GetDetailsByIdAsync

* [AC-1144] Modified OrganizationUsersController.Get to user OrganizationUserRepository.GetDetailsByIdWithCollectionsAsync to output HasMasterPassword value

* [AC-1144] Reverted changes for ProviderUser

* [AC-1144] Removed line break
2023-06-16 16:38:58 +01:00
..
Auth [AC-1192] Create endpoints for new Device Approvals page (#2993) 2023-06-15 14:54:08 -07:00
Controllers [AC-1144] Warn admins when removing or revoking users without master password (#2953) 2023-06-16 16:38:58 +01:00
Jobs [PM-1188] Server owner auth migration (#2825) 2023-04-14 13:25:56 -04:00
Models [AC-1144] Warn admins when removing or revoking users without master password (#2953) 2023-06-16 16:38:58 +01:00
Properties Project configuration tune-up (#2994) 2023-06-08 13:21:03 -04:00
Public/Controllers [SG-998] Move files to Vault folders (#2724) 2023-03-02 13:23:38 -05:00
SecretsManager [PM-2633] Warnings cleanup (#3010) 2023-06-16 10:02:05 -04:00
Tools [PM-328] Move files for team-tools (#2857) 2023-04-18 14:05:17 +02:00
Utilities [PM-328] Move files for team-tools (#2857) 2023-04-18 14:05:17 +02:00
Vault [PM-328] Move files for team-tools (#2857) 2023-04-18 14:05:17 +02:00
.dockerignore Update output directory for dotnet builds (#1358) 2021-05-27 12:16:12 -04:00
Api.csproj Project configuration tune-up (#2994) 2023-06-08 13:21:03 -04:00
appsettings.Development.json [EC-261] SCIM (#2105) 2022-07-14 15:58:48 -04:00
appsettings.json [EC-502] Rate Limiting Improvements (#2231) 2022-08-31 14:17:29 -07:00
appsettings.Production.json [EC-261] SCIM (#2105) 2022-07-14 15:58:48 -04:00
appsettings.QA.json [EC-261] SCIM (#2105) 2022-07-14 15:58:48 -04:00
appsettings.SelfHosted.json [EC-261] SCIM (#2105) 2022-07-14 15:58:48 -04:00
build.ps1 local build scripts 2020-03-06 22:05:50 -05:00
build.sh revamping the build scripts (#1620) 2021-10-08 09:53:56 -07:00
Dockerfile [PS-40] Upgrade to .NET 6 (#2056) 2022-06-24 10:39:34 -04:00
entrypoint.sh update entry.sh file for bw apps (#2771) 2023-03-09 14:20:46 +00:00
packages.lock.json Fix Organization License Sync (#2864) 2023-04-24 13:51:08 -04:00
Program.cs Add logging to tokenables (#2298) 2022-09-26 14:22:02 -05:00
runtimeconfig.template.json migrate to vs 2017 2017-03-08 00:17:59 -05:00
Startup.cs [PM-1188] Server owner auth migration (#2825) 2023-04-14 13:25:56 -04:00