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-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
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-26Remove unused importsChristoph Wurst
2020-03-25Convert share event to an interaction eventChristoph Wurst
2020-03-25Auto accept group shares for users added to a groupRoeland Jago Douma
2020-03-20Remove unused properties in ShareesAPIControllerJulius Härtl
2020-03-19Allow the video player on the hide downloadJoas Schilling
2020-03-13Fix willReturnOnConsecutiveCallsJoas Schilling
2020-03-12Don't allow anchors and queries in remote urlsJoas Schilling
2020-03-12Merge pull request #19777 from nextcloud/fix/viewer-publicJohn Molakvoæ
2020-03-11Merge pull request #19861 from nextcloud/bugfix/noid/load-remote-shares-also-...Joas Schilling
2020-03-11Properly emit Viewer event on files and files_sharingJohn Molakvoæ (skjnldsv)
2020-03-11Fix import order and formattingJohn Molakvoæ (skjnldsv)
2020-03-10Unify the code a bitJoas Schilling
2020-03-10Use contacts name on federated activitiesJoas Schilling
2020-03-09Don't break when one remote share is downJoas Schilling
2020-03-02Don't try to format deleted sharesRoeland Jago Douma
2020-02-28Allow single file downloads so the video player works againJoas Schilling