Jake Fink
11aafac915
remove re-throws of exceptions, which clear the stack trace ( #1760 )
...
* remove re-throws of exceptions, which clear the stack trace
* remove whitespace
4 years ago
Oscar Hinton
23b0a1f9df
Run dotnet format ( #1764 )
4 years ago
Joseph Flinn
3a22f91ff5
Enable key connector selfhost ( #1707 )
...
* initial commit
* Add code for Key Connector feature
* Add help URL to config
* Fix folders for key-connector service
* Fix paths for key-connector
* fixing the env file builder when disabling the key connector
* swapping a variable name
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
4 years ago
Matt Portune
dbf82385c9
remove assetlinks ( #1553 )
4 years ago
Vince Grassia
eb0b8da911
Fix for Identity.pfx containing multiple certs ( #1457 )
...
* Fix for Identity.pfx containing multiple certs
* Remove unused import
* Update fix to use existing certificate and key instead of generating new
4 years ago
Vince Grassia
bdcfbb3b43
Allow for changing database name ( #1397 )
...
* Remove hard coded database name
* Update permissions on build scripts
* Update Setup project and run scripts for configuring database name
* Remove hyphen from database name flag
* Update with suggested changes, still needs testing
* Revert SQL statements to concatenantion for testing
* Fix typo
* Update util/Setup/EnvironmentFileBuilder.cs
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
* Update SQL commands to prevent SQL injection attacks
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
5 years ago
Matt Portune
0e76371d0d
Android FIDO2 Asset Links ( #1359 )
...
* asset links for Android FIDO2
* added release & debug fingerprints
5 years ago
Vince Grassia
0366c0efef
Add install-id, install-key, and skip-ssl flags to Setup Project ( #1260 )
...
* Add install-id, install-key, and skip-ssl flags
* Update util/Setup/CertBuilder.cs
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
* Update util/Setup/Program.cs
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
* Remove redundant variable assignment
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
5 years ago
Chad Scharf
9800b752c0
Changed all C# control flow block statements to include space between keyword and open paren
6 years ago
Kyle Spearrin
242e509b9d
set en-US as default current culture
7 years ago
Kyle Spearrin
085c13f508
next step is just start
7 years ago
Kyle Spearrin
28884c3330
move migrations to migrator project
7 years ago
Kyle Spearrin
ce9016acfb
log to console is not quiet
7 years ago
Kyle Spearrin
0f7963f79c
stub install
7 years ago
Kyle Spearrin
b6f54324a5
quiet output for setup scripts
7 years ago
Kyle Spearrin
bb1860d861
read connection string from env file for migration
7 years ago
SoulSeekkor
976869c968
Fixed various typos. ( #378 )
7 years ago
Kyle Spearrin
fd8f5be117
new line
7 years ago
Kyle Spearrin
7a6d09a28e
refs and installation complete message
7 years ago
Kyle Spearrin
a3744facc7
remove install complete message
7 years ago
Kyle Spearrin
c87ce222eb
contains checks for nginx conf config.yml build
7 years ago
Kyle Spearrin
69605fab5b
rebuild instructions
7 years ago
Kyle Spearrin
310e6bcf61
convert setup to use config.yml
7 years ago
Kyle Spearrin
06d5b4af29
turn off database autoclose
7 years ago
Kyle Spearrin
b0aef93597
move script back and move userview update up
8 years ago
Kyle Spearrin
266fc579f2
cleanup installer. break apart update script
8 years ago
Kyle Spearrin
6f1f2305e3
sleep for 20 seconds between migrate re-tries
8 years ago
Kyle Spearrin
7878362a51
note message var
8 years ago
Kyle Spearrin
818a668e3c
move cert warnings to main
8 years ago
Kyle Spearrin
352b51dfb4
before running start
8 years ago
Kyle Spearrin
64cd0b8942
format long strings
8 years ago
Kyle Spearrin
5049f94d9b
helpers and banner
8 years ago
Kyle Spearrin
b048dbcb6b
trim question input
8 years ago
Kyle Spearrin
267aa020c6
input helpers
8 years ago
Kyle Spearrin
05d00517ee
move cert questions up
8 years ago
Kyle Spearrin
ec395ca0d2
only set https port if using ssl
8 years ago
Kyle Spearrin
c6f4996010
no ssl check on reverse proxy port
8 years ago
Kyle Spearrin
7de9b18aa6
update decision tree for non-ssl use cases
8 years ago
Kyle Spearrin
28cd860c54
fix syntax error
8 years ago
Kyle Spearrin
6f708a8198
set proper port bindings for alternate port setup
8 years ago
Kyle Spearrin
0381a48ec9
re-attempt db migrate on update mode failure
8 years ago
Kyle Spearrin
94ecdf7fd6
support non-ssl installations
8 years ago
Kyle Spearrin
555e478ec3
Uppercase Bitwarden
8 years ago
Kyle Spearrin
3425e95bf6
revert prefixing service names with `bitwarden-`
8 years ago
Kyle Spearrin
dcd5b95db0
fix mssql connection string in setup
8 years ago
Kyle Spearrin
cf7274aa46
adjust web appsettings overrides
8 years ago
Kyle Spearrin
a25710e756
added proxy prefix
8 years ago
Viktor Hansson
afd72b26eb
Support for reverse proxy in setup script ( #139 )
...
* Added option for when using reverse proxy to setup script
* Removed debug console.write
8 years ago
Kyle Spearrin
16e1e8d78e
create empty ssl directory if using own certs
8 years ago
Kyle Spearrin
928fd5bc82
PrintEnvironment update commands
8 years ago