Robin Schneider
47a5a4e1fc
Fix package name for Ubuntu 16.04 based image. Thanks @dani-garcia!
5 years ago
Robin Schneider
0f0e5876ae
Move `dpkg --add-architecture` before the first apt call
...
Thanks to @dani-garcia for the review!
5 years ago
Robin Schneider
43aa75dc89
Fix cross platform build support, thanks to @dani-garcia for the review
5 years ago
Daniel García
95dd1cd7ad
Use rmp upstream version
5 years ago
Daniel García
36ae946655
Avoid some to_string in the request logging and include message to disable web vault when not found.
5 years ago
Sebastian Schmidt
24edc94f9d
try setting VCPKG_ROOT
5 years ago
Sebastian Schmidt
4deae76347
Update build workflow
5 years ago
Robin Schneider
8280d200ea
Generate Dockerfiles from one source for maintainability. Closes #785 .
5 years ago
Daniel García
8ee0c57224
Disable Windows build for now to avoid failing CI
5 years ago
Daniel García
cb6f392774
When receiving a comma separated list as IP, pick the first
5 years ago
Robin Schneider
f250c54813
WIP: Use Debian base image for all steps of the build process
...
No need to use two different base images. Debian buster is pulled later
anyway so we can just use it for the vault stage as well.
My reason for this change is partly to avoid redundancy and partly to
make it easier to build everything yourself. When all the build
environment is based on Debian than you just have to figure out how to
build a Debian Docker base image (ref:
https://github.com/ypid/docker-makefile ).
5 years ago
Daniel García
5c6081c4e2
Merge pull request #779 from publicarray/master
...
Add Github build Action
5 years ago
Daniel García
88c56de97b
Config option for client IP header
5 years ago
Daniel García
e274af6e3d
Print current server time when failing TOTP, and use chrono as the rest of the server
5 years ago
Daniel García
a0ece3754b
Formatting
5 years ago
Sebastian Schmidt
0bcc2ae7ab
Update rust-win.yml
5 years ago
Sebastian Schmidt
bdb90460c4
Update rust-win.yml
5 years ago
Sebastian Schmidt
824137a02c
update dependencies to build workflows
5 years ago
Sebastian Schmidt
2edc699eac
fix
5 years ago
Sebastian Schmidt
8e79366076
fix action
5 years ago
Sebastian Schmidt
c1e39b182f
update build actions
5 years ago
Sebastian Schmidt
13eb276085
Create Github build Actions
5 years ago
Daniel García
4cec502f7b
Update docker images to alpine 3.11 and rust 1.40
5 years ago
Daniel García
2545469713
Fix crash when page URL points to huge file
5 years ago
Daniel García
f09996a21d
Updated dependencies
5 years ago
Daniel García
5cabf4d040
Fix IP not shown when failed login ( Fixes #761 )
5 years ago
Daniel García
a03db6d224
Also hide options requests, unless using debug or trace
5 years ago
Daniel García
8d1b72b951
Collapsed log messages from 3 lines per request to 2 and hidden the ones valued as less informative.
...
Use LOG_LEVEL debug or trace to recover them.
Removed LOG_MOUNTS and bundled it with LOG_LEVEL debug and trace.
Removed duplicate error messages
Made websocket not proxied message more prominent, but only print it once.
5 years ago
Daniel García
912e1f93b7
Fix some lints
5 years ago
Daniel García
a5aa4d9b54
Updated dependencies
5 years ago
Daniel García
e777be3dde
Merge pull request #755 from mqus/patch-2
...
Create an issue template
5 years ago
Markus Richter
b5441f6b77
Include suggestions
5 years ago
mqus
dbbd63e519
Create an issue template
...
I'm not sure if this is needed but I think it could be useful in lessening the workload.
5 years ago
Daniel García
adc443ea80
Add endpoint to delete specific U2F key
5 years ago
Daniel García
0d32179d07
Logout button in admin page
5 years ago
Daniel García
b45b02b37e
Change CI to run tests
5 years ago
Daniel García
12928b832c
Fix broken tests
5 years ago
Daniel García
1e224220a8
Updated deps and fixed some lints
5 years ago
Daniel García
3471e2660f
Add Sponsors section to the readme
5 years ago
Daniel García
924ba153aa
Merge pull request #730 from tomuta/email_verification
...
Implement change-email, email-verification, account-recovery, and welcome notifications
5 years ago
tomuta
bd1e8be328
Implement change-email, email-verification, account-recovery, and welcome notifications
5 years ago
Daniel García
cf5a985b31
Updated rust images and enabled minimal profile
5 years ago
Daniel García
607521c88f
Updated dependencies
5 years ago
Daniel García
486c7d8c56
Show sponsor button on Github
5 years ago
Daniel García
4b71197c97
Merge pull request #738 from ntimo/task/add-netcup-global-domains
...
Added netcup domains to global domains
5 years ago
Daniel García
8b8839d049
Merge pull request #741 from BlackDex/icon-datauri
...
Add an option to fetch and parse href="data:image"
5 years ago
BlackDex
b209c1bc4d
Add an option to fetch and parse href="data:image"
...
Some sites are using base64 encoded inline images for favicons.
This will try to match those with some sane checks and return that.
These icons will have lower prio then the icons with a normal URL.
5 years ago
ntimo
2b8d08a3f4
Added netcup domains to global domains
5 years ago
Daniel García
cbadf00941
Update web vault to fix twofactorauth.org integration
...
Update dependencies and toolchain
Update included equivalent domains with upstream changes
5 years ago
Daniel García
c5b7447dac
Merge pull request #728 from tomuta/signups_domains_whitelist
...
Add the ability to disable signups, but allow signups from a whitelist
5 years ago