aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAge
* 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>
* Remove server setting from settings screenLibravatar Marouane Rassili2020-03-29
|
* 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
* 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.
* 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 pull request #393 from getferdi/refactor/lockLibravatar Amine2020-02-28
|\ | | | | Fix race condition in Ferdi Lock at startup
| * Merge branch 'develop' into refactor/lockLibravatar Amine Mouafik2020-02-25
| |\
| * | Simply update locked stateLibravatar Amine Mouafik2020-02-22
| | |
* | | Merge pull request #403 from getferdi/feat/#270Libravatar Amine2020-02-26
|\ \ \ | | | | | | | | #270 Add more navigation bar behaviour settings
| * \ \ Merge branch 'develop' into feat/#270Libravatar vantezzen2020-02-26
| |\ \ \ | | | |/ | | |/|
| * | | #270 Add more navigation bar behaviour settingsLibravatar vantezzen2020-02-23
| | |/ | |/|
* | | 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>
* | #153 Add ability to change service icon sizeLibravatar vantezzen2020-02-24
| |
* | Add ability to change sidebar widthLibravatar vantezzen2020-02-24
|/
* Group tray settings togetherLibravatar Amine Mouafik2020-02-21
|
* Merge branch 'develop' into publish-debugLibravatar vantezzen2020-02-12
|\
| * Fix #347Libravatar vantezzen2020-02-11
| |
| * #276 Fix custom URL validation failing due to URL normalizationLibravatar Amine Mouafik2020-02-11
| |
* | Merge branch 'develop' into publish-debugLibravatar vantezzen2020-01-31
|\|
| * Add more seperators to settings screenLibravatar vantezzen2020-01-31
| |
| * 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
| | |
| | * #269 Add auto-focus on lock screen password fieldLibravatar Amine Mouafik2019-12-23
| | |
| | * #271 Allow SVG mimetype for service custom iconLibravatar Amine Mouafik2019-12-23
| | |
| | * Allow for more natural translation of loading messageLibravatar Amine Mouafik2019-12-23
| | |
| | * Better handling of account settings (if using without account)Libravatar Amine Mouafik2019-12-18
| | |
| | * Disable/prevent access to some settings for non-logged usersLibravatar Amine Mouafik2019-11-29
| | |
| | * Rename Ferdi Lock to Password Lock for consistencyv5.4.1-beta.2Libravatar Amine Mouafik2019-11-29
| | |
| | * Revert "Upgrade react-dropzone and review usage breaking changes"Libravatar Amine Mouafik2019-11-28
| | | | | | | | | | | | This reverts commit 39805a4ea66da43f646e9117771c89b65c544b22.
| | * Upgrade react-dropzone and review usage breaking changesLibravatar Amine Mouafik2019-11-28
| | |
| | * Clear hibernation timeout in componentWillUnmountLibravatar Amine Mouafik2019-11-27
| | |
| | * #232 Remove default lock password behavior, allow empty passwordLibravatar Amine Mouafik2019-11-27
| | |
| | * Enhance settings readability (update/footer)Libravatar Amine Mouafik2019-11-27
| | |
| | * Run prepare code to fix formattingLibravatar Amine Mouafik2019-11-27
| | |
| | * Enhance Settings readabiity (spacing)Libravatar Amine Mouafik2019-11-26
| | |
| | * Enhance readability when teams not availableLibravatar Amine Mouafik2019-11-26
| | |
| * | Start in trayLibravatar Andrzej Ressel2020-01-30
| |/
| * Add "adaptable dark mode" checkboxLibravatar Steliyan Stoyanov2019-10-30
| |
* | Add publish debug log optionLibravatar vantezzen2019-10-29
|/
* Fix incorrect prop type for plan propLibravatar vantezzen2019-10-27
|
* Use absolute file path to preload recipeLibravatar vantezzen2019-10-27
|
* Remove hiberation hack as observer is fixedLibravatar vantezzen2019-10-27
|
* Fix lintLibravatar vantezzen2019-10-24
|