aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth
Commit message (Collapse)AuthorAge
* Add password hashing to lock password (#694)Libravatar Bennett2020-05-03
|
* Refactor locking feature (#693)Libravatar Bennett2020-05-01
|
* 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 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>
* #232 Remove default lock password behavior, allow empty passwordLibravatar Amine Mouafik2019-11-27
|
* Merge https://github.com/meetfranz/franz into franz-5.4.0-releaseLibravatar vantezzen2019-10-24
|\
| * Fix name in pricing screenLibravatar Stefan Malzner2019-10-18
| |
| * optimize trial signup flowLibravatar Stefan Malzner2019-10-17
| |
| * polishingLibravatar Stefan Malzner2019-10-16
| |
| * simplify plan selectionLibravatar Stefan Malzner2019-10-15
| |
* | Improve switch between accounts and serversLibravatar vantezzen2019-10-20
| |
* | Implement #41Libravatar vantezzen2019-09-17
|/
* Add trial onboarding during signupLibravatar Stefan Malzner2019-07-04
|
* Fix dark mode style overridesLibravatar Stefan Malzner2019-06-28
|
* Fix settings window dependenceLibravatar Stefan Malzner2019-06-28
|
* support app updates also for unauthenticated usersLibravatar Dominik Guzei2019-06-05
|
* Simplify analytics callsLibravatar Stefan Malzner2019-02-21
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* Merge branch 'develop' into feature/features-apiLibravatar Stefan Malzner2018-11-22
|\
| * Fix isFullScreen typoLibravatar Stefan Malzner2018-11-22
| |
| * Add windows title bar dark mode styling & add titlebar to authLibravatar Stefan Malzner2018-11-16
| |
| * Add isSystemDarkModeEnabled to AppStoreLibravatar Stefan Malzner2018-11-16
| |
| * Fix linting errorsLibravatar Stefan Malzner2018-11-15
| |
* | ADD features loading spinnerLibravatar haraldox2018-02-28
|/
* REMOVE presentational stuff from smart containerLibravatar haraldox2018-02-08
|
* [MINOR] house cleaningLibravatar haraldox2018-02-06
|
* ADDED embedded invite screen in settingsLibravatar haraldox2018-01-30
| | | | reuses component `Invite`
* Merge branch 'fix-invite-screen' into feature/invite-buttonLibravatar haraldox2018-01-30
| | | | fix linitng errors
* return to account screen from invite screenLibravatar haraldox2018-01-22
| | | | cheap solution because `state` prop of `<Link>` is not being passed to route
* ADDED invite button in Account SettingsLibravatar haraldox2018-01-21
| | | | [WIP] return to previous route on submit / cancel
* initial commitLibravatar Stefan Malzner2017-10-13