-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[stable29] enh: Fix display default expire date, add tests & tiny refactors #50693
Conversation
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.
Only some commits here can be backported, some changes are for the sidebar split which only starts from 31
/backport to stable28 |
Needs to be backborted to 28 due modifications regard : #50192 |
|
5e50117
to
117e235
Compare
117e235
to
1c677df
Compare
The backport seems incomplete with some missing imports and missed method renaming on a quick glance fyi @susnux Better to backport commits from the 30 backport no? |
1c677df
to
cdc4c55
Compare
@Pytal I only fixed the compiled assets and csfixer issues, not verified the other commits. |
Signed-off-by: nfebe <fenn25.fn@gmail.com>
Since `ShareEntryLink` component is used to both create and display/list the share links, we should only set default expiration date on `share.expireDate` when we know is a new share. Otherwise, we overidding data from the backend. Signed-off-by: nfebe <fenn25.fn@gmail.com>
…reate share Signed-off-by: nfebe <fenn25.fn@gmail.com>
Signed-off-by: nfebe <fenn25.fn@gmail.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
cdc4c55
to
a444382
Compare
Alright 👍, I've resolved the issues using the commits from the 30 backport |
Backport of #50655
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.