aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAge
...
* Add cross-env debug command for every platform (#148) [skip ci]Libravatar André Oliveira2022-05-14
|
* Upgrade 'node' (16.14 -> 16.15); Upgrade 'pnpm' (6 --> 7) (#128)Libravatar Kishan B2022-05-10
| | | 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)
* Upgrade 'pnpm' to '6.32.11'; Pull in latest 'recipes'Libravatar Vijay A2022-04-28
|
* Remove dependency on 'jq' since 'node' can be used for the sameLibravatar Vijay A2022-04-24
|
* 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'
* 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>
* 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>
* 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>
* Upgrade node and node-gyp to build on Windows 11 (#18)Libravatar André Oliveira2022-04-20
|
* Upgrade 'node' to '18.0.0' and 'node-gyp' to '9.0.0' (#19)Libravatar Vijay Aravamudhan2022-04-20
|
* Upgrade system dependencies (#15)Libravatar Vijay Aravamudhan2022-04-19
| | | | | node: 16.13.1 --> 16.14.2 npm: 8.1.2 --> 8.7.0 pnpm: 6.24.1 --> 6.32.8
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Revert "Revert "Upgrade system dependencies (node, npm, pnpm, node-gyp) ↵Libravatar kytwb2022-01-02
| | | | | | | | | (#2336)"" This reverts commit 712c2a4c237248b63d6553f557806d5dcce797f1. # Conflicts: # .github/workflows/builds.yml
* Revert "Upgrade system dependencies (node, npm, pnpm, node-gyp) (#2336)"Libravatar kytwb2021-12-21
| | | | This reverts commit dfc9975fa409f69044fbfb028b3c48590908ec5d.
* Upgrade system dependencies (node, npm, pnpm, node-gyp) (#2336)Libravatar Vijay Aravamudhan2021-12-19
| | | | | | | | * Upgrade the following system dependencies: 'nodejs' to '16.13.1' 'npm' to '8.1.2' 'pnpm' to '6.24.1' 'node-gyp' to '8.4.1' * Remove duplicate reference to node version for ease of maintenance
* Move nightlies block to CONTRIBUTING.mdLibravatar kytwb2021-12-15
|
* chore: upgrade 'pnpm' to '6.23.6'Libravatar Vijay A2021-12-08
|
* chore: ensure submodules are properly updated for nightly builds.Libravatar Vijay A2021-12-04
|
* 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>
* use local 'node-gyp' instead of global one (#2160)Libravatar Vijay Aravamudhan2021-10-28
|
* upgrade 'node-gyp' to '8.3.0' (#2159)Libravatar Vijay Aravamudhan2021-10-28
| | | Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
* chore: upgrade 'pnpm' to '6.19.0'Libravatar Vijay A2021-10-26
|
* fix: Remove 'counterCache' which was precluding from resetting the badge ↵Libravatar Vijay Aravamudhan2021-10-23
| | | | once the counts reached zero (#2113)
* upgrade 'node' to '14.18.1' (#2083)Libravatar Vijay Aravamudhan2021-10-15
|
* upgrade 'pnpm' to '6.17.1'Libravatar Vijay A2021-10-15
|
* chore: remove 'lerna' since we don't use monorepo-style packages any more ↵Libravatar Vijay Aravamudhan2021-10-15
| | | | (#2081)
* upgrade 'node-gyp' to '8.2.0' (#2053)Libravatar Vijay Aravamudhan2021-10-11
|
* chore: upgrade 'pnpm' to '6.16.0' (#2014)Libravatar Vijay Aravamudhan2021-10-03
|
* docs: Updated 'CONTRIBUTING.md' for new maintainers with release steps. ↵Libravatar Vijay A2021-09-11
| | | | [skip ci]
* fix: 'recipes' (using 'pnpm') will coexist with 'ferdi' (using 'npm') (#1905)Libravatar Vijay Raghavan Aravamudhan2021-09-10
| | | | | backported from https://github.com/getferdi/ferdi/pull/1826 Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
* chore: removed unused 'misty' config fileLibravatar mhatvan2021-09-10
| | | | | | | | formatted some files backported from PR #1826 Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* docs: improve contribution documentation (#1865) [skip ci]Libravatar Sadetdin EYILI2021-09-05
| | | Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* chore: upgrade 'nodejs' to '14.17.6'Libravatar Vijay A2021-09-02
|
* chore: upgrade 'nodejs' to '14.17.5'Libravatar Vijay A2021-08-27
|
* docs: remove Franz brand; refactor: switch from misty to concurrently (#1846)Libravatar Bennett2021-08-27
| | | | | | | | | * fix(docs): remove adlk's mail address from our docs * refactor(dev): move from misty to concurrently * fix(git): revert i18n change * fix(git): revert changes to i18n
* Moved 'internal-server' into a sub-folder as opposed to a git submodule. (#1715)Libravatar Vijay Raghavan Aravamudhan2021-08-01
| | | | * Ignored tests in 'internal-server' folder since there are none. * Linter fixes
* Update documentation for new contributors for system dependencies. [skip ci]Libravatar Vijay A2021-07-28
|
* Corrected documentation for fresh system [skip ci]Libravatar Vijay A2021-07-27
|
* Use node-gyp@8.1 for all CI builds (and brings windows at par with macos and ↵Libravatar Vijay Raghavan Aravamudhan2021-07-26
| | | | | linux) (#1690) Upgraded node-gyp to '8.1.0' (since this was a pre-requisite for it to work on windows os)
* Documentation updates taken from #1629 [skip ci]Libravatar Vijay A2021-07-12
| | | | Co-authored-by: mhatvan <markus_hatvan@aon.at>
* Upgraded nodejs to '14.17.3'Libravatar Vijay A2021-07-11
|
* Removing incorrect apt pkg.Libravatar Vijay A2021-07-10
|
* Turned on other h/w architectures for linux builds. (#1633)Libravatar Vijay Raghavan Aravamudhan2021-07-10
|
* chore: run security audit on node modules (#1621)Libravatar Markus Hatvan2021-07-08
| | | | | | | | | | - changed electron target for @babel/preset-env from 4 to 13 - added .prettierrc.js with conforming settings to current code style - upgraded gulp-sass to v5 to fix CVE and adapted code to breaking changes - refreshed package-lock.json of packages/forms and packages/ui - upgraded normalize-url to fix CVE - removed unnecessary @types/color-convert - fixed ToggleComponent breaking tsc compilation
* Fixed documentation regarding releasesLibravatar Vijay A2021-07-08
|
* Building ferdi on an ARM machine (#1611)Libravatar Vijay Raghavan Aravamudhan2021-07-07
| | | Moving away from electron-builder base image (since it doesn't support building on ARM yet)
* Added missing documentation around self-signing for local testing of ↵Libravatar Vijay A2021-06-06
| | | | packaged apps on macos [skip ci]
* Build Ferdi for freeBSDLibravatar Vijay A2021-06-05
|