aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAge
* 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
* | | Merge branch 'develop' into move-subscription-foldersLibravatar haraldox2018-01-30
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into fix-form-validationLibravatar Stefan Malzner2018-01-22
| |\ \
| | * | fix linting issueLibravatar haraldox2018-01-17
| | | | | | | | | | | | | | | | react component lifecycle method order
| | * | Merge branch 'develop' into fix-service-tooltips-initializationLibravatar haraldox2018-01-17
| | | |
| | * | Fix #32 service tooltips not initialized properlyLibravatar haraldox2018-01-16
| | | | | | | | | | | | | | | | tooltips have to be rebuilt when services are added (ReactTooltip seems to cache them at first render)
| | * | Merge branch 'feature/remove-miner' into developLibravatar haraldox2018-01-16
| | |\ \
* | | | | 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`
* | | / fix property change due to mobx-react-form updateLibravatar haraldox2018-01-19
| |_|/ |/| | | | | | | | validate -> validators
* | | Fix linting issuesLibravatar Stefan Malzner2018-01-17
| | |
* | | Merge branch 'develop' into feature/remove-minerLibravatar Stefan Malzner2018-01-17
|\| | | |/ |/|
| * Merge pull request #525 from meetfranz/feature/icon-uploadLibravatar Stefan Malzner2018-01-06
| |\ | | | | | | [PR] Feature/icon upload
| | * fix displaying old icon while uploading new iconLibravatar Stefan Malzner2018-01-06
| | |
| | * Fix issue when deleting and reuploading an iconLibravatar Stefan Malzner2018-01-05
| | |
| | * feat(Service): Add custom service icon uploadLibravatar Stefan Malzner2018-01-02
| | |
| | * First working draft of icon uploadLibravatar Stefan Malzner2017-12-27
| | |
| | * Merge branch 'develop' into feature/icon-uploadLibravatar Stefan Malzner2017-12-24
| | |\
| | * | [wip] add icon uploadLibravatar Stefan Malzner2017-11-12
| | | |
| * | | Merge branch 'develop' into bug-fixesLibravatar Stefan Malzner2018-01-04
| |\ \ \
| | * \ \ Merge branch 'service-cache-cleanup' of https://github.com/dannyqiu/franz ↵Libravatar Stefan Malzner2018-01-04
| | |\ \ \ | | | | | | | | | | | | | | | | | | into feature/service-cache-cleanup
| | | * \ \ Merge branch 'develop' into service-cache-cleanupLibravatar Stefan Malzner2018-01-03
| | | |\ \ \
| | | | * | | feat(Services): Improve user experience of service searchLibravatar Stefan Malzner2018-01-03
| | | | | |/ | | | | |/|
| | * | / | Replace cache string with localized stringLibravatar Stefan Malzner2018-01-04
| | |/ / /
| | * | | feat(App): Add option to clear app cache (@dannyqiu)Libravatar Stefan Malzner2018-01-03
| | | | |
| | * | | Add button to clear global cache and all servicesLibravatar Danny Qiu2017-12-29
| | | | |
| | * | | Add button to clear service cacheLibravatar Danny Qiu2017-12-29
| | |/ /
| * / / Fix typo with badgesLibravatar Danny Qiu2017-12-28
| |/ /
* / / Completely remove minerLibravatar Stefan Malzner2017-12-24
|/ /
* | Merge pull request #494 from heavypackets/websecurity-enable-patchLibravatar Stefan Malzner2017-12-22
|\ \ | | | | | | Removing explicit disabling of web security setting for the WebView controls
| * | Removing explicit disabling of web security setting for the WebView controlsLibravatar Sabree Blackmon2017-12-21
| | | | | | | | | | | | | | | This fixes issue #30 where certain Google Voice issues are no longer functioning. This is also required to support other Google application integrations.
* | | Merge pull request #474 from meetfranz/feature/service-improvementsLibravatar Stefan Malzner2017-12-15
|\ \ \ | | | | | | | | [PR] Service improvements
| * | | feat(Recipes): Add `hasHostedOption` to enable hosted & self hosted servicesLibravatar Stefan Malzner2017-12-15
| | | |
| * | | fix(Recipes): Enable `urlInputPrefix` for team and customURLLibravatar Stefan Malzner2017-12-14
| | | |
* | | | Merge pull request #469 from meetfranz/feature/hide-badgeLibravatar Stefan Malzner2017-12-15
|\ \ \ \ | | | | | | | | | | [PR] Add option to completely hide a service badge
| * | | | Add missing commitLibravatar Stefan Malzner2017-12-14
| | | | |
| * | | | feat(Service): Add option to completely disable message badgesLibravatar Stefan Malzner2017-12-14
| |/ / /