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 (Collapse)Author
2022-03-24 Add oauth2_clients migration for Owncloudfeature/add_oauth2_migrationLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-03-22Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling
Extract request id handling to dedicated class so it can be injected without DB dependency
2022-03-18Merge pull request #24166 from nextcloud/imaginary-prototypeCarl Schwan
Send images to Imaginary docker to generate previews
2022-03-17Send images to imaginary docker to generate previewsimaginary-prototypeVincent Petry
Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-Authored-by: Vincent Petry <vincent@nextcloud.com>
2022-03-14Fix autoloader and phpdoc for new classCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-04move user mountpoint setup to setupmanagerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-04adjust tests to new fs setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-04move teardown logic to SetupManagerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-25Update autoloadertechdebt/noid/extract-request-idJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-24move root mount setup to mountprovidersRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-23store mountprovider for each mount in the mounts tableRobin Appelman
this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-22Merge pull request #31173 from ↵Côme Chilliet
nextcloud/enhancement/user_migration-version-handling Add version handling to IMigrator
2022-02-21Update autoloadCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-17Add Transactional trait for atomic DB operationsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-12Allow registration of migratorsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-02-07Allow apps to specify if their background job can be delayedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-04Add a Talk API for OCPChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-01-28Add a primary key to ratelimit_entries tableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-21Fix conflictVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-21Update composer autoload and change string to constantVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-18Add hashed attribute column for indexed job existence checkJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-01-12Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-06Fix psalm not runningCarl Schwan
The issue was that we were using psalm/phar instead of vimeo/psalm. This caused issue with the custom psalm plugin in buildd/psalm. This is using the opportunity to also update the psalm version from 3.8 to 3.17 and the php-cs-fixer too. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-29Sort app scripts topologically by its dependenciesJonas Meurer
Implement a proper topological sorting algorithm. Based on the implementation by https://github.com/marcj/topsort.php Logs an error in case a circular dependency is detected. Fixes: #30278 Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-12-14Migrate profile_config id column to bigintChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-12-13Lowercase all core=>email valuesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-10Merge pull request #29996 from zordsdavini/patch-1Pytal
2021-12-03Fix relation "user_id" already exists migration errorChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-12-01Remove default token which is deprecated since Nextcloud 13Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-17Normalize directory entries in Encoding wrapperVincent Petry
Directory entry file names are now normalized in getMetaData(), getDirectoryContents() and opendir(). This makes the scanner work properly as it assumes pre-normalized names. In case the names were not normalized, the scanner will now skip the entries and display a warning when applicable. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-10-28Add an OCP for trusted domain helperJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-21Move preview provider registration to bootstrapRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-20Add an OCS endpoint for the hovercard contact actionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-19Merge pull request #28751 from nextcloud/feat/28139/profile-pagePytal
2021-10-19Profile backendChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-10-18Add an API to set and rollback the user statusCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-15Merge pull request #29188 from nextcloud/enhancement/public-write-apiDaniel
Add calendar object creation API to OCP
2021-10-15Add create method to extended calendar implementationAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-14Bump autoloaderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-14Add Public Calendar ProviderAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-07Merge pull request #28608 from nextcloud/path-prefix-filterVincent Petry
generate a better optimized query for path prefix search filters
2021-09-29Add admin privilege delegation for admin settingsCarl Schwan
This makes it possible for selected groups to access some settings pages. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-09-22Update generated composer files to latest formatChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-09-13Merge pull request #28728 from nextcloud/add-database-backend-limiterLukas Reschke
Add database ratelimiting backend
2021-09-09add a job to clean up expired verification tokensArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-09move verification token logic out of lost password controllerArthur Schiwon
- to make it reusable - needed for local email verification Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-06Bump autoloaderLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-09-06Adjust logic to store period instead of current timestampLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-09-06Add database ratelimiting backendLukas Reschke
In case no distributed memory cache is specified this adds a database backend for ratelimit purposes. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-08-26generate a better optimized query for path prefix search filtersRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>