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
2022-09-08Only normalize data in public shares and not crudfix/public-sharingCarl Schwan
2022-07-31Multiple fixesenh/noid/share-attributesCarl Schwan
2022-07-28Fix share attribute related tests + code styleVincent Petry
2022-07-28Add share attributes + prevent download permissionVincent Petry
2022-06-07Fix unit testsJoas Schilling
2022-04-11Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu
2022-04-05Merge pull request #31684 from nextcloud/user-share-permissions-mergeSimon L
2022-03-31take permissions from multiple paths into account for share permissionsuser-share-permissions-mergeRobin Appelman
2022-03-31Merge pull request #31240 from nextcloud/Valdnet-patch-3Louis
2022-03-31Fix testValdnet
2022-03-21Add test to spelling unificationLouis Chemineau
2022-02-15Support CRUD share permissionsLouis Chemineau
2021-12-08Limit more contact searchesJoas Schilling
2021-09-09use specific email getter where necessaryArthur Schiwon
2021-07-07Update "Sending password by Nextcloud Talk failed" sentenceszaimen
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-20l10n: Unify spelling in testValdnet
2021-04-28Change size of the letter in testValdnet
2021-04-15Unit tests for federated share expiration dateVincent Petry
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-14Show unique displayname context in the user share list entriesJulius Härtl
2020-12-09Address minor commentsJulius Härtl
2020-12-09Adjust mountprovider testsJulius Härtl
2020-10-13Indicate preview availability in share api responsesRichard Steinmetz
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-14Expose status via Collaborators APIGeorg Ehrke
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-06-24Update share type constant usageJoas Schilling
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-01-15Don't show link shares hash in inherited share listRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-12-03fixing tests + avoid duplicate in getFormattedShares()Maxence Lange
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Fix more testsRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-10-29Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)
2019-10-25Do not return shares with the current userDaniel 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-25Add unit tests for getting shares of a fileDaniel Calviño Sánchez
2019-10-25Add unit tests for getting shares including subfilesDaniel 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)