[TASK] Create extension in2frontendauthentication

Initial commit
This commit is contained in:
Alex Kellner 2016-06-09 16:16:24 +02:00
commit 7ae48ccd1c
2 changed files with 61 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
msi.iws
.idea/
nbproject/
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.svn
.sass-cache
node_modules/
.sass-cache/
npm-debug.log

46
ext_emconf.php Normal file
View File

@ -0,0 +1,46 @@
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "powermail".
*
* Auto generated 04-07-2013 17:03
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'in2frontendauthentication',
'description' => 'Authenticate every visitor as a defined frontend user if IP matches',
'category' => 'plugin',
'shy' => 0,
'version' => '1.0.0',
'dependencies' => 'cms,extbase,fluid',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'Alex Kellner',
'author_email' => 'alexander.kellner@in2code.de',
'author_company' => 'in2code.de',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.99.99',
'extbase' => '7.6.0-8.99.99',
'fluid' => '7.6.0-8.99.99',
'php' => '5.5.0-0.0.0'
],
'conflicts' => [],
'suggests' => [],
],
'_md5_values_when_last_written' => '',
];