Joseph Flinn
897a76ff48
adding in a manual trigger for the stubbed workflow ( #1822 )
2022-01-21 06:10:07 -08:00
Joseph Flinn
d3938068c7
Workflow: Cleanup after PR ( #1821 )
...
* Stubbing out new workflow to test logic in feature branch
* fixing trigger syntax
2022-01-21 05:42:23 -08:00
Oscar Hinton
d92dd7ea3b
Add support for avif ( #1812 )
2022-01-18 18:50:59 +01:00
Vince Grassia
ac729c619c
Update Version Bump action to latest ( #1809 )
2022-01-18 10:30:16 -05:00
Oscar Hinton
68a8092235
[Emergency Access] Add premium check ( #1815 )
2022-01-18 16:05:12 +01:00
Oscar Hinton
0def1830af
Move identity endpoints to Identity service ( #1807 )
2022-01-17 13:21:51 +01:00
Federico Maccaroni
56ee3bd290
Fix silent push notifications for iOS, it should not contain alert, badge nor sound keys in aps ( #1808 )
2022-01-14 10:52:50 -03:00
Justin Baur
486845242f
Fix EF bugs ( #1791 )
2022-01-13 15:38:05 -05:00
Oscar Hinton
2ed588d005
Fix case inconsitency in provider migration ( #1806 )
2022-01-12 15:25:15 +01:00
Oscar Hinton
f70fb5a74a
Add alternative databases to development docker-compose ( #1797 )
2022-01-12 14:17:30 +01:00
Oscar Hinton
e4a10aae27
Split out repositories to Infrastructure.Dapper / EntityFramework ( #1759 )
2022-01-11 10:40:51 +01:00
Matt Gibson
e2c6fc81f4
Feature/token service ( #1785 )
...
* Implement draft token service
* Add tokenizer and factory
* Handle expiring tokens through base class
* Allow direct token validity checks
* Add safe unprotect to tokenizer
* Add interface to tokenizer factory
* Use tokenizer
* Fix rebase
* Handle cleartext prefix in tokenizer base
* Use epoch milliseconds for expiration in tokens
* Use tokenizers
* Test tokens
* Linter fixes
* Add TokenizerFactory to DI services
* Test epoch milliseconds deserialization
* Use separate injectables for each token type
* Fix directory
* Add functional unprotect to token
* Fix namespace and correct object names
* Remove Tokenable interface
* Test remaining Tokens classes
* Dotnet format
* Fix sut provider errors with update
* Remove useless property
Co-authored-by: Hinton <oscar@oscarhinton.com>
2022-01-10 09:58:16 -06:00
github-actions[bot]
924ebca153
Bumped version to 1.45.3 ( #1798 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-01-06 15:15:24 -07:00
Oscar Hinton
9086db3b0d
Fix format of StripePaymentService tests ( #1794 )
2022-01-03 18:11:11 +01:00
Oscar Hinton
73b3b9b0c9
Add test cases for StripePaymentService ( #1615 )
2022-01-03 15:44:28 +01:00
Micaiah Martin
fefe284a2b
Add key connector check for update function in run.sh ( #1790 )
...
* Added logic to check if key-connector is enabled
2021-12-30 11:27:25 -07:00
Joseph Flinn
f1e084445e
commenting out the lines that are breaking the self-host install/update ( #1789 )
2021-12-29 16:24:06 -08:00
Micaiah Martin
735f58dd6f
Feature/add key-connector version to self-hosted scripts ( #1784 )
...
* Added Key Connector version
* Fix updatebw() for Key Connector
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
2021-12-29 09:07:16 -07:00
Daniel James Smith
355bf2127b
Migrate deprecated Microsoft.Azure.Storage.Blob to Azure.Storage.Blobs ( #1732 )
...
* Migrate from deprecated Microsoft.Azure.Storage to Azure.Storage.Blobs
* Remove and order usings
* Do not fetch BlobProperties before uploading a new file.
* Save an api call by calling GetPropertiesAsync and catching an error instead of calling Exists first
* Formatted files
* Verified ContentLength is the correct blob property for file-size
* Use a generic Exception catch for file validation
* Added a catch all to the GetBlobCertificateAsync in case something throws
* Remove and sort using
* Changes after running dotnet-format
* Remove checks for CanGenerateSasUri
2021-12-22 19:47:35 +01:00
Justin Baur
bb34de74cb
Freshsales integration ( #1782 )
...
* Add FreshsalesController
* Add better errors
* Fix formatting issues
* Add comments
* Add Billing.Test to solution files
* Fix unit test
* Format code
* Address PR feedback
2021-12-22 13:27:52 -05:00
Thomas Rittson
a14f16b34f
Fix existing user checks ( #1780 )
2021-12-22 07:16:58 +10:00
Joseph Flinn
fd3ce1bbf3
Uncommenting out the mistakenly commented install line ( #1783 )
2021-12-21 13:04:16 -08:00
Jake Fink
8cbf1906ae
Allow MP policy check when registering via SSO ( #1779 )
...
* add endpoint to policies for invited users
* convert serialization to use built in dotnet tool
2021-12-21 12:10:01 -05:00
Micaiah Martin
f51bdfe2e3
Added redeployment logic to setup job ( #1778 )
2021-12-20 13:19:18 -07:00
Thomas Rittson
cf5f2bf249
Fix error if user has access to all collections ( #1774 )
2021-12-20 15:28:07 +10:00
Haneef
5a8f334550
Added transferwise equivalent domains ( #1743 )
...
* Added transferwise domains
TransferWise.com and Wise.com
* Remove empty line
Co-authored-by: Daniel James Smith <djsmith@web.de>
2021-12-19 14:00:08 +01:00
huntb4646
224bfb6ff1
Add wellsfargoadvisors.com as equivalent domain ( #1722 )
...
wellsfargoadvisors.com uses the same authentication as wellsfargo.com and Wells Fargo's other sites. It should be considered an equivalent domain for these purposes.
2021-12-17 17:55:17 +01:00
huntb4646
2f518fb93f
Add Ubisoft equivalent domains ( #1723 )
...
* Add Ubisoft to Global Equivalent Domain enum
* Add Ubisoft equivalent domains list
Adding ubisoft.com and ubi.com as equivalent domains under new list.
2021-12-17 17:45:01 +01:00
Thomas Rittson
ed7440cc14
Fix null error in SSO existing user flow ( #1773 )
2021-12-17 11:08:53 +10:00
Jake Fink
11aafac915
remove re-throws of exceptions, which clear the stack trace ( #1760 )
...
* remove re-throws of exceptions, which clear the stack trace
* remove whitespace
2021-12-16 15:35:07 -05:00
Vince Grassia
44b993ed38
Remove hash from image tag ( #1772 )
2021-12-16 11:47:01 -05:00
Oscar Hinton
9605f89e6b
Add .git-blame-ignore-revs ( #1771 )
2021-12-16 15:54:28 +01:00
Oscar Hinton
23b0a1f9df
Run dotnet format ( #1764 )
2021-12-16 15:35:09 +01:00
Oscar Hinton
61dc65aa59
Add dotnet-format tool ( #1756 )
2021-12-16 08:48:30 +01:00
Joseph Flinn
9a19d96fa5
Bumping the self-host versions ( #1762 )
...
* Bumping the self-host versions
* bumping the self-host versions with the hotfixes
2021-12-15 07:50:03 -08:00
M.A Heshmatkhah
141d80cf60
fix build-docker typo ( #1736 )
2021-12-15 07:46:22 -08:00
github-actions[bot]
0b6d8da43e
Bumped version to 1.45.2 ( #1767 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-12-14 10:42:29 -06:00
Matt Gibson
e999f66a28
Send invites for both all collection and limited collection users ( #1765 )
...
* Send invites for both all collection and limited collection users
* Test all access and limited access invites
* Remove comment
2021-12-14 10:29:31 -06:00
Patricio Perpetua
d694ac6052
Change function names in bitwarden.ps1 ( #1024 )
...
Change functions name to follow naming recommendations in Powershell.
2021-12-14 08:00:27 -08:00
Joseph Flinn
4be01c9518
fixing typo in build-docker script ( #1763 )
2021-12-14 07:59:56 -08:00
AP
eb708cbf1b
Made command substitution
POSIX compliant ( #1154 )
2021-12-14 07:25:55 -08:00
Oscar Hinton
63f6dd9a24
Move request/response models ( #1754 )
2021-12-14 16:05:07 +01:00
Thomas Rittson
3ae573bd8d
Make optional ssoConfig fields nullable ( #1752 )
2021-12-14 20:02:22 +10:00
Vince Grassia
2ec10cfd2a
Standardize '/version' endpoint on all services ( #1755 )
2021-12-09 15:45:45 -05:00
Oscar Hinton
d3673cdc85
Remove support for PascalCase (Use camelCase in prod) ( #1753 )
2021-12-09 14:38:18 +01:00
github-actions[bot]
605632fcb7
Bumped version to 1.45.1 ( #1751 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-12-08 13:15:24 -05:00
Oscar Hinton
71c4b53999
Fix recursive call in TwoFactorWebAuthnDeleteRequestModel ( #1750 )
...
* Fix recursive call in TwoFactorwebAuthnDeleteRequestModel
* Add new befoer IEnumerable
* Use virtual and override
2021-12-08 12:43:21 -05:00
Vince Grassia
4ccbf091fb
Remove check for EventsProcessor ( #1749 )
2021-12-08 00:19:15 -05:00
Vince Grassia
dae0029dbb
Switch from AWS ECR to Azure ACR in our workflows ( #1747 )
2021-12-07 23:28:13 -05:00
github-actions[bot]
2e580e86cb
Bumped version to 1.45.0 ( #1748 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-12-07 18:45:24 -08:00