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-05-04Fix federated link sharing permissionsJohn Molakvoæ (skjnldsv)
2020-04-29Allow to navigate to others with access from the sidebarRoeland Jago Douma
2020-04-29Update license headers for 19Christoph Wurst
2020-04-21Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-03-02Don't try to format deleted sharesRoeland 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-02confirm resharing rights if viewer is current ownerMaxence Lange
2019-12-05Update license headersChristoph Wurst
2019-12-03fixing tests + avoid duplicate in getFormattedShares()Maxence Lange
2019-12-03integration testsMaxence Lange
2019-12-03Inherited SharesMaxence Lange
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-12The share manager knows which provider can accept sharesJoas Schilling
2019-11-12Allow to accept group sharesJoas Schilling
2019-11-12Add the notifier and the API endpoint for user sharesJoas Schilling
2019-10-29Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)
2019-10-25Unify code to get shares of a file or also including subfilesJohn Molakvoæ (skjnldsv)
2019-10-25Filter out duplicated shares before processing themJohn Molakvoæ (skjnldsv)
2019-10-25Do not return shares with the current userDaniel Calviño Sánchez
2019-10-25Extract method to get all sharesDaniel Calviño Sánchez
2019-10-25Add missing share types when getting shares of a fileDaniel Calviño Sánchez
2019-10-25Unify share type sorting when getting shares of a file or with subfilesDaniel Calviño Sánchez
2019-10-25Remove unneeded calls to "ShareManager::shareProviderExists()"Daniel Calviño Sánchez
2019-10-04Fix shares read permissionsJohn Molakvoæ (skjnldsv)
2019-10-04Add checks for whether a user with access to a share can delete itJohn Molakvoæ (skjnldsv)
2019-10-04Extract check for whether a user with access to a share can edit itJohn Molakvoæ (skjnldsv)
2019-10-04Prevent non owners to update others link sharesJohn Molakvoæ (skjnldsv)
2019-10-04Use same settings for mail share as link sharesJohn Molakvoæ (skjnldsv)
2019-09-05Bye Spreed namespace, hello Talk!Joas Schilling
2019-07-03Unify the permission checking in one place onlyJoas Schilling
2019-06-27Correctly check share permissions when updating a re-sub-shareJoas Schilling
2019-04-01do not returns shared_with === currentUserMaxence Lange
2019-03-31fixing share formatMaxence Lange
2019-03-31issue during last pushMaxence Lange
2019-03-31returns reshares in APIMaxence Lange
2018-12-05Fix typo in "incoming"Joas Schilling
2018-11-20Handle permission in update of share betterRoeland Jago Douma
2018-11-07Add "password" parameter to the response data of link sharesDaniel Calviño Sánchez
2018-11-04Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma
2018-11-02user can have his resharing rights revoked, yet seeing created sharesMaxence Lange
2018-11-02check parents resharing rightsMaxence Lange