-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable24] Fix attachment cleanup when file names contain parenthesis #2389
[stable24] Fix attachment cleanup when file names contain parenthesis #2389
Conversation
/compile amend |
8893dda
to
15fd8a9
Compare
tests/.phpunit.result.cache
Outdated
@@ -0,0 +1 @@ | |||
{"version":1,"defects":[],"times":{"OCA\\Text\\Tests\\TextTest::testDummy":0.001,"OCA\\Text\\Tests\\TextTest::testGetAttachmentNamesFromContent":0.002}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file pushed on purpose?
tests/clover.xml
Outdated
@@ -0,0 +1,1461 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file pushed on purpose? Looks like a coverage report that is probably subject to change with each code change, no?
15fd8a9
to
5a2ecce
Compare
/compile amend |
@mejo- Nice catch, thanks. We need to add some entries to the gitignore file 😁 |
… also fixes cleanup when there are parenthesis in the file names Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5a2ecce
to
934893d
Compare
Manual backport of #2383