aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
|
* Force create tag even if it already exists by some rare chance. [skip ci]Libravatar Vijay A2021-07-29
|
* 5.6.1-nightly.6 [skip ci]Libravatar github-actions2021-07-29
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-07-29
|
* Locked npm modules; Made the nested package module versions be consistent ↵Libravatar Vijay A2021-07-28
| | | | with the parent project,
* Imported using package name instead of using relative file path.Libravatar Vijay A2021-07-28
|
* Backporting configs in prep for node upgrade to v16Libravatar mhatvan2021-07-28
|
* Minor refactoring to use the destructured code pattern while importing from ↵Libravatar Vijay A2021-07-28
| | | | other modules.
* - updated classnames to 2.3.1 to use added type definitionsLibravatar mhatvan2021-07-28
| | | | | | - remove stub type definitions from package.json - set 'noImplicitAny' false until jss and react-jss packages are upgraded to use own type definitions - add missing csstype to package/forms and update code to v3
* Ignore 'docs' from Docker. [skip ci]Libravatar Vijay A2021-07-28
|
* Updated npm modules.Libravatar Vijay A2021-07-28
|
* Update documentation for new contributors for system dependencies. [skip ci]Libravatar Vijay A2021-07-28
|
* Tag the main ferdi repo when bumping the version (helpful while generating ↵Libravatar Vijay A2021-07-28
| | | | comparison urls). [skip ci]
* 5.6.1-nightly.5 [skip ci]v5.6.1-nightly.5Libravatar github-actions2021-07-28
|
* Fixing incorrect syntax for GH action workflow. [skip ci]Libravatar Vijay A2021-07-28
|
* Fixing incorrect syntax for GH action workflow. [skip ci]Libravatar Vijay A2021-07-28
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-07-28
|
* Npm module updates (#1694)Libravatar Vijay Raghavan Aravamudhan2021-07-27
|
* Moved the version-bump into the 'ferdi-builds' workflow so that its 'atomic' ↵Libravatar Vijay A2021-07-27
| | | | in nature of the actual scheduled build.