Skip to content

Conversation

@alperozturk96
Copy link
Collaborator

@alperozturk96 alperozturk96 commented Nov 6, 2025

  • Tests written, or not not needed

Currently, FileUploadWorker handles the NameCollisionPolicy.ASK_USER this PR brings the same functionality for the AutoUpload.

}

fun showNotification(notification: Notification) {
notificationManager.notify(id, notification)

Check failure

Code scanning / CodeQL

Use of implicit PendingIntents High

An implicit Intent is created
and sent to an unspecified third party through a PendingIntent.
An implicit Intent is created
and sent to an unspecified third party through a PendingIntent.
An implicit Intent is created
and sent to an unspecified third party through a PendingIntent.

Copilot Autofix

AI 31 minutes ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

@alperozturk96 alperozturk96 force-pushed the fix/handle-ask-user-name-collision-policy branch from 157c61f to 48d5e3f Compare November 13, 2025 09:20
@github-actions
Copy link

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/15920.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

@alperozturk96 alperozturk96 force-pushed the fix/handle-ask-user-name-collision-policy branch from 48d5e3f to b7ec9c7 Compare November 13, 2025 14:16
Signed-off-by: alperozturk <[email protected]>
@github-actions
Copy link

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/15920.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

@github-actions
Copy link

}

fun showNotification(notification: Notification) {
notificationManager.notify(id, notification)

Check failure

Code scanning / CodeQL

Use of implicit PendingIntents High

An implicit Intent is created
and sent to an unspecified third party through a PendingIntent.
An implicit Intent is created
and sent to an unspecified third party through a PendingIntent.
An implicit Intent is created
and sent to an unspecified third party through a PendingIntent.

Copilot Autofix

AI 31 minutes ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

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