aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #52085 from ↵Anna2025-04-101-0/+28
|\ | | | | | | | | nextcloud/bugfix/noid/fix-cached-return-of-display-name fix(federation): Fix returning "no display name" after cache result
| * fix(federation): Fix returning "no display name" after cache resultbugfix/noid/fix-cached-return-of-display-nameJoas Schilling2025-04-101-0/+28
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #52050 from nextcloud/fix/noid/taskprocessing-appapiAlexander Piskun2025-04-101-1/+319
|\ \ | |/ |/| fix(taskprocessing): use the event for AppAPI to get list of AI providers
| * fix(taskprocessing): use the event for AppAPI to get list of AI providersfix/noid/taskprocessing-appapiOleksander Piskun2025-04-091-1/+319
| | | | | | | | Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
* | fix(files_sharing): fix share creation error handlingskjnldsv2025-04-091-1/+1
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #52070 from nextcloud/test/noid/improve-test-outputJoas Schilling2025-04-091-6/+6
|\ \ | | | | | | test: Improve comments manager test output in case of failure
| * | test: Improve comments manager test output in case of failuretest/noid/improve-test-outputJoas Schilling2025-04-091-6/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix(federation): Don't load the addressbook when resolving a cloud IDperf/noid/dont-load-addressbook-on-resolving-cloudidJoas Schilling2025-04-092-14/+39
|/ / | | | | | | | | | | Instead we delay the lookup of the display name until it is actually used Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Revert "refactor(RichObjectStrings): Only log error if key or value is not ↵revert/52035Joas Schilling2025-04-091-0/+5
| | | | | | | | | | | | | | | | string in validator" This reverts commit fd156d3408a030c6bb98d9cdaf3790375d766eb5. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #51838 from nextcloud/feat/cleanup-oc-util-methodsJohn Molakvoæ2025-04-081-10/+10
|\ \ | |/ |/| Mark all methods of OC_Util as deprecated
| * fix: Remove some call and references to deprecated OC_Util classCôme Chilliet2025-04-071-10/+10
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #52014 from nextcloud/fix/fix-movie-preview-constructKate2025-04-081-7/+10
|\ \ | | | | | | fix(preview): Fix constructor parameter name and default value
| * | fix(previews): Cleanup Movie provider code and remove deprecated static varsfix/fix-movie-preview-constructCôme Chilliet2025-04-081-7/+10
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | refactor(RichObjectStrings): Only log error if key or value is not string in ↵fix/richobjectstrings/validator-string-key-value-errorprovokateurin2025-04-081-5/+0
| | | | | | | | | | | | validator Signed-off-by: provokateurin <kate@provokateurin.de>
* | feat(ip): use larger IPv6 range by defaultfeat/larger_ipv6_rangeBenjamin Gaussorgues2025-04-081-5/+5
|/ | | | | | | Some providers assign `/48` IPv6 blocks instead of `/64` so it sounds safer to use this mask by default. Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Merge pull request #51836 from nextcloud/feat/cleanup-oc-utilCôme Chilliet2025-04-031-57/+39
|\ | | | | chore(legacy): Remove deprecated OC_Util::addScript and functions depending on it
| * chore(legacy): Remove deprecated OC_Util::addScript and functions depending ↵feat/cleanup-oc-utilCôme Chilliet2025-04-011-57/+39
| | | | | | | | | | | | | | | | | | | | on it Deprecated since 24, currently unused. Sadly not all related functions were officially marked as deprecated, but all of them were unused. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(session): Only mark sessions of permanent tokens as app passwordsfix/session/permanent-token-app-passwordChristoph Wurst2025-04-031-0/+40
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #50768 from nextcloud/perf/cron/delay-timedjob-checkingChristoph Wurst2025-03-313-17/+52
|\ | | | | perf(cron): Delay (re)checking timed jobs
| * perf(cron): Delay (re)checking timed jobsperf/cron/delay-timedjob-checkingChristoph Wurst2025-03-313-17/+52
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #51768 from nextcloud/techdebt/noid/prepare-phpunit10Joas Schilling2025-03-314-168/+107
|\ \ | |/ |/| fix(phpunit10): Migrate away from PHPUnit at() calls
| * fix(phpunit): Remove some more withConsecutive callstechdebt/noid/prepare-phpunit10Joas Schilling2025-03-314-168/+107
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #51676 from nextcloud/fix/add-getappversions-replacementCôme Chilliet2025-03-311-0/+4
|\ \ | | | | | | Add OC_App::getAppVersions replacement in IAppManager
| * | chore(tests): Adapt TemplateLayoutTest to constructor changeCôme Chilliet2025-03-251-0/+4
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: add event status and participant statusfix/noid-add-status-and-set-attendee-statusSebastianKrupinski2025-03-281-0/+5
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | test: Adapt tests to properly use valid email addressesfix/filter-empty-emailJulius Knorr2025-03-261-25/+25
|/ | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* Merge pull request #51490 from nextcloud/castUsersCountToIntJohn Molakvoæ2025-03-251-0/+13
|\ | | | | fix(database): Cast users count to integer
| * fix(database): Cast users count to integercastUsersCountToIntGit'Fellow2025-03-201-0/+13
| | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | fix(IFilenameValidator): correctly handle case insensitivityfix/file-name-validator-case-sensitivityFerdinand Thiessen2025-03-211-1/+91
| | | | | | | | | | | | | | | | - forbidden names and forbidden base names are case **insensitive** so we need to check all lowercase here. - add test that config value is also read case insensitive. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: Move template functions out of legacy folderCôme Chilliet2025-03-201-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Remove multiple require_once calls for template functionsCôme Chilliet2025-03-201-2/+0
|/ | | | | | Only require them when include the template file instead Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(cardav): only show useres from enabled addressBooks in contacts menufix/noid/contactsmenu-ab-enabledHamza Mahjoubi2025-03-171-18/+64
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* fix(RichObjectStrings): Make exception messages for invalid parameters more ↵fix/rich-object-strings/better-exception-messagesprovokateurin2025-03-121-2/+2
| | | | | | useful for debugging Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen2025-03-111-14/+13
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(lookup-server): do not query data by defaultFerdinand Thiessen2025-03-111-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #51029 from nextcloud/fix/deprecate-oc-template-and-cleanupCôme Chilliet2025-03-101-17/+36
|\ | | | | fix: Deprecate OC_Template, add proper template manager instead
| * chore: Adapt TemplateLayout testsCôme Chilliet2025-03-061-17/+36
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #51130 from nextcloud/fix/credential-passwordless-authJulius Knorr2025-03-071-0/+40
|\ \ | |/ |/| fix: Do not build encrypted password if there is none
| * fix: Do not build encrypted password if there is nonefix/credential-passwordless-authJulius Knorr2025-03-061-0/+40
| | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | Merge pull request #47686 from nextcloud/fix/move-email-logic-local-user-backendCôme Chilliet2025-03-041-148/+0
|\ \ | | | | | | fix: Move login via email logic to local backend
| * | fix: Move login via email logic to local backendfix/move-email-logic-local-user-backendFerdinand Thiessen2025-03-031-148/+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 #51116 from nextcloud/enh/noid/nullable-rangeArthur Schiwon2025-03-041-1/+11
|\ \ \ | |/ / |/| | feat(AppFramework): extend range check to optional parameters
| * | feat(AppFramework): extend range check to optional parametersenh/noid/nullable-rangeArthur Schiwon2025-02-271-1/+11
| | | | | | | | | | | | | | | | | | | | | Now it also applies when a paramater is documtend with a pending |null, but no further unionation is considered. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | refactor(TempManager): Simplify and unify implementations and remove legacy ↵refactor/tempmanagerprovokateurin2025-03-031-18/+7
|/ / | | | | | | | | | | behavior Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #50999 from nextcloud/fix/move-away-from-oc-appCôme Chilliet2025-02-272-12/+10
|\ \ | | | | | | fix: Replace OC_App calls by IAppManager
| * | fix: Remove incorrect `@throws` annotations and move away from OC_Appfix/move-away-from-oc-appCôme Chilliet2025-02-241-12/+7
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(tests): Adapt tests to appManager usageCôme Chilliet2025-02-241-0/+3
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / feat: support migrating an instance to shardingsharding-existingRobin Appelman2025-02-251-1/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* refactor: convert sanitize account properties repair step to background jobfix/account-property-validationFerdinand Thiessen2025-02-242-10/+55
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Optimize repair step performanceFerdinand Thiessen2025-02-241-1/+26
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>