aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Login.js
Commit message (Collapse)AuthorAge
* Fix lintingLibravatar kytwb2021-12-13
|
* Remove irrelevant dev mode warningsLibravatar kytwb2021-12-13
|
* chore: upgrade react-jss to latest (#2302)Libravatar Markus Hatvan2021-12-04
|
* chore: update eslint deps to latest (#2213)Libravatar Markus Hatvan2021-11-12
| | | | | - update eslint deps to latest - disable new react/function-component-definition rule - fix/disable newly reported issues
* chore: use caret for dependencies instead of locked versions (#2162)Libravatar Markus Hatvan2021-10-29
| | | | | - use caret for all dependencies except brittle ones like e.g. typescript - remove 'save-exact' true from .npmrc - fix various prettier formatting issues
* chore: use 'window['ferdi']' (split out from pr #2092) (#2104)Libravatar Vijay Aravamudhan2021-10-20
| | | Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
* chore: upgrade react to latest (#2030)Libravatar Markus Hatvan2021-10-07
|
* refactor: split 'environment' into 'environment-remote' with only the remote ↵Libravatar Vijay A2021-10-01
| | | | | | module dependency (might be a pre-requisite for the electron v14 upgrade)
* refactor: revert the text for some more fields.Libravatar Vijay A2021-09-14
|
* chore: upgrade intl dependencies (#1920)Libravatar Markus Hatvan2021-09-13
|
* chore: migrate from tslint to @typescript-eslint (#1706)Libravatar Markus Hatvan2021-07-30
| | | | | | | | | | - update .eslintrc to work for .js and .ts - update devDependencies - lint properly both root /src and nested /packages - update webhint recommended setting for tsconfig.json to shrink output - Manage all eslint rules from the repo root - escape single quotes in scripts to please windows build Co-authored-by: Vijay A <avijayr@protonmail.com>
* Removed hardcoded strings and reused constants defined in config.js (#1499)Libravatar Vijay Raghavan Aravamudhan2021-06-05
|
* Fix typo in Login.js (#1348)Libravatar Ikko Ashimine2021-05-05
|
* 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.
* Fix more observers related warningsLibravatar Amine Mouafik2019-10-21
|
* Add local server to allow serverlesss usageLibravatar vantezzen2019-10-14
|
* Switch to custom Ferdi APILibravatar vantezzen2019-10-08
|
* LintLibravatar vantezzen2019-09-03
|
* i18n custom Ferdi stringsLibravatar vantezzen2019-09-03
|
* LintLibravatar vantezzen2019-08-28
|
* Add suggestion to import Franz accountLibravatar vantezzen2019-08-28
|
* LintLibravatar vantezzen2019-08-25
|
* Add "Change Server" links to login and signupLibravatar vantezzen2019-08-25
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* Upgrade to react 16Libravatar Stefan Malzner2018-12-09
| | | | TODO: add componentDidCatch
* Fix linting errorsLibravatar Stefan Malzner2018-11-15
|
* fix property change due to mobx-react-form updateLibravatar haraldox2018-01-19
| | | | validate -> validators
* Add API notice to users who run the app in dev modeLibravatar Stefan Malzner2017-10-24
|
* initial commitLibravatar Stefan Malzner2017-10-13