Loading appinfo/info.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <name>Murena Dashboard</name> <summary>Murena Dashboard</summary> <description><![CDATA[Murena Dashboard]]></description> <version>3.0.1</version> <version>3.0.2</version> <licence>agpl</licence> <author mail="dev@murena.com">Murena</author> <namespace>MurenaDashboard</namespace> Loading lib/Controller/PageController.php +2 −0 Original line number Diff line number Diff line Loading @@ -39,10 +39,12 @@ class PageController extends Controller { $storageUrl = $this->config->getAppValue('increasestoragebutton', 'link', ''); $entries = $this->appsService->getAppEntries(); $displayName = $this->userSession->getUser()->getDisplayName(); $isReferralProgramActive = $this->config->getSystemValue('is_referral_program_active', false); $this->initialState->provideInitialState('shopReferralProgramUrl', $referralUrl); $this->initialState->provideInitialState('increaseStorageUrl', $storageUrl); $this->initialState->provideInitialState('entries', $entries); $this->initialState->provideInitialState('displayName', $displayName); $this->initialState->provideInitialState('isReferralProgramActive', $isReferralProgramActive); $documentsBaseDirectory = $this->appsService->getDocumentsFolder(); $this->initialState->provideInitialState('documentsBaseDirectory', $documentsBaseDirectory); Loading src/components/StorageLayout.vue +2 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ </div> </div> </div> <div v-if="shopReferralProgramUrl.length" class="row margin0"> <div v-if="isReferralProgramActive && shopReferralProgramUrl.length" class="row margin0"> <div class="col-lg-12 instructions"> <div class="row margin0"> <div id="storage-redeem" class="storage-space-div width90"> Loading Loading @@ -79,6 +79,7 @@ export default { return { storageInfo: [], storageFetchStatus: false, isReferralProgramActive: loadState('murena-dashboard', 'isReferralProgramActive'), shopReferralProgramUrl: loadState('murena-dashboard', 'shopReferralProgramUrl'), increaseStorageUrl: loadState('murena-dashboard', 'increaseStorageUrl'), appName: 'murena-dashboard', Loading Loading
appinfo/info.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <name>Murena Dashboard</name> <summary>Murena Dashboard</summary> <description><![CDATA[Murena Dashboard]]></description> <version>3.0.1</version> <version>3.0.2</version> <licence>agpl</licence> <author mail="dev@murena.com">Murena</author> <namespace>MurenaDashboard</namespace> Loading
lib/Controller/PageController.php +2 −0 Original line number Diff line number Diff line Loading @@ -39,10 +39,12 @@ class PageController extends Controller { $storageUrl = $this->config->getAppValue('increasestoragebutton', 'link', ''); $entries = $this->appsService->getAppEntries(); $displayName = $this->userSession->getUser()->getDisplayName(); $isReferralProgramActive = $this->config->getSystemValue('is_referral_program_active', false); $this->initialState->provideInitialState('shopReferralProgramUrl', $referralUrl); $this->initialState->provideInitialState('increaseStorageUrl', $storageUrl); $this->initialState->provideInitialState('entries', $entries); $this->initialState->provideInitialState('displayName', $displayName); $this->initialState->provideInitialState('isReferralProgramActive', $isReferralProgramActive); $documentsBaseDirectory = $this->appsService->getDocumentsFolder(); $this->initialState->provideInitialState('documentsBaseDirectory', $documentsBaseDirectory); Loading
src/components/StorageLayout.vue +2 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ </div> </div> </div> <div v-if="shopReferralProgramUrl.length" class="row margin0"> <div v-if="isReferralProgramActive && shopReferralProgramUrl.length" class="row margin0"> <div class="col-lg-12 instructions"> <div class="row margin0"> <div id="storage-redeem" class="storage-space-div width90"> Loading Loading @@ -79,6 +79,7 @@ export default { return { storageInfo: [], storageFetchStatus: false, isReferralProgramActive: loadState('murena-dashboard', 'isReferralProgramActive'), shopReferralProgramUrl: loadState('murena-dashboard', 'shopReferralProgramUrl'), increaseStorageUrl: loadState('murena-dashboard', 'increaseStorageUrl'), appName: 'murena-dashboard', Loading