aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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)
* fix: fix breaking tab componentLibravatar mhatvan2021-07-07
| | | | | | - move active tab state from componentDidMount to constructor - fix toggle.tsx breaking tsc - add .prettierrc.js for consistent formatting
* New Crowdin updates (#1612)Libravatar Ferdi Bot2021-07-07
|
* 5.6.0-nightly.77Libravatar github-actions2021-07-07
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-07-07
|
* New Crowdin updates (#1607)Libravatar Ferdi Bot2021-07-06
|
* Fixed README.md and PR template to ensure that the author is agreeing to ↵Libravatar Vijay A2021-07-06
| | | | more hygiene practices. [skip ci]
* Separated version number bump into the 'develop' branch from 'nightly' ↵Libravatar Vijay Raghavan Aravamudhan2021-07-06
| | | | | branch (#1610) * Separated version number bump into the 'develop' branch so that the commit SHA appearing in 'About' will remain unchanged
* Added new help text for lay-users to figure out what their user-agent value is.Libravatar Vijay A2021-07-06
|
* Bumped upto version same as nightly branch. [skip ci]Libravatar Vijay A2021-07-06
|
* Fixed issue with permissions not being obtained correctly on macos.Libravatar Vijay A2021-07-06
|
* Upgraded electron to '13.1.6'Libravatar Vijay A2021-07-06
|
* Removed references to png images since they were not being used anyways.Libravatar Vijay A2021-07-06
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-07-05
|
* Use utility methods from 'electron-util'Libravatar Vijay A2021-07-04
| | | | (already a dependency) rather than re-implementing by ourselves.
* Fixed issue with not being able to add new service.Libravatar Vijay A2021-07-04
|
* Fixed eslint warningLibravatar Vijay A2021-07-03
|
* New Crowdin updates (#1590)Libravatar Ferdi Bot2021-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * en-US.json (Romanian) * en-US.json (Turkish) * en-US.json (Portuguese) * en-US.json (Russian) * en-US.json (Slovak) * en-US.json (Slovenian) * en-US.json (Serbian (Cyrillic)) * en-US.json (Swedish) * en-US.json (Ukrainian) * en-US.json (Norwegian) * en-US.json (Chinese Simplified) * en-US.json (Chinese Traditional) * en-US.json (Vietnamese) * en-US.json (Portuguese, Brazilian) * en-US.json (Indonesian) * en-US.json (Croatian) * en-US.json (Flemish) * en-US.json (Polish) * en-US.json (Dutch) * en-US.json (French) * en-US.json (German) * en-US.json (Spanish) * en-US.json (Afrikaans) * en-US.json (Arabic) * en-US.json (Belarusian) * en-US.json (Catalan) * en-US.json (Czech) * en-US.json (Danish) * en-US.json (Greek) * en-US.json (Korean) * en-US.json (Finnish) * en-US.json (Irish) * en-US.json (Hebrew) * en-US.json (Hungarian) * en-US.json (Italian) * en-US.json (Japanese) * en-US.json (Georgian) * en-US.json (Bosnian)
* Upgrade various dependencies to latest part 2 (#1557)Libravatar Markus Hatvan2021-07-03
| | | | | | | | * Upgrade various dependencies to latest, remove unnecessary electron-hunspell - upgrade eslint and friends to latest - remove deprecated 'node-sass' in favor of 'sass' - disable new rules from 'eslint-config-airbnb' that are conflicting with current code style - add workspace config for 'vscode' that silences 'experimentalDecorator' warning and forces 'prettier' to single quote * Run yarn lint to autofix with new ruleset and worked down lint issues to zero
* Minor refactoring to move all runtime configs from 'config.js' into ↵Libravatar Vijay Raghavan Aravamudhan2021-07-03
| | | | 'environment.js'. (#1588)
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-07-03
|
* Fixing github templates for PRs. [skip ci]Libravatar Vijay A2021-07-02
|
* Minor code cleanup: Use constant that's already defined (instead of a string ↵Libravatar Vijay A2021-07-02
| | | | literal).
* Bumped up version to be at par with nightly as of now [skip ci]Libravatar Vijay A2021-07-02
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-07-02
|
* Upgraded electron to '13.1.5'Libravatar Vijay A2021-07-02
|
* Fixed issue with hard-coded branch name in the 'git push' command. [skip ci]Libravatar Vijay A2021-07-01
|
* Fixed issue with hard-coded branch name in the 'git push' command. [skip ci]Libravatar Vijay A2021-07-01
|
* Simplified the scheduled nightly build since the linter and tests are ↵Libravatar Vijay A2021-06-30
| | | | anyways run on the different OS-based jobs.
* Split up the dependency updates into its own scheduled job and to be run on ↵Libravatar Vijay A2021-06-30
| | | | the 'develop' branch instead of 'nightly' branch
* Added a TODO for new announcements related to updates.Libravatar Vijay A2021-06-30
|
* Apply browserslist data updatesLibravatar github-actions2021-06-30
|
* Uncommented signing of code for macos builds as a trialLibravatar Vijay A2021-06-29
|
* New translations en-US.json (Portuguese, Brazilian)Libravatar Ferdi Bot2021-06-29
|
* Updated package-lock.json (missed in prev commit)Libravatar Vijay A2021-06-29
|
* New translations en-US.json (Belarusian)Libravatar Ferdi Bot2021-06-29
|
* Apply browserslist data updatesLibravatar github-actions2021-06-28
|
* Hoist packages with lerna - so that we can benefit from consistent versions ↵Libravatar Vijay Raghavan Aravamudhan2021-06-27
| | | | (#1570)
* New Crowdin updates (#1572)Libravatar Ferdi Bot2021-06-27
|
* Enforce strict adherence to node, npm and node-gyp versions (mainly for ↵Libravatar Vijay A2021-06-25
| | | | contributors).
* docs: update .all-contributorsrc [skip ci]Libravatar allcontributors[bot]2021-06-24
|
* docs: update README.md [skip ci]Libravatar allcontributors[bot]2021-06-24
|
* Upgrade various dependencies to latest, remove unnecessary electron-hunspellLibravatar mhatvan2021-06-24
|
* New Crowdin updates (#1555)Libravatar Ferdi Bot2021-06-24
| | | | | | | | | | | | | | | | | | | | | * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (French) * New translations en-US.json (German) * New translations en-US.json (Spanish) * New translations en-US.json (Danish) * New translations en-US.json (Finnish) * New translations en-US.json (Hebrew) * New translations en-US.json (Italian) * New translations en-US.json (Italian) * New translations en-US.json (Italian)
* Upgraded some dev nom modulesLibravatar Vijay A2021-06-23
|
* Upgraded eslint and fixed all the reported errors. (#1549)Libravatar Vijay Raghavan Aravamudhan2021-06-23
|
* Added new message when the user doesn't find a service (but that is present ↵Libravatar Vijay A2021-06-23
| | | | in the website).
* Added new GH Actions workflow to welcome first time contributors. [skip ci]Libravatar Vijay A2021-06-23
|
* Fixed the issue of Ferdi not startingLibravatar Markandan R2021-06-23
|
* Upgraded electron to '13.1.4'Libravatar Vijay A2021-06-23
|