aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
|
* docs: add mahadevans87 as a contributor (#539)Libravatar allcontributors[bot]2020-04-05
| | | | | | | * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* #530 Dark Mode Hotkey (#537)Libravatar Mahadevan Sreenivasan2020-04-05
| | | | | | | | | | | | * Bump version number * feat: Add a new menu item for toggling between Dark Mode and Light Mode - Add a new sub menu entry under 'View' in src/lib/Menu.js named toggleDarkMode - Add an accelerator hotkey of '${cmdKey}+Shift+D' as the feature request was to have a hot key for dark mode. See #530 - Update intl locales for 'menu.view.toggleDarkMode' in en.json and en-US.json. Co-authored-by: Amine Mouafik <amine@mouafik.fr> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Mahadevan Sreenivasan <mahadevan_sreenivasan@trimble.com>
* Update Stalebot configuration to not close stale issues (#528)Libravatar Bennett2020-03-31
|
* #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>
* Retry flaky commands on AppVeyor (#526)Libravatar Amine2020-03-31
| | | To avoid having to manually re-run https://ci.appveyor.com/project/kytwb/ferdi/builds/31820339
* Update stale bot configuration (#524)Libravatar Bennett2020-03-31
| | | | | | | * Update stale.yml * Remove bugs from list of exempt labels * Update stale comment
* Merge pull request #516 from mrassili/fix/remove-server-settingLibravatar Amine2020-03-30
|\ | | | | Remove server setting from settings screen
| * Merge branch 'fix/remove-server-setting' of github.com:mrassili/ferdi into ↵Libravatar Marouane Rassili2020-03-29
| |\ | | | | | | | | | fix/remove-server-setting
| | * Remove server setting from settings screenLibravatar Marouane Rassili2020-03-29
| | |
| * | Clean up unused locales and propsLibravatar Marouane Rassili2020-03-29
| | |
| * | Remove server setting from settings screenLibravatar Marouane Rassili2020-03-29
| |/
* | #514 Document 'gyp: No Xcode or CLT version' errorLibravatar Amine Mouafik2020-03-30
| |
* | #515 Run utility scripts pre-commit instead of pre-pushLibravatar Amine Mouafik2020-03-30
| |
* | Merge pull request #518 from getferdi/all-contributors/add-yourcontactLibravatar Amine2020-03-29
|\ \ | | | | | | docs: add yourcontact as a contributor
| * | docs: update .all-contributorsrc [skip ci]Libravatar allcontributors[bot]2020-03-29
| | |
| * | docs: update README.md [skip ci]Libravatar allcontributors[bot]2020-03-29
|/ /
* / docs: add mrassili as a contributor (#517)Libravatar allcontributors[bot]2020-03-29
|/ | | | | | | * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* Merge pull request #497 from getferdi/improve-premium-informationLibravatar Amine2020-03-28
|\ | | | | Improve information about Premium subscriptions and Teams
| * Hide user lastname on Ferdi servers as it is not storedLibravatar vantezzen2020-03-28
| |
| * Improve information about premiumLibravatar vantezzen2020-03-25
| | | | | | | | | | | | | | | | | | As seen in #496, the current way Ferdi displays information about the Premium status may be irritating to new users. This commit will: - Hide all premium sections if we are not using the Franz server - Hide teams section if we are not using the Franz server - Update the description on the Teams page to reflect the use of Teams in Ferdi - Fix accessing the Team Management page to go to meetfranz.com instead of getferdi.com
* | Merge pull request #498 from getferdi/fix/retry-ciLibravatar Amine2020-03-28
|\ \ | |/ |/| Add retry commands to flaky build steps
| * Add retry commands to flaky build stepsLibravatar Amine Mouafik2020-03-25
|/
* Improve user onboarding (#493)Libravatar Bennett2020-03-25
| | | | | Until now, new users have started on the Ferdi dashboard and not on the Welcome screen like Franz does it. This change was made, as users needed to be ablet to change their server before logging in. This commit will change this onboarding process to bring users to the welcome screen on first login and it adds a new "Change Server" screen during authentication that allows the user to change the server without going to the full settings screen. This way, the onboarding experience for new users is a lot easier to go though while also improving the experience for experienced users who want to change their server as they only get the option they are looking for and not the whole settings list.
* Support new recipe repository hierarchy (#492)Libravatar Bennett2020-03-23
|
* Improve feature list (#488)Libravatar Bennett2020-03-23
| | | | | | | | | | | | | * Improve feature list * Add general features section * Improve table of contents * Rephrasing * Unify feature list to use "-s" form * Fix missing rephrasing
* New Crowdin translations (#464)Libravatar Ferdi Bot2020-03-23
| | | | | | | | | | | | | * New translations en-US.json (Ukrainian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Italian) * New translations en-US.json (French) * New translations en-US.json (Spanish)
* Add GitHub to sponsor methodsLibravatar Bennett2020-03-20
|
* Merge pull request #480 from getferdi/chore/upgrade-electron-dependenciesLibravatar Amine2020-03-19
|\ | | | | Upgrade Electron-related dependencies
| * Upgrade Electron-related depndenciesLibravatar Amine Mouafik2020-03-19
| | | | | | | | To include latest fixes.
* | Merge pull request #479 from getferdi/fix/window-draggable-heightLibravatar Amine2020-03-19
|\ \ | |/ |/| Review custom window draggable height
| * Review custom window draggable heightLibravatar Amine Mouafik2020-03-19
|/ | | | Reduces conflicts with underlying webview content.
* Update submodulesLibravatar Amine Mouafik2020-03-11
|
* New Crowdin translations (#462) [skip ci]Libravatar Ferdi Bot2020-03-11
| | | | | | | | | | | * New translations en-US.json (Dutch) * New translations en-US.json (Dutch) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Swedish) * New translations en-US.json (Swedish)
* Add new translations contributors [skip ci]Libravatar Amine Mouafik2020-03-11
|
* Merge pull request #458 from gmarec/develop-servicestoreLibravatar Amine2020-03-11
|\ | | | | Reflect service name in application title
| * Reflect service name in application titleLibravatar Gilles Marec2020-03-10
| |
* | Add gmarec as a contributor (#460)Libravatar allcontributors[bot]2020-03-11
| | | | | | | | | | | | | | * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* | Fixes broken Portugese/Brazilian translations for #438 via #459Libravatar Ferdi Bot2020-03-11
| |
* | 5.4.4-beta.3Libravatar Amine Mouafik2020-03-11
| |
* | New Crowdin translations (#448)Libravatar Ferdi Bot2020-03-11
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Spanish) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (Korean) * New translations en-US.json (Norwegian) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese) * New translations en-US.json (Romanian) * New translations en-US.json (Indonesian) * New translations en-US.json (Russian) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Slovak) * New translations en-US.json (Slovenian) * New translations en-US.json (Swedish) * New translations en-US.json (Turkish) * New translations en-US.json (Ukrainian) * New translations en-US.json (Irish) * New translations en-US.json (Hungarian) * New translations en-US.json (Afrikaans) * New translations en-US.json (Czech) * New translations en-US.json (Arabic) * New translations en-US.json (Bosnian) * New translations en-US.json (Catalan) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Croatian) * New translations en-US.json (Danish) * New translations en-US.json (Hebrew) * New translations en-US.json (Dutch) * New translations en-US.json (Finnish) * New translations en-US.json (Flemish) * New translations en-US.json (French) * New translations en-US.json (Georgian) * New translations en-US.json (German) * New translations en-US.json (Greek) * New translations en-US.json (Vietnamese) * New translations en-US.json (German) * New translations en-US.json (German) * New translations en-US.json (French) * New translations en-US.json (Spanish) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (Korean) * New translations en-US.json (Norwegian) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese) * New translations en-US.json (Romanian) * New translations en-US.json (Indonesian) * New translations en-US.json (Russian) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Slovak) * New translations en-US.json (Slovenian) * New translations en-US.json (Swedish) * New translations en-US.json (Turkish) * New translations en-US.json (Ukrainian) * New translations en-US.json (Irish) * New translations en-US.json (Hungarian) * New translations en-US.json (Afrikaans) * New translations en-US.json (Czech) * New translations en-US.json (Arabic) * New translations en-US.json (Bosnian) * New translations en-US.json (Catalan) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Croatian) * New translations en-US.json (Danish) * New translations en-US.json (Hebrew) * New translations en-US.json (Dutch) * New translations en-US.json (Finnish) * New translations en-US.json (Flemish) * New translations en-US.json (French) * New translations en-US.json (Georgian) * New translations en-US.json (German) * New translations en-US.json (Greek) * New translations en-US.json (Vietnamese) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian)
* Merge pull request #443 from getferdi/doc/start-dev-appLibravatar Amine2020-03-10
|\ | | | | Document starting dev app with misty and debug
| * Revert misty changes while keeping debug docLibravatar Amine Mouafik2020-03-09
| |
| * Document starting dev app with misty and debugLibravatar Amine Mouafik2020-03-04
| |
* | Add custom dark mode handler support (#445)Libravatar Bennett2020-03-09
| | | | | | | | | | * Add custom dark mode handler support * Fix lint
* | Add "Find in Page" feature (#446)Libravatar Bennett2020-03-09
| | | | | | | | | | | | | | * Add "Find in Page" feature * Add custom theme to overlay * Fix lint
* | docs: add n0emis as a contributor (#449)Libravatar allcontributors[bot]2020-03-09
| | | | | | | | | | | | | | * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>