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-03-24 Add oauth2_clients migration for Owncloudfeature/add_oauth2_migrationLouis Chemineau
2022-03-22Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling
2022-03-18Merge pull request #24166 from nextcloud/imaginary-prototypeCarl Schwan
2022-03-17Send images to imaginary docker to generate previewsimaginary-prototypeVincent Petry
2022-03-14Fix autoloader and phpdoc for new classCôme Chilliet
2022-03-04move user mountpoint setup to setupmanagerRobin Appelman
2022-03-04adjust tests to new fs setupRobin Appelman
2022-03-04move teardown logic to SetupManagerRobin Appelman
2022-02-25Update autoloadertechdebt/noid/extract-request-idJoas Schilling
2022-02-24move root mount setup to mountprovidersRobin Appelman
2022-02-23store mountprovider for each mount in the mounts tableRobin Appelman
2022-02-22Merge pull request #31173 from nextcloud/enhancement/user_migration-version-h...Côme Chilliet
2022-02-21Update autoloadCôme Chilliet
2022-02-17Add Transactional trait for atomic DB operationsChristoph Wurst
2022-02-12Allow registration of migratorsChristopher Ng
2022-02-07Allow apps to specify if their background job can be delayedJoas Schilling
2022-02-04Add a Talk API for OCPChristoph Wurst
2022-01-28Add a primary key to ratelimit_entries tableJoas Schilling
2022-01-21Fix conflictVitor Mattos
2022-01-21Update composer autoload and change string to constantVitor Mattos
2022-01-18Add hashed attribute column for indexed job existence checkJulius Härtl
2022-01-12Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan
2022-01-06Fix psalm not runningCarl Schwan
2021-12-29Sort app scripts topologically by its dependenciesJonas Meurer
2021-12-14Migrate profile_config id column to bigintChristopher Ng
2021-12-13Lowercase all core=>email valuesJoas Schilling
2021-12-10Merge pull request #29996 from zordsdavini/patch-1Pytal
2021-12-03Fix relation "user_id" already exists migration errorChristopher Ng
2021-12-01Remove default token which is deprecated since Nextcloud 13Joas Schilling
2021-11-17Normalize directory entries in Encoding wrapperVincent Petry
2021-10-28Add an OCP for trusted domain helperJoas Schilling
2021-10-21Move preview provider registration to bootstrapRoeland Jago Douma
2021-10-20Add an OCS endpoint for the hovercard contact actionsJoas Schilling
2021-10-19Merge pull request #28751 from nextcloud/feat/28139/profile-pagePytal
2021-10-19Profile backendChristopher Ng
2021-10-18Add an API to set and rollback the user statusCarl Schwan
2021-10-15Merge pull request #29188 from nextcloud/enhancement/public-write-apiDaniel
2021-10-15Add create method to extended calendar implementationAnna Larch
2021-10-14Bump autoloaderJoas Schilling
2021-10-14Add Public Calendar ProviderAnna Larch
2021-10-07Merge pull request #28608 from nextcloud/path-prefix-filterVincent Petry
2021-09-29Add admin privilege delegation for admin settingsCarl Schwan
2021-09-22Update generated composer files to latest formatChristoph Wurst
2021-09-13Merge pull request #28728 from nextcloud/add-database-backend-limiterLukas Reschke
2021-09-09add a job to clean up expired verification tokensArthur Schiwon
2021-09-09move verification token logic out of lost password controllerArthur Schiwon
2021-09-06Bump autoloaderLukas Reschke
2021-09-06Adjust logic to store period instead of current timestampLukas Reschke
2021-09-06Add database ratelimiting backendLukas Reschke
2021-08-26generate a better optimized query for path prefix search filtersRobin Appelman