aboutsummaryrefslogtreecommitdiffstats
path: root/src/electron/ipc-api/autoUpdate.ts
Commit message (Collapse)AuthorAge
* Enable AutoUpdates from in-app with self-sign certificates on macOS (#213)Libravatar André Oliveira2022-06-03
| | | | Co-authored-by: Alphrag <alphrag@pm.me>
* Update for in-app update process (not yet tested since we dont have signed ↵Libravatar Vijay A2022-05-18
| | | | builds)
* Preload safe debug shim (#29)Libravatar Kristóf Marussy2022-04-22
| | | | | | | | | | | | | | | | In https://github.com/ferdium/ferdium-app/pull/23 we removed usages of the debug package due to an electron bug. This patch aims to restore some debug functionality by introducing a shim. The shim detect whether if it is being introduced in a preload script where the electron but would be triggered, and falls back to a simple replacement for debug. However, in the main and renderer processes, where a preload script is not being used, we still get full debug functionality. In this way, a module can be used both in a preload script and outside of it, while still preserving debug functionality whenever possible. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* #329 Remove blocking listener before autoUpdater.quitAndInstallLibravatar kytwb2022-01-11
|
* #329 Remove blocking listener before autoUpdater.quitAndInstallLibravatar kytwb2022-01-01
|
* Refactor autoUpdater usageLibravatar kytwb2021-12-18
|
* Fix linterLibravatar kytwb2021-12-18
|
* Remove app.quit hack hiding autoUpdater.quitAndInstall failureLibravatar kytwb2021-12-18
|
* Better error handling for autoUpdaterLibravatar kytwb2021-12-18
|
* chore: merge the nightly builds into the main 'ferdi' project (#1996)Libravatar Vijay Aravamudhan2021-09-28
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* chore: convert JS to TS (#1934)Libravatar Markus Hatvan2021-09-14