1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00
Commit Graph

5996 Commits

Author SHA1 Message Date
7cc9ce7bd5 check bitpay invoice status of complete (#892) 2020-08-26 11:35:38 -04:00
1c04e30689 Requested configuration cleanup for sso (#891) 2020-08-26 08:45:10 -04:00
2cd6d4f61a plan adjustments (#890) 2020-08-25 14:23:36 -04:00
2fb18d8cf2 Extracted logic to get Identity cert (#889) 2020-08-25 13:15:59 -04:00
66e67d2172 map plantype to old strings for license hash (#882) 2020-08-21 17:44:45 -04:00
e41aca81de allows dev runs to load a common idserv cert (#881) 2020-08-21 11:58:22 -04:00
a8c20d1c32 pass down version properly to generate license (#880) 2020-08-20 10:12:27 -04:00
8383a0866f Add Yandex to global equivalent domains list (#876)
* [enum] Add Yandex to global equivalent domains list

Exhaustive list of Yandex domain names obtained by contacting their support.

* [Dictionary] Add Yandex to global equivalent domains list

Exhaustive list of Yandex domain names obtained by contacting their support.
2020-08-19 18:09:39 -04:00
8884157427 Added get for sso config repo by revision date (#878) 2020-08-19 13:35:17 -04:00
80f57d22a7 Remove amazon.co.nz from Amazon equivalent domains (redirect) (#875)
After further research, amazon.co.nz has never been more than a redirect (in order: to amazon.com, amazon.co.uk then back to amazon.com). See PR for more information.
2020-08-18 18:42:10 -04:00
2872bda6fe tool to generate licenses (#874)
* tool to generate licenses

* code review feedback
2020-08-18 17:00:21 -04:00
c65c52d997 Plan updates cleanup (#872)
* updated teams feature set for new plans

* removed whitespace

* alphabatized some properties
2020-08-17 10:45:37 -04:00
d190c4bd0f Update APIs to collect other set password info (#870) 2020-08-17 10:40:35 -04:00
af85e17486 [Equivalent domains] Fix for the special case "eBay India" (#871)
See explanations in the PR.
2020-08-17 09:46:17 -04:00
2c430190cb Add all missing entries to Ebay equivalent domains (#869)
(+ sort the Ebay list alphabetically)
2020-08-14 09:54:05 -04:00
38f7fff2f9 Added new SAML2 enums for configuration (#868) 2020-08-13 20:11:23 -04:00
6aed80a67d Add amazon.{com.br, sa} to Amazon equivalent domains (#864)
(+ sort the Amazon list alphabetically)
2020-08-13 17:38:32 -04:00
cd926ca8f6 allow user registration for sso (#865) 2020-08-13 17:30:10 -04:00
4d8090d75e Fix 2fa dictionary on identity response (#863) 2020-08-13 16:04:50 -04:00
783b4804ec SSO support (#862)
* [SSO] Added change password API (#836)

* Created API for updating password with no current comparison

* Changed name of method and request // Added user has password error flow

* Updated user service method name // Updated string null/empty check

* Replaced hardcoded sso domain hints with config loader (#850)

* Replaced hardcoded sso domain hints with config loader

* use async/await for sso config loader

* Update AccountsController.cs

Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Matt Portune <mportune@bitwarden.com>
Co-authored-by: Matt Portune <59324545+mportune-bw@users.noreply.github.com>
2020-08-12 17:03:09 -04:00
056b4b9bf4 add api support for updating org identifier (#861)
* add api support for updating org identifier

* add identifier to response as well

* implement in EF repo
2020-08-12 16:38:22 -04:00
c8220fdfa6 Plan And Price Updates (#859)
* Expanded the Plan model to make plan & product data a bit more dynamic 
* Created a Product enum to track versioned instances of the same plan
* Created and API call and Response model for getting plan & product data from the server
2020-08-11 14:19:56 -04:00
61b11e398b Added netcup to global equivalent domains list (#600) 2020-08-11 09:06:57 -04:00
5878d1b0db Ref event should be base64 encoded (#853) 2020-08-06 20:29:35 -04:00
562082e9ca Add a complete list of Eventbrite equivalent domains (#851)
This list was extracted using:

$ curl -s https://www.eventbrite.com/ |
    tr '"' '\n' |
    grep -o 'www\.eventbrite\.[^/]*' |
    sed 's/www\.//' |
    sort -u
2020-08-06 14:07:45 -04:00
004e3c58ee added more client redirect uris for clis (#849) 2020-08-05 10:53:55 -04:00
44717b2d4c remove non-verified eventbrite equivalent domains 2020-08-04 08:02:44 -04:00
b5ac20ec9f Correct connection string for res queue (#847) 2020-08-03 15:22:38 -04:00
ca224c1782 update welcome email download urls (#844)
* update welcome email download urls

Very cool service! Noticed the download urls in the welcome email didn't take me to the downloads. Hope this fixes it?

* Update Welcome.html.hbs

Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-08-01 16:18:40 -04:00
4df363aaa1 identityserver v4 cleanup (#843)
* v4 cleanup

* idToken
2020-07-31 09:45:36 -04:00
623cd36bd4 upgrade identity server 4 to v4 (#842)
* upgrade identity server 4 to v4

* remove script ref
2020-07-30 17:00:13 -04:00
22eb8316f2 bump docker version 2020-07-29 10:55:42 -04:00
f431b4ff67 version 1.36.1 bump v1.36.1 2020-07-29 10:35:12 -04:00
047c2ad3ab comment out sso in nginx config 2020-07-29 10:01:36 -04:00
307ac437d5 remove sso container ref 2020-07-29 09:50:11 -04:00
cf303f2f97 catch errors when trying to resolve DNS (#841) v1.36.0 2020-07-28 23:22:02 -04:00
aa1665065d add missing RedirectUris (#840) 2020-07-28 22:49:13 -04:00
68915a452e missing go 2020-07-28 21:53:12 -04:00
c53e8cbf9d return if org user has sso binding (#839) 2020-07-28 21:11:45 -04:00
2c4752f4ac Sso user table, model and repo stubbed out (#837)
* Sso user table, model and repo stubbed out

* switch to nullable org id, bigint id

* update GetBySsoUserAsync

* cleanup migrator file

* fix EF user repo

* fix pg repo

* is `IS NULL` checks

* unique indexes

* update migration scripts

* add another unique index

* remove old script
2020-07-28 10:03:09 -04:00
69e8860767 Assign usepolicies when upgrading (#838) 2020-07-28 09:28:11 -04:00
ca52da8698 bump version 2020-07-27 20:36:52 -04:00
5de236f294 update libs 2020-07-27 20:36:17 -04:00
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
7bf559b4b6 Return continuation token (#833) 2020-07-21 20:19:53 -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
036b402e9f update ip IsInternal() to account for missed ranges (#827)
* update ip IsInternal() to account for missed ranges

* update with `::`
2020-07-18 08:08:57 -04:00
3b9f625bc1 run tool restore on linux build 2020-07-17 11:35:36 -04:00
998a56fc57 fix swagger artifact job name 2020-07-17 11:27:09 -04:00