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
2021-09-13Add 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-16Add missing files for Composer v2Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-12better cleanup of user files on user deletionRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-06-22Properly cleanup entries of WebAuthn on user deletionMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-04-29Do not try to contact lookup server if not neededRoeland Jago Douma
In some cases (for example you never send data to the lookup server) there is no need for this job to even try. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-01make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-03-29Update autoloader for PlaceholderAvatarVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-22Add OCC command to reset rendered textsDaniel Calviño Sánchez
The command is meant to be used when the fonts used to render texts ("core/fonts/NotoSans-Regular.ttf" and "core/fonts/NotoSans-Bold.ttf") are changed (for example, to add support for other scripts). The avatar and text file previews will be removed, so they will be generated again with the updated font when needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-03-22Add missing index on the user columnJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-22Improve search results when only phonebook-matches can we autocompletedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-15send share notification instead of erroring on duplicate shareRobin Appelman
when creating a share that already exists, instead of erroring, resend the notifications Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-03-11Add a service to find out if a user knows another userJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-11Add a KnownUsers database with modelJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02add repair job for unencoded calendarsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-28Merge pull request #25360 from nextcloud/fix/update-autoloadersRoeland Jago Douma
Update all composer autoloader files
2021-01-28Update all composer autoloader filesChristoph Wurst
The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-28Move TemplateProvider registration to boot context and make template type ↵Julius Härtl
registration lazy Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-28files: Create files from template APIJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-22Change license mail aliasJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-01-20Drop authtoken_version_indexRoeland Jago Douma
The index was used when deleting old tokens. On top of that the index is of course not that great since the version is either 1 or 2. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-19Add support for webpRoeland Jago Douma
Including handling in OC_Image But also a preview provider Of course only works if your php actually supports webp Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-14Merge pull request #25091 from ↵Christoph Wurst
nextcloud/enhancement/ocp-db-exception-abstraction Add our own DB exception abstraction
2021-01-12Add our own DB exception abstractionChristoph Wurst
Right now our API exports the Doctrine/dbal exception. As we've seen with the dbal 3 upgrade, the leakage of 3rdparty types is problematic as a dependency update means lots of work in apps, due to the direct dependency of what Nextcloud ships. This breaks this dependency so that apps only need to depend on our public API. That API can then be vendor (db lib) agnostic and we can work around future deprecations/removals in dbal more easily. Right now the type of exception thrown is transported as "reason". For the more popular types of errors we can extend the new exception class and allow apps to catch specific errors only. Right now they have to catch-check-rethrow. This is not ideal, but better than the dependnecy on dbal. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-12Add our own constants for db column typesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-05Command: Add app password generationSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-29Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-23+ShareDeletedEventMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-12-16Add well known handlers APIChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-09Dump autoloaderJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-09Readd repair steps that are relevant when migrating from ownCloudJulius Härtl
This reverts commit d9b1492e03ab9fe58bb87baaeba745790ca15c53. Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-07Add a repairstep to validate the phone numbersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-07Add a database table for the accounts data so we can search it betterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-02Merge pull request #24113 from nextcloud/extend-cache-eventsRoeland Jago Douma
extend cache events
2020-12-02Merge pull request #23278 from nextcloud/enh/noid/user-limitsChristoph Wurst
Allow subscription to indicate that a userlimit is reached
2020-12-02Add notification for user limitMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-26rebuild autoloader scripts with 2.0.7Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-11-26rename cache event to follow new naming standardsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-11-26extend cache eventsRobin Appelman
- adds cache remove event - expose storage id in event - emit events during cache move Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-11-24Streamline user creation and deletion eventsMorris Jobke
CreateUserEvent was the only one that didn't matched the naming scheme of BeforePASTTENSEEvent and PASTTENSEEvent. The event wasn't used at all so this just removes it again as there is BeforeUserCreatedEvent that is also available since 18. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-11Dump autoloaderMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-10Create primary keys on all tables and add a command to create the afterwardsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-10Replace the credentials table with one that can have empty userJoas Schilling
Primary key columns on Oracle can not have empty strings Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-10Make sure columns with an empty default are nullable for OracleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-05Merge pull request #23819 from nextcloud/td/routing/move_things_aroundMorris Jobke
Cleanup routing
2020-11-03Add a background job that checks for potential user imported SSL ↵Morris Jobke
certificates and shows a warning in the admin settings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-03Cleanup route registration logicRoeland Jago Douma
This was a bunch of cylic things being called. This is an attempt to clean this all up. If an app provides an array of routes. We just parse them and hand them back. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-01Remove deprecated OCSResponseRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-30Revert "[Automated] Update psalm-baseline.xml"Morris Jobke
2020-10-30Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>