Skip to content

Commit

Permalink
Add missing .htaccess files.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 13, 2016
1 parent 64bf3bf commit 9504abe
Show file tree
Hide file tree
Showing 76 changed files with 526 additions and 49 deletions.
6 changes: 6 additions & 0 deletions ansel/config/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
6 changes: 6 additions & 0 deletions ansel/lib/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
10 changes: 8 additions & 2 deletions ansel/package.xml
Expand Up @@ -22,7 +22,7 @@
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2015-08-01</date>
<date>2016-01-13</date>
<version>
<release>3.0.4</release>
<api>3.0.0</api>
Expand Down Expand Up @@ -57,6 +57,7 @@
</file>
</dir> <!-- /bin -->
<dir name="config">
<file name=".htaccess" role="horde" />
<file name="conf.xml" role="horde" />
<file name="hooks.php.dist" role="horde" />
<file name="prefs.php" role="horde" />
Expand Down Expand Up @@ -257,6 +258,7 @@
<file name="SimilarPhotos.php" role="horde" />
<file name="Tags.php" role="horde" />
</dir> <!-- /lib/Widget -->
<file name=".htaccess" role="horde" />
<file name="ActionHandler.php" role="horde" />
<file name="Ansel.php" role="horde" />
<file name="Api.php" role="horde" />
Expand Down Expand Up @@ -475,6 +477,7 @@
<file name="login.inc" role="horde" />
<file name="new.inc" role="horde" />
</dir> <!-- /templates/xppublish -->
<file name=".htaccess" role="horde" />
<file name="map_edit.html.php" role="horde" />
</dir> <!-- /templates -->
<dir name="test">
Expand Down Expand Up @@ -833,6 +836,7 @@
<install as="ansel-exif-to-tags" name="bin/ansel-exif-to-tags" />
<install as="ansel-garbage-collection" name="bin/ansel-garbage-collection" />
<install as="AnselPublish.scpt" name="bin/AnselPublish.scpt" />
<install as="ansel/config/.htaccess" name="config/.htaccess" />
<install as="ansel/config/conf.xml" name="config/conf.xml" />
<install as="ansel/config/hooks.php.dist" name="config/hooks.php.dist" />
<install as="ansel/config/prefs.php" name="config/prefs.php" />
Expand Down Expand Up @@ -894,6 +898,7 @@
<install as="ansel/js/views/slideshow.js" name="js/views/slideshow.js" />
<install as="ansel/js/widgets/geotag.js" name="js/widgets/geotag.js" />
<install as="ansel/js/widgets/tagactions.js" name="js/widgets/tagactions.js" />
<install as="ansel/lib/.htaccess" name="lib/.htaccess" />
<install as="ansel/lib/ActionHandler.php" name="lib/ActionHandler.php" />
<install as="ansel/lib/Ansel.php" name="lib/Ansel.php" />
<install as="ansel/lib/Api.php" name="lib/Api.php" />
Expand Down Expand Up @@ -1037,6 +1042,7 @@
<install as="ansel/migration/12_ansel_upgrade_fixautoincrement.php" name="migration/12_ansel_upgrade_fixautoincrement.php" />
<install as="ansel/migration/13_ansel_upgrade_parents.php" name="migration/13_ansel_upgrade_parents.php" />
<install as="ansel/migration/14_ansel_upgrade_fixshareusers.php" name="migration/14_ansel_upgrade_fixshareusers.php" />
<install as="ansel/templates/.htaccess" name="templates/.htaccess" />
<install as="ansel/templates/map_edit.html.php" name="templates/map_edit.html.php" />
<install as="ansel/templates/browse/new.inc" name="templates/browse/new.inc" />
<install as="ansel/templates/captions/captions.inc" name="templates/captions/captions.inc" />
Expand Down Expand Up @@ -1375,7 +1381,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2015-07-31</date>
<date>2016-01-13</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Use access rules compatible with both Apache 2.2 and 2.4.
Expand Down
6 changes: 6 additions & 0 deletions ansel/templates/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
6 changes: 6 additions & 0 deletions beatnik/config/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
6 changes: 6 additions & 0 deletions beatnik/lib/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
31 changes: 26 additions & 5 deletions beatnik/package.xml
Expand Up @@ -10,8 +10,7 @@
<email>bklang@horde.org</email>
<active>yes</active>
</lead>
<date>2013-06-05</date>
<time>13:42:43</time>
<date>2016-01-13</date>
<version>
<release>1.0.0alpha1</release>
<api>1.0.0alpha1</api>
Expand All @@ -28,6 +27,7 @@
<contents>
<dir baseinstalldir="/" name="/">
<dir name="config">
<file name=".htaccess" role="horde" />
<file name="autogenerate.php.dist" role="horde" />
<file name="conf.xml" role="horde" />
<file name="prefs.php" role="horde" />
Expand All @@ -52,6 +52,7 @@
<file name="DeleteRecord.php" role="horde" />
<file name="EditRecord.php" role="horde" />
</dir> <!-- /lib/Forms -->
<file name=".htaccess" role="horde" />
<file name="Application.php" role="horde" />
<file name="Beatnik.php" role="horde" />
<file name="Driver.php" role="horde" />
Expand All @@ -61,12 +62,25 @@
<dir name="en">
<file name="help.xml" role="horde" />
</dir> <!-- /locale/en -->
<dir name="es">
<dir name="LC_MESSAGES">
<file name="beatnik.mo" role="horde" />
<file name="beatnik.po" role="horde" />
</dir> <!-- /locale/es/LC_MESSAGES -->
<file name="help.xml" role="horde" />
</dir> <!-- /locale/es -->
<dir name="fi">
<dir name="LC_MESSAGES">
<file name="beatnik.mo" role="horde" />
<file name="beatnik.po" role="horde" />
</dir> <!-- /locale/fi/LC_MESSAGES -->
</dir> <!-- /locale/fi -->
<dir name="hu">
<dir name="LC_MESSAGES">
<file name="beatnik.mo" role="horde" />
<file name="beatnik.po" role="horde" />
</dir> <!-- /locale/hu/LC_MESSAGES -->
</dir> <!-- /locale/hu -->
<dir name="lv">
<dir name="LC_MESSAGES">
<file name="beatnik.mo" role="horde" />
Expand Down Expand Up @@ -100,6 +114,7 @@
<file name="header.inc" role="horde" />
<file name="record.inc" role="horde" />
</dir> <!-- /templates/view -->
<file name=".htaccess" role="horde" />
<file name="menu.inc" role="horde" />
</dir> <!-- /templates -->
<dir name="themes">
Expand All @@ -112,7 +127,6 @@
</dir> <!-- /themes/default -->
</dir> <!-- /themes -->
<file name="autogenerate.php" role="horde" />
<file name="beatnik-1.0.0dev201212191259.tgz" role="horde" />
<file name="commit.php" role="horde" />
<file name="delete.php" role="horde" />
<file name="editrec.php" role="horde" />
Expand Down Expand Up @@ -148,13 +162,13 @@
<phprelease>
<filelist>
<install as="beatnik/autogenerate.php" name="autogenerate.php" />
<install as="beatnik/beatnik-1.0.0dev201212191259.tgz" name="beatnik-1.0.0dev201212191259.tgz" />
<install as="beatnik/commit.php" name="commit.php" />
<install as="beatnik/delete.php" name="delete.php" />
<install as="beatnik/editrec.php" name="editrec.php" />
<install as="beatnik/index.php" name="index.php" />
<install as="beatnik/listzones.php" name="listzones.php" />
<install as="beatnik/viewzone.php" name="viewzone.php" />
<install as="beatnik/config/.htaccess" name="config/.htaccess" />
<install as="beatnik/config/autogenerate.php.dist" name="config/autogenerate.php.dist" />
<install as="beatnik/config/conf.xml" name="config/conf.xml" />
<install as="beatnik/config/prefs.php" name="config/prefs.php" />
Expand All @@ -163,6 +177,7 @@
<install as="RELEASE_NOTES" name="docs/RELEASE_NOTES" />
<install as="TODO" name="docs/TODO" />
<install as="beatnik/js/beatnik.js" name="js/beatnik.js" />
<install as="beatnik/lib/.htaccess" name="lib/.htaccess" />
<install as="beatnik/lib/Application.php" name="lib/Application.php" />
<install as="beatnik/lib/Beatnik.php" name="lib/Beatnik.php" />
<install as="beatnik/lib/Driver.php" name="lib/Driver.php" />
Expand All @@ -176,15 +191,21 @@
<install as="beatnik/locale/.htaccess" name="locale/.htaccess" />
<install as="beatnik/locale/beatnik.pot" name="locale/beatnik.pot" />
<install as="beatnik/locale/en/help.xml" name="locale/en/help.xml" />
<install as="beatnik/locale/es/help.xml" name="locale/es/help.xml" />
<install as="beatnik/locale/es/LC_MESSAGES/beatnik.mo" name="locale/es/LC_MESSAGES/beatnik.mo" />
<install as="beatnik/locale/es/LC_MESSAGES/beatnik.po" name="locale/es/LC_MESSAGES/beatnik.po" />
<install as="beatnik/locale/fi/LC_MESSAGES/beatnik.mo" name="locale/fi/LC_MESSAGES/beatnik.mo" />
<install as="beatnik/locale/fi/LC_MESSAGES/beatnik.po" name="locale/fi/LC_MESSAGES/beatnik.po" />
<install as="beatnik/locale/hu/LC_MESSAGES/beatnik.mo" name="locale/hu/LC_MESSAGES/beatnik.mo" />
<install as="beatnik/locale/hu/LC_MESSAGES/beatnik.po" name="locale/hu/LC_MESSAGES/beatnik.po" />
<install as="beatnik/locale/lv/help.xml" name="locale/lv/help.xml" />
<install as="beatnik/locale/lv/LC_MESSAGES/beatnik.mo" name="locale/lv/LC_MESSAGES/beatnik.mo" />
<install as="beatnik/locale/lv/LC_MESSAGES/beatnik.po" name="locale/lv/LC_MESSAGES/beatnik.po" />
<install as="beatnik/locale/sl/LC_MESSAGES/beatnik.mo" name="locale/sl/LC_MESSAGES/beatnik.mo" />
<install as="beatnik/locale/sl/LC_MESSAGES/beatnik.po" name="locale/sl/LC_MESSAGES/beatnik.po" />
<install as="beatnik/migration/1_beatnik_base_tables.php" name="migration/1_beatnik_base_tables.php" />
<install as="beatnik/scripts/export_config.php" name="scripts/export_config.php" />
<install as="beatnik/templates/.htaccess" name="templates/.htaccess" />
<install as="beatnik/templates/menu.inc" name="templates/menu.inc" />
<install as="beatnik/templates/listzones/footer.inc" name="templates/listzones/footer.inc" />
<install as="beatnik/templates/listzones/header.inc" name="templates/listzones/header.inc" />
Expand All @@ -207,7 +228,7 @@
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2013-06-05</date>
<date>2016-01-13</date>
<license uri="http://www.horde.org/licenses/gpl">GPL</license>
<notes>
* [mjr] Add initial database migration.
Expand Down
6 changes: 6 additions & 0 deletions beatnik/templates/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
6 changes: 6 additions & 0 deletions components/config/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
6 changes: 6 additions & 0 deletions components/lib/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
8 changes: 6 additions & 2 deletions components/package.xml
Expand Up @@ -10,7 +10,7 @@
<email>p@rdus.de</email>
<active>yes</active>
</lead>
<date>2014-03-10</date>
<date>2016-01-13</date>
<version>
<release>0.99.1</release>
<api>1.0</api>
Expand Down Expand Up @@ -49,6 +49,7 @@
</file>
</dir> <!-- /bin -->
<dir name="config">
<file name=".htaccess" role="horde" />
<file name="conf.php.dist" role="cfg" />
</dir> <!-- /config -->
<dir name="data">
Expand Down Expand Up @@ -289,6 +290,7 @@
<file name="Package2XmlToComposer.php" role="horde" />
<file name="PEARPackageFilev2.php" role="horde" />
</dir> <!-- /lib/Conductor -->
<file name=".htaccess" role="horde" />
<file name="Components.php" role="php" />
</dir> <!-- /lib -->
<dir name="test">
Expand Down Expand Up @@ -622,6 +624,7 @@
<filelist>
<install as="horde-bootstrap" name="bin/horde-bootstrap" />
<install as="horde-components" name="bin/horde-components" />
<install as=".htaccess" name="config/.htaccess" />
<install as="conf.php.dist" name="config/conf.php.dist" />
<install as="distribute/debian/components.php" name="data/distribute/debian/components.php" />
<install as="distribute/debian/templates/changelog" name="data/distribute/debian/templates/changelog" />
Expand Down Expand Up @@ -661,6 +664,7 @@
<install as="jenkins/pre-build/phpunit.xml" name="data/jenkins/pre-build/phpunit.xml" />
<install as="qc_standards/phpcs.xml" name="data/qc_standards/phpcs.xml" />
<install as="qc_standards/phpmd.xml" name="data/qc_standards/phpmd.xml" />
<install as=".htaccess" name="lib/.htaccess" />
<install as="Components.php" name="lib/Components.php" />
<install as="Components/Component.php" name="lib/Components/Component.php" />
<install as="Components/Config.php" name="lib/Components/Config.php" />
Expand Down Expand Up @@ -894,7 +898,7 @@
<release>beta</release>
<api>beta</api>
</stability>
<date>2014-03-10</date>
<date>2016-01-13</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Update website versions after releasing a package.
Expand Down
6 changes: 6 additions & 0 deletions content/config/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
6 changes: 6 additions & 0 deletions content/lib/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
8 changes: 6 additions & 2 deletions content/package.xml
Expand Up @@ -16,7 +16,7 @@
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2015-10-21</date>
<date>2016-01-13</date>
<version>
<release>2.0.6</release>
<api>2.0.0</api>
Expand Down Expand Up @@ -64,6 +64,7 @@
</file>
</dir> <!-- /bin -->
<dir name="config">
<file name=".htaccess" role="horde" />
<file name="routes.php" role="horde" />
</dir> <!-- /config -->
<dir name="docs">
Expand Down Expand Up @@ -94,6 +95,7 @@
<dir name="Users">
<file name="Manager.php" role="horde" />
</dir> <!-- /lib/Users -->
<file name=".htaccess" role="horde" />
<file name="Application.php" role="horde" />
<file name="Exception.php" role="horde" />
<file name="Indexer.php" role="horde" />
Expand Down Expand Up @@ -235,10 +237,12 @@
<install as="content-tag-add" name="bin/content-tag-add" />
<install as="content-tag-delete" name="bin/content-tag-delete" />
<install as="content-untag" name="bin/content-untag" />
<install as="content/config/.htaccess" name="config/.htaccess" />
<install as="content/config/routes.php" name="config/routes.php" />
<install as="CHANGES" name="docs/CHANGES" />
<install as="RELEASE_NOTES" name="docs/RELEASE_NOTES" />
<install as="TODO.txt" name="docs/TODO.txt" />
<install as="content/lib/.htaccess" name="lib/.htaccess" />
<install as="content/lib/Application.php" name="lib/Application.php" />
<install as="content/lib/Exception.php" name="lib/Exception.php" />
<install as="content/lib/Indexer.php" name="lib/Indexer.php" />
Expand Down Expand Up @@ -512,7 +516,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2015-10-21</date>
<date>2016-01-13</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
*
Expand Down
6 changes: 6 additions & 0 deletions folks/config/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
6 changes: 6 additions & 0 deletions folks/lib/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
6 changes: 6 additions & 0 deletions folks/templates/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
6 changes: 6 additions & 0 deletions gollem/config/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
6 changes: 6 additions & 0 deletions gollem/lib/.htaccess
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>

0 comments on commit 9504abe

Please sign in to comment.