From c0e2ec9d2ee37150dab9bed31d189ab8e77e2c1f Mon Sep 17 00:00:00 2001 From: Jonathan Treffler Date: Tue, 20 Aug 2024 15:03:44 +0200 Subject: [PATCH] init app structure (fixes #1) --- appinfo/info.xml | 21 +++++++++++++++++++++ appinfo/routes.php | 8 ++++++++ lib/AppInfo/Application.php | 13 +++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 appinfo/info.xml create mode 100644 appinfo/routes.php create mode 100644 lib/AppInfo/Application.php diff --git a/appinfo/info.xml b/appinfo/info.xml new file mode 100644 index 0000000..320d35e --- /dev/null +++ b/appinfo/info.xml @@ -0,0 +1,21 @@ + + + organization_folders + Organization Folders + Managed Groupfolders for your Organisation + + 0.0.1 + agpl + Jonathan Treffler + OrganizationFolders + files + https://git.verdigado.com/verdigado-public/organization_folders/issues + + + pgsql + sqlite + mysql + + + \ No newline at end of file diff --git a/appinfo/routes.php b/appinfo/routes.php new file mode 100644 index 0000000..4aca6c4 --- /dev/null +++ b/appinfo/routes.php @@ -0,0 +1,8 @@ + [ + ], + 'routes' => [ + ] +]; \ No newline at end of file diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php new file mode 100644 index 0000000..a78dbbe --- /dev/null +++ b/lib/AppInfo/Application.php @@ -0,0 +1,13 @@ +