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-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-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
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2018-08-06A failing federation sync job is not an errorRoeland Jago Douma
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-25improve error reporting and move format parameter to the optionsBjoern Schiessle
2018-02-14Remove unused import statementsMorris Jobke
2018-01-29Use ::class statement instead of stringMorris Jobke
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2017-12-11Catch the errors related to untrusted self signed certificates for federationRoeland Jago Douma
2017-11-29Actually set the status so we don't cause another exceptionRoeland Jago Douma
2017-11-29Do not log Exception if a connection error occuredRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-08-02Merge pull request #5923 from nextcloud/expire-federation-jobsRoeland Jago Douma
2017-08-02Close all the cursorsJoas Schilling
2017-08-02Use automatic injection whenever possibleJoas Schilling
2017-08-01Remove explicit type hints for ControllerLukas Reschke
2017-08-01Merge pull request #5877 from nextcloud/typehint_middlewareMorris Jobke
2017-08-01Use ITimeFactoryRoeland Jago Douma
2017-08-01we don't need to remove the job manually here, even if we ask once more the o...Bjoern Schiessle
2017-08-01cleanup constructorsBjoern Schiessle
2017-08-01expire requestSharedSecret job after 30 daysBjoern Schiessle
2017-08-01expire getShareadSecret job after 30 daysBjoern Schiessle
2017-08-01Add |null to PHPDocLukas Reschke
2017-07-31Fix testsRoeland Jago Douma
2017-04-23Remove unused use statementsMorris Jobke
2017-04-21No need to log guzzle exceptionRoeland Jago Douma
2017-04-12Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle
2017-04-12Update comments to NextcloudMorris Jobke
2017-04-11Do proper DIRoeland Jago Douma
2017-04-11give old end-points a seperate nameBjoern Schiessle
2017-04-11fix constructorBjoern Schiessle
2017-04-11get addressbook url and carddav user from remote serverBjoern Schiessle
2017-04-11use discovered end-point for trusted serversBjoern Schiessle
2017-03-24only execute code if exception was thrown by the corresponding controllerBjoern Schiessle
2016-12-19No challenge within federated authThomas Müller
2016-11-17don't add server automatically to trusted serverBjoern Schiessle
2016-09-02Remove dead OCS register codeRoeland Jago Douma
2016-08-28Use function parametersRoeland Jago Douma
2016-08-28Move OCSAuthAPI to AppFrameworkRoeland Jago Douma
2016-08-11adjust federation appArthur Schiwon
2016-08-09improve federation error messagesBjoern Schiessle
2016-07-21Update with robinJoas Schilling
2016-07-21Fix apps/Joas Schilling