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

5994 Commits

Author SHA1 Message Date
Bernd Schoolmann
354320a88c
Switch away from primary constructor 2025-06-12 17:03:27 +02:00
Bernd Schoolmann
4568eddabd
Update src/Api/KeyManagement/Models/Response/PrivateKeysResponseModel.cs
Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
2025-06-12 16:44:17 +02:00
Bernd Schoolmann
6f3471e658
Fix tests 2025-06-12 16:42:04 +02:00
Bernd Schoolmann
343452fb7f
Merge branch 'km/signing-api-changes' of github.com:bitwarden/server into km/signing-api-changes 2025-06-12 16:02:33 +02:00
Bernd Schoolmann
22888a5928
Fix build 2025-06-12 16:01:30 +02:00
Bernd Schoolmann
12636bfb35
Fix test 2025-06-12 15:53:35 +02:00
Bernd Schoolmann
70bafb5121
Cleanup and move query to core 2025-06-12 15:51:47 +02:00
Bernd Schoolmann
038b4edebe
Update src/Api/KeyManagement/Controllers/UsersController.cs
Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
2025-06-12 15:30:55 +02:00
Bernd Schoolmann
a417aa72e8
Update src/Api/KeyManagement/Models/Response/PrivateKeysResponseModel.cs
Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
2025-06-12 15:30:04 +02:00
Bernd Schoolmann
d5ee08b52a
Merge branch 'km/db-signing-keys' into km/signing-api-changes 2025-06-09 09:49:14 +02:00
Bernd Schoolmann
62698497c1
Merge branch 'km/db-signing-keys' of github.com:bitwarden/server into km/db-signing-keys 2025-06-09 09:47:50 +02:00
Bernd Schoolmann
503e2b36ac
Rename dbset to plural 2025-06-09 09:47:14 +02:00
Bernd Schoolmann
ddc9a14994
Merge branch 'km/db-signing-keys' into km/signing-api-changes 2025-06-09 09:28:17 +02:00
Bernd Schoolmann
576d9d79f5
Update util/Migrator/DbScripts/2025-06-01_00_AddSignatureKeyPairTable.sql
Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
2025-06-09 09:25:20 +02:00
Bernd Schoolmann
18cbc70ab5
Update util/Migrator/DbScripts/2025-06-01_00_AddSignatureKeyPairTable.sql
Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
2025-06-09 09:24:50 +02:00
Bernd Schoolmann
7f14f6f9f3
Update util/Migrator/DbScripts/2025-06-01_00_AddSignatureKeyPairTable.sql
Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
2025-06-09 09:24:28 +02:00
Bernd Schoolmann
764509f16b
Update util/Migrator/DbScripts/2025-06-01_00_AddSignatureKeyPairTable.sql
Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
2025-06-09 09:23:56 +02:00
Bernd Schoolmann
2e666cf556
Merge branch 'km/db-signing-keys' into km/signing-api-changes 2025-06-06 18:05:10 +02:00
Bernd Schoolmann
baba829005
Undo changes to program.cs 2025-06-06 18:03:31 +02:00
Bernd Schoolmann
d699c0115a
Regenerate EF migrations 2025-06-06 18:00:51 +02:00
Bernd Schoolmann
aad4a8e696
Remove string length limit 2025-06-06 17:43:46 +02:00
Bernd Schoolmann
1cf8c7865e
Fix build 2025-06-06 17:39:21 +02:00
Bernd Schoolmann
b5538dff62
Merge branch 'km/db-signing-keys' into km/signing-api-changes 2025-06-06 17:35:55 +02:00
Bernd Schoolmann
a9650a878a
Fix wrong filename 2025-06-06 17:28:51 +02:00
Bernd Schoolmann
7900bcbfb3
Merge branch 'km/db-signing-keys' into km/signing-api-changes 2025-06-06 14:46:49 +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
Bernd Schoolmann
f7c85b2aa4
Fix test 2025-06-06 00:37:26 +02:00
Bernd Schoolmann
aa12012746
Fix tests 2025-06-06 00:21:59 +02:00
Bernd Schoolmann
f67297dd8f
Undo test 2025-06-05 23:15:51 +02:00
Bernd Schoolmann
34a1441e7c
Test 2025-06-05 23:12:27 +02:00
Bernd Schoolmann
737cee52e3
Merge branch 'km/signing-api-changes' of github.com:bitwarden/server into km/signing-api-changes 2025-06-05 20:35:01 +02:00
Bernd Schoolmann
2428d64488
Cleanup 2025-06-05 20:34:25 +02:00
aj-bw
25d5efacd8
set 0 when workflow is not ran (#5910) 2025-06-05 14:32:40 -04:00
sneakernuts
ce61a01f29
SRE-2299 cleanup (#5926) 2025-06-05 12:23:01 -06:00
cyprain-okeke
acb18c55b3
Resolve the error and consider the free org (#5920) 2025-06-05 18:48:02 +01:00
Bernd Schoolmann
4d3a6b2327
Merge branch 'km/db-signing-keys' into km/signing-api-changes 2025-06-05 19:43:27 +02:00
Bernd Schoolmann
5ff9f856a2
Attempt to fix tests 2025-06-05 19:37:03 +02:00
Bernd Schoolmann
09bac3b2f0
Rename repo 2025-06-05 19:18:19 +02:00
Bernd Schoolmann
5444878f84
Fix test 2025-06-05 19:02:00 +02:00
Matt Bishop
2435063ac8
Move team SQL underneath dbo (#5923) 2025-06-05 12:58:46 -04:00
Bernd Schoolmann
cb9ff16f5a
Rename to include async suffix 2025-06-05 18:48:00 +02:00