aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
...
| | * | | | | 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
| * | | | | fix linting errorsLibravatar haraldox2018-01-30
| | | | | |
| * | | | | Merge branch 'develop' into fix-invite-screenLibravatar 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
| | | |\ \ \
| | * | | | | fix property change due to mobx-react-form updateLibravatar haraldox2018-01-19
| | | |_|/ / | | |/| | | | | | | | | | | | | | | validate -> validators
| * | | | | 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
| * | | Fix linting issuesLibravatar Stefan Malzner2018-01-17
| | | |
| * | | Merge branch 'develop' into feature/remove-minerLibravatar Stefan Malzner2018-01-17
| |\| | | | |/ | |/|
| * | Remove idle timer dependencyLibravatar Stefan Malzner2017-12-24
| | |
| * | Completely remove minerLibravatar Stefan Malzner2017-12-24
| | |
* | | Test nativeImage for @2x imagesLibravatar Stefan Malzner2018-02-18
| | |
* | | fix(Linux): invert tray icon color & add border for bright UI'sLibravatar Stefan Malzner2018-02-16
| |/ |/|
* | Merge pull request #417 from meetfranz/i18nLibravatar Stefan Malzner2018-01-10
|\ \ | | | | | | [PR] translation update
| * | Automatic i18n update (i18n.meetfranz.com)Libravatar FranzBot2018-01-10
| | |
| * | Automatic i18n update (i18n.meetfranz.com)Libravatar FranzBot2018-01-08
| | |
| * | Merge branch 'develop' into i18nLibravatar Stefan Malzner2018-01-08
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # src/i18n/languages.js
| * | | Sort languages by nameLibravatar Stefan Malzner2017-12-07
| | | |
| * | | fix(Translations): Use the native language name for translationsLibravatar Stefan Malzner2017-12-07
| | | |
| * | | feat(Translations): Added Chinese (Taiwan), Croatian, Greek, Serbian, TurkishLibravatar Stefan Malzner2017-12-07
| | | |
| * | | Automatic i18n update (i18n.meetfranz.com)Libravatar FranzBot2017-12-07
| | | |
| * | | Add dummies for new languagesLibravatar Stefan Malzner2017-12-07
| | | |
| * | | Automatic i18n update (i18n.meetfranz.com)Libravatar FranzBot2017-12-07
| | | |
* | | | Fix issue with custom icon on service creationLibravatar Stefan Malzner2018-01-10
| |/ / |/| |
* | | Add color to service iconsLibravatar Stefan Malzner2018-01-07
| | |
* | | 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
| | | |