aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
Commit message (Collapse)AuthorAge
...
| | * | fix(Service): Ctrl/Cmd+R now navigates back to the service rootLibravatar Stefan Malzner2017-12-23
| | |/
| * | Fix indirect message badge being displayed when disabledLibravatar Stefan Malzner2017-12-22
| | |
| * | setBadge debuggingLibravatar Stefan Malzner2017-12-22
| |/
* / Add button to clear service cacheLibravatar Danny Qiu2017-12-29
|/
* 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
| |
* | fix(Notification): Remove notification sound when app is mutedLibravatar Stefan Malzner2017-12-13
|/
* fix missing filter for indirectMessageBadgeLibravatar Stefan Malzner2017-12-01
|
* feat(App): Add option to show/hide notification badges for muted services ↵Libravatar Stefan Malzner2017-12-01
| | | | (@maximiliancsuk)
* fix(Sidebar): Fix sidebar tab sorting (@josescgar) Libravatar Stefan Malzner2017-11-20
|\ | | | | Closes #283
| * Fix setting active service not updating cached value in the storeLibravatar jescobar2017-11-18
| |
* | Merge pull request #294 from meetfranz/feature/192-display-disabled-servicesLibravatar Stefan Malzner2017-11-18
|\ \ | |/ |/| [PR] Disable/Enable service optimizations
| * remove webview from memory when disabledLibravatar Stefan Malzner2017-11-17
| |
* | feat(App): Add option to enable/disable spell checkerLibravatar Stefan Malzner2017-11-14
| |
* | [wip] share user settings with serviceLibravatar Stefan Malzner2017-11-12
| |
* | Merge branch 'develop' into feature/mute-serviceLibravatar Stefan Malzner2017-11-10
|\| | | | | | | | | | | | | | | # Conflicts: # src/components/services/content/ServiceWebview.js # src/components/services/content/Services.js # src/components/services/tabs/TabItem.js # src/containers/layout/AppLayoutContainer.js
| * feat(Service): Add option to display disabled services in tabsLibravatar Stefan Malzner2017-11-09
| |
* | feat(App): Add option to mute all services in sidebarLibravatar Stefan Malzner2017-11-10
| | | | | | | | Closes #8 #162
* | feat(Service): Add option to mute serviceLibravatar Stefan Malzner2017-11-09
|/
* fix(Service Import): Fix issue with import of on-premise servicesLibravatar Stefan Malzner2017-10-30
|
* Merge branch 'develop' into notificationTitleFixLibravatar Stefan Malzner2017-10-30
|\
| * Reset setting status when navigating away from services screenLibravatar Danny Qiu2017-10-29
| |
* | Add onNotify event to let recipes update/change notifications before send them.Libravatar Gustavo Sampaio2017-10-27
|/ | | | Add additional checks in ServiceStore.
* Bugfix: When reordering make sure the new indexes are applied correctlyLibravatar Gustavo Sampaio2017-10-26
|
* Bugfix: Ignore disabled servicesLibravatar Gustavo Sampaio2017-10-20
|
* Add tab cycling with ctrl[+shift]+tab or ctrl+[pageup|pagedown]Libravatar Gustavo Sampaio2017-10-19
| | | | This is related to #35
* initial commitLibravatar Stefan Malzner2017-10-13