summaryrefslogtreecommitdiffstats
path: root/lib/private/share
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Share to PSR-4Roeland Jago Douma2016-05-035-3536/+0
* extract mail view for sending share invitationsChristoph Wurst2016-04-191-0/+1
* Merge pull request #23973 from owncloud/share_move_post_delete_from_group_hookThomas Müller2016-04-191-46/+0
|\
| * Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-131-46/+0
* | Fix Share::getUsersSharingFile() for mount pointsJoas Schilling2016-04-131-4/+17
|/
* misc: Fix some typosStefan Weil2016-04-121-1/+1
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-121-13/+0
* Remove pre/post_addToGroup hooks for sharesRoeland Jago Douma2016-04-081-118/+0
* Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-041-18/+0
* Generate a valid URL for link notificationRoeland Jago Douma2016-03-151-2/+11
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-014-4/+0
* Update author informationLukas Reschke2016-03-013-0/+4
* Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-262-11/+16
* Merge pull request #21854 from owncloud/fix-share-hook-group-addThomas Müller2016-02-251-0/+17
|\
| * Fix addUserToGroup hook of the share codeMorris Jobke2016-01-221-0/+17
* | 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-082-2/+12
* | When a user is removed we should remove the right sharesRoeland Jago Douma2016-02-051-1/+1
* | Replace other usagesJoas Schilling2016-01-251-1/+2
|/
* Happy new year!Thomas Müller2016-01-126-11/+13
* 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-142-2/+45
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-101-3/+3
* 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
* | Merge pull request #20981 from owncloud/issue-19848-multiple-emails-for-share...Thomas Müller2015-12-071-1/+3
|\ \
| * | Allow sending a share email to multiple usersJoas Schilling2015-12-071-1/+3
| |/
* / [Sharing] Properly check if a group already has accessRoeland Jago Douma2015-12-041-4/+2
|/
* Adding unit test for MailNotifications::sendInternalShareMail()Thomas Müller2015-12-021-5/+5
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-16/+22
* 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
* Allow separate templates for internal and external share notificationsStephen Colebrook2015-10-291-5/+5
* 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