aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #52014 from nextcloud/fix/fix-movie-preview-constructKate2025-04-081-7/+10
|\ \ \
| * | | fix(previews): Cleanup Movie provider code and remove deprecated static varsfix/fix-movie-preview-constructCôme Chilliet2025-04-081-7/+10
| |/ /
* | | refactor(RichObjectStrings): Only log error if key or value is not string in ...fix/richobjectstrings/validator-string-key-value-errorprovokateurin2025-04-081-5/+0
* | | feat(ip): use larger IPv6 range by defaultfeat/larger_ipv6_rangeBenjamin Gaussorgues2025-04-081-5/+5
|/ /
* | 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 o...feat/cleanup-oc-utilCôme Chilliet2025-04-011-57/+39
| |/
* / fix(session): Only mark sessions of permanent tokens as app passwordsfix/session/permanent-token-app-passwordChristoph Wurst2025-04-031-0/+40
|/
* Merge pull request #50768 from nextcloud/perf/cron/delay-timedjob-checkingChristoph Wurst2025-03-313-17/+52
|\
| * perf(cron): Delay (re)checking timed jobsperf/cron/delay-timedjob-checkingChristoph Wurst2025-03-313-17/+52
* | Merge pull request #51768 from nextcloud/techdebt/noid/prepare-phpunit10Joas Schilling2025-03-314-168/+107
|\ \ | |/ |/|
| * fix(phpunit): Remove some more withConsecutive callstechdebt/noid/prepare-phpunit10Joas Schilling2025-03-314-168/+107
* | Merge pull request #51676 from nextcloud/fix/add-getappversions-replacementCôme Chilliet2025-03-311-0/+4
|\ \
| * | chore(tests): Adapt TemplateLayoutTest to constructor changeCôme Chilliet2025-03-251-0/+4
| |/
* | fix: add event status and participant statusfix/noid-add-status-and-set-attendee-statusSebastianKrupinski2025-03-281-0/+5
* | test: Adapt tests to properly use valid email addressesfix/filter-empty-emailJulius Knorr2025-03-261-25/+25
|/
* Merge pull request #51490 from nextcloud/castUsersCountToIntJohn Molakvoæ2025-03-251-0/+13
|\
| * fix(database): Cast users count to integercastUsersCountToIntGit'Fellow2025-03-201-0/+13
* | fix(IFilenameValidator): correctly handle case insensitivityfix/file-name-validator-case-sensitivityFerdinand Thiessen2025-03-211-1/+91
* | chore: Move template functions out of legacy folderCôme Chilliet2025-03-201-1/+1
* | fix: Remove multiple require_once calls for template functionsCôme Chilliet2025-03-201-2/+0
|/
* fix(cardav): only show useres from enabled addressBooks in contacts menufix/noid/contactsmenu-ab-enabledHamza Mahjoubi2025-03-171-18/+64
* fix(RichObjectStrings): Make exception messages for invalid parameters more u...fix/rich-object-strings/better-exception-messagesprovokateurin2025-03-121-2/+2
* fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen2025-03-111-14/+13
* fix(lookup-server): do not query data by defaultFerdinand Thiessen2025-03-111-4/+4
* Merge pull request #51029 from nextcloud/fix/deprecate-oc-template-and-cleanupCôme Chilliet2025-03-101-17/+36
|\
| * chore: Adapt TemplateLayout testsCôme Chilliet2025-03-061-17/+36
* | Merge pull request #51130 from nextcloud/fix/credential-passwordless-authJulius Knorr2025-03-071-0/+40
|\ \ | |/ |/|
| * fix: Do not build encrypted password if there is nonefix/credential-passwordless-authJulius Knorr2025-03-061-0/+40
* | 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 backendfix/move-email-logic-local-user-backendFerdinand Thiessen2025-03-031-148/+0
* | | Merge pull request #51116 from nextcloud/enh/noid/nullable-rangeArthur Schiwon2025-03-041-1/+11
|\ \ \ | |/ / |/| |
| * | feat(AppFramework): extend range check to optional parametersenh/noid/nullable-rangeArthur Schiwon2025-02-271-1/+11
* | | refactor(TempManager): Simplify and unify implementations and remove legacy b...refactor/tempmanagerprovokateurin2025-03-031-18/+7
|/ /
* | Merge pull request #50999 from nextcloud/fix/move-away-from-oc-appCôme Chilliet2025-02-272-12/+10
|\ \
| * | fix: Remove incorrect `@throws` annotations and move away from OC_Appfix/move-away-from-oc-appCôme Chilliet2025-02-241-12/+7
| * | fix(tests): Adapt tests to appManager usageCôme Chilliet2025-02-241-0/+3
| |/
* / feat: support migrating an instance to shardingsharding-existingRobin Appelman2025-02-251-1/+1
|/
* refactor: convert sanitize account properties repair step to background jobfix/account-property-validationFerdinand Thiessen2025-02-242-10/+55
* fix: Optimize repair step performanceFerdinand Thiessen2025-02-241-1/+26
* fix: validate account properties as a repair stepFerdinand Thiessen2025-02-241-0/+89
* fix: Change UserAgent to *cloudfix/noid/thudnerbird-addon-useragentJohannes Endres2025-02-191-1/+1
* Merge pull request #49648 from nextcloud/fix/clarify-app-manager-methodsCôme Chilliet2025-02-132-7/+7
|\
| * fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methodsCôme Chilliet2025-02-132-4/+4
| * fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUserCôme Chilliet2025-02-131-3/+3
* | fix: Fix UserTest to return valid configuration valuesCôme Chilliet2025-02-101-0/+6
|/
* Merge pull request #50660 from nextcloud/fix/mime-intJohn Molakvoæ2025-02-061-0/+35
|\
| * fix: make sure we process mime extensions as stringskjnldsv2025-02-051-0/+35
* | fix(FediverseAction): Ensure valid fediverse links are generatedFerdinand Thiessen2025-02-061-0/+186
* | fix(AccountManager): Sanitize social media handlesFerdinand Thiessen2025-02-061-50/+200
|/
* fix: Exclude non accepted shares when computing access listartonge/fix/access_list_unaccepted_sharesLouis Chemineau2025-01-301-0/+9