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-01-13Check style updateCarl Schwan
2021-12-08Limit more contact searchesJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-21Drop \OCP\UserChristoph Wurst
2020-12-30Update license headersChristoph Wurst
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-09Address minor commentsJulius Härtl
2020-12-09Let sharees endpoint properly handle deck sharesJulius Härtl
2020-11-30Replace static call to Share::unshare with ShareManager->deleteShare in testsMorris Jobke
2020-11-30Remove now unused methods in Share.php due to the reduced code complexity in ...Morris Jobke
2020-11-30Remove unused method Share Helper::generateTargetMorris Jobke
2020-11-30Reduce code complexity in Share::getItems by tracing all remaining callersMorris Jobke
2020-11-30Remove unused Share::getItemSharedWithBySource()Morris Jobke
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-11-06Replace some usages of OC_DB in OC\Share\* with query builderJoas Schilling
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-17Unify links to php.netJ0WI
2020-07-06Cascading effect - more code that now is not used anymoreMorris Jobke
2020-07-06Tags.php and the old sharing mechanismMorris Jobke
2020-06-24Update share type constant usageJoas Schilling
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph 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-09Fix (array) indent style to always use one tabChristoph Wurst
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
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-05Cleanup sharing leftoversJohn Molakvoæ (skjnldsv)
2019-08-23Make the sharing constants publicly availableJoas Schilling
2019-07-29Remove unused OC\Share\Share::checkPasswordProtectedShareMorris Jobke
2019-04-18Deprecate legacy share code and cleanup some unused methodsMorris Jobke
2019-04-17Cleanup legacy Share.php from unused codeMorris Jobke
2019-01-16Move merged-share-backend to webpackRoeland Jago Douma
2018-11-02Cleanup some unused sharing methods from the old sharing codeMorris Jobke
2018-10-09Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling
2018-08-08Add comment with IDs of internal share typesDaniel Calviño Sánchez
2018-08-08Add type for room sharesDaniel Calviño Sánchez
2018-07-21Tests fixes and design bumpJohn Molakvoæ (skjnldsv)
2018-07-11implement federated group sharesBjoern Schiessle
2018-06-29Improved wordingMorris Jobke
2018-05-23Get rid of shareItemMorris Jobke
2018-04-26move log constants to ILoggerArthur Schiwon
2018-03-26Remove deprecated \OCP\User::userExistsRoeland Jago Douma