aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
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>
* 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>
* Refactor updates settings (#506)Libravatar Romain2020-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reorder updates toggle buttons * Updated 'Disable updates' message to 'Enable automatic updates' * Update 'noUpdates' to 'automaticUpdates' * Update 'noUpdates' to 'automaticUpdates' * Add condition for 'Include beta version' to show * Enable automatic updates by default * Update file so when automaticUpdates is true automatic updates are enabled * Fix conditions with enableUpdate * Apply code style * Fix wrong condition with enableUpdate * Delete unsued variable 'server' * Apply style code * Commit changes to submodule 'recipes' * Update default message to 'Enable updates' from 'Disable updates' * Update text to 'Enable updates' from 'Enable automatic update' * Add migration for updates settings * Update default messages to 'Enable updates' from 'Disable updates' * Remove empty line * Check for updates was disabled when updates were enabled * Avoid superfluous break line when updates are disabled * Add fragments to up-to-date message * Add fragments to up-to-date message * Remove file from previous commit * Remove extra line * Add 'Show draggable area on window' to en-US.json file * Apply prepare-code script changes Co-authored-by: Amine <amine@mouafik.fr>
* #490 Add option to start Ferdi minimized (#534)Libravatar Bennett2020-04-05
|
* Replace deprecated call to getName, use name insteadLibravatar Amine Mouafik2020-02-21
|
* Change Sentry reporting to be opt-in onlyLibravatar vantezzen2020-01-31
|
* Merge branch 'develop' into start-in-trayLibravatar Bennett2020-01-31
|\
| * Fix TypeError fns is not iterableLibravatar Amine Mouafik2019-11-27
| |
* | UpdateLibravatar Andrzej Ressel2020-01-30
| |
* | Start in trayLibravatar Andrzej Ressel2020-01-30
|/
* Fix lintLibravatar vantezzen2019-11-10
|
* #160 Setup Sentry for ElectronLibravatar Amine Mouafik2019-10-31
|
* Revert to 93e718aLibravatar Makazzz2019-10-29
|
* Creating function insteadLibravatar Makazzz2019-10-29
|
* Add portable dirLibravatar Makazzz2019-10-27
|
* TestingLibravatar Makazzz2019-10-26
|
* Change appData envLibravatar Makazzz2019-10-26
|
* Merge https://github.com/meetfranz/franz into franz-5.4.0-releaseLibravatar vantezzen2019-10-24
|\
| * Add `liftSingleInstanceLock` to settingsLibravatar Stefan Malzner2019-10-22
| |
* | Fix lintLibravatar vantezzen2019-10-20
| |
* | Fix linter (=== instead of ==)Libravatar Amine Mouafik2019-10-20
| |
* | #87 Try using LOCALAPPDATA for win32 portable versionLibravatar Amine Mouafik2019-10-20
| |
* | Fix lintLibravatar vantezzen2019-10-18
| |
* | #87 Explicitly set both appData and userDataLibravatar Amine Mouafik2019-10-18
| |
* | Implement #120v5.4.0-beta.1Libravatar vantezzen2019-10-17
| |
* | 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
| |
* | #87 Use FERDI_APPDATA_DIR instead of FERDI_USERDATA_DIRLibravatar Amine Mouafik2019-10-08
| |
* | Fix lintLibravatar vantezzen2019-10-04
| |
* | Better handling for user data path (user-defined or portable-friendly)Libravatar Amine Mouafik2019-10-04
| |
* | 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
|\|
| * remove console logsLibravatar Stefan Malzner2019-08-19
| |
* | Change protocol to ferdiLibravatar vantezzen2019-08-28
| |
* | Add suggestion to import Franz accountLibravatar vantezzen2019-08-28
| |
* | Fix eslint errorsLibravatar vantezzen2019-08-22
| |
* | Replace public Franz occurences with FerdiLibravatar 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
|
* feat(App): Added Kerberos Support via Command Line Switches (#1331) (@frumania)Libravatar Marcel Törpe2019-04-12
| | | | | | | | * added Kerberos support * added Kerberos support * reset package-lock
* fix(Linux): Fix minimized window focusing (#1304) (@skoruppa)Libravatar skoruppa2019-03-08
| | | | | | | | * trigger build * Check if window is minimized before restoring it * restore() should be executed only when window is minimized
* feat(App): Add security checks for external URLsLibravatar Stefan Malzner2019-03-05
|
* fix(Windows): Fix losing window when "Keep Franz in background" is enabledLibravatar Stefan2019-03-05
|
* feat(Windows): Add option to quit Franz from Taskbar iconLibravatar Stefan2019-02-12
|
* Merge branch 'develop' into chore/lernaLibravatar Stefan Malzner2019-02-12
|\
| * Fix windows token loginLibravatar Stefan2019-02-12
| |
| * Update electron-window-stateLibravatar Stefan Malzner2019-02-11
| |
| * Add option to login via deep linkLibravatar Stefan Malzner2019-02-11
| |
| * Add node_integration (electron 5)Libravatar Stefan Malzner2019-01-30
| |
| * Merge branch 'feature/basicAuth' into developLibravatar Stefan Malzner2019-01-09
| |\