aboutsummaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* feat(systemtags): add setting to block non admin to create system tagsBenjamin Gaussorgues2025-01-222-0/+2
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Merge pull request #49443 from nextcloud/feat/issue-994-two-factor-apiSebastian Krupinski2025-01-182-0/+2
|\ | | | | feat: Two Factor API
| * feat: Two Factor APIfeat/issue-994-two-factor-apiSebastianKrupinski2025-01-162-0/+2
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #50208 from nextcloud/feat/conversion-adjustingJohn Molakvoæ2025-01-163-2/+11
|\ \ | | | | | | fix(files): conversion api simplification and conflict check
| * | fix(files): conversion api simplification and conflict checkskjnldsv2025-01-163-2/+11
| |/ | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #50171 from nextcloud/enh/limit-ldap-user-countCôme Chilliet2025-01-162-0/+2
|\ \ | |/ |/| Limit ldap user count
| * fix: Add missing interface from previous commit and update autoloadersCôme Chilliet2025-01-142-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore: Update autoloadersChristopher Ng2025-01-152-0/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | feat(api): File conversion APIElizabeth Danzberger2025-01-152-0/+8
| | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | feat(lexicon): configurable default valueMaxence Lange2025-01-142-0/+2
|/ | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(ocp): add calendar api to retrieve availability of attendeesfeat/ocp/attendee-availability-apiRichard Steinmetz2025-01-132-0/+4
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #49888 from nextcloud/feat/ocp/meetings-api-requirementsJoas Schilling2025-01-082-0/+4
|\ | | | | feat(ocp): calendar event builder api
| * feat(ocp): calendar event builder apifeat/ocp/meetings-api-requirementsRichard Steinmetz2025-01-062-0/+4
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix(composer): Remove dev deps from autoloaderfix/composer/autoload-dev-depsprovokateurin2025-01-072-9/+0
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* feat: add proofread task typeJana Peper2024-12-202-0/+2
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* Merge pull request #49727 from nextcloud/feat/make-tasks-types-toggleableAndy Scherzinger2024-12-183-0/+11
|\ | | | | Feat: make taskprocessing task types toggleable
| * feat: add occ command for task type togglingJana Peper2024-12-183-0/+11
| | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryeventArthur Schiwon2024-12-182-0/+2
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #49399 from nextcloud/feature/noid/config-lexiconMaxence Lange2024-12-162-0/+6
|\ | | | | feat(config): implementation of lexicon
| * feat(config): implementation of lexiconMaxence Lange2024-12-132-0/+6
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | fix: replace null character when serializingfix/issue-47879-property-serializationSebastianKrupinski2024-12-132-0/+2
|/ | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* feat(TaskProcessing): More task typesMarcel Klehr2024-12-092-0/+6
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(systemtags): add color support backendskjnldsv2024-12-063-4/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(ocm): get details from sharedSecret from providerMaxence Lange2024-12-052-0/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(ocm): signatory mapperMaxence Lange2024-12-042-0/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(signatory): switch to qbmapperMaxence Lange2024-12-042-16/+16
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(ocm): simpler codeMaxence Lange2024-12-042-0/+42
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(ocm): switching to IdentityProofMaxence Lange2024-12-042-4/+0
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(ocm): signing ocm requestsMaxence Lange2024-12-042-2/+16
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(Files\Mount): Add IShareOwnerlessMountprovokateurin2024-11-252-0/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* feat(user-prefs): renaming to IUserConfigenh/noid/user-preferencesMaxence Lange2024-11-182-4/+4
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>