aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #42011 from ↵Andy Scherzinger2023-12-061-1/+0
|\ | | | | | | | | nextcloud/techdebt/noid/allow-to-load-multiple-metadata-with-1-query fix(metadata): Fix copy-paste doc block throws
| * fix(metadata): Fix copy-paste doc block throwsJoas Schilling2023-12-041-1/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #41927 from nextcloud/perf/login-with-email-tokenJulius Härtl2023-12-052-4/+22
|\ \
| * | fix: Only apply cast if needed when searching users for valueJulius Härtl2023-11-301-2/+11
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | perf: Use more performant way to obtain and check the email as a login name ↵Julius Härtl2023-11-301-2/+11
| | | | | | | | | | | | | | | | | | with token login Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #41962 from nextcloud/fix/dav/check-current-ooo-timeJoas Schilling2023-12-052-1/+29
|\ \ \ | | | | | | | | fix(dav): Make current ooo info time-dependent
| * | | fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-052-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * If there is an out of office absence info and it happens now -> return data * Else: return no data Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | +files_metadata_installedMaxence Lange2023-12-051-2/+26
| |_|/ |/| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | fix(metadata): Allow to load metadata of multiple files at onceJoas Schilling2023-12-043-1/+60
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #41999 from ↵Joas Schilling2023-12-041-0/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/handle-idn_to_utf8-returning-false fix(security): Handle idn_to_utf8 returning false
| * | | fix(security): Handle idn_to_utf8 returning falseJoas Schilling2023-12-041-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | fix(TemplateManager): Bail early if templatedirectory is emptyMarcel Klehr2023-12-041-0/+5
|/ / / | | | | | | | | | | | | | | | fixes #39266 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-042-10/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-024-2/+28
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #40169 from nextcloud/enh/load-disabled-users-directlyPytal2023-12-011-1/+1
|\ \ \ | |/ / |/| | enh(settings): Load from disabled users endpoint
| * | Invert parameter order in getDisabledUserList to be consistentCôme Chilliet2023-11-301-1/+1
| |/ | | | | | | | | | | | | This matches what was done in the calls and so fixes getting disabled user list when there are several backends returning disabled users. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(TextProcessing): Make task type template param covariantMarcel Klehr2023-12-012-9/+7
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #41931 from nextcloud/techdebt/noid/add-typingJoas Schilling2023-12-011-6/+6
|\ \ | |/ |/| techdebt(Middleware): Add more specific array types so its clickable in IDEs
| * techdebt(Middleware): Add more specific array types so its clickable in IDEsJoas Schilling2023-11-301-6/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Enable new global search by defaultfenn-cs2023-11-301-5/+2
|/ | | | | | | | The new global search would now be activated by default and users, have the option to revert to the old unified search by setting `unified_search.enabled` to true in the NC `config.php` file. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Merge pull request #41765 from nextcloud/artonge/feat/sync_live_photosLouis2023-11-303-2/+48
|\ | | | | Synchronize operation on live photo files
| * Synchronize operation on live photo filesLouis Chemineau2023-11-293-2/+48
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-302-4/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: change mime type for msg fileDaniel Kesselberg2023-11-291-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix: add mimetype for eml and msgDaniel Kesselberg2023-11-281-0/+13
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #41460 from nextcloud/feat/migrate-database-missing-checksCôme Chilliet2023-11-283-8/+8
|\ | | | | Migrate database missing checks
| * Migrate missing primary key database check to new APICôme Chilliet2023-11-271-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate missing index database check to new APICôme Chilliet2023-11-271-5/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate missing column database check to new APICôme Chilliet2023-11-271-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #41272 from nextcloud/fixOccScansGit'Fellow2023-11-281-3/+6
|\ \ | | | | | | fix: reduce memory consumption of scans
| * | fix: reduce memory consumption of scansGit'Fellow2023-11-031-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix lint Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-286-23/+60
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #41779 from ↵Arthur Schiwon2023-11-284-5/+86
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/use-destinct-exception-so-apps-dont-parse-messages fix(API): Use a distinct exception so apps can react to it and custom…
| * | | fix(API): Use a distinct exception so apps can react to it and customize the ↵Joas Schilling2023-11-284-5/+86
| | |/ | |/| | | | | | | | | | | | | return Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-282-0/+24
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #41578 from nextcloud/enh/noid/dispatcher-test-argument-rangeJoas Schilling2023-11-272-7/+48
|\ \ | | | | | | Enable AppFramework dispatcher to enforce integer ranges
| * | enh(dispatcher): enforce psalm ranges in the http dispatcherArthur Schiwon2023-11-242-7/+48
| | | | | | | | | | | | | | | | | | - allows devs to provide int ranges for API arguments Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-274-4/+138
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-262-2/+176
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-256-2/+92
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #41440 from nextcloud/feat/dav/out-of-office-jobChristoph Wurst2023-11-245-1/+112
|\ \ \ | | | | | | | | feat(dav): dispatch out-of-office started and ended events
| * | | feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-235-1/+112
| |/ / | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-11-24130-326/+138
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-23192-619/+619
| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #41459 from nextcloud/enh/noid/search-metadata-nullMaxence Lange2023-11-232-0/+3
|\ \ | | | | | | implements search on null/notnull metadata
| * | Fix is-define operatorLouis Chemineau2023-11-221-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | implements search on null/notnull metadataMaxence Lange2023-11-222-0/+3
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #41662 from ↵Kate2023-11-232-29/+48
|\ \ \ | | | | | | | | | | | | nextcloud/chore/settings/cleanup-manager-type-annotations
| * | | chore(settings): Cleanup IManager and Manager type annotationsjld31032023-11-232-29/+48
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #40462 from nextcloud/refactor/lib-array_search-to-in_arrayAndy Scherzinger2023-11-228-10/+10
|\ \ \ \ | | | | | | | | | | refactor: Replace array_search with in_array in lib/