aboutsummaryrefslogtreecommitdiffstats
path: root/src/api
Commit message (Collapse)AuthorAge
* Fix cache clearing not working in Windows 10 (#541) (#544)Libravatar Mahadevan Sreenivasan2020-04-10
| | | | | | | | | | | | | | * fix: Clear caches which is not working in Windows 10 (#541) - In AppStore, the partition directory of allorphanedserviceIds are attempted to be removed during clear cache. However, atleast in Windows, certain files like Cookies, indexedDB and other autogenerated ones during session creation are locked and hence fs.removeDirectory throws an exception. I have added a try catch around this piece of code to avoid uncaught exceptions which causes the spinner to spin indefnitely and prevents execution of further code - From electron docs - I found that calling session.clearstorage([options]) is a better way to clear session storage data. Hence, in LocalApi.js, we are clearing out all possible storages and quotas of all services and the default session. More info in this link - https://www.electronjs.org/docs/api/session#sesclearstoragedataoptions * refactor: LocalApi - refactor clearAppCache and clearCache(serviceId) as suggested by @eandrogehlen * refactor: #544 - Remove clearAppCache from server/LocalApi.js to use clearCache for clearing both service and application sessions. * fix: clear_cache - update function anme in AppStore.js to 'clearCache' instead of 'clearAppCache'. This got missed out during the refactor. Apologies.
* Proper class name to avoid confusionLibravatar Amine Mouafik2019-12-08
|
* #178 Fetch in-app news from Ferdi server onlyLibravatar Amine Mouafik2019-10-31
|
* #146 Add possible fix for 1.1.1.1 hackLibravatar vantezzen2019-10-27
|
* Merge https://github.com/meetfranz/franz into franz-5.4.0-releaseLibravatar vantezzen2019-10-24
|\
| * optimize trial signup flowLibravatar Stefan Malzner2019-10-17
| |
* | Develop local server featureLibravatar vantezzen2019-10-18
| |
* | Merge branch 'release/5.4.0' of https://github.com/meetfranz/franz into ↵Libravatar vantezzen2019-10-02
|\| | | | | | | franz-5.4.0
| * Update clear cache to electron promise APIsLibravatar Stefan Malzner2019-10-02
| |
* | Adding recipes as unpacked assetLibravatar vantezzen2019-09-25
| |
* | Shipping recipe files directly with FerdiLibravatar vantezzen2019-09-25
| |
* | Use ferdi namespace on debuggerLibravatar vantezzen2019-09-12
| |
* | Fix merge bugsLibravatar vantezzen2019-09-07
| |
* | Merge branch 'master' of https://github.com/meetfranz/franz into franz-5.3.0Libravatar vantezzen2019-09-07
|\|
| * WIP: add option to activate trialLibravatar Stefan Malzner2019-08-05
| |
| * Add trial onboarding during signupLibravatar Stefan Malzner2019-07-04
| |
* | LintLibravatar vantezzen2019-08-26
| |
* | Improve apibase functionLibravatar vantezzen2019-08-26
| |
* | LintLibravatar vantezzen2019-08-25
| |
* | Add explanation for usage of 1.1.1.1Libravatar vantezzen2019-08-25
| |
* | Remove news due to logout issuesLibravatar vantezzen2019-08-25
| |
* | Unifying apiBase functionLibravatar vantezzen2019-08-25
| |
* | Fix eslint errorsLibravatar vantezzen2019-08-22
| |
* | Add support to use custom serversLibravatar vantezzen2019-08-22
|/
* Merge branch 'develop' into chore/streamline-dashboardLibravatar Stefan Malzner2019-04-13
|\
| * cleanup console log artifactsLibravatar Dominik Guzei2019-04-12
| |
* | Replace invoices & subscription info with links to websiteLibravatar Stefan Malzner2019-04-08
|/
* refactor server api even moreLibravatar Dominik Guzei2019-03-12
|
* refactor server api to use prepare auth request utilLibravatar Dominik Guzei2019-03-12
|
* add useful helpers for building standalone app featuresLibravatar Dominik Guzei2019-03-12
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* feat(App): Add proxy support for servicesLibravatar Stefan Malzner2018-11-27
|
* Merge branch 'develop' into feature/features-apiLibravatar Stefan Malzner2018-11-22
|\
| * Add "Franz" to debug identifiersLibravatar Stefan Malzner2018-11-22
| |
| * Revert "Fix fetch is undefined"Libravatar Stefan Malzner2018-11-21
| | | | | | | | This reverts commit df01b73f92dd61659fb14231ce6eb84feb134992.
| * Fix fetch is undefinedLibravatar Stefan Malzner2018-11-19
| |
| * Fix minor issues due to babel upgradeLibravatar Stefan Malzner2018-11-15
| |
| * Split settings into multiple stores; app specific settings are now stored in ↵Libravatar Stefan Malzner2018-03-27
| | | | | | | | config file
| * Replace console logs with debuggerLibravatar Stefan Malzner2018-03-18
| |
* | ADD `features` requestLibravatar haraldox2018-02-26
| | | | | | | | REFACTOR `defaults` -> `base`
* | initial commitLibravatar haraldox2018-02-26
|/
* further request cleanupLibravatar Stefan Malzner2018-02-15
|
* fix linting issuesLibravatar Stefan Malzner2018-02-15
|
* Replace localAPI requests with mobx-localstorageLibravatar Stefan Malzner2018-02-15
|
* replace localStorage with mobx-localstorageLibravatar Stefan Malzner2018-02-15
|
* 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
| * First working draft of icon uploadLibravatar Stefan Malzner2017-12-27
| |
* | 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
| |