aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-162-0/+22
* Merge pull request #41501 from nextcloud/feat/dav/show-ooo-ui-by-defaultChristoph Wurst2023-11-152-0/+20
|\
| * feat(dav): Enable OOO UI and expose enabled via OCPChristoph Wurst2023-11-152-0/+20
* | Merge pull request #37959 from nextcloud/ob-procSimon L2023-11-151-2/+8
|\ \ | |/ |/|
| * Us strpos() onlyGit'Fellow2023-11-151-9/+3
| * Check for open_basedir before reading /procGit'Fellow2023-11-151-2/+14
* | Merge pull request #41495 from nextcloud/fix/ocp/register-availability-coordi...Christoph Wurst2023-11-151-0/+4
|\ \
| * | fix(ocp): register IAvailabilityCoordinator service aliasRichard Steinmetz2023-11-151-0/+4
* | | Merge pull request #40935 from nextcloud/local-case-insensitiveBenjamin Gaussorgues2023-11-151-1/+26
|\ \ \ | |/ / |/| |
| * | add some support for rename on case insensitive local filesystemsRobin Appelman2023-10-201-1/+26
* | | Merge pull request #41366 from ir0nhide/fix/multipart-copy-ssecJulius Härtl2023-11-151-1/+7
|\ \ \
| * | | fix(s3): support SSE-C headers for the MultipartCopy callTobias Zimmerer2023-11-141-1/+7
* | | | Merge pull request #38622 from nextcloud/ifElseReturnMatchGit'Fellow2023-11-151-15/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Replace if/else with return matchGit'Fellow2023-11-011-15/+8
* | | | fix(AppManager): Ensure that app manager can handle empty app keys on the nav...Ferdinand Thiessen2023-11-142-4/+8
* | | | fix: Allow to set custom app order on navigation entries added by closures to...Ferdinand Thiessen2023-11-142-7/+14
* | | | fix(NavigationManager): Set default app in `add` function to allow entries ad...Ferdinand Thiessen2023-11-141-7/+8
* | | | fix(NavigationManager): Check for `appManager` before using itFerdinand Thiessen2023-11-141-4/+4
* | | | fix(INavigationManager): Add psalm typing for `add` parameterFerdinand Thiessen2023-11-141-1/+7
| |/ / |/| |
* | | Merge pull request #41432 from nextcloud/fix/white-user-icon-searchBenjamin Gaussorgues2023-11-141-0/+6
|\ \ \
| * | | Fix user search provider iconBenjamin Gaussorgues2023-11-141-0/+6
* | | | metadata must be set as editable for PROPPATCHMaxence Lange2023-11-147-14/+155
|/ / /
* | | fix psalmMaxence Lange2023-11-141-5/+1
* | | ignore metadata if table is emptyMaxence Lange2023-11-146-10/+34
* | | Merge pull request #41436 from nextcloud/feat/introduce-inAppSearch-method-fo...Arthur Schiwon2023-11-144-0/+38
|\ \ \
| * | | Add new method `inAppSearch` for advanced search providersBenjamin Gaussorgues2023-11-144-0/+38
* | | | Merge pull request #41446 from nextcloud/fix/noid/moving-metadataqueryArthur Schiwon2023-11-149-13/+14
|\ \ \ \
| * | | | moving metadataqueryMaxence Lange2023-11-139-13/+14
| |/ / /
* / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-11-142-4/+4
|/ / /
* | | fix(workflowengine): use andWhere() not second where()Arthur Schiwon2023-11-131-1/+1
* | | Merge pull request #41406 from nextcloud/bugfix/noid/log-exception-class-when...Joas Schilling2023-11-131-1/+1
|\ \ \
| * | | fix(log): Log exception class when message is emptyJoas Schilling2023-11-131-1/+1
* | | | Merge pull request #41271 from nextcloud/enh/text-processing-iprovider2Joas Schilling2023-11-139-28/+212
|\ \ \ \ | |/ / / |/| | |
| * | | fix: Make sure array starts at 0 after array filterMarcel Klehr2023-11-101-2/+2
| * | | fix: Don't try to access undefined array keyMarcel Klehr2023-11-091-1/+5
| * | | fix: Update autoloadersMarcel Klehr2023-11-092-2/+2
| * | | Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-0933-785/+239
| |\ \ \
| * | | | Update lib/public/TextProcessing/IProviderWithUserId.phpMarcel Klehr2023-11-081-1/+1
| * | | | Update lib/private/TextProcessing/Manager.phpMarcel Klehr2023-11-081-1/+1
| * | | | Update lib/private/TextProcessing/Manager.phpMarcel Klehr2023-11-081-1/+1
| * | | | Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-0867-288/+3741
| |\ \ \ \
| * | | | | fix coding styleMarcel Klehr2023-11-071-1/+0
| * | | | | fix: split IProvider2 into two more verbose interfacesMarcel Klehr2023-11-076-15/+58
| * | | | | fix: psalm issues and coding styleMarcel Klehr2023-11-062-7/+19
| * | | | | fix(TextProcessing/Manager): add canuseProvider check in getPreferredProvidersMarcel Klehr2023-11-061-3/+1
| * | | | | fix(TextProcessing/Manager): Throw TaskFailureException upon failureMarcel Klehr2023-11-063-9/+13
| * | | | | enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-035-19/+143
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-122-8/+8
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-112-20/+20
* | | | | | Merge pull request #41318 from nextcloud/fix/session/empty-session-error-loggingChristoph Wurst2023-11-101-12/+18
|\ \ \ \ \ \