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-04-13Merge pull request #26467 from nextcloud/feature/noid/allow-apps-to-log-to-auditJoas Schilling
Allow apps to log actions into the audit_log
2021-04-09Move to another namespace and class nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-09Allow apps to log actions into the audit_logJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-06Generate autoload filesLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-03-31make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-03-31Merge pull request #25961 from nextcloud/enh/events/2fa_providerkesselb
Add real events for enabled 2fa providers for users
2021-03-26Update autoloader for PlaceholderAvatarVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-25Cleanup unneeded code around database.xmlMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-03-22Merge pull request #25529 from ↵Morris Jobke
nextcloud/fix-non-lgc-glyphs-in-avatars-and-txt-file-previews Fix non LGC glyphs in avatars and txt file previews
2021-03-22Add real events for enabled 2fa providers for usersRoeland Jago Douma
* Shiny new events * Listener to still emit the old event Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-17Fix parameter types in docsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-17Improve search results when only phonebook-matches can we autocompletedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-10Add a service to find out if a user knows another userJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-10Add a KnownUsers database with modelJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-09send 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-05Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma
Show group backends in occ group:list --info and group:info
2021-03-03Remove deprecated \OCP\APIRoeland Jago Douma
Time to remove this forgood now. Remaining constant moved over The world is a tiny bit better Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-02Update autoloader filesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-02Merge pull request #25544 from nextcloud/refactor/app-password-created-eventChristoph Wurst
Move app_password_created to a typed event
2021-03-01Add 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-01Show group backends in occ group:list --info and group:infoJohannes Leuker
Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
2021-02-16Drop redundant indesRoeland Jago Douma
Those indexes are already covered by others. So those can just be used. THose extra indexes just take up space. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-02-15move AbstractCacheEvent into OCPRobin Appelman
otherwise we have concrete cache events in OCP extending non OCP classes Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-02-11Make the app code checker a NOOPChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-10Type the service registrationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-09Move app_password_created to a typed eventChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-09remove ReconnectWrapperRobin Appelman
dbal now handles it's own reconnections: https://github.com/doctrine/dbal/blob/3.0.x/UPGRADE.md#the-pingableconnection-interface-is-removed Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-01-29add 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>