aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth
Commit message (Collapse)AuthorAge
...
* | 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 eslint errorsLibravatar vantezzen2019-08-22
| |
* | Improve onboarding experienceLibravatar vantezzen2019-08-22
| |
* | Replace Franz with FerdiLibravatar vantezzen2019-08-22
| |
* | Replace public Franz occurences with FerdiLibravatar vantezzen2019-08-21
|/
* Fix dark mode style overridesLibravatar Stefan Malzner2019-06-28
|
* fix eslint issuesLibravatar Dominik Guzei2019-06-05
|
* support app updates also for unauthenticated usersLibravatar Dominik Guzei2019-06-05
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* Upgrade to react 16Libravatar Stefan Malzner2018-12-09
| | | | TODO: add componentDidCatch
* Add windows title bar dark mode styling & add titlebar to authLibravatar Stefan Malzner2018-11-16
|
* Fix lintingLibravatar Stefan Malzner2018-11-16
|
* Merge branch 'develop' into feature/dark-themeLibravatar Stefan Malzner2018-11-16
|\
| * Fix linting errorsLibravatar Stefan Malzner2018-11-15
| |
* | Merge remote-tracking branch 'origin/develop' into pr/1026Libravatar Stefan Malzner2018-11-15
|\|
| * fix(General): Convert many links from http to https (#967) @StanzillaLibravatar Benjamin Staneck2018-11-15
| |
* | Update stylesheets and added darkMode variable and toggle.Libravatar Guille Cura2018-07-05
|/
* inverted welcome button "Create a free account"Libravatar haraldox2018-02-16
|
* Merge pull request #654 from meetfranz/feature/invite-buttonLibravatar Stefan Malzner2018-02-12
|\ | | | | Invite Button in Settings
| * feat(App) Feature Invite Friends in SettingsLibravatar haraldox2018-02-08
| | | | | | | | | | - MOVE form creation to `componentWillMount()` - focus input field on `componentDidMount()`
| * REMOVE presentational stuff from smart containerLibravatar haraldox2018-02-08
| |
| * fix defaultPropsLibravatar haraldox2018-02-02
| |
| * fix linting errorsLibravatar haraldox2018-02-02
| |
| * finished embedded invite functionalityLibravatar haraldox2018-02-02
| | | | | | | | | | | | ADDED internationalization ADDED loading indicator in send button REMOVED query param `from`
| * got server callback and infobox workingLibravatar haraldox2018-02-02
| |
| * [WIP] started work on infoboxLibravatar haraldox2018-01-30
| |
| * [MINOR] fix indentationLibravatar haraldox2018-01-30
| | | | | | | | makes linter happy
| * 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
| * Merge branch 'develop' into feature/invite-buttonLibravatar haraldox2018-01-30
| |\
| * \ Merge branch 'fix-invite-screen' into feature/invite-buttonLibravatar haraldox2018-01-29
| |\ \
| * | | return to account screen from invite screenLibravatar haraldox2018-01-22
| | | | | | | | | | | | | | | | cheap solution because `state` prop of `<Link>` is not being passed to route
* | | | Merge pull request #668 from meetfranz/fix/import-screen-togglesLibravatar Stefan Malzner2018-02-08
|\ \ \ \ | | | | | | | | | | Fix import screen toggles
| * | | | [MINOR] remove commented codeLibravatar haraldox2018-02-08
| | | | |
| * | | | fix linting errorsLibravatar haraldox2018-02-08
| | | | |
| * | | | fix(App) Bugfix Fix toggle buttons shown during importLibravatar haraldox2018-02-08
| | | | | | | | | | | | | | | | | | | | moved form definition to `componentWillMount`
| * | | | fix linting errorsLibravatar haraldox2018-02-06
| | | | |
| * | | | FIX import screen togglesLibravatar haraldox2018-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | - fix toggle double click event (nested `fields` property) - do not call `prepareForm` for every render but only on init (otherwise all toggles reset to `default: true`
* | | | | Merge branch 'develop' into move-subscription-foldersLibravatar Stefan Malzner2018-02-02
|\| | | |
| * | | | fix linting errorsLibravatar haraldox2018-01-30
| | | | |
| * | | | Merge branch 'develop' into fix-invite-screenLibravatar haraldox2018-01-30
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Revert "alternative UX implementation of check for email address count > 0"Libravatar haraldox2018-01-30
| | |_|/ | |/| | | | | | | | | | This reverts commit 56520969f508c1db257d7573962ad6b762205e56.
| * | | alternative UX implementation of check for email address count > 0Libravatar haraldox2018-01-19
| | | | | | | | | | | | | | | | comment out line 122 to test
| * | | implemented check for at least one email addressLibravatar haraldox2018-01-19
| | | | | | | | | | | | | | | | realized by leveraging `disabled` attribute of submit button
| * | | fix invite screen [object Object] valueLibravatar haraldox2018-01-19
| | |/ | |/| | | | | | | mobx-react-form expects nested `fields` property in array
* | | Revert "Revert "fix property change due to mobx-react-form update""Libravatar haraldox2018-01-30
| | | | | | | | | | | | This reverts commit b595dcb997941b418fa8bb1609f54aeb978c91da.
* | | Revert "fix property change due to mobx-react-form update"Libravatar haraldox2018-01-19
| | | | | | | | | | | | This reverts commit 34949a6a005df240fa79f679675a0de1f3839776.
* | | change directory structure for subscriptionLibravatar haraldox2018-01-19
| |/ |/| | | | | move to own sub-folders `subscription`