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-04-05take permissions from multiple paths into account for share permissionsbackport/31684/stable23Robin Appelman
2021-12-13Limit 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)
2019-09-05Bye Spreed namespace, hello Talk!Joas Schilling
2019-07-03Remove duplicate testsJoas Schilling
2019-07-03Unify the permission checking in one place onlyJoas Schilling
2019-06-27Fix sharing testsRoeland Jago Douma
2018-11-07Add "password" parameter to the response data of link sharesDaniel Calviño Sánchez
2018-11-02Add sending the password by Talk for a link share to ShareAPIControllerDaniel Calviño Sánchez
2018-11-02Check "note", "label" and "hide download" too in update share testsDaniel Calviño Sánchez
2018-11-01adjust unit testsBjoern Schiessle
2018-10-30Propegate hide download state in share providerRoeland Jago Douma
2018-08-08Add support for room shares to ShareAPIControllerDaniel Calviño Sánchez
2018-07-24Add support for sending the password by Talk to ShareAPIControllerDaniel Calviño Sánchez