1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-17 00:03:17 -05:00

4324 Commits

Author SHA1 Message Date
Bernd Schoolmann
aad4a8e696
Remove string length limit 2025-06-06 17:43:46 +02:00
Bernd Schoolmann
a9650a878a
Fix wrong filename 2025-06-06 17:28:51 +02:00
Bernd Schoolmann
e0a45520ad
Add index on userid for signature keys 2025-06-06 14:31:01 +02:00
Bernd Schoolmann
95287a95fd
Move sql files to km ownership 2025-06-06 14:17:19 +02:00
Bernd Schoolmann
7b16459a83
Merge branch 'main' into km/db-signing-keys 2025-06-06 14:15:20 +02:00
Bernd Schoolmann
2c473be2ee
Unswap file names 2025-06-06 14:12:36 +02:00
Ben Bryant
20d3911b80
[PM-22380] Enable NRT for some Core project files (#5912)
* Enable NRT for Core/Jobs files

* Enable NRT for Core/HostedServices files

* Enable NRT for Core/Exceptions files

* Enable NRT for Core/NotificationHub files

---------

Co-authored-by: Bernd Schoolmann <mail@quexten.com>
2025-06-06 13:59:57 +02:00
Bernd Schoolmann
6ec9237b8f
Move userSignatureKeyPair model 2025-06-06 13:55:24 +02:00
Bernd Schoolmann
f0a83683d6
Move useresignaturekeypairentitytypeconfiguration to km ownership 2025-06-06 13:54:33 +02:00
Bernd Schoolmann
18e5f8ebd2
Move signature algorithm 2025-06-06 13:53:41 +02:00
Bernd Schoolmann
93292aa505
Switch to generatecomb 2025-06-06 12:10:00 +02:00
Bernd Schoolmann
b83070a925
Switch go generatecomb 2025-06-06 12:09:13 +02:00
cyprain-okeke
acb18c55b3
Resolve the error and consider the free org (#5920) 2025-06-05 18:48:02 +01:00
Matt Bishop
2435063ac8
Move team SQL underneath dbo (#5923) 2025-06-05 12:58:46 -04:00
Bernd Schoolmann
a33bf793e1
Enable nullable 2025-06-05 16:24:14 +02:00
SmithThe4th
66301bb4dc
[PM-19632] Remove security task flag - step 1 (#5856)
* step 1- remove flag on security task controller

* Fixed lint issues
2025-06-04 16:37:42 -04:00
Jordan Aasen
5c4c06baa0
add restricted item type policy (#5914) 2025-06-04 13:06:52 -07:00
SmithThe4th
ed780d45d3
replace fallback icon default with response (#5878) 2025-06-04 15:25:21 -04:00
Alex Morask
769313abbf
Only set automatic tax to true w/ reverse charge flag if customer has billing location (#5917) 2025-06-04 13:31:17 -05:00
Bernd Schoolmann
f47d552bff
Use view for reading usersignaturekeypairs 2025-06-04 12:33:00 +02:00
Bernd Schoolmann
fb00976e19
Move out entitytypeconfiguration 2025-06-04 12:28:34 +02:00
Bernd Schoolmann
30608719bd
Fix build 2025-06-04 12:12:48 +02:00
Bernd Schoolmann
d10fc57b72
Fix build 2025-06-04 12:11:52 +02:00
Bernd Schoolmann
be1e6c0a07
Fix build 2025-06-04 12:06:25 +02:00
Bernd Schoolmann
6f7a1d196a
Move UserSignatureKeyPair to KM codeownership 2025-06-04 12:04:21 +02:00
Bernd Schoolmann
9e0cdf3383
Address feedback 2025-06-04 11:59:53 +02:00
Jordan Aasen
2e14a46cee
[PM-22344] - fix Error: Cannot Decrypt when moving a vault item to a collection (#5911)
* use ToCipher instead of casting

* return ListResponseModel

* fix test

* remove ToArray

* have ShareManyAsync return CipherDetails

* fix test

* fix tests

* fix test

* fix test
2025-06-03 14:02:13 -07:00
Brant DeBow
59f5fafb87
[PM-17562] Add strict delay support for RabbitMQ; Refactor implementation (#5899)
* [PM-17562] Add strict delay support for RabbitMQ

* fix lint error

* Added more robust FailureReason handling and some additional tests

* Fix two issues noted by SonarQube

* Fix typo; Add alternate handling if MessageId is null or empty

* Set MessageId on all message publishers
2025-06-03 10:48:24 -04:00
Alex Morask
8165651285
Remove pm-18794-provider-payment-method (#5850) 2025-06-03 07:50:52 -05:00
Bernd Schoolmann
7869b2f8e0
Merge branch 'main' into km/db-signing-keys 2025-06-03 12:31:34 +02:00
Bernd Schoolmann
14e68428f6
[PM-20225] Block no-userkey legacy users (#5640)
* Block legacy users on all clients over 2025.5

* Update message

* Fix test

* Fix test

* Update blocked version
2025-06-02 22:04:01 +02:00
Henrik
8bac7f0145
[PM-14476] Avoid multiple lookups in dictionaries (#4973)
* Avoid multiple lookups in dictionaries

* Consistency in fallback to empty CollectionIds

* Readability at the cost of lines changed

* Readability

* Changes after running dotnet format
2025-06-02 11:18:28 -05:00
Bernd Schoolmann
ae61005011
Fix difference in SQL SP vs migration 2025-06-02 18:18:10 +02:00
Jordan Aasen
2c4393cc16
[PM-22204] - update cipher/share endpoint to return revision date (#5900)
* return ciper response model in cipher share endpoint. add tests

* return dict instead of full cipher response. adjust specs

* rename vars

* rename vars

* rename vars

* reinsert braces

* add specs

* return CipherMiniResponseModel
2025-06-02 09:05:58 -07:00
Bernd Schoolmann
1aa3de9721
Fix sql 2025-06-02 16:54:56 +02:00
Bernd Schoolmann
a2c33a6557
Cleanup 2025-06-02 16:54:16 +02:00
Daniel James Smith
c7b1c7f6d5
[PM-22190] Remove gathering and reporting of ReferenceEvents (#5897)
* Remove gathering and reporting of ReferenceEvents

* Fix test that relied on reference events throwing

---------

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2025-06-02 16:49:49 +02:00
Bernd Schoolmann
58374dce36
Add more renames 2025-06-02 15:53:37 +02:00
Bernd Schoolmann
7821015398
Fix order 2025-06-02 15:48:28 +02:00
Bernd Schoolmann
febb8f1425
Update parameter order 2025-06-02 15:46:52 +02:00
Bernd Schoolmann
7e341a6b7c
Rename more instances to UserSignatureKeyPair 2025-06-02 15:44:12 +02:00
Bernd Schoolmann
af3366759f
Rename to UserSignatureKeyPairRepository 2025-06-02 15:39:36 +02:00
Bernd Schoolmann
edc5e43898
Further rename to signaturekeypair 2025-06-02 15:34:54 +02:00
Bernd Schoolmann
cfe647f3b4
Rename to signature key pair 2025-06-02 15:32:16 +02:00
Bernd Schoolmann
dbcd7cdec3
Add newline at end of file 2025-06-02 14:59:18 +02:00
Bernd Schoolmann
4eaa8f649c
Move signedPublicKey to last parameter 2025-06-02 14:59:12 +02:00
Bernd Schoolmann
1021518dd8
Rename signedpublickeyownershipclaim to signedpublickey 2025-06-02 14:55:52 +02:00
Bernd Schoolmann
cd0e94b6d2
Rename UserSigningKeys table to UserSigningKey 2025-06-02 14:54:15 +02:00
Bernd Schoolmann
20999391b3
Add signing key repositories, models, and sql migration scripts 2025-06-02 14:50:50 +02:00
tangowithfoxtrot
63f5811aa9
feat: non-root self hosted images for standard deployment (#5701)
* Use IHttpMessageHandlerFactory For HTTP Communication

Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>

* feat: allow custom app-id.json location for rootless

Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>

* fix: new build context wont allow copying git context

* feat: allow images to run as non-root user

* fix: build failures caused by bad merge

* build: we don't need to copy the `.git` dir

* Revert "build: we don't need to copy the `.git` dir"

This reverts commit 32c2f6236a894534de09ffe847ffff064a7174bd.

* Use `IHttpClientFactory` in more places

* update build workflow

* fix: compatibility with the existin run.sh script

* fix: compatibility with existing run.sh script

* Add SelfHosted GlobalSettings for Setup

* Fix my build error

* Add other services

* Add IConfiguration

* fix: missing gosu command for rootful mode

* fix: try using .net core certificate handling

* fix: add `SSL_CERT_DIR` to remaining images

* Remove X509ChainCustomization activation code

* Revert "Use IHttpMessageHandlerFactory For HTTP Communication"

This reverts commit c93be6d52b12599040d3c3d8a7b3bc854c6c6802.

* Revert "fix: build failures caused by bad merge"

This reverts commit 3e4639489b6b6c06b5a977a069002fe0c0eb2057.

* Revert "Use `IHttpClientFactory` in more places"

This reverts commit 284501a4932b819b093406e0bcdf76def22b6eea.

* remove unused code

* re-add error log for installation id

* remove missing error message in log

* build: remove duplicate docker+qemu setup steps

Co-authored-by: Opeyemi <Alaoopeyemi101@gmail.com>

* build: optimize for simpler builds over caching

* build: restore previous method for getting the GIT_HASH

* fix: add missing build args to remaining images

* fix: rm extraneous source revision id arg

* fmt: apply consistent spacing and rm redundant WORKDIR directive

* build: update migrator to use simpler build; apply consistent spacing

* fix: merge conflicts; simplify changes

* fix: add publish branch check back

---------

Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
Co-authored-by: Opeyemi <Alaoopeyemi101@gmail.com>
2025-05-30 10:29:47 -07:00