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-08-13move share notifcation settings to files groupRobin Appelman
2020-07-29When no user is logged in null is usedJoas Schilling
2020-07-23Move federated_share_added into a typed eventMorris Jobke
2020-07-16Migrate files sharing to the PSR containerChristoph Wurst
2020-07-15Better event description for BeforeTemplateRenderedEvent in files and files_s...Morris Jobke
2020-07-15Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl
2020-07-14Merge pull request #21816 from nextcloud/techdebt/noid/federatedfilesharing-t...Morris Jobke
2020-07-14Use IBootstrap for the app federatedfilesharingMorris Jobke
2020-07-14Add user input for link share labelsGary Kim
2020-07-09Lazy register the navigationRoeland Jago Douma
2020-07-02Merge pull request #21591 from nextcloud/debt/noid/set-path-for-ocm-permissionsRoeland Jago Douma
2020-06-26Also always return in app commandsJoas Schilling
2020-06-26Pass $path to ocmPermissions2ncPermissionsDaniel Kesselberg
2020-06-24Update share type constant usageJoas Schilling
2020-06-17Don't initialize Application directlyJoas Schilling
2020-06-08Always sort shares in a reliable wayJoas Schilling
2020-06-02Do 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-15Have 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