summaryrefslogtreecommitdiffstats
path: root/lib/private/share
Commit message (Expand)AuthorAgeFilesLines
* Fix addUserToGroup hook of the share codeMorris Jobke2016-02-251-0/+17
* When a user is removed we should remove the right sharesRoeland Jago Douma2016-02-051-1/+1
* don't allow to create a federated share if source and target server are the sameBjörn Schießle2015-12-142-2/+45
* Merge pull request #21100 from owncloud/stable8.2_21005Vincent Petry2015-12-101-0/+5
|\
| * The ajax code path unshares a link share when updating the passwordRoeland Jago Douma2015-12-101-0/+5
* | Merge pull request #21099 from owncloud/stable8.2_20949Roeland Douma2015-12-101-4/+2
|\ \
| * | [Sharing] Properly check if a group already has accessRoeland Jago Douma2015-12-101-4/+2
| |/
* / Add explicit check for groups excluded from sharingVincent Petry2015-12-091-1/+1
|/
* Allow sending a share email to multiple usersJoas Schilling2015-12-071-1/+3
* Check the expiration date for nullMorris Jobke2015-12-041-1/+7
* Fix Error message when sharing outside of groupRoeland Jago Douma2015-11-101-2/+2
* Fix for broken ajax/share.php endpointRoeland Jago Douma2015-10-261-8/+16
* Ensure the password is only hashed in case it's changed on the client - fixes...Thomas Müller2015-10-261-7/+11
* Merge pull request #19882 from owncloud/backport-ceph-stop-script-changesThomas Müller2015-10-211-1/+3
|\
| * detect object homestorage in share codeRobin Appelman2015-10-201-1/+3
* | Check for error when resharingRoeland Jago Douma2015-10-191-4/+4
* | When sharing with the owner show the pathRoeland Jago Douma2015-10-191-1/+4
|/
* Return path instead of itemsourceRoeland Jago Douma2015-10-141-2/+2
* Merge pull request #19511 from owncloud/etag-share-permissions-updateRobin Appelman2015-10-061-1/+9
|\
| * Mark shares as dirty when changing permissionsRobin Appelman2015-10-061-1/+9
* | OC_Log not longer existsThomas Müller2015-10-061-1/+1
|/
* Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-061-0/+1
|\
| * update licence headers via scriptMorris Jobke2015-10-051-0/+1
* | Merge pull request #19577 from owncloud/share-donotreturnentrieswhenusernotin...Thomas Müller2015-10-061-0/+6
|\ \
| * | Remove invalid share items from result when missing group membershipVincent Petry2015-10-051-0/+6
| |/
* | Make sure all variables are definedJoas Schilling2015-10-051-0/+2
* | Make sure the share we found is for the same itemJoas Schilling2015-10-051-1/+1
|/
* Do not blindy copy expiration date on reshareRoeland Jago Douma2015-09-251-1/+0
* Discard expiration date from result for non-link sharesVincent Petry2015-09-171-0/+5
* started to implement sharee list view. not completed yet, do not cry please.Arthur Schiwon2015-09-161-0/+1
* split off expirationViewArthur Schiwon2015-09-161-0/+1
* split off linkShareViewArthur Schiwon2015-09-161-0/+1
* split ShareDialogResharerInfoView from base viewArthur Schiwon2015-09-161-0/+1
* further work on reimplementing the dialog layoutArthur Schiwon2015-09-161-0/+1
* refactor share dialog for multi-purpose use (dropdown, sidebar) and better ma...Arthur Schiwon2015-09-161-0/+2
* Allow 0 and false as passwordLukas Reschke2015-09-081-1/+1
* Merge pull request #18833 from owncloud/share-prevent-twiceMorris Jobke2015-09-041-0/+12
|\
| * Prevent sharing twice with user when already a groupVincent Petry2015-09-041-0/+12
* | setup owner when getting users for shareRobin Appelman2015-09-031-0/+2
|/
* Merge pull request #18651 from owncloud/ocs_share_create_with_expireVincent Petry2015-08-301-0/+15
|\
| * Actually validate the expire date on shareRoeland Jago Douma2015-08-301-0/+15
* | Change log level of debugging logs to debugJoas Schilling2015-08-241-22/+22
|/
* Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-101-2/+2
* Merge pull request #17195 from rullzer/no_multiple_remote_shares_of_same_fileRoeland Douma2015-07-281-0/+13
|\
| * Cannot share the same file multiple times with remote userRoeland Jago Douma2015-07-151-0/+13
* | Fix PHPDoc on setPasswordThomas Müller2015-07-231-1/+1
* | Use a hook to integrate sharing password verificationThomas Müller2015-07-231-0/+22
* | Fix existing usages by removing the quotesJoas Schilling2015-07-211-6/+6
* | Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-211-8/+8
* | Merge pull request #17381 from owncloud/fix_sharing_add_to_groupMorris Jobke2015-07-211-28/+87
|\ \ | |/ |/|