-
Notifications
You must be signed in to change notification settings - Fork 92
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
Photo search limit #134
Conversation
6422003
to
8d6dc21
Compare
Needs a rebase now that other PRs have been merged |
It is still under development ;-) |
@rullzer webdav search on server still does not have reliable pagination / limit, right? |
It will have it in 15 @tobiasKaminsky as @icewind1991 did work on this. |
@mario @icewind1991 do you have a PR link for this? So i can test it 👍 |
@rullzer @mario @icewind1991 anyone having a PR link for the server change to @tobiasKaminsky can test it? :) |
@mario @icewind1991 which PR do you mean? |
Might be this one? nextcloud/server#10880 |
Yes
…On Tue, 11 Dec 2018, 10:04 Tobias Kaminsky ***@***.*** wrote:
Might be this one? nextcloud/server#10880
<nextcloud/server#10880>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#134 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAWslp6Srp06PwMryDoRcxOd10SwiO_ks5u33UlgaJpZM4Sonp->
.
|
dfdb770
to
383b867
Compare
f243f14
to
a0c34f5
Compare
383b867
to
b6b2cfd
Compare
b6b2cfd
to
282ca1d
Compare
IT test failed: https://www.kaminsky.me/nc-dev/library-integrationTests/1142 |
Lint
SpotBugs (new)
SpotBugs (master)
|
@tobiasKaminsky test cases keep failing (probably need an update?) |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
IT test failed: https://www.kaminsky.me/nc-dev/library-integrationTests/1143 |
Lint
SpotBugs (new)
SpotBugs (master)
|
Tests still failing and one (valid) codacy warning |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Lint
SpotBugs (new)
SpotBugs (master)
|
Lint
SpotBugs (new)
SpotBugs (master)
|
Needed for nextcloud/android#2250
TODO
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.