aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* chore: i18n translationsLibravatar Ferdi Bot2021-08-09
|
* feat: added new Help menu item to allow easy import/export of config dataLibravatar Vijay A2021-08-09
|
* chore: upgraded 'electron-builder' to '22.12.0'Libravatar Vijay A2021-08-09
|
* docs: updated Changelog [skip ci]Libravatar Vijay A2021-08-09
|
* chore: manually reverted crowdin changes from previous commit.Libravatar Vijay A2021-08-09
|
* New Crowdin updates (#1759)Libravatar Ferdi Bot2021-08-09
|
* fix(spell-check): use electron's API to enable/disable spell-check when the ↵Libravatar Vijay A2021-08-09
| | | | | | app starts up fixes #1743
* 5.6.1-nightly.19 [skip ci]v5.6.1-nightly.19Libravatar github-actions2021-08-09
|
* fix: fix the changelog api to handle nightly buildsLibravatar Vijay A2021-08-08
|
* refactor(docker): remove unnecessary copy of package config files into ↵Libravatar Vijay A2021-08-08
| | | | | | | Docker context Since we are using lerna, we need more nested config files - and its easier to copy everything before installing npm modules.
* chore: upgraded npm modules (minor and tiny version)Libravatar Vijay A2021-08-08
|
* refactor: fix issue with db migrationLibravatar Vijay A2021-08-08
| | | | Fixes the issue where a migration with the same name would never run.
* refactor: remove unused setting, add debug stmt.Libravatar Vijay A2021-08-08
|
* refactor: reuse method that was previously defined.Libravatar Vijay A2021-08-08
|
* 5.6.1-nightly.18 [skip ci]v5.6.1-nightly.18Libravatar github-actions2021-08-08
|
* 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
|