Ramiro Saenz
f3fc3c7cf0
Removed diskusage because of build problems
4 years ago
Ramiro Saenz
89d0560ed3
Update appveyor.yml
4 years ago
Ramiro Saenz
cc39ed6980
Update appveyor.yml
4 years ago
Ramiro Saenz
58f53323f3
Update appveyor.yml
4 years ago
Ramiro Saenz
82a44e93fc
Updated Node
4 years ago
Ramiro Saenz
c91ef575e3
Updated Electron and fixed some major bugs
4 years ago
Ramiro Saenz
5e94ebf0e9
Merge pull request #2897 from mhatvan/chore/update-electron
...
Update Electron
4 years ago
Ramiro Saenz
c26845662c
Merge branch 'master' into chore/update-electron
4 years ago
Ramiro Saenz
008efd5f08
Reviewed code and tested
4 years ago
Ramiro Saenz
4f0c6e9bc1
Merge pull request #2807 from Vioner/fix/#2077-stop-rambox-when-running-out-of-space
...
Fix #2077 - stop rambox when running out of space, to prevent losing service tabs
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
Ramiro Saenz
5eed7f02fd
Changed URLs for updates and services
5 years ago
Ramiro Saenz
58b5975912
Added new Google URLs to avoid security rule
...
Fixes #2835
5 years ago
Karol Putra
f8610047eb
Merge branch 'fix/#2077-stop-rambox-when-running-out-of-space' of https://github.com/Vioner/community-edition into fix/#2077-stop-rambox-when-running-out-of-space
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
025a8fab68
Fixes #2780
5 years ago
Ramiro Saenz
18ae907bd0
Update README.md
5 years ago
Ramiro Saenz
155a7fd2a2
Fixes #2706
5 years ago
Ramiro Saenz
6e1220fbae
Added Volta
5 years ago
Ramiro Saenz
c0293be615
Merge branch 'master' of https://github.com/saenzramiro/rambox
5 years ago
Ramiro Saenz
03e0c3be2d
Merge pull request #2639 from Zarel/patch-3
...
Update repo URL in CONTRIBUTING.md
5 years ago
Ramiro Saenz
429721393e
Merge pull request #2751 from ramboxapp/dependabot/npm_and_yarn/electron-7.2.4
...
Bump electron from 7.1.12 to 7.2.4
5 years ago
Ramiro Saenz
813c0d4628
Merge pull request #2671 from ramboxapp/dependabot/npm_and_yarn/auth0-js-9.13.2
...
Bump auth0-js from 9.7.3 to 9.13.2
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
Vulich Fernando
d4b89a48ac
Fix Do Not Disturb Tooltip
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
ef2a2a9f15
Add files via upload
5 years ago
Vulich Fernando
9a5e686bb0
Add files via upload
5 years ago
Vulich Fernando
01265fdbae
Add files via upload
5 years ago
Vulich Fernando
02c8bacb2a
Add files via upload
5 years ago
Guangcong Luo
c00109417f
Update repo URL in CONTRIBUTING.md
5 years ago
Vulich Fernando
e01453b6a0
Merge pull request #2635 from Zarel/patch-1
...
Update CONTRIBUTING.md with new services location
5 years ago
Guangcong Luo
d748323142
Update CONTRIBUTING.md with new services location
5 years ago
Vulich Fernando
7261dd10c6
Versioning
5 years ago
Vulich Fernando
10f577549a
Provide option to disable auto-reload on fail
...
Fixes #2633
5 years ago
Vulich Fernando
bec9bae9b9
Fix: Blue screen after getting the backup from Auth0
5 years ago
Vulich Fernando
151caa037d
Merge pull request #2621 from andia89/minimized
...
Fixes start minimized
5 years ago
andreas
2185f32dd8
Adds requested changes for start minimized
5 years ago
Ramiro Saenz
168eacb2fe
Added script for notarization
5 years ago
Ramiro Saenz
9166c49aae
Fixed camera and mic permissions prompt
5 years ago