Stepan Fedorko-Bartos
9e0e4b13c5
Adds Yubikey OTP Support
6 years ago
Stepan Fedorko-Bartos
e66436625c
Adds Yubico Client ID and Secret Key Env Vars
6 years ago
Stepan Fedorko-Bartos
24a4478b5c
Adds yubico-rs library dep
6 years ago
Daniel García
3cb911a52f
Merge pull request #243 from mprasil/vault_2.5.0
...
Bump vault version to 2.5.0 [wip]
6 years ago
Miroslav Prasil
dd684753d0
Fix gt()
6 years ago
Miroslav Prasil
f3e6cc6ffd
Set PartialOrd to consider invalid i32 UserOrgType lower than anything
6 years ago
Miroslav Prasil
b94f4db52a
Fix #242
6 years ago
Miroslav Prasil
66a4c5d48b
Implement comparison between i32 and UserOrgType
6 years ago
Miroslav Prasil
b4e222d598
Bump vault version to 2.5.0
6 years ago
Daniel García
dd00591082
Add info about how to fix #176
6 years ago
Daniel García
1e9dd2fd4e
Merge pull request #244 from RomanHargrave/multiple-u2f
...
Make U2F work with vault 2.4.0 changes
6 years ago
Roman Hargrave
62bc58e145
Clean up after u2f endpoint split
6 years ago
Roman Hargrave
760e0ab805
Initial u2f fix
6 years ago
Daniel García
8f5bfe7938
Merge pull request #240 from mprasil/balenalib
...
Switch from resin to balenalib
6 years ago
Miroslav Prasil
b359df7045
Switch from resin to balenalib
6 years ago
Daniel García
f1b1000600
Merge pull request #239 from mprasil/admin_warning
...
Improve the admin account warning.
6 years ago
Miroslav Prasil
c0e248c457
Improve the admin account warning.
6 years ago
mprasil
f510a1b060
Merge pull request #236 from xMateMCPE/patch-1
...
Grammar fixes to README.md
6 years ago
xMateMCPE
fafc3883c6
Update README.md
6 years ago
Daniel García
1bdb98d139
Merge pull request #234 from icicimov/kubernetes-aws
...
Add Kubernetes deployment reference
6 years ago
icicimov
2f5ca88fb1
Readme typo fix
6 years ago
icicimov
e7a24159c5
Add Kubernetes deployment reference with proper section and short description
6 years ago
icicimov
e056cc8178
Add Kubernetes deployment reference
6 years ago
Daniel García
8ce4c79612
Merge pull request #233 from Toucan-Sam/patch-2
...
Update PROXY.md
6 years ago
Toucan-Sam
77d9641323
Update PROXY.md
...
Removed: `include conf.d/proxy-confs/proxy.conf;` lines because they're specific to user (shauder) and will break nginx if copy-pasted/don't exist.
Changed: Moved listen value and server_name to top as is standard for nginx configs
Changed: Commented out SSL config as it's specific to user (shauder) and will break if copy-pasted/don't exist. But is still useful and a good idea for simplifying nginx config.
Changed: Rearranged location blocks because OCD. First /, then /notifications/hub, then /notifications/hub/negotiate because it looks nicer in a tree where each location grows.
6 years ago
Daniel García
31e4237247
Merge pull request #231 from janost/fix-save-equivalent-domains
...
Accept PUT and POST on /settings/domains, returns JsonResult, fixes saving Custom Equivalent Domains
6 years ago
janost
c32c65d367
Accept PUT and POST on /settings/domains, returns JsonResult, fixes saving Custom Equivalent Domains
6 years ago
Daniel García
0a4dbaf307
Merge pull request #226 from janost/fix-sync-without-query-string
...
Fix /sync without query string
6 years ago
janost
daa66b08dc
Fix /sync without query string
6 years ago
Daniel García
d613fa1e68
Merge pull request #225 from janost/sync-exclude-domains
...
Don't send Domains if excludeDomains=true on /sync
6 years ago
janost
55fbd8d468
Don't send Domains if excludeDomains=true on /sync
6 years ago
Daniel García
adf40291e8
Update web vault to 2.4.0
6 years ago
Daniel García
acfc900997
Merge pull request #224 from fbartels/patch-2
...
refine backup instructions
6 years ago
Felix Bartels
0a08b1afc8
refine backup instructions
...
as mentioned in https://github.com/dani-garcia/bitwarden_rs/issues/223
6 years ago
Daniel García
eb48a3fac2
Merge pull request #221 from mprasil/ws_disable
...
Disable WebSockets negotiation by default
6 years ago
Miroslav Prasil
2e7fa6440b
Do not spawn WS thread if it's disabled
6 years ago
Miroslav Prasil
9ecc98c3cc
Disable WebSockets negotiation by default
6 years ago
Daniel García
02fd68d63b
Merge pull request #218 from janost/refactor-folder-save
...
Folder::save() should return QueryResult instead of bool
6 years ago
Daniel García
235bce1ecb
Merge pull request #220 from janost/refactor-user-save
...
User::save() should return QueryResult instead of bool
6 years ago
janost
e985221b50
User::save() should return QueryResult instead of bool
6 years ago
janost
77cf63c06d
Folder::save() should return QueryResult instead of bool
6 years ago
Daniel García
faec050a6d
Merge pull request #217 from janost/refactor-device-save
...
Device::save() should return QueryResult instead of bool
6 years ago
Daniel García
22304f4925
Merge pull request #219 from janost/refactor-organization-save
...
Organization::save() and UserOrganization::save() should return QueryResult instead of bool
6 years ago
janost
58a78ffa54
Device::save() should return QueryResult instead of bool
6 years ago
janost
64f6c60bfd
Organization::save() and UserOrganization::save() should return QueryResult instead of bool
6 years ago
Daniel García
e0614620ef
Merge pull request #216 from mprasil/superuser
...
Implement poor man's admin panel
6 years ago
Miroslav Prasil
a28caa33ef
Implement poor man's admin panel
6 years ago
Daniel García
ce4fedf191
Change error response to be closer to upstream
6 years ago
Daniel García
f2078a3849
Merge pull request #213 from janost/refactor-collectioncipher-save-delete
...
CollectionCipher::save() and delete() should return QueryResult instead of bool
6 years ago
janost
5292d38c73
CollectionCipher::save() and delete() should return QueryResult instead of bool
6 years ago