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
2020-02-17Allow to overwrite share target mountpointsJoas Schilling
2020-02-08Merge pull request #19349 from nextcloud/bugfix/noid/prevent-download-on-secu...Roeland Jago Douma
2020-02-07Prevent archieved download on secure viewJoas Schilling
2020-02-07Disable link shares of disabled usersRoeland Jago Douma
2020-01-24Use the target for file notificationsRoeland Jago Douma
2020-01-17Make auto accepting the default and provide setting to enforce the share acce...Julius Härtl
2020-01-17Remove global share accepter since auto-accepting is the defaultJulius Härtl
2020-01-16Listen to the right even for auto share acceptRoeland Jago Douma
2020-01-15Don't show link shares hash in inherited share listRoeland Jago Douma
2020-01-13Fix license headersChristoph Wurst
2020-01-08moving ->getParent earlierMaxence Lange
2020-01-07Add pending share list to frontendJulius Härtl
2020-01-07A pending shares overviewRoeland Jago Douma
2020-01-06Accept shares when you open mailRoeland Jago Douma
2020-01-05Do not use $_GETRoeland Jago Douma
2020-01-02confirm resharing rights if viewer is current ownerMaxence Lange
2019-12-20Update license headers for 18Christoph Wurst
2019-12-18Use the user from the notificationRoeland Jago Douma
2019-12-17Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma
2019-12-16config.php setting to always accept internal sharesRoeland Jago Douma
2019-12-09Fetch the share for the recipientRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-12-05Expose capability if the lookup server should be queried by defaultRoeland Jago Douma
2019-12-05Always do sharee lookup on lookup server in GSRoeland Jago Douma
2019-12-03fixing tests + avoid duplicate in getFormattedShares()Maxence Lange
2019-12-03integration testsMaxence Lange
2019-12-03Inherited SharesMaxence Lange
2019-12-02Fix testsJohn Molakvoæ (skjnldsv)
2019-12-02Create sharing entry point with constantsJohn Molakvoæ (skjnldsv)
2019-12-02Fix files_sharing app LoadSidebar eventJohn Molakvoæ (skjnldsv)
2019-11-27Add capabilitiesRoeland Jago Douma
2019-11-26Apply share permission mask to all files obtained via shareinfoRoeland Jago Douma
2019-11-25Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-19Get first element of nodes arraywaleczny
2019-11-18FixesRoeland Jago Douma
2019-11-12Make sure the super share also has a valid typeJoas Schilling
2019-11-12Fix "Invalid parameter number: mixed named and positional parameters"Joas Schilling
2019-11-12Correctly use the displayname of the sharer in the notificationJoas Schilling
2019-11-12The share manager knows which provider can accept sharesJoas Schilling
2019-11-12Use constants for the magic stringsJoas Schilling
2019-11-12Accept existing shares on updateJoas Schilling
2019-11-12Only restrict loading of group and user shares for nowJoas Schilling
2019-11-12Add notifications for users that are added to the groupJoas Schilling
2019-11-12Allow to accept group sharesJoas Schilling
2019-11-12Notifications for group sharesJoas Schilling
2019-11-12Add the notifier and the API endpoint for user sharesJoas Schilling
2019-11-12Respect the accepted flag for group and user sharesJoas Schilling
2019-11-01Add notification for shares about to expireRoeland Jago Douma
2019-10-29Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)