Uh oh!
There was an error while loading. Please reload this page.
Inidicate preview availability in share api responses - #23350
Conversation
st3iny
commented
Oct 12, 2020
@juliushaertl This PR is ready to be reviewed. |
juliusknorr
commented
Oct 12, 2020
/backport to stable20 |
juliusknorr
commented
Oct 12, 2020
/backport to stable19 |
juliusknorr
commented
Oct 12, 2020
/backport to stable18 |
skjnldsv
commented
Oct 12, 2020
Nice!! |
skjnldsv
commented
Oct 12, 2020
Please rebase :) |
MorrisJobke
commented
Oct 12, 2020
Done |
MorrisJobke
commented
Oct 12, 2020
/compile / |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
skjnldsv
commented
Oct 12, 2020
Oh right, no conflicts because that is only hanging apps/files_sharing/js/dist/files_sharing.js |
MorrisJobke
commented
Oct 12, 2020
PHUnit tests are broken: |
st3iny
commented
Oct 12, 2020
Oops ... Just saw the tests. I'm on it but fixing this might take some time. |
skjnldsv
commented
Oct 12, 2020
Take all you need, there is no rush :) |
st3iny
commented
Oct 13, 2020
I fixed all the existing tests by always expecting no preview and added an new test data set to |
skjnldsv
commented
Oct 13, 2020
|
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
MorrisJobke
commented
Nov 3, 2020
/backport to stable19 |
MorrisJobke
commented
Nov 3, 2020
/backport to stable18 |
Fixes#14849
The share api does not indicate if a preview is available for a share. This causes
data-has-preview="true"for every entry in the share file list. The border around items without a preview is a consequence of this missing indication.