Conversation
4115f93 to
7fdb9da
Compare
szaimen
reviewed
Sep 14, 2022
Contributor
|
@JuliaKirschenheuter can you please fix ESLint? Afterwards I'll give it a try... |
Merged
Contributor
|
lets hope that ESLINT passes now... |
Contributor
|
Possible performance regression detected Show Output |
szaimen
reviewed
Oct 3, 2022
Contributor
|
Possible performance regression detected Show Output |
23ecf28 to
74b3079
Compare
Member
|
Last rebase dropped the bundle updates. |
74b3079 to
56c8106
Compare
Member
|
/compile amend / |
Replace vue2-datepicker with native date picker for expiration date. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
56c8106 to
1eac730
Compare
Member
|
Member
|
The acceptance tests also fail in other PRs -> unrelated |
marcoambrosini
approved these changes
Oct 7, 2022
Contributor
|
CI failure unrelated |
Contributor
Author
|
/backport to stable25 |
13 tasks
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requires
Replace vue2-datepicker with native date picker for expiration date.
Replace moment.js date with Date Object.
Resolves #33914
Wrapper
new Dateshould be aroundnew Date().setDate(new Date().getDate()......, because the Date is needed, not a timestamp.