Iteration 3 for file detail & new sharing#2671
Conversation
6ae260e to
35063f2
Compare
Codecov Report
@@ Coverage Diff @@
## master #2671 +/- ##
=========================================
- Coverage 6.54% 6.52% -0.02%
=========================================
Files 284 285 +1
Lines 28822 28895 +73
Branches 4197 4210 +13
=========================================
Hits 1885 1885
- Misses 26653 26726 +73
Partials 284 284
|
|
@tobiasKaminsky @mario to be discussed if this is the right approach. Atm my change would simply store a flag in the database if a share has a password but wouldn't store the password. This is imho the way to go while of course we could also store the password I simply wouldn't do that but have the user input a new password. |
|
Totally fine with it. Storing a password is not needed as you can always set a new one. |
23f8e03 to
31e8da4
Compare
e2e54c3 to
90b3b20
Compare
|
@mario @ardevd @tobiasKaminsky please review :) |
7745ef9 to
5fb05e2
Compare
5fb05e2 to
32c4062
Compare
| share.setIsFolder(false); | ||
| } | ||
|
|
||
| share.setIsPasswordProtected((mPassword != null && mPassword.length() > 0)); |
There was a problem hiding this comment.
TextUtils.isEmpty(mPassword)? :)
|
One small comment. |
|
@tobiasKaminsky please review :) |
7535188 to
1351397
Compare
…hare(mail) is password protected
1351397 to
29fcc56
Compare
|
Can you give me a quick guide how to share a file via email? (on webUI, I see "test123@test.de (email) |
|
You can't atm, but you ate able to change existing ones regarding permissions and password. That didn't work before. For actually creating new mail shares we need to find out how to do that... |

Iteration 1 can be found here: #2533 ☑️
Iteration 2 can be found here: #2573 ☑️
WiP for #2485
master-SNAPSHOTas soon as lib PR has been merged