aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
Commit message (Collapse)AuthorAge
* got server callback and infobox workingLibravatar haraldox2018-02-02
|
* [WIP] started work on infoboxLibravatar haraldox2018-01-30
|
* Merge branch 'fix-invite-screen' into feature/invite-buttonLibravatar haraldox2018-01-30
| | | | fix linitng errors
* 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"`
* Fix linting issuesLibravatar Stefan Malzner2018-01-17
|
* Merge branch 'develop' into feature/remove-minerLibravatar Stefan Malzner2018-01-17
|\
| * Fix issue with custom icon on service creationLibravatar Stefan Malzner2018-01-10
| |
| * Merge pull request #525 from meetfranz/feature/icon-uploadLibravatar Stefan Malzner2018-01-06
| |\ | | | | | | [PR] Feature/icon upload
| | * feat(Service): Add custom service icon uploadLibravatar Stefan Malzner2018-01-02
| | |
| | * First working draft of icon uploadLibravatar Stefan Malzner2017-12-27
| | |
| * | feat(Services): Improve handling of external linksLibravatar Stefan Malzner2018-01-05
| | |
| * | Merge branch 'develop' into service-cache-cleanupLibravatar Stefan Malzner2018-01-03
| |\ \
| | * \ Merge pull request #506 from meetfranz/feature/reactivate-franzLibravatar Stefan Malzner2018-01-02
| | |\ \ | | | | | | | | | | Fix service reload after waking machine up
| | | * | Fix linting issues pt 2Libravatar Stefan Malzner2017-12-26
| | | | |
| | | * | Fix linting issueLibravatar Stefan Malzner2017-12-24
| | | | |
| | | * | fix(App): Fix service reload after waking machine upLibravatar Stefan Malzner2017-12-24
| | | |/
| | * | Merge pull request #502 from meetfranz/feature/reload-service-rootLibravatar Stefan Malzner2018-01-02
| | |\ \ | | | | | | | | | | [PR] Reload service root
| | | * | 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
| | |/
| * | feat(App): Add option to clear app cache (@dannyqiu)Libravatar Stefan Malzner2018-01-03
| | |
| * | Fix lint issuesLibravatar Danny Qiu2017-12-29
| | |
| * | Add button to clear global cache and all servicesLibravatar Danny Qiu2017-12-29
| | |
| * | Add button to clear service cacheLibravatar Danny Qiu2017-12-29
| |/
* | Remove idle timer dependencyLibravatar Stefan Malzner2017-12-24
| |
* | Completely remove minerLibravatar Stefan Malzner2017-12-24
|/
* 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
| |
* | Merge pull request #463 from meetfranz/feature/improve-muteLibravatar Stefan Malzner2017-12-15
|\ \ | | | | | | fix(Notification): Remove notification sound when app is muted
| * | fix(Notification): Remove notification sound when app is mutedLibravatar Stefan Malzner2017-12-13
| | |
* | | fix mobx issue with settings modelLibravatar Stefan Malzner2017-12-13
| |/ |/|
* | Merge pull request #421 from meetfranz/feature/bugfixingLibravatar Stefan Malzner2017-12-11
|\ \ | | | | | | [PR] General bugfixing
| * | fix(i18n): Fallback to system language or englishLibravatar Stefan Malzner2017-12-07
| | |
* | | first working implementation of deep linkingLibravatar Stefan Malzner2017-12-05
| | |
* | | WIP: add deep linkingLibravatar Stefan Malzner2017-12-05
|/ /
* | feat(Account): Enable a user to delete their own accountLibravatar Stefan Malzner2017-12-04
| |
* | Fix linting errorLibravatar jescobar2017-12-03
| |
* | fix(Windows): Open window when clicking on toast notificationLibravatar Stefan2017-12-02
|/ | | | Closes #370
* 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(App): Allow to turn on notifications when system dnd is enabledLibravatar Stefan Malzner2017-11-30
|
* fix(App): App mute now disables notifications as wellLibravatar Stefan Malzner2017-11-29
|
* Add SettingsModel and fix issue with improper mobx data handlingLibravatar Stefan Malzner2017-11-23
|
* Add missing toggle mute shortcutLibravatar Stefan Malzner2017-11-22
|
* fix macOS shortcuts for tabswitchingLibravatar Stefan Malzner2017-11-22
|
* 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