Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit d8c3be9
Author: Nextcloud bot <bot@nextcloud.com>
Date:   Thu Oct 27 03:00:36 2022 +0000

    [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>

commit d6408fe
Author: Nextcloud bot <bot@nextcloud.com>
Date:   Wed Oct 26 03:01:38 2022 +0000

    [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>

commit 8acc2a1
Author: rakekniven <2069590+rakekniven@users.noreply.github.com>
Date:   Wed Oct 26 01:22:17 2022 +0200

    l10n: Adapted grammar (#77)

    "Successfully" is a filler word.

    Reported at Transifex.

    Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>

commit 746fba3
Author: Nextcloud bot <bot@nextcloud.com>
Date:   Tue Oct 25 03:05:43 2022 +0000

    [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>

commit 21f8aaf
Author: Nextcloud bot <bot@nextcloud.com>
Date:   Mon Oct 24 03:01:13 2022 +0000

    [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>

commit 24556ea
Author: rakekniven <2069590+rakekniven@users.noreply.github.com>
Date:   Sun Oct 23 17:41:34 2022 +0200

    l10n: Fixes (#76)

    * l10n: Fixed typo

    Reported at Transifex.

    Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>

    * l10n: Changed casing

    Reported at Transifex.

    Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>

    * l10n: Fixed typo and changed grammar

    Reported at Transifex.

    Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>

    * l10n: Changed grammar

    Reported at Transifex.

    Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>

    Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>

commit 285f7f8
Author: Nextcloud bot <bot@nextcloud.com>
Date:   Sun Oct 23 03:01:00 2022 +0000

    [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>

commit 6dbad13
Author: Nextcloud bot <bot@nextcloud.com>
Date:   Sat Oct 22 03:02:10 2022 +0000

    [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>

commit a3fb56e
Author: Nextcloud bot <bot@nextcloud.com>
Date:   Fri Oct 21 09:54:02 2022 +0000

    [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>

commit defee7e
Author: Andrey Borysenko <andrey18106x@gmail.com>
Date:   Mon Oct 17 16:43:28 2022 +0300

    Added Transifex config

commit dbdd0bb
Author: Andrey Borysenko <andrey18106x@gmail.com>
Date:   Mon Mar 21 18:23:55 2022 +0200

    Added notice. Added CoD. Turned off cron schedule for stale workflow

commit 959be6c
Author: Andrey Borysenko <andrey18106x@gmail.com>
Date:   Thu Feb 17 11:24:22 2022 +0200

    Fix #53

commit a7f1cc2
Author: Andrey Borysenko <andrey18106x@gmail.com>
Date:   Tue Feb 15 01:12:54 2022 +0200

    Revert Python version check

commit c093b3c
Author: Andrey Borysenko <andrey18106x@gmail.com>
Date:   Mon Feb 14 17:16:51 2022 +0200

    MediaDC 0.1.9 (#52)
  • Loading branch information
andrey18106 committed Oct 27, 2022
1 parent 73d6264 commit 0451c1d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Have you encountered a bug or unexpected behaviour
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS [e.g. Ubuntu]
- CPU [architecture x86, ARM]
- Browser [e.g. chrome, firefox, safari]
- Nextcloud version [e.g. 23]
- Database configuration [e.g. mysql 8.0.27, without sensitive information]
- Python version [e.g. 3.9.1]
- MediaDC version [e.g. 0.1.9]

**Additional context**
Add any other context about the problem here.
3 changes: 1 addition & 2 deletions lib/Command/CollectorCleanupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ class CollectorCleanupCommand extends Command
/** @var CollectorService */
private $collectorService;

public function __construct(CollectorService $collectorService)
{
public function __construct(CollectorService $collectorService) {
parent::__construct();

$this->collectorService = $collectorService;
Expand Down
3 changes: 1 addition & 2 deletions lib/Command/CollectorFileContentsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ class CollectorFileContentsCommand extends Command
/** @var LoggerInterface */
private $logger;

public function __construct(IRootFolder $rootFolder, LoggerInterface $logger)
{
public function __construct(IRootFolder $rootFolder, LoggerInterface $logger) {
parent::__construct();

$this->rootFolder = $rootFolder;
Expand Down

0 comments on commit 0451c1d

Please sign in to comment.