-
- Downloads
Initial commit
parents
No related branches found
No related tags found
Showing
- .travis.yml 64 additions, 0 deletions.travis.yml
- COPYING 0 additions, 0 deletionsCOPYING
- Makefile 157 additions, 0 deletionsMakefile
- README.md 52 additions, 0 deletionsREADME.md
- appinfo/info.xml 21 additions, 0 deletionsappinfo/info.xml
- appinfo/routes.php 19 additions, 0 deletionsappinfo/routes.php
- composer.json 15 additions, 0 deletionscomposer.json
- css/style.css 7 additions, 0 deletionscss/style.css
- img/app.svg 56 additions, 0 deletionsimg/app.svg
- js/script.js 49 additions, 0 deletionsjs/script.js
- js/secondarymail-test.js 54 additions, 0 deletionsjs/secondarymail-test.js
- lib/Controller/SecondarymailController.php 83 additions, 0 deletionslib/Controller/SecondarymailController.php
- lib/Settings/Personal.php 80 additions, 0 deletionslib/Settings/Personal.php
- templates/settings/personal.php 50 additions, 0 deletionstemplates/settings/personal.php
.travis.yml
0 → 100644
COPYING
0 → 100644
This diff is collapsed.
Makefile
0 → 100644
README.md
0 → 100644
appinfo/info.xml
0 → 100644
appinfo/routes.php
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "OpenTools/Secondary_Mail", | ||
"description": "Enter a secondary email and specify which e-Mail should be used for external communication", | ||
"type": "project", | ||
"license": "AGPL", | ||
"authors": [ | ||
{ | ||
"name": "Reinhold Kainhofer" | ||
} | ||
], | ||
"require": {}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^5.4" | ||
} | ||
} |
css/style.css
0 → 100644
img/app.svg
0 → 100644
js/script.js
0 → 100644
js/secondarymail-test.js
0 → 100644
lib/Controller/SecondarymailController.php
0 → 100644
lib/Settings/Personal.php
0 → 100644
templates/settings/personal.php
0 → 100644
Please register or sign in to comment