aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
Commit message (Collapse)AuthorAge
* Add FAB to service dashboard (#824)Libravatar Bennett2020-06-21
| | | | | | | | | | | | | | | | | | | * Implement #387 * Fix lint * Upgrade to Electron 9 * Remove dependency on electron-spellchecker * Allow multiple languages to be selected * Fix lint * Don't show spellchecker language chooser for macOS * Fix _requireAuthenticatedUser throwing error on startup * Add FAB
* Prevent unnecessary electron popup windows for links (#685)Libravatar Mahadevan Sreenivasan2020-04-29
|
* Refocus Webview only for active service (#610)Libravatar Mahadevan Sreenivasan2020-04-20
| | | | | | | | | | | | | | | | | | | | | | * Fix: Refocus Webview only for active service - add check to identify if the webview belongs to the active service during refocussing a webview. - blur and focus the webview only for the active service. Co-Authored-By: Sampath Kumar Krishnan <sampathblam@users.noreply.github.com> * fix: Focus on Active Service - replace document.activeElement.blur() with service.webview.blur() Co-Authored-By: Sampath Kumar Krishnan <sampathblam@users.noreply.github.com> * refactor - lint fixes Co-Authored-By: Sampath Kumar Krishnan <sampathblam@users.noreply.github.com> Co-authored-by: Sampath Kumar Krishnan <sampathblam@users.noreply.github.com>
* Remove excess code form Franz's hibernate feature (#609)Libravatar Bennett2020-04-20
|
* Merge Franz 5.5.0 beta.1 and 2 (#549)Libravatar Bennett2020-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Automatic i18n update (i18n.meetfranz.com) * Fix zoom not working * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Add environment variable FRANZ_APPDATA_DIR * Add environment variable for config FRANZ_APPDATA_DIR * fix stuff that shouldn't need fixing in the first place * notarize app * bump version to 5.4.1 * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * update to electron 7.1.7 * bump version to 5.5.0 * Automatic i18n update (i18n.meetfranz.com) * Bump electron to 7.1.10 * plan changes * filter plan variants * add missing string * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Replace/remove deprecated electron function calls Electron replaced several function calls with object properties. Franz still uses some of these deprecated functions, so this commit will replace these with their new property counterpart. This commit is only transferring the changes made in getferdi/ferdi#371 and getferdi/ferdi#384 into the upstream repository. * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Update to electron 8.0.1 * feat(Service): Add service hibernation to save system resources * Fix linting issues * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Bump version to electron 8.1.1 * update strings * update electron-notarize * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * Add audio & video permission request for cataline * Automatic i18n update (i18n.meetfranz.com) * bump version to beta 1 * Automatic i18n update (i18n.meetfranz.com) * enable external links * Fix main content href * Automatic i18n update (i18n.meetfranz.com) * fix(Service): Fix issue with user agent override in service workers * Automatic i18n update (i18n.meetfranz.com) * fix macOS string replacement * Automatic i18n update (i18n.meetfranz.com) * fix(Experimental): Fix Google signin * fix(Service): Add integrity checks to prevent services recipes getting lost * Remove service reload on app-resume * update strings * bump version to beta 2 * Automatic i18n update (i18n.meetfranz.com) * bump electron-builder and electron-updater deps * test video permissions * fix `extendInfo` keys * fix typo * fix permission request * update camera/microphone entitlements * Automatic i18n update (i18n.meetfranz.com) * Test screen capture permissions * unpack `mac-screen-capture-permissions` * don't require localstorage temp key for permissions request * move macOS permission request to main process * Fix checking for permissions * fix(macOS): Ask the user to move Franz to the `/Applications` Folder * only try to recover recipe when user is online * update service request link * Update changelog * Reset `service.lostRecipeReloadAttempt` once service is alive again * Update translations * Fix crash on macOS * Fix merge errors * Fix lint * Disable ConnectionLostBanner * #551 Add information about Ferdi to the user agent * Fix requested changes * Remove tsbuildinfo files * Add .tsbuildinfo files to gitignore * Fix "Cannot destructure property 'app' of '_electron.remote' as it is undefined" Co-authored-by: FranzBot <i18n@meetfranz.com> Co-authored-by: Makazzz <makazzzpro@live.ca> Co-authored-by: Stefan Malzner <stefan@adlk.io>
* Improve user scripts (#559)Libravatar Bennett2020-04-12
| | | | | | | | | | | * Add template to user.js creation * Add Userscript library * Add internalOpen function * Fix lint * Remove excess line break
* Reflect service name in application titleLibravatar Gilles Marec2020-03-10
|
* Partial revert of #371Libravatar Daniel Peukert2020-03-02
|
* Implement user.css and user.js (#401)Libravatar Bennett2020-02-26
| | | | | | | | | | * #83 Implement user.css and user.js * Fix button layout in settings * Fix user script not loading Co-authored-by: Amine <amine@mouafik.fr>
* Replace deprecated Electron functions with propertiesLibravatar Daniel Peukert2020-02-13
|
* Fix lintLibravatar vantezzen2020-01-31
|
* Add better sync between Ferdi and service dark modeLibravatar vantezzen2020-01-31
|
* Add "adaptable dark mode" checkboxLibravatar Steliyan Stoyanov2019-10-30
|
* Directly reloading webview instead of updating urlLibravatar vantezzen2019-10-27
|
* Merge https://github.com/meetfranz/franz into franz-5.4.0-releaseLibravatar vantezzen2019-10-24
|\
| * share app version with webviewLibravatar Stefan Malzner2019-10-18
| |
* | Add toggle to disable universal dark modeLibravatar vantezzen2019-10-17
| |
* | Add button to directly open darkmode.cssLibravatar vantezzen2019-10-16
| |
* | Add indicator for hibernating servicesLibravatar vantezzen2019-10-13
| |
* | Sort services in QuickSwitch by last usedLibravatar vantezzen2019-10-13
| |
* | Merge branch 'master' of https://github.com/meetfranz/franz into franz-5.4.0Libravatar vantezzen2019-10-09
|\|
| * check if recipe existsLibravatar Stefan Malzner2019-10-03
| |
| * fix(Service Proxies): Fix proxy setting rehydrationLibravatar Stefan Malzner2019-10-02
| |
* | Add darkreader for universal darkmodeLibravatar vantezzen2019-09-23
| |
* | Add scheduled Do-not-Disturb featureLibravatar vantezzen2019-09-21
| |
* | Implement #37Libravatar vantezzen2019-09-16
| |
* | Merge branch 'master' of https://github.com/meetfranz/franz into ↵Libravatar vantezzen2019-09-13
|\| | | | | | | meetfranz-master
| * Fix wrong reference to keepAllWorkspacesLoadedLibravatar Stefan Malzner2019-09-12
| |
| * feat(Workspaces): Setting to keep all workspaces loadedLibravatar Dominik Guzei2019-09-11
| |
* | Use ferdi namespace on debuggerLibravatar vantezzen2019-09-12
| |
* | LintLibravatar vantezzen2019-09-08
| |
* | Implement meetfranz/franz#879Libravatar vantezzen2019-09-08
| |
* | Merge branch 'master' of https://github.com/meetfranz/franz into franz-5.3.0Libravatar vantezzen2019-09-07
|\|
| * Merge branch 'develop' into feature/new-pricingLibravatar Stefan Malzner2019-09-03
| |\
| | * MVP for service <-> todos integrationLibravatar Dominik Guzei2019-07-31
| | |
| * | Fix service restriction on pro planLibravatar Stefan Malzner2019-08-08
| | |
| * | Rename feature flagsLibravatar Stefan Malzner2019-06-17
| | |
| * | Restrict services with customURL when not premium userLibravatar Stefan Malzner2019-06-14
| | |
| * | Add "service limit reached" screenLibravatar Stefan Malzner2019-06-13
| | |
| * | Merge branch 'develop' into feature/service-limitLibravatar Stefan Malzner2019-06-13
| |\|
| * | Enforce service limitLibravatar Stefan Malzner2019-04-30
| | |
* | | Fix eslint errorsLibravatar vantezzen2019-08-22
| | |
* | | Remove analyticsLibravatar vantezzen2019-08-21
| |/ |/|
* | fix(Recipes): Fix recipe install when directly accessing recipeLibravatar Stefan Malzner2019-06-12
| |
* | Merge pull request #1425 from meetfranz/fix/workspace-services-ordering-bugLibravatar Dominik Guzei2019-05-22
|\ \ | | | | | | Fix service reordering within workspaces
| * | fix(Workspaces): Service reordering within workspacesLibravatar Dominik Guzei2019-05-08
| |/
* / fix(Announcements): Fixes issue with rendering announcments in workspacesLibravatar Dominik Guzei2019-05-08
|/
* Add stats apiLibravatar Stefan Malzner2019-04-15
|
* merge-in workspace featureLibravatar Dominik Guzei2019-04-11
|\
| * refactor state management for workspace featureLibravatar Dominik Guzei2019-03-23
| |