-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Temporary passwords fixes 31952 #31981
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
Conversation
619d1fa to
11c28f4
Compare
6727a72 to
e40fe7e
Compare
|
/compile amend / |
PVince81
left a comment
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.
Looks great, thanks a lot!
There's only one minor issue I found when the password already expired in the dropdown, see comment in the diff
e40fe7e to
b1f961b
Compare
|
|
There are conflicting files in the |
|
fixed the wrongly shown "the password expires a few seconds ago" message in 4ac717b |
|
@StCyr the dist folder contains compiled/minified JS assets, and probably someone else changed something there on master. I suggest to rebase your branch and ignore the "dist" files at first. If you forget the latter, we can also summon the bot with "/compile amend /" which will compile those assets for us. |
|
@StCyr please rebase onto master, this branch is still based on beta3. also, did you address #31981 (comment) ? (I haven't tested yet) thanks! |
31fa4a8 to
a411d9e
Compare
|
@StCyr you probably forgot to fetch or had an outdated master, this is why icons are missing (there was some work on master to fix it). Please try fetching again + rebasing. Or if you like I can take over |
a411d9e to
7409316
Compare
Just did (in 9707bf4) |
|
|
|
/rebase |
f49c80d to
5eac1db
Compare
|
Seems good to go @PVince81 |
5eac1db to
67aafcf
Compare
|
No idea why it fails |
|
acceptance test failure likely unrelated, some of them fail sometimes the node issue is known to fail on master: #32591 |
PVince81
left a comment
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.
👍
@StCyr can you squash ?
67aafcf to
fa3aaa1
Compare
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.
Looks good overall. Remaining work:
- Rebase
- Drop
package-lock.jsonchanges - Drop
icons.cssdeletion - Squash
fa3aaa1 to
e49ef59
Compare
|
Everything is green @CarlSchwan @artonge |
|
/compile amend / |
…y passwords for mail shares: 1- Changes style of "forgot password?" and "Back" button 2- Adds information about share password's expiration time in the emails sent. 3- Shows password expiration time in the Share menu 4- Fixes an issue when the message "Password expires..." would be shown for non email share types (which don't have temporary passswords) 5- At share's creation, password should only be sent when it's a permanent one See also #31952 Signed-off-by: Cyrille Bollu <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
e49ef59 to
50badb3
Compare
|
/backport to stable24 |
fixes to #31952 31952