aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* Fix CI badge [skip ci]Libravatar Vijay A2022-04-30
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-30
|
* 6.0.0-nightly.16 [skip ci]v6.0.0-nightly.16Libravatar github-actions2022-04-29
|
* fix: desktopCapturer in electron 17+ (fixes #59)Libravatar Kristóf Marussy2022-04-29
| | | | | | | | | | | Since electron 17, desktopCapturer is only available in the main process: https://www.electronjs.org/blog/electron-17-0#desktopcapturergetsources-in-the-renderer This patch adds a new IPC message from the service renderer to the main process so it can still invoke desktopCapturer.getSources Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-29
|
* Use 'fetch-depth: 0' to pull in all history (trying to see if the ↵Libravatar Vijay A2022-04-29
| | | | submodule-update issue gets fixed)
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-29
|
* Fixes existing gap on horizontal sidebarLibravatar André Oliveira2022-04-29
|
* Upgrade 'electron' to '18.2.0'Libravatar Vijay A2022-04-29
|
* 6.0.0-nightly.15 [skip ci]v6.0.0-nightly.15Libravatar github-actions2022-04-29
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-29
|
* Upgrade 'pnpm' to '6.32.11'; Pull in latest 'recipes'Libravatar Vijay A2022-04-28
|
* 6.0.0-nightly.14 [skip ci]v6.0.0-nightly.14Libravatar github-actions2022-04-28
|
* Pull in latest version of 'recipes' submoduleLibravatar Vijay A2022-04-27
|
* Use specific version of the GH action runner OS so as to limit issues ↵Libravatar André Oliveira2022-04-27
| | | | | relating to upgraded OS under our feet (#55) Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Add Ferdi server to hosted services (#49)Libravatar André Oliveira2022-04-27
| | | | * 'SettingsNavigation.js' and 'TeamDashboard.js' also have a call to 'LIVE_FERDI_API', but it handles the teams feature that I think neither Ferdi or Ferdium provide. * Removes comment on 'apiBase.ts' because I tested and the Terms was redirecting fine on the 'Help' Menu.
* 6.0.0-nightly.13 [skip ci]v6.0.0-nightly.13Libravatar github-actions2022-04-27
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-27
|
* Remove straggling reference to 'jq'.Libravatar Vijay A2022-04-26
|
* chore: fix typo in EditSettingsForm.js [skip ci]Libravatar Ikko Ashimine2022-04-26
|
* 6.0.0-nightly.12 [skip ci]v6.0.0-nightly.12Libravatar github-actions2022-04-26
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-26
|
* fix(ci): escape quotes in windows npm i commandLibravatar Nathanaël Houn2022-04-25
|
* Rebranding of Ferdium ServerLibravatar André Oliveira2022-04-25
|
* Use published version of 'node-mac-permissions' instead of the github SHALibravatar Vijay A2022-04-25
|
* 6.0.0-nightly.11 [skip ci]v6.0.0-nightly.11Libravatar github-actions2022-04-25
|
* Remove hardcoding of 'npm' and 'pnpm' version in CI scriptsLibravatar Vijay A2022-04-24
|
* Remove dependency on 'jq' since 'node' can be used for the sameLibravatar Vijay A2022-04-24
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-25
|
* Accept both 'ferdi-data' and 'ferdium-data' extnsLibravatar Vijay A2022-04-24
| | | | (useful when moving from Ferdi to Ferdium)
* Added content for unsigned nightlies; Commented out opencollective integrationLibravatar Vijay A2022-04-24
|
* Removed references to funding and opencollectiveLibravatar Vijay A2022-04-24
|
* Updated information about the internal server that Ferdium uses for ↵Libravatar Vijay A2022-04-24
| | | | accountless mode
* Made 'macos-notification-state' an optional dependency so that it doesn't ↵Libravatar Vijay A2022-04-24
| | | | affect non-mac builds; Updated many node modules
* Added missing fields into the GH issue template [skip ci]Libravatar Vijay A2022-04-24
| | | | | | | | | | | | These are vital for capturing info reqd for RCA 1. Ferdium Version 2. Operating System 3. Operating System Version 4. Arch 5. Last Known Working Ferdium version 6. Expected behavior 7. Actual behavior
* Pulled in new 'recipes' version (downgrade 'node') [skip ci]Libravatar Vijay A2022-04-24
|
* 6.0.0-nightly.10 [skip ci]v6.0.0-nightly.10Libravatar github-actions2022-04-24
|
* Downgraded 'recipes' to node 16.14.2Libravatar Vijay A2022-04-23
|
* Downgraded 'node' to '16.14.2' so that the 'pnpm' conversion can happen smoothlyLibravatar Vijay A2022-04-23
| | | | This also gets us back to the LTS version of 'node'
* fix more paths for cleaning in the Windows script [skip ci]Libravatar André Oliveira2022-04-23
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-24
|
* Fix: Windows build script [skip ci]Libravatar André Oliveira2022-04-23
|
* Upgrade 'electron-builder' to '23.0.7'Libravatar Vijay A2022-04-23
|
* Handle issue when 'CLEAN' is used and so 'pnpm' itself is not presentLibravatar Vijay A2022-04-23
|
* Fix windows build script [skip ci]Libravatar André Oliveira2022-04-23
| | | | Fix changelog url (rebranding fix)
* Use correct folder separator for windows [skip ci]Libravatar Vijay A2022-04-23
|
* Fix windows build script [skip ci]Libravatar Vijay A2022-04-23
|
* Upgrade 'sqlite3'Libravatar Vijay A2022-04-23
| | | | | | | | | Add missing dev dependency '@babel/core' [prep for pnpm] Combine 'prebuild' into 'build' script since pre-scripts automagic is not supported by pnpm [cleanup] Use 'pnpm' instead of 'pnpm run' [cleanup] Clean npm cache after cleaning pnpm since pnpm is also managed within npm [cleanup] Delete '~/.electron-gyp' while cleaning
* Update node modules (#31)Libravatar Vijay Aravamudhan2022-04-23
| | | * Suppress eslint rules as warnings (dont turn off completely)
* Update the build script for Windows (Powershell) and normalized with the ↵Libravatar André Oliveira2022-04-23
| | | | | unix equivalent [skip ci] Co-authored-by: Vijay A <vraravam@users.noreply.github.com>