aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/settings/EditSettingsScreen.js
Commit message (Collapse)AuthorAge
...
* Removed electron-process-manager since its no longer supported by Ele… (#1313)Libravatar Vijay Raghavan Aravamudhan2021-04-29
|
* Synchronize with Franz 5.6.0 (#1033)Libravatar Amine El Mouafik2021-02-08
| | | | | | | Co-authored-by: FranzBot <i18n@meetfranz.com> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Makazzz <makazzzpro@live.ca> Co-authored-by: Stefan Malzner <stefan@adlk.io> Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* Add new setting to minimize to tray when closing on Windows (#1093)Libravatar 1mm0rt41PC2021-01-06
| | | Co-authored-by: Amine El Mouafik <amine@mouafik.fr>
* Flash TaskBar (Windows) / Bounce Dock (Mac) on New Message (#1020)Libravatar Mahadevan Sreenivasan2020-10-14
| | | | | | - Add a new Toggle Field for Win32 and MacOS for NotifyTaskBarOnMessage in EditSettingsForm.js - Add notifyTaskbarOnMessage under messages Array in EditSettingsScreen.js - Update appIndicator.js to flash Windows TaskBar or Bounce the Dock on MacOS when a new message arrives - Update en-US.json to include settings.app.form.notifyTaskBarOnMessage string
* Add vertical style and "Always show workspace drawer" setting (#567)Libravatar Bennett2020-10-11
|
* Add setting to enable nightly releases updates (#742)Libravatar Bennett2020-10-04
| | | Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* 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
* Add password hashing to lock password (#694)Libravatar Bennett2020-05-03
|
* #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
* 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>
* Add support for Adaptable Dark Mode on Windows (#548)Libravatar Mahadevan Sreenivasan2020-04-09
| | | | | - Add support for making adaptable checkbox visible for Windows - Add support in UIStore to check for theme updated using the nativeTheme.on('update', () => {}) event and update the darkmode properties accordinly. - Update intl to change text to a more generic wording - "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting"
* #304 Add option to show draggable window area (#532)Libravatar Bennett2020-04-05
| | | | | | | | | * #304 Add option to show draggable window area * Address merge conflicts * Re-apply npm run manage-translations Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* #490 Add option to start Ferdi minimized (#534)Libravatar Bennett2020-04-05
|
* #418 #477 Refactor Todo settings, add predefined Todo apps listLibravatar Amine2020-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add condition if on todo options * add drop down for todo server * fix error TODOS_FRONTEND * add todo list apps' * update name of dropdown menu to Todo Service * add other service to dropdown menu and subsetting field for user to input url * add Other Service to drop down * fixed typos * reverted wording * fix custom field * fix linting * fix linting * Delete tsconfig.tsbuildinfo * Delete tsconfig.tsbuildinfo * Delete tsconfig.tsbuildinfo * Add regex to validate custom todo url * Add note with source of regex function * Move regex function declaration to function body root * Apply code style * Add migration for todo settings * Apply code style Co-authored-by: romain <romain@jumboprivacy.com> Co-authored-by: Roman <46404814+yourcontact@users.noreply.github.com> Co-authored-by: romain <rpsa@pm.me>
* Clean up unused locales and propsLibravatar Marouane Rassili2020-03-29
|
* Remove server setting from settings screenLibravatar Marouane Rassili2020-03-29
|
* add option to disable reload after resume (#447)Libravatar n0emis2020-03-09
| | | | | | * add option to disable reload after resume closes #442 * remove unused property
* Add support for unlocking with Touch ID (#423)Libravatar Bennett2020-03-03
| | | | | | | | | | | | | | | | | | | | | | * Enhance installation guide in README * Add TouchID unlock for Ferdi Lock * Remove commit 8861014 as it is not related to this feature This reverts commit 88610144b942739772286ec3073b328e829a8b39. * Rename TouchID to "Touch ID" * Improve Touch ID prompt text * Improve unlocking with Touch ID * Fix lint * Add separator after lock-related menu entry Co-authored-by: Amine <amine@mouafik.fr>
* Merge branch 'develop' into feat/#270Libravatar vantezzen2020-02-26
|\
| * #153 Add ability to change service icon sizeLibravatar vantezzen2020-02-24
| |
| * Add ability to change sidebar widthLibravatar vantezzen2020-02-24
| |
* | #270 Add more navigation bar behaviour settingsLibravatar vantezzen2020-02-23
|/
* Review wording for setting toggling tray on/offLibravatar 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
|\
| * Improve dark mode behaviour on macOSLibravatar vantezzen2020-01-31
| |
| * #179 Add inactivity timerLibravatar vantezzen2020-01-29
| |
| * Rename Ferdi Lock to Password Lock for consistencyv5.4.1-beta.2Libravatar Amine Mouafik2019-11-29
| |
| * #232 Remove default lock password behavior, allow empty passwordLibravatar Amine Mouafik2019-11-27
| |
* | Fix default messageLibravatar Andrzej Ressel2020-01-30
| |
* | UpdateLibravatar Andrzej Ressel2020-01-30
| |
* | Start in trayLibravatar Andrzej Ressel2020-01-30
|/
* Add "adaptable dark mode" checkboxLibravatar Steliyan Stoyanov2019-10-30
|
* Fix lintLibravatar vantezzen2019-10-18
|
* Fix wrong name for toggleKeepAllWorkspacesLoadedSettingLibravatar Amine Mouafik2019-10-18
|
* Add toggle to disable universal dark modeLibravatar vantezzen2019-10-17
|
* Implement #120v5.4.0-beta.1Libravatar vantezzen2019-10-17
|
* Add option to always show service navigation barLibravatar vantezzen2019-10-09
|
* Add Electron Process ManagerLibravatar vantezzen2019-10-06
|
* Add option to choose hibernation strategyLibravatar vantezzen2019-10-06
|
* Implement #87Libravatar vantezzen2019-10-02
|
* Implement #75Libravatar vantezzen2019-09-25
|
* Add scheduled Do-not-Disturb featureLibravatar vantezzen2019-09-21
|
* Fix #46Libravatar vantezzen2019-09-17
|
* Implement #41Libravatar vantezzen2019-09-17
|
* Add information about donating to FranzLibravatar vantezzen2019-09-16
|
* Merge branch 'master' of https://github.com/meetfranz/franz into ↵Libravatar vantezzen2019-09-13
|\ | | | | | | meetfranz-master
| * feat(Workspaces): Setting to keep all workspaces loadedLibravatar Dominik Guzei2019-09-11
| |
* | Implement meetfranz/franz#879Libravatar vantezzen2019-09-08
| |
* | Make todo server editableLibravatar vantezzen2019-09-07
| |