aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* refactor: Thumbnail Generator logging and testsrefactor/preview-testsnfebe2025-04-231-1/+1
* feat(profile): Add an API to get the profile field datafeat/noid/profile-data-apiJoas Schilling2025-04-231-1/+5
* Merge pull request #52099 from nextcloud/perf/excimerJulius Knorr2025-04-221-0/+95
|\
| * perf: Add config options to trigger individual and sample profiling using exc...perf/excimerJulius Knorr2025-04-221-0/+95
* | Merge pull request #52221 from nextcloud/feat/no-issue/add-logging-preview-ge...F. E Noel Nfebe2025-04-222-25/+34
|\ \ | |/ |/|
| * feat: add logging to preview generationfeat/no-issue/add-logging-preview-generationnfebe2025-04-172-25/+34
* | Merge pull request #52224 from nextcloud/bugfix/noid/dont-break-when-checking...Arthur Schiwon2025-04-172-3/+22
|\ \
| * | fix(user): Introduce a public constant for max length of user idbugfix/noid/dont-break-when-checking-if-too-long-user-existsJoas Schilling2025-04-172-9/+5
| * | fix(usermanager): Don't throw when checking if a too long user id is an exist...Joas Schilling2025-04-162-3/+26
* | | Merge pull request #52178 from nextcloud/fix/remove-app.php-loadingCôme Chilliet2025-04-172-48/+7
|\ \ \ | |_|/ |/| |
| * | fix: Remove support for app.php loadingCôme Chilliet2025-04-142-48/+7
* | | fix(Log): revert swich to ?? operatorfix/noid/log-false-userArthur Schiwon2025-04-171-1/+1
* | | fix(mail): use matching text color for primary elementsfix/use-also-default-textFerdinand Thiessen2025-04-171-2/+2
* | | Merge pull request #50465 from nextcloud/zorn-v-patch-1John Molakvoæ2025-04-171-1/+1
|\ \ \
| * | | Check that user actually can validate password for jszorn-v-patch-1zorn-v2025-04-161-1/+1
| | |/ | |/|
* / | feat(ip): add configurable IPv6 subnet for BFP and throttlingfeat/add-configurable-ipv6-subnetBenjamin Gaussorgues2025-04-171-4/+11
|/ /
* | Merge pull request #51020 from nextcloud/artonge/fix/transfer_ownershipLouis2025-04-141-1/+12
|\ \
| * | fix: Transfer ownership with S3 as primaryartonge/fix/transfer_ownershipLouis Chemineau2025-04-011-1/+12
* | | Merge pull request #52086 from nextcloud/fix/cleanup-user-backendsCôme Chilliet2025-04-142-37/+18
|\ \ \ | |_|/ |/| |
| * | fix: Deprecate OC_User methods related to user backendsCôme Chilliet2025-04-102-37/+18
* | | fix(setup): ignore missing theming appupstream/52135/52135-masterMaxence Lange2025-04-121-2/+7
* | | Merge pull request #52085 from nextcloud/bugfix/noid/fix-cached-return-of-dis...Anna2025-04-101-2/+5
|\ \ \ | |/ / |/| |
| * | fix(federation): Fix returning "no display name" after cache resultbugfix/noid/fix-cached-return-of-display-nameJoas Schilling2025-04-101-2/+5
* | | Merge pull request #52050 from nextcloud/fix/noid/taskprocessing-appapiAlexander Piskun2025-04-101-1/+45
|\ \ \ | |/ / |/| |
| * | fix(taskprocessing): use the event for AppAPI to get list of AI providersfix/noid/taskprocessing-appapiOleksander Piskun2025-04-091-1/+45
* | | Merge pull request #52082 from nextcloud/default-navigation-reuseKate2025-04-101-1/+2
|\ \ \
| * | | fix: reuse default navigation entry when updating navigation entriesdefault-navigation-reuseRobin Appelman2025-04-091-1/+2
* | | | fix(files_sharing): fix share creation error handlingskjnldsv2025-04-091-1/+5
|/ / /
* | | fix(federation): Don't load the addressbook when resolving a cloud IDperf/noid/dont-load-addressbook-on-resolving-cloudidJoas Schilling2025-04-092-28/+30
* | | Revert "refactor(RichObjectStrings): Only log error if key or value is not st...revert/52035Joas Schilling2025-04-091-4/+2
* | | Merge pull request #51838 from nextcloud/feat/cleanup-oc-util-methodsJohn Molakvoæ2025-04-087-142/+135
|\ \ \ | |/ / |/| |
| * | fix: add more details in documented alternativesfeat/cleanup-oc-util-methodsCôme Chilliet2025-04-081-4/+4
| * | fix: Fix types for sharingDisabledForUserCôme Chilliet2025-04-073-9/+7
| * | fix: Put back isHtaccessWorking method in Setup where it is usedCôme Chilliet2025-04-071-2/+84
| * | fix: Remove some call and references to deprecated OC_Util classCôme Chilliet2025-04-073-10/+6
| * | chore(legacy): Flag methods as deprecated, with appropriate replacementCôme Chilliet2025-04-071-34/+36
| * | chore(legacy): Remove unused protected method in OC_UtilCôme Chilliet2025-04-071-4/+0
| * | chore(legacy): Officially deprecate OC_Util and remove non-static methodsCôme Chilliet2025-04-071-84/+3
* | | Merge pull request #52013 from nextcloud/handle-missing-share-providers-when-...Ferdinand Thiessen2025-04-081-1/+6
|\ \ \
| * | | fix: Handle missing share providers when promoting reshareshandle-missing-share-providers-when-promoting-resharesDaniel Calviño Sánchez2025-04-081-1/+6
| |/ /
* | | Merge pull request #52008 from nextcloud/fix/cache-hit-getFirstNodeByIdRobin Appelman2025-04-081-6/+10
|\ \ \
| * | | fix: Catch old cached paths and fetch the new onefix/cache-hit-getFirstNodeByIdJulius Knorr2025-04-081-5/+9
| * | | fix: Proper order for checking path prefix for getting file by id from cacheJulius Knorr2025-04-071-1/+1
| |/ /
* | | Merge pull request #52014 from nextcloud/fix/fix-movie-preview-constructKate2025-04-082-47/+39
|\ \ \
| * | | fix(previews): Cleanup Movie provider code and remove deprecated static varsfix/fix-movie-preview-constructCôme Chilliet2025-04-082-45/+37
| * | | fix(preview): Fix constructor parameter name and default valueCôme Chilliet2025-04-081-2/+2
| |/ /
* | | refactor(RichObjectStrings): Only log error if key or value is not string in ...fix/richobjectstrings/validator-string-key-value-errorprovokateurin2025-04-081-2/+4
* | | feat(ip): use larger IPv6 range by defaultfeat/larger_ipv6_rangeBenjamin Gaussorgues2025-04-081-4/+4
|/ /
* | Merge pull request #51712 from invario/masterStephan Orbaugh2025-04-071-7/+49
|\ \
| * | feat(previews): fix casing and commentsinvario2025-04-061-4/+5