aboutsummaryrefslogtreecommitdiffstats
path: root/web/website/.htaccess
diff options
context:
space:
mode:
authorChatChimi <Pichue07@gmail.com>2020-04-18 14:23:26 +0200
committerChatChimi <Pichue07@gmail.com>2020-04-18 14:23:26 +0200
commitdc48cf7cbca435becc481c80214b320e78825eeb (patch)
tree79642f267de8d8a04655d1ce3670a9acaeffb081 /web/website/.htaccess
parent1323e52025bfd6f6e7584295619002a897c8da0c (diff)
parent4378405eea982cb3a42584d95767b5003675f611 (diff)
downloadATS-dc48cf7cbca435becc481c80214b320e78825eeb.tar.gz
ATS-dc48cf7cbca435becc481c80214b320e78825eeb.tar.bz2
ATS-dc48cf7cbca435becc481c80214b320e78825eeb.zip
Merge branch 'master' of https://github.com/clyhtsuriva/ATS-Project
Diffstat (limited to '')
-rwxr-xr-xwww/html/.htaccess (renamed from web/website/.htaccess)3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/website/.htaccess b/www/html/.htaccess
index 825c08d..d074f91 100755
--- a/web/website/.htaccess
+++ b/www/html/.htaccess
@@ -1,4 +1,5 @@
AuthType Basic
AuthName "restricted area"
-AuthUserFile /var/www/html/ATS-Project/web/.htpasswd
+AuthUserFile /var/www/.htpasswd
require valid-user
+DirectoryIndex index.py
ezer.git/commit/target/surefire-reports/musichub.util.XMLHandlerTest.txt?id=2b45d7bea0d7cb1031b3cdac54e676c183b8074e&follow=1'>mvn packageClyhtsuriva26-301/+313 2021-06-27Fixing lower case issue following acceptance testClyhtsuriva1-9/+3 2021-06-27Fixing conflictsmanthole2-0/+139 2021-06-27Latest maven, jacoco and javadoc filesClyhtsuriva47-313/+822 2021-06-27Catch exception related to search functionalitysaid belhadj4-3/+11 2021-06-27Delete TEST-musichub.business.CategoryTest.xmlSaid Belhadj1-58/+0 2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164 2021-06-27Update search functionalitysaid belhadj2-0/+8 2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92 2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465 2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117 2021-06-27Song class fully covered.Clyhtsuriva13-49/+96 2021-06-27Starting Song testsClyhtsuriva17-59/+119 2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4 2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82