Ramiro Saenz
f3fc3c7cf0
Removed diskusage because of build problems
4 years ago
Ramiro Saenz
c91ef575e3
Updated Electron and fixed some major bugs
4 years ago
Ramiro Saenz
008efd5f08
Reviewed code and tested
4 years ago
mhatvan
e18ff5e003
chore: Update Electron ( #2871 )
...
- update electron from 7.2.4 to 11.0.2
- upgrade electron-related dependencies to latest
- replace deprecated occurrences of webview.getWebContents() with require("electron").remote.webContents.fromId(webview.getWebContentsId())
- add enableRemoteModule: true to createWindow() in main.js until https://github.com/electron/electron/issues/21408 is resolved
4 years ago
Ramiro Saenz
611235aee6
Added required scope to snap
5 years ago
Ramiro Saenz
a8e5a42e51
Added new permissions to Snap package
...
Fixes #2700
5 years ago
Ramiro Saenz
2037dbafe5
Versioning
5 years ago
Karol Putra
072997e59c
Added availableSpaceWatchDog.
...
Every minute it checks if available disk space < 1 GB.
It requires new module - diskspace - works on Windows Linux and Mac.
Tested only on Linux.
If the partition where Rambox is running from has < 1 GB available space:
- a warning dialog appears and Rambox freezes (synchronous dialog).
Dialog has info about:
-- remaining space
-- rambox/electron installation path
-- instruction to free up more space and that the app will exit upon dialog dismissal
-- OK button which quits Rambox
No matter how the dialog is dismissed, Rambox quits.
5 years ago
Karol Putra
4127e0a707
Added availableSpaceWatchDog
...
Every minute it check free disk space.
It uses new module - diskspace - works on Windows Linux and Mac.
If the partition where Rambox is installed has < 1 GB available space:
- a warning dialog appears with info about:
-- remaining space
-- rambox/electron installation path
-- OK button which quits Rambox
No matter how the dialog is dismissed, it will quit Rambox.
5 years ago
Ramiro Saenz
e14cfdff86
Update package.json
5 years ago
Ramiro Saenz
82f70c0c89
Changed URLs
5 years ago
Ramiro Saenz
120512e386
Update electron to 7.23.4
5 years ago
Ramiro Saenz
dcaa45e86f
Changed publisher name
5 years ago
Ramiro Saenz
95d04aa76e
Versioning
5 years ago
Ramiro Saenz
155a7fd2a2
Fixes #2706
5 years ago
Ramiro Saenz
6e1220fbae
Added Volta
5 years ago
Ramiro Saenz
3048d9d28c
Install exact versions of libs
5 years ago
dependabot[bot]
eb88f5d8fc
Bump electron from 7.1.12 to 7.2.4
...
Bumps [electron](https://github.com/electron/electron ) from 7.1.12 to 7.2.4.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v7.1.12...v7.2.4 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
02c0c549ce
Bump auth0-js from 9.7.3 to 9.13.2
...
Bumps [auth0-js](https://github.com/auth0/auth0.js ) from 9.7.3 to 9.13.2.
- [Release notes](https://github.com/auth0/auth0.js/releases )
- [Changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/auth0/auth0.js/compare/v9.7.3...v9.13.2 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Vulich Fernando
7261dd10c6
Versioning
5 years ago
Ramiro Saenz
168eacb2fe
Added script for notarization
5 years ago
Ramiro Saenz
313b29cd00
Versioning
5 years ago
Ramiro Saenz
7a3e4b1e6a
Notarization of MacOS app
5 years ago
Ramiro Saenz
2ae71facd5
Grant camera/microphone permission to macOS Catalina
5 years ago
Vulich Fernando
3937f43ffe
Electron 7.1.12
5 years ago
Vulich Fernando
7947cc20dd
Grant camera/microphone permission to macOS Catalina
5 years ago
Vulich Fernando
78e86721f4
Bump to electron 7.1.12
5 years ago
Vulich Fernando
55351f6f72
Versioning to 0.7.3
5 years ago
Vulich Fernando
18e5794724
Versioning to 0.7.2
6 years ago
Vulich Fernando
51e5ad8858
Versioning to 0.7.1
6 years ago
Vulich Fernando
4ad7edc4ea
Fix: shortcuts interferes with Chrome/Safari/Firefox
...
added: mousetrap to handle shortcuts
6 years ago
Vulich Fernando
a5f158ecad
Fix: Linux build failure
6 years ago
Vulich Fernando
e1344ea05b
Get Services remotely and Bump Electron to 7.1.1
6 years ago
Ramiro Saenz
0b8306d6a5
Versioning
6 years ago
Ramiro Saenz
90f93202c4
Versioning
6 years ago
Ramiro Saenz
c61e3b7475
Versioning
6 years ago
mxb
3f3b9e66ee
Added is-online package
6 years ago
Ramiro Saenz
fe9056105a
Improved search text feature
...
Prevent using external lib
6 years ago
mxb
9ba564c713
Improved list
6 years ago
mxb
67b50b54ca
Added camera plug
6 years ago
mxb
93580405fc
Added search feature
6 years ago
Ramiro Saenz
e0917cb1d0
Versioning
6 years ago
Ramiro Saenz
3a4e318a4f
Updated electron-builder and electron-updater
6 years ago
mxb
106621efcc
Fix issue with electron before-input-event
6 years ago
Ramiro Saenz
61af48511d
Updated to Electron 4.1.4
6 years ago
Ramiro Saenz
3bfb040969
Fixed right click / context menu
...
Fixes #2154
6 years ago
Ramiro Saenz
0c4875ab1a
Updated Electron to 4.1.1
6 years ago
Ramiro Saenz
e615605342
Versioning
6 years ago
mxb
a4f5ec66d3
Replaced keycode to keycodes, better lib
6 years ago
mxb
837aeb240f
Added keycode to package.json
6 years ago