aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #41616 from nextcloud/bugfix/noid/fix-ocs-absolute-URLs-wi...Joas Schilling2023-11-201-3/+12
|\
| * fix: Fix linkToOCSRouteAbsolute() without index.php and subfolderJoas Schilling2023-11-201-3/+12
* | Merge pull request #41544 from nextcloud/enh/noid/updatehtaccess-disk-space-c...Simon L2023-11-201-0/+8
|\ \ | |/ |/|
| * do not write htaccess file if disk space is too lowSimon L2023-11-171-0/+8
* | fix(CSP): Only add `strict-dynamic` when using noncesFerdinand Thiessen2023-11-171-6/+6
* | fix!(ContentSecurityPolicy): Make `strict-dynamic` enabled by default on `scr...Ferdinand Thiessen2023-11-171-1/+1
* | feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-ele...Ferdinand Thiessen2023-11-173-6/+38
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-172-4/+4
* 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-166-45/+121
|\ \
| * | 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-135-0/+47
* | | Merge pull request #41057 from nextcloud/registermounts-optBenjamin Gaussorgues2023-11-164-57/+69
|\ \ \
| * | | optimize UserMountCache::registerStorageRobin Appelman2023-11-164-57/+69
| | |/ | |/|
* | | Merge pull request #41511 from nextcloud/enh/advanced_search_backendJoas Schilling2023-11-164-11/+27
|\ \ \ | |/ / |/| |
| * | Introduce constants for builtin search filtersBenjamin Gaussorgues2023-11-152-9/+24
| * | Undeprecate getTermBenjamin Gaussorgues2023-11-151-1/+0
| * | Change person type separatorBenjamin Gaussorgues2023-11-151-1/+3
* | | Merge pull request #41465 from nextcloud/artonge/migrate_metadataLouis2023-11-164-0/+49
|\ \ \
| * | | Add migration from the old to new metadata tablesLouis Chemineau2023-11-164-0/+49
* | | | 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
* | | | | 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
|\ \ \ \