Jared
|
f8a4d015df
|
Update readme. Put Example_Nginx_Config.txt back where it was supposed to go.
|
2021-07-29 07:57:35 -07:00 |
|
Jared
|
50ff25277f
|
Add Server.Installer project.
|
2021-07-29 07:57:33 -07:00 |
|
Jared
|
155d5e0f59
|
Changing host in view model no longer needed.
|
2021-07-29 07:57:33 -07:00 |
|
Jared
|
ebc3214db3
|
Don't run Remotely service as www-data anymore.
|
2021-07-29 07:57:31 -07:00 |
|
Jared
|
1ad6dac15e
|
Copy files and updated host names in Publish.ps1 instead of Build.yml.
|
2021-07-29 07:57:31 -07:00 |
|
Jared Goodwin
|
8c3f997b89
|
Merged PR 5: Replace Server UI with Blazor
|
2021-07-29 07:57:31 -07:00 |
|
Jared
|
8c4a8712b8
|
Removed trimmed publish on agent.
|
2021-07-29 07:57:29 -07:00 |
|
Jared
|
61f5cc5e66
|
Update hostname replacement in Publish.ps1.
|
2021-07-29 07:57:26 -07:00 |
|
Jared
|
2660c36b1a
|
Add trimming back.
|
2021-07-29 07:57:25 -07:00 |
|
Jared
|
b5f482cf94
|
Fix installer message.
|
2021-07-29 07:56:55 -07:00 |
|
Jared Goodwin
|
7f3536017f
|
Merged PR 4: Branding
|
2021-07-29 07:56:55 -07:00 |
|
Jared
|
23d2d0d008
|
Compare local .NET Hosting version to remote.
|
2021-07-29 07:56:54 -07:00 |
|
Jared
|
4a47c844c2
|
Ubuntu desktop app requires sudo but will install dependencies. Created config service to replace static class.
|
2021-07-29 07:56:53 -07:00 |
|
Jared
|
cd079de811
|
Verify URI format for server URL.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
1d2bf2eec1
|
Remove wildcards to improve efficiency of vswhere.
|
2021-07-29 07:56:50 -07:00 |
|
Jared
|
d7fece358c
|
Add "-products *" parameter for VsWhere.
|
2021-07-29 07:56:49 -07:00 |
|
Jared
|
afc302cd6f
|
Dispose of WebResponses. Use VsWhere.
|
2021-07-29 07:56:49 -07:00 |
|
Jared
|
9ef0152bbe
|
Update server install scripts.
|
2021-07-29 07:56:49 -07:00 |
|
Jared
|
3e09a96671
|
Update to .NET 5. (#176)
* Retarget .NET 5.
* Delete binaries
* Create ClickOnce publish profile.
* Add IncludeAllContentForSelfExtract
* Retarget .NET 5.
* Delete binaries
* Create ClickOnce publish profile.
* Add IncludeAllContentForSelfExtract
* Remove trim publish option.
* Update Program.cs
* Bump .NET Framework apps up to v4.8.
* Remove use of obsolete DatabaseErrorPageMiddleware.
* Delete ClickOnce-Win10-x64.pubxml
|
2021-07-29 07:56:49 -07:00 |
|
Jared
|
292fc74519
|
Revert some changes to Nginx config.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
29dd945956
|
Update shutdown process and server install scripts.
|
2021-07-29 07:56:46 -07:00 |
|
Jared
|
adc57eecdc
|
HTML-encode various dynamic content. Update IIS server install script.
|
2021-07-29 07:56:46 -07:00 |
|
Jared
|
fb8eb8c7d3
|
Set owner on remotely folder.
|
2021-07-29 07:56:46 -07:00 |
|
Jared
|
a4e37acf12
|
Update Ubuntu_Server_Install.sh
|
2021-07-29 07:56:45 -07:00 |
|
Jared
|
4870373c87
|
Update Nginx config.
|
2021-07-29 07:56:45 -07:00 |
|
Jared
|
452b461ec3
|
Update CentOS_Server_Install.sh
|
2021-07-29 07:56:45 -07:00 |
|
Jared
|
cc12b0f23f
|
Update Ubuntu_Server_Install.sh
|
2021-07-29 07:56:45 -07:00 |
|
Jared
|
4e762f8f3b
|
Update Ubuntu_Server_Install.sh
|
2021-07-29 07:56:45 -07:00 |
|
Jared
|
0036ae1531
|
Update Ubuntu_Server_Install.sh
|
2021-07-29 07:56:45 -07:00 |
|
Jared
|
2bb2987b75
|
Update Ubuntu_Server_Install.sh
|
2021-07-29 07:56:45 -07:00 |
|
Jared
|
5945d67496
|
Update Linux install scripts.
|
2021-07-29 07:56:45 -07:00 |
|
Jared
|
249bae4afe
|
Remove unused files.
|
2021-07-29 07:56:45 -07:00 |
|
Jared
|
6b5024457a
|
Get CurrentVersion by commit date.
|
2021-07-29 07:56:45 -07:00 |
|
Jared
|
5d57cb2760
|
Rename RCBrowserHub to ViewerHub. Refactor ViewerHubConnection close events.
|
2021-07-29 07:56:40 -07:00 |
|
Jared Goodwin
|
8b387711bf
|
Update URLs.
|
2021-07-29 07:56:38 -07:00 |
|
Jared Goodwin
|
6dc9b553e0
|
Case-insensitive etag grep. Rename server install bash scripts.
|
2021-07-29 07:56:38 -07:00 |
|
Jared Goodwin
|
dc4d88dfb5
|
Add forwarded headers to SignalR hub endpoints.
|
2021-07-29 07:56:38 -07:00 |
|
Jared Goodwin
|
71d30765e5
|
Desktop app fixes. Screen capture tweaks. Installer tweaks.
|
2021-07-29 07:56:37 -07:00 |
|
Jared Goodwin
|
bae1d1d628
|
Re-structure projects. Introduce WPF/Avalonia chat windows. Record session from browser.
|
2021-07-29 07:56:36 -07:00 |
|
Jared Goodwin
|
e49b685d88
|
Add DbLogger.
|
2021-07-29 07:56:36 -07:00 |
|
Jared Goodwin
|
2d31571be2
|
Rename hubs
|
2021-07-29 07:56:32 -07:00 |
|
Jared Goodwin
|
c3ffde811b
|
Update build script.
|
2021-07-29 07:56:32 -07:00 |
|
Jared Goodwin
|
e4291713eb
|
Update publish profiles.
|
2021-07-29 07:56:31 -07:00 |
|
Jared Goodwin
|
bc2a6187cc
|
Add explicit configuration. Tweak elevate commands.
|
2021-07-29 07:56:31 -07:00 |
|
Jared Goodwin
|
92b6ddb685
|
Begin creating wrapper.
|
2021-07-29 07:56:17 -07:00 |
|
Jared Goodwin
|
4005db4fa5
|
IsInputBlocked.
|
2021-07-29 07:56:15 -07:00 |
|
Jared Goodwin
|
bd751a9cf6
|
Switch to self-contained deployments.
|
2021-07-29 07:56:14 -07:00 |
|
Jared Goodwin
|
18b9b330d0
|
Add comments to Install-RemotelyServer.ps1 params.
|
2021-07-29 07:56:09 -07:00 |
|
Jared Goodwin
|
68f4a2eab0
|
Restart systemctl service instead of start, in case of update.
|
2021-07-29 07:56:08 -07:00 |
|
Jared Goodwin
|
5f84f03ad1
|
Use UTC DateTime for version.
|
2021-07-29 07:56:08 -07:00 |
|