1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-27 22:34:54 -05:00

2982 Commits

Author SHA1 Message Date
Vince Grassia
62579de436
Move commands around in Dockerfile for Admin 2023-11-21 10:33:11 -05:00
Vince Grassia
7562a8e970
Test order of commands 2023-11-21 09:16:23 -05:00
Vince Grassia
eb5830ef11
Update comments in Dockerfiles 2023-11-20 16:36:33 -05:00
Vince Grassia
10c8790f25
Update comments in Dockerfiles 2023-11-16 15:52:46 -05:00
Vince Grassia
3af9fe262d
Test Docker cache 2023-11-16 11:40:17 -05:00
Vince Grassia
7fc0c6805c
Enable locked mode for NuGet restore 2023-11-16 11:14:20 -05:00
Vince Grassia
e0f40482c7
Merge branch 'master' into add-docker-arm64-builds 2023-11-16 00:35:46 -05:00
Vince Grassia
586bac8018
Fix gulp for Admin/Sso 2023-11-15 17:34:11 -05:00
Vince Grassia
e8e7820ef6
Fix Dockerfiles 2023-11-15 16:13:49 -05:00
Vince Grassia
9381577f66
Fix Dockerfiles 2023-11-15 16:05:05 -05:00
Vince Grassia
bd13dd64ac
Fix project imports 2023-11-15 15:54:24 -05:00
Vince Grassia
41050091f6
Uncomment .git copy 2023-11-15 15:47:03 -05:00
Vince Grassia
edad0e1edf
Fix copy commands in Dockerfiles 2023-11-15 15:44:20 -05:00
Vince Grassia
d21717e1d5
Move all build steps to project Dockerfiles 2023-11-15 15:40:15 -05:00
Vince Grassia
5143e411b5
Test other method 2023-11-15 14:51:49 -05:00
Vince Grassia
9dbac79753
Change build to not use prod ACR for temp image storage 2023-11-15 12:40:01 -05:00
tangowithfoxtrot
b2a3ac4633
update secret import char limit (#3405) 2023-11-14 09:38:18 -08:00
Matt Bishop
fb89e07df7
Provide LaunchDarkly application info (#3435)
* Upgrade to SDK v8

* Provide application properties

* Test adjustments

* Clean up tests

* Ensure project name is set

* Add a 'v' for Git tagging support
2023-11-13 14:46:39 -05:00
Andreas Coroiu
627f4ffa39
[PM-3936] [PM-4174] Update authenticator selection options (#3340)
* [PM-3936] [PM-4174] feat: update `UserVerificationRequirement` and `requireResidentKey`

* [PM-3936] fix: lint
2023-11-10 11:27:55 +01:00
Vince Grassia
0f2ebde2c5
Test all projects 2023-11-09 17:07:47 -05:00
ttalty
72a6bb6f64
Added DeviceTypes for CLI (#3329) 2023-11-09 15:23:16 -05:00
Jake Fink
b716a925f8
[PM-3797 Part 1] Layout new key rotation methods (#3425)
* layout new key rotation methods
- add endpoint with request model
- add command with data model
- add repository method

* layout new key rotation methods
- add endpoint with request model
- add command with data model
- add repository method

* formatting

* rename account recovery to reset password

* fix tests

* remove extra endpoint

* rename account recovery to reset password

* fix tests and formatting

* register db calls in command, removing list from user repo

* formatting
2023-11-09 14:56:08 -05:00
Vince Grassia
a7fa6c943f
Fix image name 2023-11-09 14:20:48 -05:00
Vince Grassia
8da8388678
Full test 2023-11-09 14:10:35 -05:00
Vince Grassia
93a9f4c9d7
Try again for Docker build 2023-11-09 13:39:30 -05:00
Vince Grassia
e576528901
Change logic for building 2023-11-09 13:32:03 -05:00
Vince Grassia
e55a205e29
Change build image to SDK 2023-11-09 13:08:21 -05:00
Vince Grassia
2d66c3bbc6
Fix nvm 2023-11-09 13:03:48 -05:00
Vince Grassia
9582503dbc
Fix nvm 2023-11-09 12:59:39 -05:00
Vince Grassia
92179aca6b
Fix nvm 2023-11-09 12:56:19 -05:00
Vince Grassia
9bd152dc5d
Try .bash_rc 2023-11-09 12:51:16 -05:00
Vince Grassia
b415414e5a
NVM not picked up by bash 2023-11-09 12:47:48 -05:00
Vince Grassia
cbb339c2f3
Add curl to Dockerfile 2023-11-09 12:43:21 -05:00
Vince Grassia
f7507b306f
Fix copy source 2023-11-09 12:40:55 -05:00
Vince Grassia
0a016b48e3
Change Docker context 2023-11-09 12:39:00 -05:00
Vince Grassia
0244cc9201
Switch Dockerfile to multi-arch build 2023-11-09 12:28:12 -05:00
Alex Morask
8f4a1d8639
Retrieve all Stripe invoices (#3431) 2023-11-09 09:05:05 -05:00
Daniel James Smith
95680b434b
Update lockfiles by running dotnet restore --force-evaluate (#3430)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2023-11-09 14:48:18 +01:00
renovate[bot]
0a2afa020a
[deps] Tools: Update MailKit to v4 (#3173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-09 11:45:09 +01:00
Justin Baur
81868dc5a3
Add Explicit Reference to Azure.Identity (#3426) 2023-11-08 12:58:42 -05:00
Thomas Avery
0ca65e3f9d
[SM-919] Add project people access policy management endpoints (#3285)
* Expose access policy discriminators

* Add people policy model and auth handler

* Add unit tests for authz handler

* Add people policies support in repo

* Add new endpoints and request/response models

* Update tests
2023-11-08 11:42:40 -05:00
Matt Gibson
b44887d125
Revert "Add checksum to Login Uri models (#3318)" (#3417)
This reverts commit 778340ff16717410db5fe0038a365be839d36e91.
2023-11-07 09:21:54 -08:00
Jared Snider
146d1972e4
PM-4680 - Set Password Request model tweak - remove nullable enable as it introduced incorrect behavior (requiring the optional mp hint - clients sent it in as "" but mobile was getting rejected b/c it sent in null) (#3414) 2023-11-07 12:12:27 -05:00
Matt Gibson
778340ff16
Add checksum to Login Uri models (#3318)
Co-authored-by: Carlos Gonçalves <cgoncalves@bitwarden.com>
2023-11-07 11:44:13 -05:00
Andreas Coroiu
e401fc0983
[PM-4167] Add PRF attestation flow during passkey registration (#3339)
* [PM-4167] feat: add support for `SupportsPrf`

* [PM-4167] feat: add `prfStatus` property

* [PM-4167] feat: add support for storing PRF keys

* [PM-4167] fix: allow credentials to be created without encryption support

* [PM-4167] fix: broken test

* [PM-4167] chore: remove whitespace

* [PM-4167] fix: controller test

* [PM-4167] chore: improve readability of `GetPrfStatus`

* [PM-4167] fix: make prf optional

* [PM-4167] fix: commit missing controller change

* [PM-4167] fix: tests
2023-11-07 16:59:51 +01:00
github-actions[bot]
3f7ff52f0b
Bumped version to 2023.10.2 (#3415)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-11-06 20:21:47 -05:00
Conner Turnbull
3eb4d547a8
[AC-1708] Teams Starter Plan (#3386)
* Upgraded old 2019 plans to have the same features as 2020 and beyond

* Removed redundant test and moved additional test cases to GetByOrgIdAsync_SmNoneFreePlans_ReturnsNull

* Fixed issue where feature flag wasn't returning correct plans

* Added teams 2010 plan

* Reverted accidental change to StripePaymentService

* Split feature flag logic and added some explanatory comments

* Removed families changes

* Resolved issue where Teams Starter could not sign up for a new org with SM enabled

* Fixed issue with signing up for SM with Teams Starter

* Resolved issue where an active plan could increase their SM seat count to be greater than the base seats in the password manager plan

* Updated unit test to ensure Seats are higher than SmSeats

* Resolved issue where getting plans would return a value that LINQ previously cached when feature flag was in a different state
2023-11-03 22:26:47 +00:00
Conner Turnbull
62e99bcaf4
[AC-1578] Fixed issue where legacy plans couldn't sign up for SM (#3400)
* Fixed issue where legacy plans couldn't sign up for SM

* Removed unit test that check to make sure enterprise 2019 couldn't be upgraded to SM
2023-11-03 19:32:30 +00:00
Alex Morask
629b37b7e2
[PM-4669] Fix SM subscription during free upgrade (#3407)
* Formatting, no logic

* Pass upgrade.UseSecretsManager for free upgrade flow
2023-11-02 15:55:19 -04:00
github-actions[bot]
a66528cf46
Bumped version to 2023.10.1 (#3408)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-11-02 14:21:55 -04:00