aboutsummaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #52880 from nextcloud/memcache-commandsRobin Appelman7 days2-0/+10
|\ | | | | Add commands to set/get/delete/clear the distributed memcache
| * feat: add command to clear memcachememcache-commandsRobin Appelman8 days2-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * feat: add command to delete memcache keyRobin Appelman8 days2-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * feat: add commands to get and set memcache valuesRobin Appelman8 days2-0/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * refactor: split off value casting out of config:system:set commandRobin Appelman8 days2-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | feat(occ): Add commands to list all routes and match a single onefeat/noid/add-command-to-list-all-routesJoas Schilling7 days2-0/+4
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(lexicon): migrate config key/valueMaxence Lange8 days2-0/+4
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix: revive always storing lowercased email addressesRichard Steinmetz8 days2-0/+2
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore: update autoloaderfeature/add-profile-to-occSalvatore Martire2025-06-172-0/+2
| | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
* feat(OCM-invites): Implementation of invitation flowMicke Nordin2025-06-123-4/+3
| | | | | | | | | | | | | | | This patchset: * implements the /invite-accepted endpoint * adds capabilities and inviteAceptDialog to the discovery * adds a FederatedInviteAcceptedEvent https://cs3org.github.io/OCM-API/docs.html?branch=v1.1.0&repo=OCM-API&user=cs3org#/paths/~1invite-accepted/post Co-authored-by: Anna <anna@nextcloud.com> Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Co-authored-by: Navid Shokri <navid.pdp11@gmail.com> Signed-off-by: Micke Nordin <kano@sunet.se>
* fix: Throw AppNotFoundException from installer when application is not foundCôme Chilliet2025-06-052-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: make core application bootstrapable by coordinatorchore/refactor-coreFerdinand Thiessen2025-06-022-2/+2
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(core): migrate core application to `IBootstrap`Ferdinand Thiessen2025-06-022-0/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: move primary object store configuration to a single placeprimary-object-store-settingsRobin Appelman2025-05-282-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(autoloader): Fix location of class to be autoloadablebugfix/noid/fix-psr4-classJoas Schilling2025-05-232-0/+2
| | | | | | > Class FeedBackHandler located in ./core/ajax/update.php does not comply with psr-4 autoloading standard (rule: OC\Core\ => ./core). Skipping. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #52943 from nextcloud/feat/http/request-header-attributeKate2025-05-202-0/+2
|\
| * feat(Http): Add RequestHeader attributefeat/http/request-header-attributeprovokateurin2025-05-202-0/+2
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | feat(UserMountCache): Emit events for added, removed and updated mountsfeat/mountmanager/emit-eventsprovokateurin2025-05-192-0/+6
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(AppFramework): Remove unused RouteConfig class and migrate tests to ↵provokateurin2025-05-152-2/+0
| | | | | | RouteParser Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: add command to get basic storage infoRobin Appelman2025-05-152-0/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat(encryption): Migrate from hooks to eventsCôme Chilliet2025-05-132-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #52707 from nextcloud/encryption-no-header-size-errorKate2025-05-102-0/+2
|\
| * fix: throw a better error if we can't get the encrypted header sizeencryption-no-header-size-errorRobin Appelman2025-05-092-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: add calendar enablefix/noid/calendar-enabledSebastianKrupinski2025-05-092-0/+2
|/ | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Merge pull request #52634 from nextcloud/perf/share20/get-all-shares-in-folderKate2025-05-082-0/+2
|\
| * perf(Share20): Add interface to query all shares in a folder without ↵perf/share20/get-all-shares-in-folderprovokateurin2025-05-082-0/+2
| | | | | | | | | | | | filtering by user Signed-off-by: provokateurin <kate@provokateurin.de>
* | feat: Calendar Exportfeat/issue-563-calendar-exportSebastianKrupinski2025-05-062-0/+4
|/ | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* feat(TaskProcessing): Add TextToSpeech providerLukas Schaefer2025-04-262-0/+2
| | | | Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
* feat(login-flow-v2): Restrict allowed apps by user agent checkMisha M.-Kupriyanov2025-04-233-1/+6
| | | | | | | | | | | Enable via: ./occ config:system:set core.login_flow_v2.allowed_user_agents 0 --value '/Custom Foo Client/i' ./occ config:system:set core.login_flow_v2.allowed_user_agents 1 --value '/Custom Bar Client/i' if user agent string is unknown the template with "Access forbidden"-"Please use original client" will be displayed Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
* perf: Add config options to trigger individual and sample profiling using ↵perf/excimerJulius Knorr2025-04-222-0/+2
| | | | | | excimer Signed-off-by: Julius Knorr <jus@bitgrid.net>
* chore: update main autoloaderchore-check-for-composer-binDaniel Kesselberg2025-04-156-95/+30
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(taskprocessing): use the event for AppAPI to get list of AI providersfix/noid/taskprocessing-appapiOleksander Piskun2025-04-092-0/+2
| | | | Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
* Revert "refactor: add migration for email setting"revert/email-setting-migrationprovokateurin2025-04-072-2/+0
| | | | | | This reverts commit e7859f0dacbda051c2decb2e0d62345435ac2fd9. Signed-off-by: provokateurin <kate@provokateurin.de>
* refactor: add migration for email settingFerdinand Thiessen2025-04-022-0/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: add command to get object metadataRobin Appelman2025-03-312-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: add event status and participant statusfix/noid-add-status-and-set-attendee-statusSebastianKrupinski2025-03-282-0/+2
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* fix(cardav): only show useres from enabled addressBooks in contacts menufix/noid/contactsmenu-ab-enabledHamza Mahjoubi2025-03-172-0/+2
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* Merge pull request #51029 from nextcloud/fix/deprecate-oc-template-and-cleanupCôme Chilliet2025-03-102-0/+10
|\ | | | | fix: Deprecate OC_Template, add proper template manager instead
| * fix: Use a dedicated Exception class for when a template is not foundfix/deprecate-oc-template-and-cleanupCôme Chilliet2025-03-062-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix: Add missing ITemplate interface and clean code in Template classCôme Chilliet2025-03-062-0/+8
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | feat(dav): add webhook compatibility for calendar object eventsEdward Ly2025-03-072-0/+14
|/ | | | Signed-off-by: Edward Ly <contact@edward.ly>
* fix(systemtags): prevent tag edition if restrictedskjnldsv2025-03-062-0/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix: Move login via email logic to local backendfix/move-email-logic-local-user-backendFerdinand Thiessen2025-03-032-2/+0
| | | | | | | | | | | | | | | | | | Backends can decide which names they accept for login, e.g. with user_ldap you can configure arbitrary login fields. This was a hacky approach to allow login via email, so instead this is now only handled by the local user backend. This also fixes some other related problems: Other logic relys on `backend::get()` which was not handling email, so e.g. password policy could not block users logged in via email if they use out-dated passwords. Similar for other integrations, as the user backend was not consistent with what is a login name and what not. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #51000 from nextcloud/fix/federatedfilesharing/group-cleanupStephan Orbaugh2025-03-032-2/+4
|\ | | | | fix(FederatedShareProvider): Delete external shares when groups are deleted or users removed from a group
| * fix(Share20): Convert broken hooks to IEventListenerprovokateurin2025-03-032-2/+4
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | feat: Close sessions created for login flow v2artonge/fix/login_flow_v2_sessions_2Louis Chemineau2025-02-262-0/+4
| | | | | | | | | | | | | | | | Sessions created during the login flow v2 should be short lived to not leave an unexpected opened session in the browser. This commit add a property to the session object to track its origin, and will close it as soon as possible, i.e., on the first non public page request. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | refactor: convert sanitize account properties repair step to background jobfix/account-property-validationFerdinand Thiessen2025-02-242-2/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: validate account properties as a repair stepFerdinand Thiessen2025-02-242-2/+2
|/ | | | | | | | Replace `ValidatePhoneNumber` from Nextcloud 21 with a new repair step, `ValidateAccountProperties` which validates and sanitizes all account properties. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(filecache): remove index fs_id_storage_sizeperf/remove-filecache-indexBenjamin Gaussorgues2025-02-132-0/+2
| | | | | | Index is outdated by PR 50781 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbugfix/noid/allow-ratelimit-bypassJoas Schilling2025-01-272-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>