diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..a474b6b --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,3 @@ +This is the reloaded version of the open source timetracker Kimai. Right now its in an early development phase, its usable but some advanced features from Kimai v1 are missing by now. + +Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..c73a6f6 --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,10 @@ +#### Multi-user support + +LDAP is supported +HTTP auth is not supported +Defaul Kimai2 roles are: +* ROLE_USER +* ROLE_TEAMLEAD => Kimai2 (Teamlead) YunoHost permission +* ROLE_ADMIN => Kimai2 (Admin) YunoHost permission +* ROLE_SUPER_ADMIN => Kimai2 (Super_Admin) YunoHost permission +Those roles are directly managed using YunoHost permission system. User choosen during installation is granted the ROLE_SUPER_ADMIN diff --git a/doc/screenshots/time-tracking.png b/doc/screenshots/time-tracking.png new file mode 100644 index 0000000..bfb5674 Binary files /dev/null and b/doc/screenshots/time-tracking.png differ diff --git a/manifest.json b/manifest.json index f61cac1..95f981d 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,13 @@ }, "version": "1.15.2~ynh1", "url": "https://www.kimai.org", + "upstream": { + "license": "MIT", + "website": "https://www.kimai.org", + "demo": "https://www.kimai.org/demo/", + "admindoc": "https://www.kimai.org/documentation", + "code": "https://github.com/kevinpapst/kimai2" + }, "license": "MIT", "maintainer": { "name": "Anmol Sharma"