Skip to content
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

Move public webdav auth to share manager #23736

Merged
merged 3 commits into from
Apr 8, 2016

Conversation

rullzer
Copy link
Contributor

@rullzer rullzer commented Apr 1, 2016

For #22209

This moves over the webdav public auth to the sharemanager.
As a bonus we now finally have (at least some) unit tests for the webdav public auth!

CC: @PVince81 @schiesbn @DeepDiver1975 @nickvergessen

@rullzer
Copy link
Contributor Author

rullzer commented Apr 1, 2016

Mmmm now the other unit tests fall appart... but why...

@rullzer rullzer force-pushed the move_public_webdav_auth_to_share_manager branch from 2445414 to 12d938e Compare April 1, 2016 16:09
@rullzer
Copy link
Contributor Author

rullzer commented Apr 1, 2016

The infamous incognito mode strikes again... fixed..

@rullzer
Copy link
Contributor Author

rullzer commented Apr 1, 2016

Ok so apparently I broke one of the intergration tests... will take care.

@rullzer rullzer force-pushed the move_public_webdav_auth_to_share_manager branch from 12d938e to bb58642 Compare April 2, 2016 06:57
@rullzer
Copy link
Contributor Author

rullzer commented Apr 2, 2016

Ok all should be fine now! Review please

@rullzer rullzer mentioned this pull request Apr 2, 2016
19 tasks
@rullzer
Copy link
Contributor Author

rullzer commented Apr 7, 2016

Calling once again on the review team: @PVince81 @schiesbn @DeepDiver1975 @nickvergessen

// Set old user
\OC_User::setUserId($this->oldUser);
\OC_Util::setupFS($this->oldUser);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing parent::tearDown

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@schiessle
Copy link
Contributor

code looks good beside the stuff mentioned by @nickvergessen 👍

@rullzer rullzer force-pushed the move_public_webdav_auth_to_share_manager branch from bb58642 to 03f9636 Compare April 7, 2016 10:36
@rullzer
Copy link
Contributor Author

rullzer commented Apr 7, 2016

@nickvergessen fixed your comments

@nickvergessen
Copy link
Contributor

Works, can still access password protected shares and also mount them as remote shares 👍

If we do not allow public upload we should limit the permissions on
links shares upon retrieval.

* Added unit test
* Allow fetching federated shares by token as well
rullzer added 2 commits April 8, 2016 14:17
The public webdav auth should use the shiny new share manager.
@rullzer rullzer force-pushed the move_public_webdav_auth_to_share_manager branch 2 times, most recently from 058d80f to eda7124 Compare April 8, 2016 12:21
@DeepDiver1975 DeepDiver1975 merged commit 53acb4a into master Apr 8, 2016
@DeepDiver1975 DeepDiver1975 deleted the move_public_webdav_auth_to_share_manager branch April 8, 2016 12:52
@lock
Copy link

lock bot commented Aug 6, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants