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
2021-03-15Log exceptions when creating shareVincent Petry
2021-01-05Show unique displayname context in the user share list entriesJulius Härtl
2020-11-18circleId too short in some requestMaxence Lange
2020-11-17Revert "[stable20] circleId too short in some request"Christoph Wurst
2020-11-17circleId too short in some requestMaxence Lange
2020-11-03Indicate preview availability in share api responsesRichard Steinmetz
2020-08-24Merge pull request #22393 from nextcloud/fix/license-headers-20Roeland Jago Douma
2020-08-24Fix missing FN from federated contactJohn Molakvoæ (skjnldsv)
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-17Merge pull request #22109 from nextcloud/feature/20931/followup-1John Molakvoæ
2020-08-14Expose status via Collaborators APIGeorg Ehrke
2020-08-14Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg
2020-07-14Add user input for link share labelsGary Kim
2020-05-29Fix reference to wrong class nameDaniel Calviño Sánchez
2020-05-15Have share permissions on link shares if it is enabledRoeland Jago Douma
2020-05-05Do not filter id matching userId on non-user-share sharesJohn Molakvoæ (skjnldsv)
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)