aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-ele...Ferdinand Thiessen2023-11-171-0/+8
* Merge pull request #41541 from nextcloud/fix/noid/serve-flac-filesMarcel Müller2023-11-161-1/+1
|\
| * Serve .flac audio filesMarcel Müller2023-11-161-1/+1
* | Merge pull request #41395 from nextcloud/hello-emfChristoph Wurst2023-11-164-45/+119
|\ \
| * | fix: use png as preview right awayDaniel Kesselberg2023-11-132-37/+43
| * | feat: allow multiple libreoffice invocationsDaniel Kesselberg2023-11-131-11/+34
| * | feat: add preview provider for emf files based on officeDaniel Kesselberg2023-11-133-0/+45
* | | Merge pull request #41057 from nextcloud/registermounts-optBenjamin Gaussorgues2023-11-163-57/+61
|\ \ \
| * | | optimize UserMountCache::registerStorageRobin Appelman2023-11-163-57/+61
| | |/ | |/|
* | | Merge pull request #41511 from nextcloud/enh/advanced_search_backendJoas Schilling2023-11-162-10/+12
|\ \ \ | |/ / |/| |
| * | Introduce constants for builtin search filtersBenjamin Gaussorgues2023-11-151-9/+9
| * | Change person type separatorBenjamin Gaussorgues2023-11-151-1/+3
* | | Merge pull request #41465 from nextcloud/artonge/migrate_metadataLouis2023-11-162-0/+45
|\ \ \
| * | | Add migration from the old to new metadata tablesLouis Chemineau2023-11-162-0/+45
* | | | Reverse X-Forwarded-For list to read the correct proxy remote addressJoas Schilling2023-11-161-2/+8
* | | | Merge pull request #41486 from nextcloud/fix/41470/invalid_user_groupBenjamin Gaussorgues2023-11-162-4/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fix invalid users/groups handling in advanced searchBenjamin Gaussorgues2023-11-152-4/+6
* | | | Merge pull request #41501 from nextcloud/feat/dav/show-ooo-ui-by-defaultChristoph Wurst2023-11-151-0/+11
|\ \ \ \
| * | | | feat(dav): Enable OOO UI and expose enabled via OCPChristoph Wurst2023-11-151-0/+11
| | |/ / | |/| |
* | | | 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-141-4/+6
* | | | | 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
| |/ / / |/| | |
* | | | 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-144-8/+77
|/ / / /
* | | | fix psalmMaxence Lange2023-11-141-5/+1
* | | | ignore metadata if table is emptyMaxence Lange2023-11-145-8/+32
* | | | Merge pull request #41436 from nextcloud/feat/introduce-inAppSearch-method-fo...Arthur Schiwon2023-11-141-0/+2
|\ \ \ \
| * | | | Add new method `inAppSearch` for advanced search providersBenjamin Gaussorgues2023-11-141-0/+2
* | | | | moving metadataqueryMaxence Lange2023-11-135-7/+7
|/ / / /
* | | | 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-132-26/+71
|\ \ \ \ | |/ / / |/| | |
| * | | 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
| * | | Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-0927-765/+230
| |\ \ \
| * | | | Update lib/private/TextProcessing/Manager.phpMarcel Klehr2023-11-081-1/+1