diff --git a/.gitignore b/.gitignore index 9c01e12..22889cf 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,7 @@ com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties + + +#Exclude the images +storage/galleries/**/**/ \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..d2843bb --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,19 @@ + + + + + mysql + true + com.mysql.jdbc.Driver + jdbc:mysql://localhost:3306/imagedb + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml new file mode 100644 index 0000000..56782ca --- /dev/null +++ b/.idea/sqldialects.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/doc/Aenderungsantrag.pdf b/doc/Aenderungsantrag.pdf new file mode 100644 index 0000000..7848044 Binary files /dev/null and b/doc/Aenderungsantrag.pdf differ diff --git a/doc/DBTableOrder.md b/doc/DBTableOrder.md new file mode 100644 index 0000000..c0be51f --- /dev/null +++ b/doc/DBTableOrder.md @@ -0,0 +1,10 @@ +# Database Table Order +This table order shows us, in which order the tables of the database have to be created or deleted. +Following order **has to be** implemented due to constraints: +- Tag +- User +- Gallery +- Image +- ImageTag +- Right +- Authority \ No newline at end of file diff --git a/doc/Detailstudie_ImageDb.docx b/doc/Detailstudie_ImageDb.docx new file mode 100644 index 0000000..7de4cad Binary files /dev/null and b/doc/Detailstudie_ImageDb.docx differ diff --git a/doc/ImageDB.simp b/doc/ImageDB.simp index 89eafc7..ee0673e 100644 --- a/doc/ImageDB.simp +++ b/doc/ImageDB.simp @@ -13,17 +13,17 @@ - - - 283 - 13 - 14 + 18 + + + + 81 @@ -35,12 +35,13 @@ SoftwareIdeasModeler.Core.DiagramItems.Erd.ErdEntityAttribute - 28 + 30 + Frithjof @@ -50,6 +51,16 @@ #00000000 + + + + + + + + + + #00000000 @@ -81,7 +92,7 @@ - + + + + + + + + + + diff --git a/src/templates/adminGalleries.htm.php b/src/templates/adminGalleries.htm.php new file mode 100644 index 0000000..64591e2 --- /dev/null +++ b/src/templates/adminGalleries.htm.php @@ -0,0 +1,90 @@ +
+
+

Gallery administrator

+

edit and delete galleries here

+
+
+
+
+

Galleries

+ + + + + +
+ +
+ diff --git a/src/templates/adminUsers.htm.php b/src/templates/adminUsers.htm.php new file mode 100644 index 0000000..77f7e9f --- /dev/null +++ b/src/templates/adminUsers.htm.php @@ -0,0 +1,94 @@ +
+
+

User administrator

+

edit and delete users here

+
+
+
+
+

Users

+ + + +
+ +
+ diff --git a/src/templates/galleries.htm.php b/src/templates/galleries.htm.php new file mode 100644 index 0000000..082b168 --- /dev/null +++ b/src/templates/galleries.htm.php @@ -0,0 +1,126 @@ + + + + + + + + + + + + + diff --git a/src/templates/images.htm.php b/src/templates/images.htm.php new file mode 100644 index 0000000..2040478 --- /dev/null +++ b/src/templates/images.htm.php @@ -0,0 +1,265 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/templates/index.htm.php b/src/templates/index.htm.php index 4d8ab0e..e73a012 100644 --- a/src/templates/index.htm.php +++ b/src/templates/index.htm.php @@ -3,9 +3,13 @@ - + + + + + - + Bilder-DB + + + + + + + + +