Kyle Spearrin
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
5 years ago
Kyle Spearrin
5de236f294
update libs
5 years ago
Addison Beck
229478adae
Feature.web.534.allow multi select in org vault ( #830 )
...
* Set up API methods for bulk admin delete
5 years ago
Matt Portune
51fd87df0b
Added UseSso bool to Organization ( #834 )
...
* Added UseSso bool to org
* Update fields in migration script
* bump version & check enabled flag on ssoConfig
5 years ago
Chad Scharf
83e9468502
Transition reference id to data ( #828 )
...
* Transition reference id to data
* field length and request model updates
5 years ago
François Van Ingelgom
aab6095073
Add support building from path that contains space ( #815 )
6 years ago
Kyle Spearrin
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
6 years ago
Chad Scharf
d0d93a64ee
Reverse encouragement of self-signed cert ( #813 )
6 years ago
Mart124
61f46ecb11
Update CertBuilder.cs ( #809 )
6 years ago
Mart124
62b3c305c3
Add default log parameters ( #807 )
...
* Add default log parameters
* Case typo
6 years ago
Kyle Spearrin
cc9d18f6d2
add missing [ViewPassword] true ( #799 )
6 years ago
Matt Portune
0b1e49bc0a
Remove Id from SsoConfig_Create sproc
6 years ago
Matt Portune
9f919bbea9
move Id assignment to after insert
6 years ago
Matt Portune
f46023f2f5
requested changes
6 years ago
Matt Portune
39a81af3e9
DAL & CRUD for SSO
6 years ago
Chad Scharf
fca7b162bf
Reference id storage and signup
6 years ago
Kyle Spearrin
0f2ea43454
bump dbup minor version
6 years ago
Kyle Spearrin
8559e144c6
bump dependency minor/patch versions
6 years ago
Matt Portune
f471237ce4
Update migration
6 years ago
Matt Portune
81879f804b
fixed field name during name check
6 years ago
Matt Portune
448032668e
fixed syntax error in migration
6 years ago
Matt Portune
05891f2122
Requested updates
6 years ago
Matt Portune
09df3f64d3
Updates to SSO config DB setup
6 years ago
Matt Portune
aa19be2c0c
formatting
6 years ago
Matt Portune
d0a98d6cf3
Added missing migration functionality
6 years ago
Matt Portune
519226f824
formatting
6 years ago
Matt Portune
8e7cb082ad
DB support for SSO config
6 years ago
hinton
24a458416e
Add missing go after create type.
6 years ago
hinton
bf7f541664
Add go after last statement.
6 years ago
hinton
4c1ba235d8
Delete procedures before droping type
6 years ago
hinton
14a8224a99
Be explicit about AccessAll for ViewPassword
6 years ago
hinton
1c0095b122
Be explicit with AccessAll and fix bug in create/update cipher
6 years ago
hinton
54f3ab5863
Add database migration script for hidden passwords
6 years ago
Kyle Spearrin
343ef92a20
Sproc tweaks ( #730 )
...
* do not follow local hosts or ip addresses
* remove cron from mssql
* migration script
* Use joins instead of temp tables
* update migration script with join changes
6 years ago
Kyle Spearrin
c205bf72e6
update some libs
6 years ago
Mart124
330ff7cd80
Fix sleep calculation ( #719 )
...
* Fix sleep calculation
* Fix sleep calculation
6 years ago
Chad Scharf
45e1e1a01b
[Soft Delete] - cleanup whitespace in Cipher_Restore
6 years ago
Chad Scharf
32f19e9f90
[Soft Delete] - Add not null/is null filters to soft delete and restore sprocs
6 years ago
Chad Scharf
43501e643f
[Soft Delete] - cleanup whitespace in Cipher_Restore
6 years ago
Chad Scharf
598e1ff92b
[Soft Delete] - Add not null/is null filters to soft delete and restore sprocs
6 years ago
Chad Scharf
7f22088d5f
Fix delcaration of @UtcNow variable
6 years ago
Chad Scharf
eb34cc49c6
Fixed date time precision assignment for DeletedDate and RevisionDate (performance + match/data quality)
6 years ago
Chad Scharf
d07f27f274
[Soft-Delete] Simplify the data-tier, removed extra sprocs and reuse update
6 years ago
Chad Scharf
d014a597dd
[Soft Delete] - API updates for soft delete + retrieval
6 years ago
Chad Scharf
9800b752c0
Changed all C# control flow block statements to include space between keyword and open paren
6 years ago
Chad Scharf
55b937ff68
Updated PR comments, changed smart defaults for behavior, updated Cipher table index
6 years ago
Chad Scharf
bc46eccf70
Deleted date on Cipher table, related sprocs and repositories updated
6 years ago
Kyle Spearrin
cd0ec26b07
upgrade libs
6 years ago
Kyle Spearrin
81424a8526
Enforce 2fa policy ( #654 )
6 years ago
Kyle Spearrin
6b6c2d862d
8bit => bitwarden
6 years ago