Commit Graph

166 Commits

Author SHA1 Message Date
Jared Goodwin
1e8b4a98ef Fix bug in Publish.ps1. Add NAudio to credits. 2019-05-17 12:33:30 -07:00
Jared Goodwin
e46940b17d Resample audio to 16-bit so it works in Firefox. 2019-05-17 11:55:10 -07:00
Jared Goodwin
fd7e6b9593 Working on audio transfer. 2019-05-17 08:51:03 -07:00
Jared Goodwin
0f1e3811cc Remote control session recorder now pipes directly into MP4 file. XAML fix for Avalonia project. 2019-05-15 17:22:53 -07:00
Jared
d27374e667
Update README.md 2019-05-14 17:09:26 -07:00
Jared Goodwin
02ea46d8c6 Bug fix when updating tags via grid. Added Linux GUI to downloads page. 2019-05-09 22:16:38 -07:00
Jared Goodwin
9f5e25d0de Added GUI app for Linux. 2019-05-03 10:07:52 -07:00
Jared Goodwin
9caa8ba71a Minor tweaks. 2019-05-02 22:44:48 -07:00
Jared Goodwin
74995518e0 Massive improvement to Linux screen capture performance by using unmanaged code and native DLL invokes. 2019-05-02 22:18:15 -07:00
Jared Goodwin
bd7410f601 Explicitly set forwarded header limit. 2019-04-28 10:59:26 -07:00
Jared Goodwin
2e773658f2 Added gitattribute to handle eol for .sh files. 2019-04-24 19:31:02 -07:00
Jared Goodwin
f157e6a7f4 Added KnownProxies configuration for using a proxy server on a different machine. 2019-04-22 07:24:02 -07:00
Jared Goodwin
0be5e4490b Re-arranged UI so the status div doesn't appear on the grid tab. 2019-04-19 17:44:24 -07:00
Jared Goodwin
10bf846305 Credits page fixes. 2019-04-19 06:35:06 -07:00
Jared Goodwin
335c9fb6d8 Fixed spacebar button on the mobile virtual keyboard. 2019-04-18 07:11:05 -07:00
Jared Goodwin
3f97df115f Added TargetLatestRuntimePatch project attribute. 2019-04-16 17:43:10 -07:00
Jared Goodwin
85ee814d06 Added border padding back to image diff. Added alternate way of obtaining Xauthority file. 2019-04-16 11:19:11 -07:00
Jared Goodwin
a7dd22eab7 Updated readme. 2019-04-16 07:06:27 -07:00
Jared Goodwin
d1deda40a5 Typo. Install additional Linux dependency for System.Drawing.Common. 2019-04-13 09:17:32 -07:00
Jared Goodwin
b50f8baa1a Change command order. 2019-04-13 08:32:17 -07:00
Jared Goodwin
da3e4a7bdc Add initial update. 2019-04-13 08:21:48 -07:00
Jared Goodwin
a561f9f9fa Rearrange install order. 2019-04-13 08:15:03 -07:00
Jared Goodwin
2a4f9d2410 Rearrange install order. 2019-04-13 08:03:02 -07:00
Jared Goodwin
a997850850 Remove quiet flag from wget Remotely_Server.zip. 2019-04-13 07:58:27 -07:00
Jared Goodwin
19f84e9ec0 Minor cleanup and refactoring. 2019-04-12 20:14:36 -07:00
Jared Goodwin
ddef7c0e05 Updated Linux install script. 2019-04-11 07:54:06 -07:00
Jared Goodwin
32bb54ce88 Added a configurable setting for Windows Event Log logging. 2019-04-10 17:12:47 -07:00
Jared Goodwin
60fc538b4b Fixed a mouse input bug when the virtual screen's left-most coordinate is in the negative. Refactored ICapturer virtual screen methods. 2019-04-10 16:49:44 -07:00
Jared Goodwin
08d3f4b904 Added SmtpEnableSsl to app settings for email sender. Added Windows Event Log provider to logging. 2019-04-10 06:53:19 -07:00
Jared Goodwin
4cb40f41f3 Refactored outgoing messages. 2019-04-10 05:59:08 -07:00
Jared Goodwin
fdb62667e3 Added install script for Windows servers. 2019-04-09 07:38:14 -07:00
Jared
f70721c6b4
Update README.md 2019-04-08 20:24:34 -07:00
Jared Goodwin
1340740a79 For remote control, Linux agent no longer needs to be installed under the account that is set for auto-login. 2019-04-08 07:37:02 -07:00
Jared Goodwin
321ade4c63 Uninstaller bug fix. 2019-04-06 13:29:47 -07:00
Jared Goodwin
3771de3d55 Removed some test code. 2019-04-06 00:56:38 -07:00
Jared Goodwin
9cb6d36cfb Remove old library files. 2019-04-05 23:53:10 -07:00
Jared Goodwin
ff6df42892 Add netstandard reference. 2019-04-05 22:58:42 -07:00
Jared Goodwin
9de42991ad Renamed the shared code library. 2019-04-05 22:23:59 -07:00
Jared Goodwin
f91bafe4e1 Added image quality slider in the remote control options. 2019-04-05 20:49:28 -07:00
Jared Goodwin
aa43623de5 Re-added project references. 2019-04-05 08:08:15 -07:00
Jared Goodwin
17b194a8a3 Refresh schema change due to limitation in SQLite migrations. Fixed bug with user options. Added "clear console" shortcut key. 2019-04-05 06:26:13 -07:00
Jared Goodwin
328b987117 Migrated Remotely_Library to .NET Standard. Refactored tuples to typed class. 2019-04-04 16:40:54 -07:00
Jared Goodwin
7e180ddfb2 Refactor event handlers on Conductor and ICapturer. 2019-04-04 07:21:22 -07:00
Jared Goodwin
2116a27565 Changed Drives property on Device entity to use value conversion instead of foreign key. 2019-04-03 21:05:31 -07:00
Jared Goodwin
31fb1b6c6c Added remote control via API. Updated readme. 2019-04-03 17:44:41 -07:00
Jared Goodwin
e5ded4585f Added Swagger. 2019-04-02 17:42:33 -07:00
Jared Goodwin
954843ef63 X11 remote control is working. 2019-04-02 07:56:35 -07:00
Jared Goodwin
2bf71510e3 Working on X11 libraries. 2019-04-01 17:39:15 -07:00
Jared Goodwin
13025a2696 Added GetGroups web command. 2019-03-30 09:15:42 -07:00
Jared Goodwin
5e67289fc4 Implement many-to-many link tables for permission groups since it doesn't appear the EF Core team will be adding skip-level navigation properties anytime soon. 2019-03-29 23:10:41 -07:00