aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* refactor: path-references refactoring and using 'import' instead of ↵Libravatar Vijay Raghavan Aravamudhan2021-08-08
| | | | | | 'require' (#1752) * refactor references to 'userData' and 'appData' directories to move hardcoding into single location * convert to es6 for lower memory usage as per https://codesource.io/the-difference-between-import-and-require-in-javascript/
* 5.6.1-nightly.17 [skip ci]v5.6.1-nightly.17Libravatar github-actions2021-08-07
|
* revert: resurrent i18n translationsLibravatar Vijay A2021-08-07
|
* chore: removed nested 'package-lock' files (#1750)Libravatar Vijay Raghavan Aravamudhan2021-08-07
| | | | | | | | | | - remove nested 'package-lock.json' occurrences - remove unused 'react-html-attributes' in 'packages/forms' - add missing 'tslib' devDependency - change barrel export to named exports Signed-off-by: Vijay A <avijayr@protonmail.com> Co-authored-by: mhatvan <markus_hatvan@aon.at>
* New Crowdin updates (#1751)Libravatar Ferdi Bot2021-08-06
|
* refactor: prep for i18n of context menu itemsLibravatar Vijay A2021-08-06
|
* 5.6.1-nightly.16 [skip ci]v5.6.1-nightly.16Libravatar github-actions2021-08-06
|
* Updated 'CHANGELOG.md'. [skip ci]Libravatar Vijay A2021-08-06
|
* revert: partially reverted menu-item cleanup (having only 'role' does not ↵Libravatar Vijay A2021-08-06
| | | | | | work in windows) fixes #1746
* 5.6.1-nightly.15 [skip ci]v5.6.1-nightly.15Libravatar github-actions2021-08-06
|
* fix: explicitly use env var to specify hostname for adonis for the ↵Libravatar Vijay A2021-08-05
| | | | | | internal-server fixes #1253
* fix: change all occurrences of hard-coded ip address '127.0.0.1' to 'localhost'Libravatar Vijay A2021-08-05
| | | | | | | Also refactored to make this a constant defined in a single file where it is imported for all other uses. fixes #1253
* revert: partially reverts the previous change to fix issue that the packaged ↵Libravatar Vijay A2021-08-05
| | | | app doesn't start up
* refactor: general code improvementsLibravatar mhatvan2021-08-05
| | | | | | | | | | - replace deprecated fs.exists with fs.existsSync - replace console.log with debug - replace hardcoded FERDI_VERSION in start.js with dynamic one from package.json - correct JSDoc annotations in Handler.js - simplify macOSPermissions.js - updates to various eslint rules - add FileReader to known globals
* refactor: minor refactoring: solve name-clash of env vars vs vars in the programLibravatar Vijay A2021-08-05
|
* Updated 'CHANGELOG.md'. [skip ci]Libravatar Vijay A2021-08-05
|
* 5.6.1-nightly.14 [skip ci]Libravatar github-actions2021-08-05
|
* docs: updated 'CHANGELOG.md'. [skip ci]Libravatar Vijay A2021-08-05
|
* ci(commits): git commit comments are now enforcedLibravatar Vijay A2021-08-04
| | | | Use 'commitlint' to enforce commit comment structure.
* fix: Clear cache button should not log out of servicesLibravatar mhatvan2021-08-04
| | | | - remove cookies and localstorage from session.clearStorageData() in LocalApi.js
* chore: incorporate commitizen as a git pre-commit hookLibravatar Vijay A2021-08-04
|
* 5.6.1-nightly.13 [skip ci]v5.6.1-nightly.13Libravatar github-actions2021-08-04
|
* Updated 'CHANGELOG.md'. [skip ci]Libravatar Vijay A2021-08-04
|
* Bump tar from 4.4.13 to 4.4.15Libravatar dependabot[bot]2021-08-03
| | | | | | | | | | | | | | Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.15) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgraded 'electron' to '13.1.8'.Libravatar Vijay A2021-08-03
|
* Removed straggling code related to 'popular services'.Libravatar Vijay A2021-08-03
|
* Changed the cron for the ferdi build to run at 12:15 am UTC since the time ↵Libravatar Vijay A2021-08-03
| | | | delay between the 2 jobs was very high. [skip ci]
* 5.6.1-nightly.12 [skip ci]v5.6.1-nightly.12Libravatar github-actions2021-08-03
|
* Fixed #1726: Revamp menu items with correct accelerators. (#1728)Libravatar Vijay Raghavan Aravamudhan2021-08-02
|
* Add stnkl as a contributor for bug (#1727) [skip ci]Libravatar allcontributors[bot]2021-08-02
| | | Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* Add mhatvan as a contributor for ideas, code, review and design (#1725) ↵Libravatar allcontributors[bot]2021-08-02
| | | | | [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* Prevent pasting twice (#1644)Libravatar stnkl2021-08-02
|
* Fixed #1722 [skip ci]Libravatar Vijay A2021-08-02
|
* Removed 'Most Popular' services since it alludes to user-tracking (#1718)Libravatar Vijay Raghavan Aravamudhan2021-08-02
|
* 5.6.1-nightly.11 [skip ci]v5.6.1-nightly.11Libravatar github-actions2021-08-02
|
* Fixed #1717: Turned on ToDo feature.Libravatar Vijay A2021-08-02
|
* Minor visual refactoring to hide double separator. [skip ci]Libravatar Vijay A2021-08-02
|
* 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
* Removed duplicated contributors badge.Libravatar Vijay Raghavan Aravamudhan2021-08-01
|
* Migrated babel config according to https://babeljs.io/docs/en/v7-migrationLibravatar Vijay A2021-08-01
|
* 5.6.1-nightly.10 [skip ci]v5.6.1-nightly.10Libravatar github-actions2021-08-01
|
* Removed stale references to 'packages/typings'Libravatar Vijay A2021-07-31
| | | | Resurrected node modules that are required by the internal-server and recipes submodules
* Moved 'jss' to a runtime dependency from a dev dependency. Regenerated ↵Libravatar Vijay A2021-07-31
| | | | 'package-lock.json' from scratch.
* 5.6.1-nightly.9 [skip ci]v5.6.1-nightly.9Libravatar github-actions2021-07-31
|
* chore: cleanup and improve dependenciesLibravatar mhatvan2021-07-30
| | | | | | | | | | | - removed `@meetfranz/typings` because it only stubbed external type definitions - removed `@babel/polyfill` because there are no old browsers in use with Electron - replaced deprecated `mdi` with `@mdi/font` - removed unused `atob`, `btoa`, `targz`, `node-fetch`, `terser-webpack-plugin`, `webpack-node-externals` - added used, but not installed dependencies `color`, `csstype`, `debug`, `minimist`, `jss` - upgraded `@types/node` to match used node version - upgraded `@types/fs-extra` to match fs-extra version - add missing `arrow-parens` rule to `.eslintrc` rulest for .js files
* chore: migrate from tslint to @typescript-eslint (#1706)Libravatar Markus Hatvan2021-07-30
| | | | | | | | | | - update .eslintrc to work for .js and .ts - update devDependencies - lint properly both root /src and nested /packages - update webhint recommended setting for tsconfig.json to shrink output - Manage all eslint rules from the repo root - escape single quotes in scripts to please windows build Co-authored-by: Vijay A <avijayr@protonmail.com>
* 5.6.1-nightly.8 [skip ci]v5.6.1-nightly.8Libravatar github-actions2021-07-30
|
* Within the packages, use relative paths for imports. (#1705)Libravatar Vijay Raghavan Aravamudhan2021-07-30
|
* Upgraded 'electron-builder' to '22.11.10'.Libravatar Vijay A2021-07-29
|
* 5.6.1-nightly.7 [skip ci]v5.6.1-nightly.7v5.6.1-nightly.6Libravatar github-actions2021-07-29
|