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-04-29Update license headers for 19Christoph Wurst
2020-04-21Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl
2020-04-14Also disallow ; in remote urlsJoas Schilling
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-04-01Add a test and fix the existing onesJoas Schilling
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-20Remove unused properties in ShareesAPIControllerJulius Härtl
2020-03-13Fix willReturnOnConsecutiveCallsJoas Schilling
2020-03-12Don't allow anchors and queries in remote urlsJoas Schilling
2020-02-07Disable link shares of disabled usersRoeland Jago Douma
2020-01-15Don't show link shares hash in inherited share listRoeland Jago Douma
2020-01-05Do not use $_GETRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-12-03fixing tests + avoid duplicate in getFormattedShares()Maxence Lange
2019-12-02Fix testsJohn Molakvoæ (skjnldsv)
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Fix more testsRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-26Apply share permission mask to all files obtained via shareinfoRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-20Fix share testsRoeland Jago Douma
2019-11-06Fix sharing breadcrumbsJohn Molakvoæ (skjnldsv)
2019-10-29Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)
2019-10-29Adjust unit tests to new OCA.SidebarJohn Molakvoæ (skjnldsv)
2019-10-26Merge pull request #17693 from nextcloud/enh/unused-test-dependencyRoeland Jago Douma
2019-10-26Remove unused import Punic\DataDaniel Kesselberg
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-17Include the share in the Files_Sharing::loadAdditionalScripts eventDaniel Calviño Sánchez
2019-10-14Remove deprecated legacy file actionsJulius Härtl
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-26Remove deprecated searchByTagRoeland Jago Douma