aboutsummaryrefslogtreecommitdiffstats
path: root/src/models
Commit message (Collapse)AuthorAge
* Add modifyRequestHeaders, enable properly setting headers for servicesLibravatar Sampath Kumar Krishnan2020-04-24
| | | Co-Authored-By: Mahadevan Sreenivasan <mahadevan_sv@yahoo.com>
* #577 Keep services in hibernation at startup (#584)Libravatar Bennett2020-04-18
| | | | | | | | | * Add setting to hibernate on startup * Implement service hibernation on startup * Fix lint * Clarify comment
* 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>
* Expose Dark Reader settings (#568)Libravatar Mahadevan Sreenivasan2020-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Expose DarkReader settings to users - In the service model, expose an object darkReaderSetting which contains brightness, contrast and sepia values. - In EditServiceScreen, provide 3 form options for brightness, contrast and Sepia. Additionally onSubmit() form, capture the darkreader settings data onto formdata.darkReaderSettings to update in the service - In EditServiceForm, if darkModeEnabled is checked, show 3 sliders for controlling darkreader settings - Create a new Slider control and customize it according to the application's theme and dark theme. - In Webview Recipe, load the darkReader settings from service settings and pass it to the darkReader library. * feat: Darkreader settings - Lint fixes * feat: DarkReader settings - refactor code in editservicescreen.js Co-Authored-By: Sampath Kumar Krishnan <sampath3493@gmail.com> * feat: Darkreader settings - Fix a crash where service.darkReaderSettings is null while creating a new service - Remove isDarkModeEnabled prop to EditServiceForm as it is no longer required. * fix: Update EditServiceScreen - Set the default value of darkReader Brightness, Contrast and Sepia to undefined as per @vantezzen 's suggestion. - Updated the check provided by @mahadevans87 Co-authored-by: Sampath Kumar Krishnan <sampath3493@gmail.com> Co-authored-by: Sampath Kumar Krishnan <sampathBlam@users.noreply.github.com>
* #276 Fix custom URL validation failing due to URL normalizationLibravatar Amine Mouafik2020-02-11
|
* Add indicator for hibernating servicesLibravatar vantezzen2019-10-13
|
* Merge branch 'master' of https://github.com/meetfranz/franz into franz-5.4.0Libravatar vantezzen2019-10-09
|\
| * fix(Service Proxies): Fix proxy setting rehydrationLibravatar Stefan Malzner2019-10-02
| |
* | Merge branch 'release/5.4.0' of https://github.com/meetfranz/franz into ↵Libravatar vantezzen2019-10-02
|\| | | | | | | franz-5.4.0
| * feat(Service API): Share `team`, `url` and `hasCustomIcon` with serviceLibravatar Stefan Malzner2019-09-29
| |
| * add disablewebsecurity optionLibravatar Stefan Malzner2019-09-27
| |
* | Use ferdi namespace on debuggerLibravatar vantezzen2019-09-12
| |
* | Merge branch 'master' of https://github.com/meetfranz/franz into franz-5.3.0Libravatar vantezzen2019-09-07
|\|
| * WIP: add option to activate trialLibravatar Stefan Malzner2019-08-05
| |
| * Restrict services with customURL when not premium userLibravatar Stefan Malzner2019-06-14
| |
| * Add "service limit reached" screenLibravatar Stefan Malzner2019-06-13
| |
* | Fix #19 and #21Libravatar vantezzen2019-09-06
| |
* | Fix eslint errorsLibravatar vantezzen2019-08-22
| |
* | Replace public Franz occurences with FerdiLibravatar vantezzen2019-08-21
| |
* | Make all users premiumLibravatar vantezzen2019-08-21
|/
* fix(Proxy): Fix issue with proxy authenticationLibravatar Stefan Malzner2019-06-11
|
* feat(App): Bump electron to 5.0.1Libravatar Stefan Malzner2019-05-24
|
* Merge branch 'master' into developLibravatar Stefan Malzner2019-02-11
|\
| * Merge branch 'develop'v5.0.0-beta.23Libravatar Stefan Malzner2019-02-01
| |\
| * | fix(App): Fix notification sounds when app or services are mutedLibravatar Stefan Malzner2018-12-14
| | | | | | | | | | | | Closes #1184 #900 #460 #1049
* | | fix(App): Ignore network changed errorLibravatar Stefan Malzner2019-02-08
| |/ |/|
* | Ignore ERR_NETWORK_CHANGED errorLibravatar Stefan Malzner2019-01-09
| |
* | Fix issue with error view and "user aborted" requestsLibravatar Stefan Malzner2019-01-04
| |
* | Improve service loader infoLibravatar Stefan Malzner2019-01-04
| |
* | Make electron 4 compatibleLibravatar Stefan Malzner2018-12-22
|/
* Listen to did-frame-finish-loadLibravatar Stefan Malzner2018-12-12
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* Don't set `isFirstLoad` when service failed to laodLibravatar Stefan Malzner2018-12-08
|
* Only show loader on initial service loadLibravatar Stefan Malzner2018-12-08
|
* feat(Service): Add error screen for services that failed to loadLibravatar Stefan Malzner2018-12-08
|
* feat(Service): Add option to change spellchecking language by serviceLibravatar Stefan Malzner2018-12-07
|
* Fix linting issuesLibravatar Stefan Malzner2018-11-27
|
* feat(App): Add proxy support for servicesLibravatar Stefan Malzner2018-11-27
|
* Move spellchecker to premiumLibravatar Stefan Malzner2018-11-25
|
* feat(App): Add option to enable dark mode for supported servicesLibravatar Stefan Malzner2018-11-22
|
* Remove flow typesLibravatar Stefan Malzner2018-11-15
|
* mini cleanupLibravatar Stefan Malzner2018-03-28
|
* Don't repeat yourselfLibravatar Stefan Malzner2018-03-28
|
* Add settings migrationLibravatar Stefan Malzner2018-03-28
|
* Split settings into multiple stores; app specific settings are now stored in ↵Libravatar Stefan Malzner2018-03-27
| | | | config file
* Move "locale" to user dataLibravatar Stefan Malzner2018-03-27
|
* REMOVE invalid semver version tantrumLibravatar haraldox2018-02-28
| | | | catch Error to keep stacktrace
* remove unnecessary observableLibravatar Stefan Malzner2018-02-15
|
* fix(App): Bugfix Fix memory leak in recipe polling loopLibravatar haraldox2018-02-07
|
* Merge branch 'develop' into feature/remove-minerLibravatar Stefan Malzner2018-01-17
|\