aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* chore: added missing auto-generated file from past commit.Libravatar Vijay A2021-08-14
|
* Refactoring: Url helpers (#1789)Libravatar Vijay Raghavan Aravamudhan2021-08-14
| | | | | | | These changes are mainly to ensure that 'shell.open*' invocations are only in a single file. * Moved 'openPath' into the 'url-helpers' file. * Extract 'openExternalUrl' into a common location in 'url-helpers' This is done so that we can then apply vetting rules to ensure that there is no security concern as described in https://benjamin-altpeter.de/shell-openexternal-dangers/
* New Crowdin updates (#1786)Libravatar Ferdi Bot2021-08-14
|
* feat: Add buttons in the 'Advanced' section of preferences to allow the user ↵Libravatar Vijay A2021-08-14
| | | | to quickly open the Ferdi profile folder
* fix(App): Fix app focus detectionLibravatar Vijay A2021-08-13
|
* chore: Replace old '@meetfranz/electron-notification-state' with ↵Libravatar Vijay A2021-08-13
| | | | 'macos-notification-state'
* chore: use exported default objectLibravatar Vijay A2021-08-13
|
* chore: Refactoring to reuse already defined constantsLibravatar Vijay A2021-08-13
|
* refactor: Use destructured 'import'Libravatar Vijay A2021-08-13
|
* New Crowdin updates (#1778)Libravatar Ferdi Bot2021-08-13
|
* refactor: Use the 'shortcutKey' function without exposing the 'ctrlKey' or ↵Libravatar Vijay A2021-08-13
| | | | the 'cmdKey'
* Fix error while importing without workspaces (#1776)Libravatar Vijay Raghavan Aravamudhan2021-08-12
| | | fixes #1773
* Services now support aliases!!!! (#1774)Libravatar Vijay Raghavan Aravamudhan2021-08-12
| | | | | | Users can now search for the services not only based on the name, but also the alias (partial match, case-insensitive), when adding new services. fixes #1614, #1615, #1291
* fix: Fixed the sidebar context menu for toggling dark mode.Libravatar Vijay A2021-08-12
|
* cleanup: Removed commented out code [skip ci]Libravatar Vijay A2021-08-12
|
* chore: fixed issue with incorrect eslint config and fixed the reported errorLibravatar Vijay A2021-08-12
|
* New Crowdin updates (#1770)Libravatar Ferdi Bot2021-08-11
|
* feat: allow the user to enable/disable dark modeLibravatar Vijay A2021-08-11
| | | | (from the sidebar context menu)
* refactor: removed legacy properties from recipesLibravatar Vijay A2021-08-11
| | | | (Addendum to getferdi/recipes#605)
* revert: fixing #1757 by commenting out partial fixLibravatar Vijay A2021-08-11
| | | | | | - Fixes issue with ferdi not starting up. - Also adds some defensive checks for the same code in other repeated locations.
* feat: follow OS reduced motion setting (#1757)Libravatar Markus Hatvan2021-08-10
| | | | | | | | - add missing meta charset to index.html - dont restrict scaling for user in index.html - load animations.css conditionally based on motion preference - load transitions conditionally in js and css based on motion preference Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* refactor: Move platform-specific logic for shortcut keys into common location.Libravatar Vijay A2021-08-10
|
* refactor: Removed duplication and added note about why they were slightly ↵Libravatar Vijay A2021-08-10
| | | | | | different (shortcut accelerator vs tooltip text)
* New Crowdin updates (#1765)Libravatar Ferdi Bot2021-08-10
|
* refactor: Use symbols for key shortcutsLibravatar Vijay A2021-08-10
|
* revert: reverting commit 98063b9c2 since we lose type-safetyLibravatar Vijay A2021-08-10
|
* fix: Fix incorrect proptype in night builds modalLibravatar Jesse Bellingham2021-08-09
|
* chore: set default fallback locale for spell-checker to be 'en-US'.Libravatar Vijay A2021-08-09
|
* 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: 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
* fix: fix the changelog api to handle nightly buildsLibravatar 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
|
* 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/
* revert: resurrent i18n translationsLibravatar Vijay A2021-08-07
|
* New Crowdin updates (#1751)Libravatar Ferdi Bot2021-08-06
|
* refactor: prep for i18n of context menu itemsLibravatar 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
* 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
|
* fix: Clear cache button should not log out of servicesLibravatar mhatvan2021-08-04
| | | | - remove cookies and localstorage from session.clearStorageData() in LocalApi.js
* Removed straggling code related to 'popular services'.Libravatar Vijay A2021-08-03
|
* Fixed #1726: Revamp menu items with correct accelerators. (#1728)Libravatar Vijay Raghavan Aravamudhan2021-08-02
|