1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00
Commit Graph

2049 Commits

Author SHA1 Message Date
229478adae Feature.web.534.allow multi select in org vault (#830)
* Set up API methods for bulk admin delete
2020-07-22 11:38:53 -05:00
51fd87df0b Added UseSso bool to Organization (#834)
* Added UseSso bool to org

* Update fields in migration script

* bump version & check enabled flag on ssoConfig
2020-07-22 09:38:39 -04:00
83e9468502 Transition reference id to data (#828)
* Transition reference id to data

* field length and request model updates
2020-07-20 15:19:46 -04:00
5892d52ed5 fix protocol 2020-07-16 08:03:57 -04:00
0d0c6c7167 sso integrations (#822)
* stub out hybrid sso

* support for PKCE authorization_code clients

* sso service urls

* sso client key

* abstract request validator

* support for verifying password

* custom AuthorizationCodeStore that does not remove codes

* cleanup

* comment

* created master password

* ResetMasterPassword

* rename Sso client to OidcIdentity

* update env builder

* bitwarden sso project in docker-compose

* sso path in nginx config
2020-07-16 08:01:39 -04:00
2742b414fd reference event changes and cleanup (#823) 2020-07-15 12:38:45 -04:00
92238eb0a9 Additional changes for enterprise portal sso config (#819)
* Additional changes for enterprise portal sso config

* Requested changes

* rename enum to Saml2

* Limit to one SSO config per org
2020-07-13 15:58:59 -04:00
7af50172e0 Reference event service implementation (#811)
* Reference event service implementation

* Fix IReferenceable implementation of Id

* add structure to event body
2020-07-07 12:01:34 -04:00
b4524fbcb6 Added BusinessPortal property for use on client side (#810) 2020-07-06 12:59:57 -05:00
a37706eba1 Restore original collection method (#804) 2020-06-30 11:52:50 -04:00
d7b00f6c27 Subscription update to maintain auto charge (#803) 2020-06-29 20:29:19 -04:00
6bc7a3cdc0 adjust cors origin checks (#800)
* allow cors from bitwarden.com on cloud

* allow file:// cors for safari extension

* fix missing paren
2020-06-27 15:08:50 -04:00
b524029e5c bump dependency versions 2020-06-26 16:17:46 -04:00
da9b81d552 Merge pull request #796 from bitwarden/sso-dal
Additional SSO & Org Identifier work
2020-06-26 10:47:17 -04:00
bc5ea25d0b removed ssoConfig request/response models 2020-06-26 10:03:25 -04:00
f46023f2f5 requested changes 2020-06-25 18:06:27 -04:00
39a81af3e9 DAL & CRUD for SSO 2020-06-25 16:42:29 -04:00
47a6e607c6 Fixed validation error for Free org accounts 2020-06-25 15:58:08 -04:00
fca7b162bf Reference id storage and signup 2020-06-25 12:28:22 -04:00
f23a8edc45 Update stripe lib (#793) 2020-06-24 21:24:19 -04:00
8559e144c6 bump dependency minor/patch versions 2020-06-24 16:37:23 -04:00
cf70a5e480 set cors policies to only allow web vault origin (#787)
* set cors policy to only allow web vault

* vault cors policy service
2020-06-23 18:47:53 -04:00
398867a839 Parameterize AmazonSQSClient to allow testing 2020-06-18 10:16:23 -07:00
61b15c55d0 Merge pull request #782 from bitwarden/feature/tax-info-collection
Combined tax updates with other operations
2020-06-18 11:26:58 -04:00
0f28ac45f9 Consistency on TaxInfo use in service params 2020-06-18 10:41:55 -04:00
aeb6e4e7d4 formatting 2020-06-18 09:57:24 -04:00
dc42be710a Add unit test coverage for AmazonSesMailDeliveryService (#783)
* Parameterize AmazonSimpleEmailServiceClient to allow testing

* Add unit test coverage for AmazonSesMailDeliveryService
2020-06-18 09:55:46 -04:00
b7a500eb63 combined tax updates with other operations 2020-06-17 19:49:27 -04:00
f7e5f1f15e Merge pull request #776 from bitwarden/feature/tax-info-collection
Feature/tax info collection
2020-06-17 10:49:54 -04:00
7145e3ea88 On create default ViewPassword to true. 2020-06-15 18:54:32 +02:00
b2cb9a2f69 Billing addr line1 fix, pr feedback 2020-06-15 09:12:03 -04:00
1552ff7b29 Collect tax info, correct line1 2020-06-12 19:35:17 -04:00
21834223fd Adds extra Amazon equivalent domains (#775) 2020-06-12 10:25:08 -04:00
5b3f81f47e Merge pull request #743 from Hinton/feature/hide-passwords
Add support collection access, hide passwords
2020-06-11 14:24:04 -04:00
d2625e47e1 Remove trailing comma and adjust formatting of some of the equivalent domain strings to match the rest (#773) 2020-06-09 16:53:48 -04:00
a7d7736806 Add i18nservice abstraction (#770) 2020-06-09 10:25:37 -04:00
d88838f19e API updates for tax info collection 2020-06-08 17:40:18 -04:00
cad7cf0200 Add office.com to Microsoft default equivalent domains. (#769) 2020-06-06 21:08:26 -04:00
4bd3e01a80 abstract context building to overrideable SetContextAsync (#766)
* abstract context building to overrideable SetContextAsync

* update method calls
2020-06-04 14:14:43 -04:00
e1a0d59fd1 Added Discord to Global Equivalent Domain (#752)
* add Discord to GlobalEquivalentDomainsType

* added discord domains to global domains
2020-05-28 19:48:51 -04:00
0d156776cb Merge pull request #737 from bitwarden/self-hosted-exp-email
License expiration email for self-hosted org/premium accounts
2020-05-27 09:07:47 -04:00
a421be731c Add syslog suport for sending application logs to a Syslog server (#742)
* Add syslog suport for sending application logs to a Syslog server

* Rename SyslogSettings.Certificate to SyslogSettings.CertificatePath
2020-05-22 21:19:59 -04:00
f2348d2264 Resolve review comments 2020-05-22 22:16:01 +02:00
36f15c67d0 Add support for new collection access, hide passwords 2020-05-21 15:38:57 +02:00
545948220a additional formatting & inclusion of org name 2020-05-19 18:22:03 -04:00
9bf3a467fa formatting 2020-05-19 12:37:45 -04:00
c205bf72e6 update some libs 2020-05-18 21:57:14 -04:00
2cf7f18858 License expiration email for self-hosted org/premium accounts 2020-05-18 16:06:34 -04:00
d49cc18a41 Stripe not crediting customer balance after void 2020-05-18 12:38:00 -04:00
97158d607a Merge pull request #727 from bitwarden/subscription-change-invoicing
Subscription change, invoice process update
2020-05-13 10:24:46 -04:00