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-05-12Add bruteforce protection to the shareinfo endpointRoeland Jago Douma
2021-04-28catch notfound and forbidden exception in smb::getmetadataRobin Appelman
2021-04-20Make lookup search explicitRoeland Jago Douma
2021-03-18Fix valid storages removed when cleaning remote storagesDaniel Calviño Sánchez
2021-03-16fix search in nested jailsRobin Appelman
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 "[stable19] circleId too short in some request"Christoph Wurst
2020-11-17circleId too short in some requestMaxence Lange
2020-11-06Indicate preview availability in share api responsesRichard Steinmetz
2020-10-20Also expire share type emailJohn Molakvoæ (skjnldsv)
2020-09-16only get the permissions from the share source if it's not already cachedRobin Appelman
2020-09-08Do not fail if share for mountpoint is no longer availableJulius Härtl
2020-08-24Fix missing FN from federated contactJohn Molakvoæ (skjnldsv)
2020-06-10Always sort shares in a reliable wayJoas Schilling
2020-06-03Do not only catch Exceptions but any Throwable during rmt share deleteChristoph Wurst
2020-05-29Fix reference to wrong class nameDaniel Calviño Sánchez
2020-05-18Have 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-27Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke
2020-04-24Merge pull request #17623 from j3l11234/masterRoeland Jago Douma
2020-04-23make php-cs happyRobin Appelman
2020-04-22Merge pull request #20575 from nextcloud/fix/sharing-suggestionsMorris Jobke
2020-04-21Merge pull request #20114 from nextcloud/techdebt/noid/allow-some-apps-to-hav...Roeland Jago Douma
2020-04-21Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl
2020-04-21Fix Sharing recommendation user displayJohn Molakvoæ (skjnldsv)
2020-04-20Add method to storage backends to get directory content with metadataRobin Appelman
2020-04-18PHP CS fixesJoas Schilling
2020-04-18Directly use the class to get the serviceJoas Schilling
2020-04-18Fix creating the share controllerJoas Schilling
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-09Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst
2020-04-09Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst
2020-04-09Make sure there is exactly one newline after importsChristoph Wurst
2020-04-09Make sure every file ends with an empty newlineChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Use php keywords in lowercaseChristoph 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-01Remove user name from public sharing pageJoas Schilling