summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26792 from nextcloud/user-delete-cleanup-filesJohn Molakvoæ2021-06-022-0/+2
|\ | | | | better cleanup of user files on user deletion
| * better cleanup of user files on user deletionRobin Appelman2021-04-272-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Add mbstring as dependencyDaniel Kesselberg2021-06-013-4/+327
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #26600 from hosting-de/feature/occ-tagsMorris Jobke2021-05-252-4/+12
|\ \ | | | | | | Add commands to manage tags via OCC
| * | Add commands to manage tags via OCCJohannes Leuker2021-05-252-4/+12
| |/ | | | | | | | | | | list, add, delete, edit Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* | Drop \OCP\UserChristoph Wurst2021-05-212-2/+0
| | | | | | | | | | | | Inlines and remaining usages and drops the deprecated public API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Do not try to contact lookup server if not neededRoeland Jago Douma2021-04-282-0/+4
|/ | | | | | | 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>
* Merge pull request #26467 from nextcloud/feature/noid/allow-apps-to-log-to-auditJoas Schilling2021-04-132-0/+2
|\ | | | | Allow apps to log actions into the audit_log
| * Move to another namespace and class nameJoas Schilling2021-04-092-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow apps to log actions into the audit_logJoas Schilling2021-04-092-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Generate autoload filesLukas Reschke2021-04-062-0/+6
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman2021-03-312-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #25961 from nextcloud/enh/events/2fa_providerkesselb2021-03-302-0/+4
|\ | | | | Add real events for enabled 2fa providers for users
| * Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-222-0/+4
| | | | | | | | | | | | | | * Shiny new events * Listener to still emit the old event Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update autoloader for PlaceholderAvatarVincent Petry2021-03-262-0/+2
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Cleanup unneeded code around database.xmlMorris Jobke2021-03-242-6/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #25529 from ↵Morris Jobke2021-03-222-0/+2
|\ \ | |/ |/| | | | | nextcloud/fix-non-lgc-glyphs-in-avatars-and-txt-file-previews Fix non LGC glyphs in avatars and txt file previews
| * Add OCC command to reset rendered textsDaniel Calviño Sánchez2021-03-012-0/+2
| | | | | | | | | | | | | | | | | | | | 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>
* | Fix parameter types in docsJoas Schilling2021-03-172-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-172-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add a service to find out if a user knows another userJoas Schilling2021-03-102-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add a KnownUsers database with modelJoas Schilling2021-03-102-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | send share notification instead of erroring on duplicate shareRobin Appelman2021-03-092-0/+2
| | | | | | | | | | | | when creating a share that already exists, instead of erroring, resend the notifications Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-052-0/+4
|\ \ | | | | | | Show group backends in occ group:list --info and group:info
| * | Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-012-0/+4
| | | | | | | | | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* | | Remove deprecated \OCP\APIRoeland Jago Douma2021-03-032-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #25544 from nextcloud/refactor/app-password-created-eventChristoph Wurst2021-03-022-0/+2
|\ \ \ | |_|/ |/| | Move app_password_created to a typed event
| * | Move app_password_created to a typed eventChristoph Wurst2021-02-092-0/+2
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Drop redundant indesRoeland Jago Douma2021-02-162-0/+2
| | | | | | | | | | | | | | | | | | | | | 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>
* | | move AbstractCacheEvent into OCPRobin Appelman2021-02-152-2/+2
| |/ |/| | | | | | | | | otherwise we have concrete cache events in OCP extending non OCP classes Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Make the app code checker a NOOPChristoph Wurst2021-02-112-24/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Type the service registrationChristoph Wurst2021-02-102-0/+12
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | remove ReconnectWrapperRobin Appelman2021-02-092-2/+0
|/ | | | | | 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>
* add repair job for unencoded calendarsArthur Schiwon2021-01-292-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #25360 from nextcloud/fix/update-autoloadersRoeland Jago Douma2021-01-282-1/+33
|\ | | | | Update all composer autoloader files
| * Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | | | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move TemplateProvider registration to boot context and make template type ↵Julius Härtl2021-01-282-2/+2
| | | | | | | | | | | | registration lazy Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | files: Create files from template APIJulius Härtl2021-01-282-0/+12
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Change license mail aliasJohn Molakvoæ (skjnldsv)2021-01-222-0/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Drop authtoken_version_indexRoeland Jago Douma2021-01-202-0/+2
| | | | | | | 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>
* Add support for webpRoeland Jago Douma2021-01-192-0/+2
| | | | | | | | | 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>
* Merge pull request #25091 from ↵Christoph Wurst2021-01-142-0/+4
|\ | | | | | | | | nextcloud/enhancement/ocp-db-exception-abstraction Add our own DB exception abstraction
| * Add our own DB exception abstractionChristoph Wurst2021-01-122-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Add our own constants for db column typesChristoph Wurst2021-01-122-0/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-082-2/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Command: Add app password generationSean Molenaar2021-01-052-0/+2
| | | | Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* +ShareDeletedEventMaxence Lange2020-12-232-0/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Add well known handlers APIChristoph Wurst2020-12-162-0/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>