Robert Muehsig
f1eaffb203
update github sourcelink and framework reference
2019-10-07 22:48:49 +02:00
Robert Muehsig
69ca5d6f9e
Merge pull request #314 from ElectronNET/dependabot/npm_and_yarn/ElectronNET.Host/lodash-4.17.15
...
Bump lodash from 4.17.11 to 4.17.15 in /ElectronNET.Host
2019-10-07 22:42:03 +02:00
Robert Muehsig
5cd11a8110
build
2019-10-03 23:36:21 +02:00
dependabot[bot]
c343b19a60
Bump lodash from 4.17.11 to 4.17.15 in /ElectronNET.Host
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-10-03 21:16:04 +00:00
Robert Muehsig
b3bb3ceb97
fix build issues
2019-10-03 23:07:17 +02:00
Robert Muehsig
e25b89ff6a
Update to .NET Core 3.0
2019-10-03 22:30:58 +02:00
Guillaume
28be0dd209
- Removed unused variable from a previous attempt.
2019-09-26 17:34:18 +02:00
Guillaume
8bf10c370c
- Added XML documentation on ChromeExtensionInfo constructor
2019-09-26 17:30:21 +02:00
Guillaume
a32b50f86f
- Fixed / Updated API for Chrome extensions
...
- Sample for quick testing will be put in the pull request
2019-09-26 17:26:33 +02:00
Guillaume
a781234d05
- Removed not existent parameter in method declaration of browserWindowGetExtensions in browserWindows.ts
2019-09-26 13:37:01 +02:00
Guillaume
8b66bdd7cb
- Added BrowserWindow.AddExtension, RemoveExtension, GetExtensions support. Not yet tested
2019-09-26 13:27:22 +02:00
Guillaume
ba64639c1d
- Added AddExtension, RemoveExtension and GetExtensions methods body
...
- Added a ChromeExtensionInfo class, that mimic the returned JS values from GetExtensions method (see https://electronjs.org/docs/api/browser-window#browserwindowgetextensions )
- GetExtensions return a Dictionary<string, ChromeExtensionInfo>, to respect JS documentation declaration.
2019-09-25 17:33:57 +02:00
Gregor Biswanger
5157561dc6
Merge pull request #303 from hack2root/master
...
fix issue #301
2019-08-21 17:10:47 +02:00
Gregor Biswanger
bbecd86cce
Update Changelog.md
2019-08-21 17:10:10 +02:00
Artur Mustafin
bd99da560b
fix issue #301
2019-08-21 06:43:56 +03:00
Gregor Biswanger
9278402d65
remove starter kits part
...
Is no longer actively maintained
2019-08-03 11:45:14 +02:00
Robert Muehsig
9bc1b46810
5.22.14
5.22.14
2019-07-29 22:04:52 +02:00
Gregor Biswanger
d2956e6f2f
Fix Refresh-Window
2019-07-28 20:16:06 +02:00
Gregor Biswanger
da4e930478
New Feature: Support for set a custom static Port to ASP.NET Backend - #155
2019-07-28 14:14:15 +02:00
Gregor Biswanger
8e9f7b016a
New Feature: Implement full support for Auto Updater - (Based on electron-updater - Version 4.0.6)
2019-07-28 13:32:34 +02:00
Gregor Biswanger
10e95afa5c
Merge branch 'master' into dev/AutoUpdate
2019-07-28 13:24:41 +02:00
Gregor Biswanger
68505f8feb
Create FUNDING.yml
2019-07-28 11:04:41 +02:00
Gregor Biswanger
c91884a520
Fixed bug: Build fails with latest electron-builder version - #288
2019-07-26 16:31:44 +02:00
Gregor Biswanger
ccf0a4c73b
Merge pull request #262 from netpoetica/master
...
fix async issue where same port is considered open
2019-07-26 13:52:10 +02:00
Gregor Biswanger
660663d9c1
Merge pull request #286 from Tum4ik/master
...
Fixed bug: Electron tray icon TypeError
2019-07-26 13:21:10 +02:00
Robert Muehsig
36ee9c4dd7
Merge pull request #269 from ElectronNET/netcore2.2
...
update projects to use netcoreapp2.2
2019-07-15 22:29:11 +02:00
Robert Muehsig
9f7c99db53
Merge pull request #252 from Tum4ik/patch-1
...
Update README.md
2019-07-15 22:16:34 +02:00
Yevgeniy Tymchishin
b9ba162a88
Fixed bug: Electron tray icon TypeError
2019-07-05 23:33:04 +03:00
Robert Muehsig
ad399f50ee
5.22.13 release
5.22.13
2019-07-01 23:16:33 +02:00
Robert Muehsig
428e53e265
Merge pull request #266 from gfs/gfs/listen-on-127.0.0.1
...
Fix ASP.NET backend listening on 0.0.0.0
2019-07-01 23:10:40 +02:00
kthrose
0a02b7140b
Fix filenames in shell script, ElectronNet != ElectionNET on Linux for builds.
2019-06-03 16:54:25 -04:00
Robert Muehsig
f6ea0dd8dc
Merge branch 'master' into netcore2.2
2019-06-01 00:02:33 +02:00
Robert Muehsig
dc8987de5a
Merge pull request #268 from ElectronNET/dotnet-travisci-dotnetcore
...
Use the most recent SDK
2019-05-31 23:56:42 +02:00
Robert Muehsig
dc73be0c81
update projects to use netcoreapp2.2
2019-05-31 23:54:47 +02:00
Robert Muehsig
4dc8f189f9
Update .travis.yml
2019-05-31 23:42:50 +02:00
Robert Muehsig
5ec179af5d
Update .travis.yml
2019-05-31 23:28:02 +02:00
Gabe Stocco
802b1acf68
Update README.md
2019-05-31 09:12:07 -07:00
gfs
07a0bc9c7d
Revert NodeIntegration Change
...
Add comment to note why it is true.
2019-05-31 08:57:21 -07:00
kthrose
43028afc02
add bash version of release script
2019-05-31 10:08:44 -04:00
gfs
d3d73611b7
Version in build script now a variable
2019-05-30 19:43:27 -07:00
gfs
6d31c41479
Change NodeIntegration Default to False
...
This should be the default as it is more secure. It is trivial for applications which wish to take on the additional attack surface to set " browserWindowOptions.WebPreferences.NodeIntegration = false;"
2019-05-30 17:37:07 -07:00
gfs
98a549560f
Prevents binding to 0.0.0.0 on Windows
2019-05-30 17:33:01 -07:00
kthrose
8a3b9951fa
fix async issue where same port is considered open
2019-05-29 10:50:24 -04:00
Gregor Biswanger
552b4331b2
implement missing events and properties from the AutoUpdater-API
2019-05-23 23:10:45 +02:00
Gregor Biswanger
38785f9b18
Update README.md
2019-05-23 16:41:19 +02:00
Gregor Biswanger
886b4b81a5
Update Changelog.md
2019-05-23 16:15:24 +02:00
Gregor Biswanger
e6b6f990d7
Update Changelog.md
2019-05-23 16:14:48 +02:00
Gregor Biswanger
a2ada57292
Implement all electron-updater events
2019-05-23 02:59:30 +02:00
Gregor Biswanger
0cede6131e
Fixed bug #257 - Menu Item visibility
2019-05-22 20:26:22 +02:00
Gregor Biswanger
ce52988aac
Merge branch 'master' of https://github.com/ElectronNET/Electron.NET
2019-05-22 18:28:52 +02:00