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
2015-10-26Update license headersLukas Reschke
2015-10-25Throw exception on `getPath` if file does not existLukas Reschke
2015-10-22handle NoUserException in sharing codeMorris Jobke
2015-10-20Add backgroundjob to expire link sharesRoeland Jago Douma
2015-10-16Consolidate webdav code - move all to one appThomas Müller
2015-10-09Merge pull request #19643 from owncloud/public-download-spinnerThomas Müller
2015-10-08Set download cookie on public downloadVincent Petry
2015-10-07Merge pull request #19589 from owncloud/shares-external-mount-providerThomas Müller
2015-10-06Merge pull request #19511 from owncloud/etag-share-permissions-updateRobin Appelman
2015-10-06fix phpdocRobin Appelman
2015-10-06Fix getEtag for roots of shared storagesRobin Appelman
2015-10-06Propagate shares etag when group membership changedVincent Petry
2015-10-06use microtimeRobin Appelman
2015-10-06Mark shares as dirty when changing permissionsRobin Appelman
2015-10-06deduplicate @xenopathicMorris Jobke
2015-10-05update licence headers via scriptMorris Jobke
2015-10-05sanitize mountpointRobin Appelman
2015-10-05extract the mount provider from the managerRobin Appelman
2015-10-05Make the external share manager a mount providerRobin Appelman
2015-10-05Merge pull request #19487 from owncloud/split_share_middlewareThomas Müller
2015-10-02Merge pull request #19522 from owncloud/activity-395-less-sidebar-textThomas Müller
2015-10-02sharingcheckmiddleware now handles externalshares as wellRoeland Jago Douma
2015-10-02Split files_sharing middelwareRoeland Jago Douma
2015-10-02Fix intendationJoas Schilling
2015-10-02Use shorter text on the sidebar for files_sharing activitiesJoas Schilling
2015-10-02Do not return unneeded infoRoeland Jago Douma
2015-10-02Added '../remote_shares' endpointRoeland Jago Douma
2015-09-30Only intercept exceptions of type "NotFoundException" instead of any ExceptionLukas Reschke
2015-09-28Allow public auth to recognize sesssionVincent Petry
2015-09-25Reflect enabled shareAPI in capabilitiesRoeland Jago Douma
2015-09-25Merge pull request #13145 from owncloud/issue/11951-activity-sharing-emailThomas Müller
2015-09-23only initialize onceRobin Appelman
2015-09-23Delay listening to owner changes untill we use a share for that ownerRobin Appelman
2015-09-22Respect disabled sharing API settingsRoeland Jago Douma
2015-09-22Publish an activity when sending a share link via emailJoas Schilling
2015-09-18Merge pull request #18679 from owncloud/add-reshare-activitiesThomas Müller
2015-09-18Merge pull request #18986 from owncloud/federated_capabilitiesThomas Müller
2015-09-17Disable the remote sharing notifications until they work properlyJoas Schilling
2015-09-16Fix the parameter order in the translationJoas Schilling
2015-09-15Add reshare activities for the parent sharee and the original file ownerJoas Schilling
2015-09-15Expose federated sharing capabilities to authenticated usersRoeland Jago Douma
2015-09-08Move interfaces to private until they are no longer experimentalJoas Schilling
2015-09-08Scrap the notifications when the share is accepted or declinedJoas Schilling
2015-09-08Add notifications for remote sharesJoas Schilling
2015-09-07Use context function call instead of staticJoas Schilling
2015-09-06Merge pull request #18742 from owncloud/mimetype-updatedbRoeland Douma
2015-09-04Split mimetype handling to new classRobin McCorkell
2015-09-04Avoid re-propagation of shares during one propagation runMorris Jobke
2015-09-03Delay setting up the filesystem for a share owner untill the share is usedRobin Appelman
2015-08-24Merge pull request #18477 from owncloud/fed-alwaysdetectremotechangesVincent Petry