Skip to content

Conversation

@Tail870
Copy link
Contributor

@Tail870 Tail870 commented Nov 22, 2025

Made $timestamp compatable with Windows - in Nextcloud this adjusted with these lines in config.php:

  'forbidden_filename_characters' =>
  array (
    0 => '<',
    1 => '>',
    2 => ':',
    3 => '"',
    4 => '|',
    5 => '?',
    6 => '*',
    7 => '\\',
    8 => '/',
  ),

@Tail870 Tail870 changed the title Update RecordingController.php Update RecordingController.php for Windows compatability Nov 22, 2025
@Tail870 Tail870 closed this Nov 22, 2025
@Tail870 Tail870 reopened this Nov 22, 2025
@Tail870 Tail870 closed this Nov 22, 2025
@Tail870 Tail870 changed the title Update RecordingController.php for Windows compatability Adjusted recordings' file names for Windows compatability Nov 22, 2025
@Tail870 Tail870 deleted the patch-1 branch November 22, 2025 17:01
@Tail870 Tail870 restored the patch-1 branch November 22, 2025 17:03
@Tail870 Tail870 reopened this Nov 22, 2025
Made $timestamp compatable with Windows - in Nextcloud this adjusted with this line in config.php:
```
  'forbidden_filename_characters' =>
  array (
    0 => '<',
    1 => '>',
    2 => ':',
    3 => '"',
    4 => '|',
    5 => '?',
    6 => '*',
    7 => '\\',
    8 => '/',
  ),
```

Signed-off-by: Tail870 <tolya870@yandex.ru>
In formattedDate replaced " : " with " - "

Signed-off-by: Tail870 <tolya870@yandex.ru>
In  link.download replaced " : " with " - "

Signed-off-by: Tail870 <tolya870@yandex.ru>
@hweihwang hweihwang merged commit a13a939 into nextcloud:main Nov 25, 2025
31 of 32 checks passed
@hweihwang hweihwang mentioned this pull request Nov 25, 2025
9 tasks
@Tail870 Tail870 deleted the patch-1 branch November 25, 2025 14:54
@github-actions
Copy link

github-actions bot commented Dec 7, 2025

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants