summaryrefslogtreecommitdiffstats
path: root/lib/private/share/share.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Share to PSR-4Roeland Jago Douma2016-05-031-2833/+0
* extract mail view for sending share invitationsChristoph Wurst2016-04-191-0/+1
* Fix Share::getUsersSharingFile() for mount pointsJoas Schilling2016-04-131-4/+17
* misc: Fix some typosStefan Weil2016-04-121-1/+1
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Update author informationLukas Reschke2016-03-011-0/+2
* Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-261-9/+16
* Also filter the old share info endpointRoeland Jago Douma2016-02-101-1/+5
* More fixesJoas Schilling2016-02-091-2/+2
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-081-0/+10
* Replace other usagesJoas Schilling2016-01-251-1/+2
* Happy new year!Thomas Müller2016-01-121-2/+2
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-2/+2
* Properly close db cursorsRoeland Jago Douma2016-01-081-3/+6
* Make sure to respect deleted group shares by userRoeland Jago Douma2016-01-081-1/+3
* Moved to the query builderRoeland Jago Douma2016-01-081-17/+56
* Make sure that permissions stay in sync for share_type 2Roeland Jago Douma2016-01-081-44/+73
* Remove OC_DB::getConnectionMorris Jobke2016-01-071-1/+1
* Remove OC_DB::insertidMorris Jobke2016-01-071-1/+1
* Remove OC_DB::isErrorMorris Jobke2016-01-071-3/+3
* don't allow to create a federated share if source and target server are the sameBjörn Schießle2015-12-141-2/+11
* Merge pull request #21005 from owncloud/verify_password_before_unshareThomas Müller2015-12-091-0/+5
|\
| * The ajax code path unshares a link share when updating the passwordRoeland Jago Douma2015-12-071-0/+5
* | Add explicit check for groups excluded from sharingVincent Petry2015-12-081-1/+1
* | [Sharing] Properly check if a group already has accessRoeland Jago Douma2015-12-041-4/+2
|/
* Reduce OC_Config usage in lib/Morris Jobke2015-12-021-1/+1
* Check the expiration date for nullMorris Jobke2015-12-011-1/+7
* use hooks to auto add server to the list of trusted servers once a federated ...Björn Schießle2015-11-241-1/+4
* lastInsertId() is properly working with Oracle if the table name is properly ...Thomas Müller2015-11-231-16/+1
* Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-191-1/+1
* Fix Error message when sharing outside of groupRoeland Jago Douma2015-11-091-2/+2
* cache result from parent foldersBjoern Schiessle2015-11-041-2/+3
* Update license headersLukas Reschke2015-10-261-2/+1
* Fix for broken ajax/share.php endpointRoeland Jago Douma2015-10-231-8/+16
* Ensure the password is only hashed in case it's changed on the client - fixes...Thomas Müller2015-10-221-7/+11
* detect object homestorage in share codeRobin Appelman2015-10-161-1/+3
* Check for error when resharingRoeland Jago Douma2015-10-161-4/+4
* When sharing with the owner show the pathRoeland Jago Douma2015-10-161-1/+4
* Merge pull request #19727 from owncloud/fix_19678Thomas Müller2015-10-141-2/+2
|\
| * Return path instead of itemsourceRoeland Jago Douma2015-10-131-2/+2
* | Squash collection sharesRoeland Jago Douma2015-10-131-0/+1
|/
* 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
|/