aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers
Commit message (Collapse)AuthorAge
* fix(App): Fix app delay for Premium SupportersLibravatar Stefan Malzner2019-01-09
|
* Improve loader themeingLibravatar Stefan Malzner2018-12-12
|
* Add port option to service proxy configLibravatar Stefan Malzner2018-12-09
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* Add React 16 didCatch/ErrorBoundary componentLibravatar Stefan Malzner2018-12-09
|
* Dispose autorun on component unmountLibravatar Stefan Malzner2018-12-08
|
* feat(Service): Add error screen for services that failed to loadLibravatar Stefan Malzner2018-12-08
|
* feat(Service): Add option to change spellchecking language by serviceLibravatar Stefan Malzner2018-12-07
|
* Do a complete app reload after service updateLibravatar Stefan Malzner2018-12-01
| | | | This will immediately update the module that is running in Franz as well.
* feat(App): Improved spell checker & context menuLibravatar Stefan Malzner2018-11-30
|
* feat(App): Add proxy support for servicesLibravatar Stefan Malzner2018-11-27
|
* Move spellchecker to premiumLibravatar Stefan Malzner2018-11-25
|
* Add missing delayApp commitLibravatar Stefan Malzner2018-11-24
|
* feat(App): Lay groundwork for general themeing supportLibravatar Stefan Malzner2018-11-24
|
* Merge branch 'develop' into feature/features-apiLibravatar Stefan Malzner2018-11-22
|\
| * feat(App): Add option to enable dark mode for supported servicesLibravatar Stefan Malzner2018-11-22
| |
| * Fix isFullScreen typoLibravatar Stefan Malzner2018-11-22
| |
| * Add windows title bar dark mode styling & add titlebar to authLibravatar Stefan Malzner2018-11-16
| |
| * Add isSystemDarkModeEnabled to AppStoreLibravatar 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
| | |
| * | Consistent code styleLibravatar Stefan Malzner2018-11-15
| | |
| * | Update stylesheets and added darkMode variable and toggle.Libravatar Guille Cura2018-07-05
| |/
| * Merge branch 'develop' of github.com:meetfranz/franz into developLibravatar Stefan Malzner2018-04-02
| |\
| | * feature(App): Add option to disable GPU accelerationLibravatar Stefan Malzner2018-03-28
| | |
| | * Split settings into multiple stores; app specific settings are now stored in ↵Libravatar Stefan Malzner2018-03-27
| | | | | | | | | | | | config file
| | * Move "locale" to user dataLibravatar Stefan Malzner2018-03-27
| | |
| * | fix(Windows): Hide title bar when in fullscreenLibravatar Stefan2018-03-28
| |/
| * feat(Services): Improve performance when reordering servicesLibravatar Stefan Malzner2018-03-14
| |
* | ADD features loading spinnerLibravatar haraldox2018-02-28
| |
* | adapt enterprise UI flags to features-apiLibravatar haraldox2018-02-27
| |
* | Merge branch 'feature/features-api' into feature/enterprise-uiLibravatar haraldox2018-02-26
|\ \
| * | ADD `features` requestLibravatar haraldox2018-02-26
| |/ | | | | | | REFACTOR `defaults` -> `base`
| * fix teamId & customUrl validation for hosted optionLibravatar haraldox2018-02-16
| |
| * fix validation for side-by-side teamId & customURLLibravatar haraldox2018-02-16
| |
* | feat(App) Feature Added enterprise UILibravatar haraldox2018-02-13
|/ | | | | | | | | | | | | | | | | | | | | | | | | ##Account Dashboard: - CHANGE account type to 'Enterprise Account' (green badge) - REMOVE button 'Edit Account' if SSO login is used - ADD company name and contact information - REMOVE premium account plans section - REMOVE account deletion ##Settings Navigation - REMOVE available services if user not allowed to manage services ##Edit Service - REMOVE delete button if user not allowed to manage services - CHANGE disable team / custom URL if user not allowed to manage services ##Edit User - REMOVE account type ##User.js - ADD mock enterprise properties ##Input.js - FIX disabled passthrough
* Merge pull request #654 from meetfranz/feature/invite-buttonLibravatar Stefan Malzner2018-02-12
|\ | | | | Invite Button in Settings
| * REMOVE presentational stuff from smart containerLibravatar haraldox2018-02-08
| |
| * [MINOR] house cleaningLibravatar haraldox2018-02-06
| |
| * 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
| |
| * 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
| |\
| * | 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
* | | Revert "Revert "fix property change due to mobx-react-form update""Libravatar haraldox2018-01-30
| | | | | | | | | | | | This reverts commit b595dcb997941b418fa8bb1609f54aeb978c91da.