-
- Downloads
releases, fixes #39
parent
c61ca5cb
No related branches found
No related tags found
Showing
- StudipReleasesPlugin.php 24 additions, 0 deletionsStudipReleasesPlugin.php
- TracToGitlabPlugin.php 1 addition, 45 deletionsTracToGitlabPlugin.php
- assets/releases.scss 7 additions, 0 deletionsassets/releases.scss
- composer.json 2 additions, 1 deletioncomposer.json
- composer.lock 18 additions, 14 deletionscomposer.lock
- controllers/releases.php 231 additions, 0 deletionscontrollers/releases.php
- lib/Plugin.php 55 additions, 0 deletionslib/Plugin.php
- plugin.manifest 2 additions, 1 deletionplugin.manifest
- views/releases/index.php 54 additions, 0 deletionsviews/releases/index.php
StudipReleasesPlugin.php
0 → 100644
assets/releases.scss
0 → 100644
... | @@ -13,6 +13,7 @@ | ... | @@ -13,6 +13,7 @@ |
"http-interop/http-factory-guzzle": "^1.0", | "http-interop/http-factory-guzzle": "^1.0", | ||
"erusev/parsedown": "^1.7", | "erusev/parsedown": "^1.7", | ||
"ext-json": "*", | "ext-json": "*", | ||
"pimple/pimple": "^3.4" | "pimple/pimple": "^3.4", | ||
"ext-curl": "*" | |||
} | } | ||
} | } |
controllers/releases.php
0 → 100644
lib/Plugin.php
0 → 100644
views/releases/index.php
0 → 100644
Please register or sign in to comment