aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
|
* Bump color-string from 1.5.3 to 1.5.5 in /packages/themeLibravatar dependabot[bot]2021-06-22
| | | | | | | | | | | | | | Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.5.5. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-string/commits/1.5.5) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump color-string from 1.5.3 to 1.5.5 in /packages/uiLibravatar dependabot[bot]2021-06-22
| | | | | | | | | | | | | | Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.5.5. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-string/commits/1.5.5) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgraded node modules.Libravatar Vijay A2021-06-22
|
* Removed the cyclical dependency (#1519) (#1539)Libravatar Markandan R2021-06-22
|
* Downgraded submodule 'src/internal-server'Libravatar Vijay A2021-06-22
|
* Upgraded to Electron 13.1.3 (#1542)Libravatar Vijay Raghavan Aravamudhan2021-06-22
|
* Updated submodulesLibravatar Vijay A2021-06-20
|
* Apply browserslist data updatesLibravatar github-actions2021-06-20
|
* Apply browserslist data updatesLibravatar github-actions2021-06-19
|
* New Crowdin updates (#1536)Libravatar Ferdi Bot2021-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Romanian Hebrew Portuguese Polish Norwegian French Korean Georgian Japanese Italian Hungarian Dutch Irish Belarusian Finnish Spanish Afrikaans Arabic Catalan Czech Danish German Greek Chinese Traditional Flemish Croatian Indonesian Portuguese, Brazilian Vietnamese Slovenian Chinese Simplified Ukrainian Turkish Swedish Serbian (Cyrillic) Slovak Russian Bosnian
* User agent as a user-preference (#1535)Libravatar Vijay Raghavan Aravamudhan2021-06-17
| | | | | | | | | | | | | | | | | | | | Introduced a global and a service-specific 'user-agent' value that can be set by the user from the preference section. The global override is in Advanced, while the service override was moved to the bottom of the service editor form (and now occupies the full width of the form). Show 'restart reqd' prompt for user-agent setting. The order of the user-agent is the following: 1. Any request header overrides in the recipe will still override the user agent string. 2. If the user has set a user agent override for the service, use that. 3. If the recipe has a predefined user agent, use that. 4. If the user has set a global user agent override, use that. 5. Otherwise, use the user agent string corresponding to the underlying Electron version. If the current webpage is the Google login form, we still remove the Chrome version number from the user agent string. The value that would be used if no custom override is set (recipe-provided value or global override for the service, current Electron instance for the global override) is shown as a placeholder in the input box on the corresponding setting screen. Co-authored-by: Kristóf Marussy <kristof@marussy.com>
* Run ALL builds if no OSes were chosen (manual trigger) (#1529)Libravatar Vijay Raghavan Aravamudhan2021-06-16
| | | | | | | | Manual trigger no longer looks for 'force build' magic message content. Only run 'check_updates' for nightly branch (for either schedule or manual trigger) Optimizing build: 1) git checkout fetch depth 2) better conditions for skipping builds
* Added ability to run specific OS builds for manual triggerLibravatar Vijay A2021-06-15
| | | | | This forced us to split the jobs into multiple copies (one per OS) to avoid complex conditional logic in 'if' blocks.
* Skip notarization of the build artifact if not building for the main repo ↵Libravatar Vijay A2021-06-15
| | | | (ie building on a forked repo)..
* Upgraded some npm modules (#1525)Libravatar Vijay Raghavan Aravamudhan2021-06-13
| | | | * Update the browserslist data every night * Change the support browsers list to 'last 2 Chrome versions' - in a bid to keep transpiling output size and time to a smaller number.
* docs: add markandan as a contributor for code (#1524) [skip ci]Libravatar allcontributors[bot]2021-06-13
|
* Removed the cyclical dependency in workspaces and announcement (Partial fix ↵Libravatar Markandan R2021-06-13
| | | | for: #1519) (#1522)
* Pass --publish never for PR builds (#1521)Libravatar Kristóf Marussy2021-06-12
| | | | | | Trying to fix the GitHub Personal Access Token is not set, neither programmatically, nor using env "GH_TOKEN" error.
* Upgraded some modules (#1520)Libravatar Vijay Raghavan Aravamudhan2021-06-12
|