summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAge
* refactor: bring down eslint warnings to zero (#1714)Libravatar MCMXC2024-04-18
| | | | | | | | | | - install `@eslint-react/eslint-plugin` dependency - configure `@eslint-react/eslint-plugin` in eslint config - modernize `lint` command in `package.json` - disable or fix various reported lint issues - fix `div` being nested in `p` for settings - replace deprecated `event.keyCode` with `event.key` - update isEscKeyPress method and unit tests which used deprecated `event.keyCode` - allow `eslint` v8 as peer dependency for `@eslint-react/eslint-plugin`
* Add codespell support (config, GH action to detect new typos) + make it fix ↵Libravatar Yaroslav Halchenko2024-04-13
| | | | some typos (#1648)
* Revert "Bring in missing python (system dependency) (#1639)"Libravatar Vijay A2024-03-31
| | | | | | Since its causing all builds to fail This reverts commit 53c72ea5ac4f103291fdd347b7cd9cc0dbafa4b5.
* Bring in missing python (system dependency) (#1639)Libravatar Vijay Aravamudhan2024-03-28
| | | | | | | * Introduce python as a system dependency (needed by node-gyp to compile native modules) * Introduce node-pre-gyp as a dependency * Upgrade sqlite3 to 5.1.7 to test the above Note: Currently this still depends on the availability of prebuilt binaries from the prebuild library. Which means that once a new version is available, only then will we know if this python/node-gyp integration works or whether it will still fallback to the availability of the prebuilt binaries from external sources. Only time will tell if we have solved the issue or not.
* Upgrade node modulesLibravatar Vijay A2024-03-21
|
* Upgrade npm modules (#1312)Libravatar Vijay Aravamudhan2023-08-16
|
* refactor: more lint improvementsLibravatar MCMXC2023-07-30
| | | | | | | | | - set parserOptions.ecmaVersion to latest and env to es2024 in eslint config - install missing types libraries - install eslint-plugin-sonar - enable eslint-plugin-sonar recommended rules and declare jsx-runtime for react in eslint config - clean up disabled lint rules which don't inflict problems anymore - disable various lint issues and fix others
* refactor: various improvements (#1296)Libravatar MCMXC2023-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | * refactor: various improvements - enable no-use-before-define eslint rule - shuffle code to conform to no-use-before-define eslint rule - remove btoa dependency which is deprecated and replace with Buffer.from(string).toString('base64') - convert some any types into useful ones - add type annotations where possible - remove unused @types/expect.js - install @types/semver and ts-node which were missing - repair and rewrite add-crowdin-contributors script - remove export keyword from variables which are never consumed in another file - remove unity indicator hack where linked issue was closed - remove module declaration for kebab-case which is unused - add missing state interface for certain components - remove default exports for files which already have a named export - export IRecipePreview so it can be used throughout codebase - remove unused removeCacheForCallWith method from CachedRequest.ts - cleanup unused colors and styles inside legacy theme * - improve ColorPickerInput - fix invalid DOM nesting with div inside p in EditSettingsForm - fix progressbarAccentColor color picker not updating input when using slider - install missing @types/react-color dependency
* Upgrade npm modulesLibravatar Vijay A2023-05-24
|
* Basic D-Bus API (#866)Libravatar Kristóf Marussy2023-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: basic D-Bus API Expose muted state and the number of unread message over D-Bus when running on Linux. This is useful for, e.g., displaying notifications on a window manager status bar. Signed-off-by: Kristóf Marussy <kristof@marussy.com> * docs: create docs directory Move the documentation to a separate directory so that new documentation can be added into one place. We keep the following files still in the repository root by convention: * CHANGELOG.md * CODE_OF_CONDUCT.md * CONTRIBUTING.md * LICENSE.md * README.md * SECURITY.md Signed-off-by: Kristóf Marussy <kristof@marussy.com> * docs: D-Bus usage example Signed-off-by: Kristóf Marussy <kristof@marussy.com> * fix: remove unneeded D-Bus signals Only notify clients that the message counts or the mute status has changed if there actually was a change. Signed-off-by: Kristóf Marussy <kristof@marussy.com> * docs: rewrite sample bar client * docs: better unread --services help * docs: update dbus docs * docs: use ferdium-dbus in dbus bar example * docs: make command argument required in bar example --------- Signed-off-by: Kristóf Marussy <kristof@marussy.com> Co-authored-by: Victor Bonnelle <victor.bonnelle@protonmail.com>
* Update retry action on buildsLibravatar Alphrag2022-12-19
|
* Normalize eslint/tslint configs across app and server codebasesLibravatar Vijay A2022-12-10
|
* Ignore lint error since it doesn't seem to affect behaviorLibravatar Vijay A2022-12-09
| | | | Run 'pnpm lint' when using scripts on local dev machine
* migrate from gulp to esbuild for faster builds (#815)Libravatar Balaji Vijayakumar2022-12-08
|
* Switch npm to pnpm (#714)Libravatar Balaji Vijayakumar2022-11-25
|
* Revert "Switch from 'npm' to 'pnpm' (#704)"Libravatar Vijay A2022-10-28
|
* Switch from 'npm' to 'pnpm' (#704)Libravatar Vijay Aravamudhan2022-10-26
| | | | | | | Co-authored-by: Markus Hatvan <markus_hatvan@aon.at> Co-authored-by: Nathanaël Houn <contact@nathanaelhoun.fr> Co-authored-by: Balaji Vijayakumar <kuttibalaji.v6@gmail.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* chore: convert some js scripts & gulpfile into typescript (#693)Libravatar muhamedsalih-tw2022-10-23
|
* eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3Libravatar Vijay A2022-07-25
|
* Update documentation [skip ci]Libravatar Vijay A2022-07-13
|
* refactor: refactored MSVS validation (#439)Libravatar Slan2022-07-08
| | | | | | | - Added todo for ARM machines - Only run 'npm config set' if there is none Co-authored-by: Ricardo Cino <ricardo@cino.io>
* Checks if MSVS 2019 or 2022 exists through reg key [skip ci] (#432)Libravatar Slan2022-07-06
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Change allowed version for MSVS on Windows build script [skip ci] (#422)Libravatar André Oliveira2022-07-04
|
* Add NSIS and portable arm64 builds for Windows OS (#217)Libravatar Markus Kaiser2022-06-29
|
* Upgrade npm modulesLibravatar Vijay A2022-06-13
|
* Fixing test dir nameLibravatar Vijay A2022-05-04
|
* Migration script from Ferdi to Ferdium for Linux & MacOS (#91) [skip ci]Libravatar Evan2022-05-04
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Remove native compilation ('python', 'node-gyp') since we no longer have ↵Libravatar Vijay Aravamudhan2022-05-01
| | | | such dependencies (#73)
* Remove straggling reference to 'jq'.Libravatar Vijay A2022-04-26
|
* Remove dependency on 'jq' since 'node' can be used for the sameLibravatar Vijay A2022-04-24
|
* fix more paths for cleaning in the Windows script [skip ci]Libravatar André Oliveira2022-04-23
|
* Fix: Windows build script [skip ci]Libravatar André Oliveira2022-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 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>
* Create migrate from Ferdi script (Windows) (#25)Libravatar André Oliveira2022-04-23
|
* Added build scripts for linux, macos and windows to help new contributors ↵Libravatar Nathanaël Houn2022-04-22
| | | | | | get setup quickly (#21) Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Run add-crowdin-contributors [skip ci]Libravatar kytwb2022-03-27
|
* Fix and run add-crowdin-contributorsLibravatar kytwb2022-01-08
|
* build: use node 16 and npm 8 (#2157)Libravatar Markus Hatvan2021-10-28
| | | | | | | | | | | - change node version from 14.18.1 to 16.13.0 - change npm version from 6.14.13 to 8.1.0 - update package-lock.json to lockfileVersion 2 - use @sindresorhus/do-not-disturb instead of macos-notification-state to avoid failing CI - run ferdi build on latest macos and windows - skip husky in CI builds - move 'cld' and 'node-mac-permissions' to optionalDependency Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: remove 'lerna' since we don't use monorepo-style packages any more ↵Libravatar Vijay Aravamudhan2021-10-15
| | | | (#2081)
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
|
* chore: upgrade 'electron-builder' to '22.14.5' to fix upstream issues. (#2068)Libravatar Vijay Aravamudhan2021-10-14
|
* chore: convert various files from JS to TS (#1959)Libravatar Markus Hatvan2021-09-18
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* chore: preconditions for pnpm migration (#1903)Libravatar Markus Hatvan2021-09-10
|