From d72bf4b1154b3934f6c72ef4709ebc92ddaf951f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 5 Mar 2022 17:02:10 +0100 Subject: [PATCH 1/6] add optional tools --- setup/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/install.md b/setup/install.md index f6e9fdb..96c00cb 100644 --- a/setup/install.md +++ b/setup/install.md @@ -66,6 +66,8 @@ Some modules in the application may need text recognition of scanned files (e.g. ###### Windows Download and install [tesseract](https://tesseract-ocr.github.io/tessdoc/Downloads.html). +Download and install [pdftotext](https://www.xpdfreader.com/pdftotext-man.html). +Download and install [pdftoppm](https://www.xpdfreader.com/pdftoppm-man.html). ###### Linux From 13799c180f1ab06332a439d95bb7bb1b15699baa Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 18 Mar 2022 13:40:54 +0100 Subject: [PATCH 2/6] Update first_steps.md --- setup/first_steps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/first_steps.md b/setup/first_steps.md index a2d0e16..fed2e9d 100644 --- a/setup/first_steps.md +++ b/setup/first_steps.md @@ -45,7 +45,7 @@ When you assign the above mentioned permissions to a group you will see that you * The `Unit` this permission is for (after the installation you only have one unit but you maybe want to have additional units/sub-organizations later on) * The `App` this permission is for (after the installation you only have the `Backend` and the `Api` but in the future you may have additional apps, which sometimes even get provided by other modules e.g. `TicketApp`) * The `Module` this permission is for (e.g. the group only has create/write permissions for a certain module) -* The `Type` is the module specific and can be found in the module help. This can be e.g. news-article in the News module, account in the Admin module etc. +* The `Category` is module specific and can be found in the module help. This can be e.g. news-article in the News module, account in the Admin module etc. * The `Element` is the specific model/element (e.g. a specific news article). This is represented by the element ID/number. * The `Component` is the specific component of a element/model (e.g. the title of a news article). @@ -63,4 +63,4 @@ If a admin user creates a new account you must decide if the user/account should If the user should be allowed to login/active user you should click on `Create Profile` to also create a profile for the user. Upon doing this the user will receive a registration email in the same way as if he registered by himself. The registration email contains a preliminary password which the user should change. -## \ No newline at end of file +## From cd48467bdef2970d48e1f94f185398be28604f10 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 18 Mar 2022 13:41:26 +0100 Subject: [PATCH 3/6] Update first_steps.md --- setup/first_steps.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup/first_steps.md b/setup/first_steps.md index fed2e9d..893b96a 100644 --- a/setup/first_steps.md +++ b/setup/first_steps.md @@ -62,5 +62,3 @@ By default only admin users can create new accounts. However it is possible to a If a admin user creates a new account you must decide if the user/account should also be allowed to login/have a profile or if this account is just an internal account. If the user should be allowed to login/active user you should click on `Create Profile` to also create a profile for the user. Upon doing this the user will receive a registration email in the same way as if he registered by himself. The registration email contains a preliminary password which the user should change. - -## From 4e114186d7e97d0448808de76725c100883c7290 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 18 Mar 2022 13:42:18 +0100 Subject: [PATCH 4/6] Update install.md --- setup/install.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup/install.md b/setup/install.md index 96c00cb..769c24a 100644 --- a/setup/install.md +++ b/setup/install.md @@ -32,9 +32,7 @@ sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get install software-properties-common apache2 mysql-server -``` -```sh sudo a2enmod rewrite sudo a2enmod headers ``` @@ -198,4 +196,4 @@ The web subdirectory by default is `/`. If you installed the application in a su ##### Install -After clicking install you will either receive a message that something went wrong e.g. some configurations are wrong (please fix them) or the installation will redirect you to the login if everything went smoothly. Please make sure to delete the `Install` directory so that no-one else can use it. \ No newline at end of file +After clicking install you will either receive a message that something went wrong e.g. some configurations are wrong (please fix them) or the installation will redirect you to the login if everything went smoothly. Please make sure to delete the `Install` directory so that no-one else can use it. From 23b8b89517bac629d654ef2900aa4bc6ea1ca48a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 18 Mar 2022 13:44:12 +0100 Subject: [PATCH 5/6] Update permissions.md --- administration/permissions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/administration/permissions.md b/administration/permissions.md index 6348a99..4182a3b 100755 --- a/administration/permissions.md +++ b/administration/permissions.md @@ -39,7 +39,7 @@ These permissions can be assigned on multiple levels (descending in the followin * Unit/Organization * Application * Module -* Type +* Category * Element * Component @@ -55,9 +55,9 @@ Every unit/organization can have multiple applications. One application could fo Different modules provide different features, by defining the modules permissions can be managed more granular. A sales person for example doesn't need access to R&D for example. -### Type +### Category -Often a module provides multiple features or functionalities. The type can be used to give accounts even more specific permissions. In a organization an account may be allowed to create new invoices for customers but is not allowed to create a new customer. +Often a module provides multiple features or functionalities. The category can be used to give accounts even more specific permissions. In a organization an account may be allowed to create new invoices for customers but is not allowed to create a new customer. ### Element From 5c3802d7f1a02509d499f961d449df7acdd011ce Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 4 Apr 2022 19:13:18 +0200 Subject: [PATCH 6/6] fix img. minification action --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index d2fb2d4..8900845 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -19,6 +19,6 @@ jobs: uses: actions/checkout@master - name: Compress Images - uses: calibreapp/image-actions@master + uses: calibreapp/image-actions@main with: githubToken: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file