Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be9260b3 authored by Akhil's avatar Akhil 🙂
Browse files

NC 25 theme helper changes

parent da99186a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,4 +19,5 @@ translationtool.phar
.php-cs-fixer.cache
.phpunit.result.cache
junit.xml
css/*
!css/icons.css
+1 −1
Original line number Diff line number Diff line
variables:
    TO_PACKAGE: 'appinfo css js lib templates'
    TO_PACKAGE: 'appinfo css js lib templates l10n'
include:
  - project: "e/infra/ecloud/nextcloud-apps/ci-templates"
    ref: main
+5 −5
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
    <name>/e/ Cloud Theme Helper</name>
    <summary>/e/ Theme Helper App</summary>
    <description><![CDATA[Theme Helper App]]></description>
    <version>1.5.5</version>
    <licence>ECORP SAS</licence>
	<author mail="dev@e.email" >ECORP SAS</author>
    <version>2.0.0</version>
    <licence>MURENA SAS</licence>
	  <author mail="dev@murena.com" >MURENA SAS</author>
    <namespace>EcloudThemeHelper</namespace>
    <category>security</category>
    <category>customization</category>
    <bugs>https://gitlab.e.foundation/e/infra/selfhost/nextcloud-apps/ecloud-theme-helper/-/issues/</bugs>
    <dependencies>
        <nextcloud min-version="22" max-version="24"/>
        <nextcloud min-version="25" max-version="25"/>
    </dependencies>
    <repair-steps>
		<install>

appinfo/routes.php

0 → 100644
+7 −0
Original line number Diff line number Diff line
<?php

return [
	'routes' => [
		['name' => 'onlyOffice#getDocumentsFolder', 'url' => '/onlyoffice/getDocumentsFolder', 'verb' => 'GET'],
	]
];

css/icons.css

0 → 100644
+135 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading