Gernot Nusshall
748c825202
cleaner startup exec in order to build the image and run the container with podman/libpod
5 years ago
Gernot Nusshall
204993568a
cleaner startup exec in order to build the image and run the container with podman/libpod
5 years ago
Gernot Nusshall
70be2d93ce
cleaner startup exec in order to build the image and run the container with podman/libpod
5 years ago
Daniel García
f5638716d2
Merge pull request #716 from ThomDietrich/patch-1
...
Add vim modeline for GitHub Linguist
5 years ago
Thomas Dietrich
fbc2fad9c9
Add vim modeline for GitHub Linguist
5 years ago
Daniel García
3f39e35123
Merge pull request #713 from BlackDex/issue-705
...
Fixed issue/request #705
5 years ago
BlackDex
3f6809bcdf
Fixed issue/request #705
...
Added a config option to disable time drifted totp codes.
Default is false, since this is what the RFC recommends.
5 years ago
Daniel García
9ff577a7b4
Merge pull request #711 from BlackDex/issue-706
...
Added configurable smtp timeout.
5 years ago
BlackDex
c52adef919
Added configurable smtp timeout.
...
- Added config option for smtp timeout
- Lowered default timeout to 15 seconds instead of default 60.
5 years ago
BlackDex
cbb92bcbc0
Updated dependencies
...
Updated some dependencies and used a git patch for lettre addressing
timeouts.
5 years ago
Daniel García
948798a84f
Merge pull request #710 from BlackDex/issue-709
...
Fixed issue #709 creating icon_cache directory.
5 years ago
BlackDex
2ffc3eac4d
Clippy fix
5 years ago
BlackDex
0ff7fd939e
Next attempt for issue #709 fix
...
Now creates icon cache directory at startup.
And it also creates the directory if it went missing during runtime.
Also modified the icon_save/mark_negcache to be one.
5 years ago
BlackDex
ca7c5129b2
Fixed issue #709 creating icon_cache directory.
...
When the icon_cache directory doesn't exists yet, and the first icon
catched is a miss this .miss file was not able to be created since the
directory was only created during a valid icon download.
5 years ago
Daniel García
07e0fdbd2a
Merge pull request #704 from patrickli/bugfix/dockerfiles
...
Don't install mysql libraries for sqlite builds
5 years ago
Daniel García
b4dfc24040
Merge pull request #703 from patrickli/bugfix/dont-sync-excluded-global-domains
...
Don't include excluded global equivalent domains during sync
5 years ago
Patrick Li
85dbf4e16c
Don't include excluded global equivalent domains during sync
...
Fixes #681
5 years ago
Patrick Li
efc65b93f8
Don't install mysql libraries for sqlite builds
5 years ago
Daniel García
9a0fe6f617
Merge pull request #701 from BlackDex/issue-687
...
Trying to fix issue #687
5 years ago
BlackDex
3442eb1b9d
Trying to fix issue #687
...
- Using an older commit from rocket repo
5 years ago
Daniel García
e449912f05
Generate recovery codes for email and duo
5 years ago
Daniel García
72a46fb386
Update dependencies
5 years ago
Daniel García
d29b6bee28
Remove unnecessary clones and other clippy fixes
5 years ago
Daniel García
e2e3712921
Merge pull request #695 from mprasil/do-not-leak-usernames
...
Stop leaking usernames when SIGNUPS_ALLOWED=false
5 years ago
Miro Prasil
00a11b1b78
Stop leaking usernames when SIGNUPS_ALLOWED=false
...
This fixes #691 - respond in less specific way to not leak the
fact that user is already registered on the server.
5 years ago
Daniel García
77b78f0991
Merge pull request #690 from BlackDex/icon-download-http
...
Added http favicon url when response failed
5 years ago
BlackDex
ee550be80c
Added http favicon url when response failed
5 years ago
Daniel García
97d41c2686
Revert rustup minimal profile, rustup can't be updated
5 years ago
Daniel García
fccc0a4b05
Update rocket to latest master
...
Downgrade rust version to fix cargo issue
Set rustup profile to minimal
5 years ago
Daniel García
57b1d3f850
Update dependencies and docker base images
5 years ago
Daniel García
77d40833d9
Merge pull request #679 from mprasil/bump-rust-toolchain
...
Bump rust toolchain
5 years ago
Miro Prasil
7814218208
Bump rust toolchain
...
This is as per #622 that sshould resolve issues building on armv7.
5 years ago
Daniel García
95a7ffdf6b
Merge pull request #673 from Jellyfrog/patch-2
...
Remove unneeded WS logging
5 years ago
Jellyfrog
ebc47dc161
Remove unneeded WS logging
5 years ago
Daniel García
cd8acc2e8c
Merge pull request #671 from vverst/enable-2fa-email
...
Move 2FA email config to after SMTP config
5 years ago
vpl
3b7a5bd102
Move 2FA email config to after SMTP config
5 years ago
Daniel García
d3054d4f83
Merge pull request #667 from dani-garcia/minimal_profile
...
Update rust version and use minimal profile for CI
5 years ago
Daniel García
5ac66b05e3
Merge pull request #666 from vverst/fix-2fa-email
...
Fix 2FA email not sending
5 years ago
Daniel García
83fd44eeef
Update rust version and use minimal profile for CI
5 years ago
vpl
2edecf34ff
Use user_uuid instead of mut twofactor
5 years ago
vpl
18bc8331f9
Send email when preparing 2FA JsonError
5 years ago
Daniel García
7d956c5117
Merge pull request #664 from BlackDex/fix-issue-663
...
Fixed issue #663 .
5 years ago
BlackDex
603a964579
Fixed issue #663 .
...
During the 2fa activation there is no twofactor record yet.
Changed the layout a bit so that it will generate a new twofactor record
when it does not exists yet. Else it will just update the already
existing record.
5 years ago
Daniel García
dc515b83f3
Merge pull request #657 from BlackDex/totp-timedrift
...
Updated authenticator TOTP
5 years ago
BlackDex
9466f02696
Recoded TOTP time drift validation
5 years ago
Daniel García
d3bd2774dc
Update dependencies to use newer SQLite
5 years ago
Daniel García
f482585d7c
Merge pull request #660 from BlackDex/sqlite-backup-fix
...
Fixed a bug with the sqlite backup feature.
5 years ago
BlackDex
2cde814aaa
Fixed a bug with the sqlite backup feature.
...
When a custom path is used the backup feature does not work.
Changed it so it will take the path of the sqlite file and use that.
5 years ago
BlackDex
d989a19f76
Merge branch 'master' of https://github.com/dani-garcia/bitwarden_rs into totp-timedrift
5 years ago
Daniel García
d292269ea0
Make the blacklist logic be cached
5 years ago