Skip to content
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

Photo search limit #134

Merged
merged 6 commits into from
Jul 24, 2019
Merged

Photo search limit #134

merged 6 commits into from
Jul 24, 2019

Conversation

tobiasKaminsky
Copy link
Member

@tobiasKaminsky tobiasKaminsky commented Mar 13, 2018

Needed for nextcloud/android#2250

TODO

  • split it up so that search limit with timestamp works
  • base other search (as new PR) on this PR

This is still wip as the server has some problems.
While the linked PR is nice to have, this is not needed for this PR, as limit will work.
For #2250 we will just query 50 images, and for next query also 50 images but with timestamp limitation.

@AndyScherzinger
Copy link
Member

AndyScherzinger commented Mar 13, 2018

👍

Approved with PullApprove

@AndyScherzinger AndyScherzinger removed this from the NC lib 1.0.40 milestone Mar 13, 2018
@AndyScherzinger
Copy link
Member

Needs a rebase now that other PRs have been merged

@tobiasKaminsky
Copy link
Member Author

It is still under development ;-)
As this requires also some webdav changes, this will go into NC14.

@tobiasKaminsky
Copy link
Member Author

@rullzer webdav search on server still does not have reliable pagination / limit, right?
How can we enhance this otherwise?

@mario
Copy link
Contributor

mario commented Oct 12, 2018

It will have it in 15 @tobiasKaminsky as @icewind1991 did work on this.

@tobiasKaminsky
Copy link
Member Author

@mario @icewind1991 do you have a PR link for this? So i can test it 👍

@AndyScherzinger
Copy link
Member

@rullzer @mario @icewind1991 anyone having a PR link for the server change to @tobiasKaminsky can test it? :)

@tobiasKaminsky
Copy link
Member Author

@mario @icewind1991 which PR do you mean?

@tobiasKaminsky
Copy link
Member Author

Might be this one? nextcloud/server#10880

@mario
Copy link
Contributor

mario commented Dec 11, 2018 via email

@tobiasKaminsky tobiasKaminsky force-pushed the photoSearchLimit branch 3 times, most recently from dfdb770 to 383b867 Compare April 11, 2019 08:31
@nextcloud nextcloud deleted a comment Apr 17, 2019
@nextcloud nextcloud deleted a comment Apr 17, 2019
@nextcloud nextcloud deleted a comment Apr 17, 2019
@nextcloud nextcloud deleted a comment Apr 17, 2019
@tobiasKaminsky tobiasKaminsky force-pushed the photoSearchLimit branch 2 times, most recently from 383b867 to b6b2cfd Compare April 17, 2019 08:35
@nextcloud nextcloud deleted a comment Apr 17, 2019
@nextcloud nextcloud deleted a comment Apr 17, 2019
@nextcloud nextcloud deleted a comment Apr 17, 2019
@nextcloud nextcloud deleted a comment Apr 17, 2019
@nextcloud-android-bot
Copy link
Collaborator

@nextcloud-android-bot
Copy link
Collaborator

Lint

TypemasterPR
Warnings00
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings40
Internationalization Warnings6
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings3
Performance Warnings16
Security Warnings17
Dodgy code Warnings81
Total181

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings40
Internationalization Warnings6
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings3
Performance Warnings16
Security Warnings17
Dodgy code Warnings81
Total181

@AndyScherzinger
Copy link
Member

@tobiasKaminsky test cases keep failing (probably need an update?)

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@nextcloud-android-bot
Copy link
Collaborator

@nextcloud nextcloud deleted a comment Jul 24, 2019
@nextcloud nextcloud deleted a comment Jul 24, 2019
@nextcloud nextcloud deleted a comment Jul 24, 2019
@nextcloud-android-bot
Copy link
Collaborator

Lint

TypemasterPR
Warnings00
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings40
Internationalization Warnings6
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings3
Performance Warnings16
Security Warnings17
Dodgy code Warnings81
Total181

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings40
Internationalization Warnings6
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings3
Performance Warnings16
Security Warnings17
Dodgy code Warnings81
Total181

@AndyScherzinger
Copy link
Member

Tests still failing and one (valid) codacy warning

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@nextcloud nextcloud deleted a comment Jul 24, 2019
@nextcloud nextcloud deleted a comment Jul 24, 2019
@nextcloud nextcloud deleted a comment Jul 24, 2019
@nextcloud nextcloud deleted a comment from AndyScherzinger Jul 24, 2019
@nextcloud nextcloud deleted a comment Jul 24, 2019
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@nextcloud nextcloud deleted a comment Jul 24, 2019
@nextcloud nextcloud deleted a comment Jul 24, 2019
@nextcloud nextcloud deleted a comment Jul 24, 2019
@nextcloud nextcloud deleted a comment Jul 24, 2019
@nextcloud nextcloud deleted a comment Jul 24, 2019
@nextcloud-android-bot
Copy link
Collaborator

Lint

TypemasterPR
Warnings00
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings40
Internationalization Warnings6
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings3
Performance Warnings16
Security Warnings17
Dodgy code Warnings81
Total181

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings40
Internationalization Warnings6
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings3
Performance Warnings16
Security Warnings17
Dodgy code Warnings81
Total181

@nextcloud-android-bot
Copy link
Collaborator

Lint

TypemasterPR
Warnings00
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings40
Internationalization Warnings6
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings3
Performance Warnings16
Security Warnings17
Dodgy code Warnings81
Total181

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings40
Internationalization Warnings6
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings3
Performance Warnings16
Security Warnings17
Dodgy code Warnings81
Total181

@AndyScherzinger AndyScherzinger merged commit 3652654 into master Jul 24, 2019
@delete-merged-branch delete-merged-branch bot deleted the photoSearchLimit branch July 24, 2019 12:50
@AndyScherzinger AndyScherzinger added this to the NC Android lib 1.6.0 milestone Jul 24, 2019
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.

4 participants