Merge pull request 'add new ci and fix minur bugs' (#107) from develop into master
Some checks are pending
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline is pending

Reviewed-on: #107
This commit is contained in:
Simon Vieille 2022-07-25 11:04:22 +02:00
commit 4c74b620b1
4 changed files with 38 additions and 3 deletions

35
.woodpecker.yml Normal file
View file

@ -0,0 +1,35 @@
pipeline:
dependencies:
image: deblan/devenv
commands:
- npm install
when:
branch: [master, develop, feature/*]
event:
- push
- pull_request
build:
image: deblan/devenv
commands:
- make npm-build
when:
branch: [master, develop, feature/*]
event:
- push
- pull_request
release:
image: deblan/devenv
volumes:
- /var/www/html/artifacts:/var/www/html/artifacts
secrets: [app_certificate]
commands:
- mkdir -p "$HOME/.nextcloud/certificates"
- echo "$APP_CERTIFICATE" > "$HOME/.nextcloud/certificates/side_menu.key"
- export VERSION=$(grep "<version>" appinfo/info.xml | grep -o "[0-9]*\.[0-9]*\.[0-9]*" --color=never)
- export RELEASE_DIRECTORY="/var/www/html/artifacts/deblan/side_menu"
- make release
when:
branch: [master]

View file

@ -15,7 +15,7 @@ You can customize colors depending of the theme (Dark theme and Breeze Dark). Co
You like this app and you want to support me? ☕ [Buy me a coffee](https://www.buymeacoffee.com/deblan) or [Donate with liberapay](https://liberapay.com/deblan)
[![Build Status](https://ci2.gitnet.fr/api/badges/deblan/side_menu/status.svg)](https://ci2.gitnet.fr/deblan/side_menu)
[![Build Status](https://ci.gitnet.fr/api/badges/deblan/side_menu/status.svg)](https://ci.gitnet.fr/deblan/side_menu)
Requirements
------------

View file

@ -17,7 +17,7 @@ You can report a bug or request a feature by opening an issue.
Requirements:
* PHP >= 7.3
* PHP >= 7.4
* App `theming` enabled
If you like this application and if you want to support the development:

View file

@ -880,7 +880,7 @@ $choicesSizes = [
<a class="side-menu-toggler" data-target="#apps-categories-custom-list" href="#_">
🖱️ <?php p($l->t('Show and hide the list of applications')); ?>
</a>
-to
<div id="apps-categories-custom-list" style="display: none">
<ul class="side-menu-setting-list">
<?php foreach ($_['apps'] as $app): ?>