Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-26Consolidate if statement, and update unit testMiguel Prokop
2014-11-26fix calculation of expiration date if there is a default expiration date set ...Miguel Prokop
2014-11-18only users can have a display name different from the idBjoern Schiessle
2014-11-18make sure that we only find the shares from the correct share type if users a...Bjoern Schiessle
2014-11-18make sure that we don't find the wrong shares if a user and a group have the ...Bjoern Schiessle
2014-10-21always use the correct share typeBjoern Schiessle
2014-10-13distinguish between file dependent shares and other sharesBjoern Schiessle
2014-10-10fix performance issuesBjoern Schiessle
2014-10-01some small fixed, suggested by scrutinizerBjoern Schiessle
2014-10-01on unshare only unshare childrens if there is no other parent availableBjoern Schiessle
2014-10-01only create a new share entry, if the user needs a different target name than...Bjoern Schiessle
2014-10-01for group shares we don't need a extra db entry of groupTarget equals itemTargetBjoern Schiessle
2014-10-01for group shares only the parent has the up-to-date permission. Make sure tha...Bjoern Schiessle
2014-10-01call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c...Bjoern Schiessle
2014-10-01always select permissions, used in getItems()Bjoern Schiessle
2014-10-01some small fixesBjoern Schiessle
2014-10-01only add a new row if it isn't a unique share, otherwise update the existing rowBjoern Schiessle
2014-10-01fix add user to group to work with grouped sharesBjoern Schiessle
2014-10-01generateTarget() will always find a unique targetBjoern Schiessle
2014-10-01unit tests for grouping of shares pointing to the same sourceBjoern Schiessle
2014-10-01group shares and combine permissionsBjoern Schiessle
2014-09-10Use correct language package so the subject is correctly translatedJoas Schilling
2014-08-14we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle
2014-08-11Add scrollto to the url if sharing a file for long file listsTom Needham
2014-08-11Fix link to files and folders in internal share emailsTom Needham
2014-08-06remove trailing slash from pathBjoern Schiessle
2014-08-05don't display share permission if resharing was disabled by the adminBjoern Schiessle
2014-07-30make sure that we set the expire date if a date is adefault date is setBjoern Schiessle
2014-07-29remove share permission if user is excluded from sharingBjoern Schiessle
2014-07-28add OCS api call to set expire date for link sharesBjoern Schiessle
2014-07-15Update share.phplibasys
2014-07-14Fix for #9422Daniel Hansson
2014-07-09BugFix missing $item on 'file_target' Line 1911libasys
2014-06-25make sure that during share and unshare the etags get propagated correctlyBjoern Schiessle
2014-06-14Fix check for shared files inside sharesRobin Appelman
2014-06-14Add server<->server sharing backendRobin Appelman
2014-06-11Added ORDER BY to enforce share entry orderVincent Petry
2014-06-06only expire link sharesBjoern Schiessle
2014-06-06make sure that we only delete shares for the current userBjoern Schiessle
2014-06-06only unshare user share if it was shared with the current userBjoern Schiessle
2014-06-06make sure that we remove all shares refering to the same parentBjoern Schiessle
2014-06-06fix unshareFromSelf()Bjoern Schiessle
2014-06-06don't allow to share single files with delete permissions, user should only b...Bjoern Schiessle
2014-06-05unify share settingsBjoern Schiessle
2014-06-05- drop permissions table and related codeThomas Müller
2014-05-22allow admin to disable sharing for specific groups of usersBjoern Schiessle
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-19Automatically copy the share expiration date when new shares are createdJoas Schilling
2014-05-16Merge pull request #8555 from owncloud/sharing_default_expire_only_public_linksBjörn Schießle
2014-05-16use default expire date only for link sharesBjoern Schiessle