aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* fix validation for side-by-side teamId & customURLLibravatar haraldox2018-02-16
|
* [MINOR] string correctionLibravatar haraldox2018-02-16
|
* ADD strings for branch feat/hide-dock-iconLibravatar haraldox2018-02-15
|
* feat(Windows): Add more app icon resolutions (@Stanzilla)Libravatar Stefan Malzner2018-02-14
|\ | | | | change icon to include more sizes
| * change icon to include more sizesLibravatar Benjamin Staneck2018-02-12
|/ | | | It now comes with 16, 24, 32, 48, 64, 128, 192, 256 sizes vs the previous 16, 32, 48, 64, 128, 256
* 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
| |
| * [MINOR] ADD blank lineLibravatar haraldox2018-02-06
| |
| * [MINOR] house cleaningLibravatar haraldox2018-02-06
| |
| * Merge branch 'develop' into feature/invite-buttonLibravatar haraldox2018-02-06
| |\
| * | [MINOR] REMOVE unnecessary varLibravatar haraldox2018-02-06
| | | | | | | | | | | | `pathname`
| * | REMOVE invite button from Account DashboardLibravatar haraldox2018-02-03
| | |
| * | 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`
| * | ADDED invite button on settings navigationLibravatar haraldox2018-01-30
| | | | | | | | | | | | currently goes to `auth/signup/invite` route only
| * | 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
| * | | | ADDED invite button in Account SettingsLibravatar haraldox2018-01-21
| | | | | | | | | | | | | | | | | | | | [WIP] return to previous route on submit / cancel
| * | | | allow arbitrary routes in dev modeLibravatar haraldox2018-01-19
| | | | | | | | | | | | | | | | | | | | navigate to other routes in the console by typing `document.location.href = "#path/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
| | | | | |
| * | | | | Merge branch 'develop' into fix/import-screen-togglesLibravatar haraldox2018-02-08
| |\ \ \ \ \
| * | | | | | fix linting errorsLibravatar haraldox2018-02-08
| | | | | | |
| * | | | | | Merge branch 'develop' into fix/import-screen-togglesLibravatar 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
| | | | | | | |
| * | | | | | | Merge branch 'develop' into fix/import-screen-togglesLibravatar 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 pull request #631 from meetfranz/move-subscription-foldersLibravatar Stefan Malzner2018-02-08
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Refactor subscription folders
| * | | | | | | | Merge branch 'develop' into move-subscription-foldersLibravatar Stefan Malzner2018-02-02
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'develop' into move-subscription-foldersLibravatar haraldox2018-01-30
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Revert "Revert "fix property change due to mobx-react-form update""Libravatar haraldox2018-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b595dcb997941b418fa8bb1609f54aeb978c91da.
| * | | | | | | | fix import pathLibravatar haraldox2018-01-19
| | | | | | | | |
| * | | | | | | | 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`
* | | | | | | | | [MINOR] fix linting errorsLibravatar haraldox2018-02-08
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | fix(App): Bugfix Fix memory leak in recipe polling loopLibravatar haraldox2018-02-07
| |_|_|_|/ / / |/| | | | | |
* | | | | | | fix `isDevMode` importLibravatar haraldox2018-02-06
| |_|_|/ / / |/| | | | |
* | | | | | [MINOR] isDevMode check in UserStoreLibravatar haraldox2018-02-06
| | | | | | | | | | | | | | | | | | | | | | | | to test routes independently
* | | | | | UPDATE electron versionLibravatar haraldox2018-02-06
| |_|/ / / |/| | | | | | | | | | | | | | fixes security vulnerability CVE-2018–1000006
* | | | | Merge pull request #630 from meetfranz/fix-invite-screenLibravatar Stefan Malzner2018-01-30
|\ \ \ \ \ | |_|/ / / |/| | | | Fix invite screen
| * | | | fix linting errorsLibravatar haraldox2018-01-30
| | | | |