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-04-04Add a built-in profiler inside NextcloudCarl Schwan
2022-03-24Adapted Server to logger migration in constructorsCôme Chilliet
2022-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
2022-03-22Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling
2022-03-15Fix unknown Talk broker interfaceChristoph Wurst
2022-03-04move user mountpoint setup to setupmanagerRobin Appelman
2022-03-04move teardown logic to SetupManagerRobin Appelman
2022-03-04Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman
2022-02-28Add event logging for db and redis connectionenh/diagnostics-loggingJulius Härtl
2022-02-28Diagnostics event logging to Nextcloud logJulius Härtl
2022-02-24move root mount setup to mountprovidersRobin Appelman
2022-02-23Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling
2021-12-02Merge pull request #30016 from nextcloud/techdebt/noid/remove-default-token-p...Joas Schilling
2021-12-02Merge pull request #30028 from nextcloud/bugfix/noid/fix-log_queryJoas Schilling
2021-12-02Fix log_query config flagJoas Schilling
2021-12-02Allow to log DB, redis and LDAP requests into filesJoas Schilling
2021-12-01Remove default token which is deprecated since Nextcloud 13Joas Schilling
2021-11-09Move common logic to share managerJoas Schilling
2021-11-03Allow to inject the trusted domain helper by public interfaceJoas Schilling
2021-10-21Move preview provider registration to bootstrapRoeland Jago Douma
2021-09-13Merge pull request #28728 from nextcloud/add-database-backend-limiterLukas Reschke
2021-09-09implement verification for additional mailsArthur Schiwon
2021-09-06Adjust logic to store period instead of current timestampLukas Reschke
2021-09-06Add database ratelimiting backendLukas Reschke
2021-07-14Allow to get a local cloud id without going through the contacts managerJulius Härtl
2021-06-30ensure that factoryClass exisits before instantiationArthur Schiwon
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-12allow excluding groups from creating link sharesRobin Appelman
2021-04-27Fix unit testsJoas Schilling
2021-04-06Improve networking checksLukas Reschke
2021-03-31make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman
2021-03-26Add known user check in avatar when v2-private scopeVincent Petry
2021-03-26Add new v2-private account scopeVincent Petry
2021-01-28files: Create files from template APIJulius Härtl
2021-01-20Compare and store the login name via the eventJoas Schilling
2021-01-18Cleanup the constructorJoas Schilling
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-26Merge pull request #24319 from nextcloud/techdebt/noid/streamline-user-creati...Christoph Wurst
2020-11-24set the display name of federated sharees from addressbookArthur Schiwon
2020-11-24Merge pull request #24312 from nextcloud/bugfix/noid/fix-router-aliasRoeland Jago Douma
2020-11-24Add proper alias for internal router classJulius Härtl
2020-11-24Fix typo in @deprecated PHPDoc tagMorris Jobke
2020-11-24Streamline user creation and deletion eventsMorris Jobke
2020-11-21Allow View to be used via DIMorris Jobke
2020-11-21Auto-wire as much as possible in the encryption appMorris Jobke
2020-11-10Remove old OC_Hook for OC_Group eventsMorris Jobke
2020-11-05fix: also remove use statement of UserCreatedEventTobias Assmann
2020-11-04fix: no more translation from postCreateUser hook to UserCreatedEvent anymore...Tobias Assmann
2020-11-03Improve CertificateManager to not be user context dependentMorris Jobke