aboutsummaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Expand)AuthorAgeFilesLines
* feat: move primary object store configuration to a single placeprimary-object-store-settingsRobin Appelman2025-05-282-0/+2
* fix(autoloader): Fix location of class to be autoloadablebugfix/noid/fix-psr4-classJoas Schilling2025-05-232-0/+2
* 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
* | feat(UserMountCache): Emit events for added, removed and updated mountsfeat/mountmanager/emit-eventsprovokateurin2025-05-192-0/+6
|/
* chore(AppFramework): Remove unused RouteConfig class and migrate tests to Rou...provokateurin2025-05-152-2/+0
* feat: add command to get basic storage infoRobin Appelman2025-05-152-0/+4
* feat(encryption): Migrate from hooks to eventsCôme Chilliet2025-05-132-2/+2
* 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
* | fix: add calendar enablefix/noid/calendar-enabledSebastianKrupinski2025-05-092-0/+2
|/
* 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 filterin...perf/share20/get-all-shares-in-folderprovokateurin2025-05-082-0/+2
* | feat: Calendar Exportfeat/issue-563-calendar-exportSebastianKrupinski2025-05-062-0/+4
|/
* feat(TaskProcessing): Add TextToSpeech providerLukas Schaefer2025-04-262-0/+2
* feat(login-flow-v2): Restrict allowed apps by user agent checkMisha M.-Kupriyanov2025-04-233-1/+6
* perf: Add config options to trigger individual and sample profiling using exc...perf/excimerJulius Knorr2025-04-222-0/+2
* chore: update main autoloaderchore-check-for-composer-binDaniel Kesselberg2025-04-156-95/+30
* fix(taskprocessing): use the event for AppAPI to get list of AI providersfix/noid/taskprocessing-appapiOleksander Piskun2025-04-092-0/+2
* Revert "refactor: add migration for email setting"revert/email-setting-migrationprovokateurin2025-04-072-2/+0
* refactor: add migration for email settingFerdinand Thiessen2025-04-022-0/+2
* feat: add command to get object metadataRobin Appelman2025-03-312-0/+2
* fix: add event status and participant statusfix/noid-add-status-and-set-attendee-statusSebastianKrupinski2025-03-282-0/+2
* fix(cardav): only show useres from enabled addressBooks in contacts menufix/noid/contactsmenu-ab-enabledHamza Mahjoubi2025-03-172-0/+2
* Merge pull request #51029 from nextcloud/fix/deprecate-oc-template-and-cleanupCôme Chilliet2025-03-102-0/+10
|\
| * fix: Use a dedicated Exception class for when a template is not foundfix/deprecate-oc-template-and-cleanupCôme Chilliet2025-03-062-0/+2
| * fix: Add missing ITemplate interface and clean code in Template classCôme Chilliet2025-03-062-0/+8
* | feat(dav): add webhook compatibility for calendar object eventsEdward Ly2025-03-072-0/+14
|/
* fix(systemtags): prevent tag edition if restrictedskjnldsv2025-03-062-0/+2
* fix: Move login via email logic to local backendfix/move-email-logic-local-user-backendFerdinand Thiessen2025-03-032-2/+0
* Merge pull request #51000 from nextcloud/fix/federatedfilesharing/group-cleanupStephan Orbaugh2025-03-032-2/+4
|\
| * fix(Share20): Convert broken hooks to IEventListenerprovokateurin2025-03-032-2/+4
* | feat: Close sessions created for login flow v2artonge/fix/login_flow_v2_sessions_2Louis Chemineau2025-02-262-0/+4
* | refactor: convert sanitize account properties repair step to background jobfix/account-property-validationFerdinand Thiessen2025-02-242-2/+4
* | fix: validate account properties as a repair stepFerdinand Thiessen2025-02-242-2/+2
|/
* chore(filecache): remove index fs_id_storage_sizeperf/remove-filecache-indexBenjamin Gaussorgues2025-02-132-0/+2
* fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbugfix/noid/allow-ratelimit-bypassJoas Schilling2025-01-272-0/+2
* feat(systemtags): add setting to block non admin to create system tagsBenjamin Gaussorgues2025-01-222-0/+2
* Merge pull request #49443 from nextcloud/feat/issue-994-two-factor-apiSebastian Krupinski2025-01-182-0/+2
|\
| * feat: Two Factor APIfeat/issue-994-two-factor-apiSebastianKrupinski2025-01-162-0/+2
* | Merge pull request #50208 from nextcloud/feat/conversion-adjustingJohn Molakvoæ2025-01-163-2/+11
|\ \
| * | fix(files): conversion api simplification and conflict checkskjnldsv2025-01-163-2/+11
| |/
* | Merge pull request #50171 from nextcloud/enh/limit-ldap-user-countCôme Chilliet2025-01-162-0/+2
|\ \ | |/ |/|
| * fix: Add missing interface from previous commit and update autoloadersCôme Chilliet2025-01-142-0/+2
* | chore: Update autoloadersChristopher Ng2025-01-152-0/+2
* | feat(api): File conversion APIElizabeth Danzberger2025-01-152-0/+8
* | feat(lexicon): configurable default valueMaxence Lange2025-01-142-0/+2
|/
* feat(ocp): add calendar api to retrieve availability of attendeesfeat/ocp/attendee-availability-apiRichard Steinmetz2025-01-132-0/+4
* Merge pull request #49888 from nextcloud/feat/ocp/meetings-api-requirementsJoas Schilling2025-01-082-0/+4
|\
| * feat(ocp): calendar event builder apifeat/ocp/meetings-api-requirementsRichard Steinmetz2025-01-062-0/+4