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-06Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-pa...Vincent Petry
2022-04-05Allow to disable password policy enforcement for selected groupsCarl Schwan
2022-03-24Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet
2022-01-13Check style updateCarl Schwan
2021-11-09Add unit test for share enumeration methodJoas Schilling
2021-11-09Move common logic to share managerJoas Schilling
2021-07-22Admin Audit - Sharing: createShare - report the full pathszaimen
2021-06-30Migrate HintException to OCPGary Kim
2021-05-21Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke
2021-05-20l10n: Fix testValdnet
2021-05-12load share settings from the share manager in more placesRobin Appelman
2021-04-20Fix test by defining pluralsJoas Schilling
2021-04-15Separate settings for remote share expirationVincent Petry
2021-03-30gracefully handle deleteFromSelf when share is already goneArthur Schiwon
2021-03-22Fix sharebymail testsJohn Molakvoæ (skjnldsv)
2021-03-22Remove duplicated query for email sharesDaniel Calviño Sánchez
2021-03-19Merge pull request #23718 from nextcloud/already-shared-error-messageRoeland Jago Douma
2021-03-18Update user share must use correct expiration validationVincent Petry
2021-03-15expand 'path is already shared' error messageRobin Appelman
2021-01-26adjust testsRobin Appelman
2020-12-23deleteChildren only returns arrayMaxence Lange
2020-12-09Extend dummy factory in testsJulius Härtl
2020-11-16Add unit tests for "validateExpirationDateInternal"Daniel Calviño Sánchez
2020-11-12Add explicit time to test date for clarityDaniel Calviño Sánchez
2020-11-12Add unit test for expiration date with date and with defaultDaniel Calviño Sánchez
2020-11-12Fix unit test for expiration date without date but with defaultDaniel Calviño Sánchez
2020-11-12Fix unit test method nameDaniel Calviño Sánchez
2020-11-12Fix unit test for verifying enforced valid expiration date.Daniel Calviño Sánchez
2020-11-12Fix unit test for verifying enforced expire date too far in the futureDaniel Calviño Sánchez
2020-11-12Add unit tests to enforce a relaxed default share expiration dateDaniel Calviño Sánchez
2020-11-12Remove wrong and misleading commentDaniel Calviño Sánchez
2020-11-12Remove extra spacesDaniel Calviño Sánchez
2020-11-12Fix typo in variable nameDaniel Calviño Sánchez
2020-11-12Fix typos in method namesDaniel Calviño Sánchez
2020-10-29use file name instead of path in 'not allowed to share' messageRobin Appelman
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-07-09Use the correct mountpoint to calculateRoeland Jago Douma
2020-06-24Update share type constant usageJoas Schilling
2020-06-23Fix language in share notes email for usersJoas Schilling
2020-06-03Prevent harder to share your rootJoas Schilling
2020-05-29Fix disabling send password by Talk without new password in mail sharesDaniel Calviño Sánchez
2020-05-28Fix enabling send password by Talk with same password in mail sharesDaniel Calviño Sánchez
2020-05-28Fix enabling send password by Talk with empty password in link sharesDaniel Calviño Sánchez
2020-05-08Adjust tests to only return group IDsMorris Jobke
2020-04-27Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke
2020-04-24Allow specifying a default expiration dateRoeland Jago Douma
2020-04-21Remove unneeded test since links have resharing permissions by defaultJulius Härtl
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst