1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-28 13:15:12 +01:00
bitwarden-server/src/Api
Chad Scharf b2a0aa2860
EC-262 - implement org user deactivated flag and behavior server (#2050)
* SM-47 - Add Disabled status to enum + schema

* SM-47 - Enable and disable sprocs and repositories

* SM-47 - Organization service enble/disable user

* SM-47 - Fix lint errors

* SM-47 - add disable/enable endpoints to API

* SM-47 - Add bulk operations for enable/disable

* SM-47 - Fix linting errors, one of these days I'll do this first

* SM-47 - Codesense fix DRY warnings

* EC-262 - Code review changes, async cleanup

* EC-262 - Fix build issues, async refs

* EC-262 - Update controller param types

* EC-262 - Ensure mutable state is correct

* EC-262 - rename disabled to deactivated
2022-06-16 15:59:57 -04:00
..
Controllers EC-262 - implement org user deactivated flag and behavior server (#2050) 2022-06-16 15:59:57 -04:00
Jobs Feature/self hosted families for enterprise (#1991) 2022-05-10 16:12:09 -05:00
Models [PS-616] [PS-795] Fix/auto enroll master password reset without user verification (#2038) 2022-06-08 08:44:28 -05:00
Properties Fix port number for vs profile Api-SelfHost (#2011) 2022-05-23 14:22:04 -05:00
Public/Controllers Run dotnet format (#1764) 2021-12-16 15:35:09 +01:00
Utilities Fix/identity service model validation (#1837) 2022-02-02 13:26:15 -06:00
.dockerignore Update output directory for dotnet builds (#1358) 2021-05-27 12:16:12 -04:00
Api.csproj Update swashbuckle for swaggerUI (#2039) 2022-06-07 10:11:18 -04:00
appsettings.Development.json Log swallowed HttpRequestExceptions (#1866) 2022-04-07 12:37:11 +02:00
appsettings.json Fix Stripe object lock timeouts (#1735) 2021-11-29 10:01:51 +10:00
appsettings.Production.json Remove Business Portal (#1614) 2021-10-06 10:39:13 +02:00
appsettings.QA.json revamping the build scripts (#1620) 2021-10-08 09:53:56 -07:00
appsettings.SelfHosted.json Remove Business Portal (#1614) 2021-10-06 10:39:13 +02: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 Postgres & MySql Support For Self-Hosted Installations (#1386) 2021-07-08 16:35:48 +00:00
entrypoint.sh Move jobs to api hosted service w/ quartz 2018-08-09 16:08:09 -04:00
packages.lock.json Update swashbuckle for swaggerUI (#2039) 2022-06-07 10:11:18 -04:00
Program.cs Run dotnet format (#1764) 2021-12-16 15:35:09 +01:00
runtimeconfig.template.json migrate to vs 2017 2017-03-08 00:17:59 -05:00
Startup.cs Feature/self hosted families for enterprise (#1991) 2022-05-10 16:12:09 -05:00