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-10-15Add support for Delegation Settings for more appsCarl Schwan
2021-07-27Replace ILogger with LoggerInterface in remote share managerVincent Petry
2021-07-27Add logging to external shares managerVincent Petry
2021-07-08Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI
2021-06-30Migrate HintException to OCPGary Kim
2021-06-09Correctly check the reception of a remote feedbackLouis Chemineau
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-17Respect default share permissions for federated resharesRoeland Jago Douma
2021-05-12Throttle MountPublicLinkController when share is not foundRoeland Jago Douma
2021-05-05Fix usage of rename executeUpdateChristoph Wurst
2021-04-26Improve federated permission handlingRoeland Jago Douma
2021-04-19Merge pull request #26615 from nextcloud/enh/ffs/require_readMorris Jobke
2021-04-19Require read permissions for federated sharesRoeland Jago Douma
2021-04-19Do not allow adding file drop shares to your own cloudRoeland Jago Douma
2021-04-16Move over notification to new registrationRoeland Jago Douma
2021-04-15Implement expiration date for federated sharesVincent Petry
2021-04-11l10n: Add word user in FederatedShareProvider.phpValdnet
2021-03-22Merge pull request #25498 from Worteks/feat-federatedfilesharing-loggingMorris Jobke
2021-03-10Move requesthandler controller to LoggerInterfaceRoeland Jago Douma
2021-03-08Fix some redundant castsRoeland Jago Douma
2021-03-02Remove redundant castsRoeland Jago Douma
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-09fix(no_unused_imports)Samuel
2021-02-09fix(php-cs)Samuel
2021-02-09fix(misc)Samuel
2021-02-09fix(php-cs)Samuel
2021-02-09fix(logger): use logger from constructor argumentsSamuel
2021-02-08fix(pebkac): missing `use OC`Samuel
2021-02-08fix(logger): set logger in constructorSamuel
2021-02-05fix(php-cs): indentation / elseif, maybe braces?Samuel
2021-02-05feat(federatedfilesharing): log errors, as suggested by @maxbesSamuel
2021-01-12Migrate internal classes to the OCP db col typesChristoph Wurst
2021-01-11Remove unneeded casts that were found by PsalmMorris Jobke
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-15Fix PHP CSJoas Schilling
2020-12-14Add missing parent::__construct() calls to JobsJoas Schilling
2020-12-08Adjust defaultJulius Härtl
2020-12-08Move columns to bigintJulius Härtl
2020-12-08Migrate files_sharing to migrations and move remote_id to a string in share_e...Julius Härtl
2020-12-08Move remoteId of remote reshares to stringJulius Härtl
2020-11-25Use proper OCP\BackgroundJobs\JobRoeland Jago Douma
2020-11-10Create primary keys on all tables and add a command to create the afterwardsJoas Schilling
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-03Fix missing placeholders in translationsJoas Schilling
2020-08-03effectively revert 17fae47bdba84ed520fee2cbf1a9485cc14fbbcb fixing i10nArthur Schiwon
2020-07-30coding style fixesArthur Schiwon
2020-07-30fix check for Cloud ID, missing return statements, wrong param useArthur Schiwon
2020-07-23Move federated_share_added into a typed eventMorris Jobke