aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* feat(files_sharing): Make `ShareController` download route use the DAV `ZipFo...Ferdinand Thiessen2024-09-281-91/+24
* Merge pull request #48219 from nextcloud/fix/istorage/return-typesKate2024-09-273-70/+34
|\
| * fix(files_sharing): Fix all IStorage return typesprovokateurin2024-09-263-70/+34
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-272-0/+2
|/
* fix(files_sharing): Check if propfind response is valid before accessing shar...fix/files_sharing/ocm-permissionsprovokateurin2024-09-261-0/+4
* refactor(files_sharing): Make permissions prop checks less error proneprovokateurin2024-09-261-6/+9
* fix(files_sharing): Parse OCM share permissions from OCM and not OCS propprovokateurin2024-09-261-1/+1
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-262-2/+64
* fix(files): Link share URL was not generated due to typoFerdinand Thiessen2024-09-241-3/+4
* Merge pull request #48223 from nextcloud/feat/add-rector-configCôme Chilliet2024-09-233-9/+9
|\
| * chore: Apply rector configuration to apps folderCôme Chilliet2024-09-203-9/+9
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-212-6/+6
* | chore(files): Remove legacy style filesFerdinand Thiessen2024-09-201-1/+0
|/
* chore: fix usage of deprecated functions and adjust code styleFerdinand Thiessen2024-09-201-9/+10
* chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameterchore/add-deprecation-dateFerdinand Thiessen2024-09-202-13/+4
* fix(federation): Do not overwrite certificate bundlefix/federation-certificate-storeJulius Härtl2024-09-201-14/+17
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1919-43/+46
* Merge pull request #48200 from nextcloud/share-reminder-shardingRobin Appelman2024-09-192-13/+104
|\
| * fix: add sharding compatible version of share reminder jobshare-reminder-shardingRobin Appelman2024-09-192-13/+104
* | Merge pull request #48162 from nextcloud/bugfix/noid/array-keysJoas Schilling2024-09-191-5/+5
|\ \ | |/ |/|
| * fix(autocomplete): Move known array keys to psalm docsbugfix/noid/array-keysJoas Schilling2024-09-181-5/+5
* | fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-181-2/+2
* | test: fix ShareControllerTest.phpobject-store-move-fixesRobin Appelman2024-09-181-0/+1
* | test: fix ShareAPIControllerTest.phpRobin Appelman2024-09-181-1/+41
* | test: put parent items into cache in testsRobin Appelman2024-09-181-0/+2
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-182-6/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-182-8/+8
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-171-2/+3
* fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-172-21/+0
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-172-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-174-0/+36
* chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-0/+1
* fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-162-9/+4
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-161-16/+16
* Merge pull request #48042 from nextcloud/refactor/elvisChristoph Wurst2024-09-161-1/+1
|\
| * fix: Handle null checks with the ?? operatorrefactor/elvisChristoph Wurst2024-09-151-1/+1
| * refactor: Use the elvis operatorChristoph Wurst2024-09-151-1/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-164-0/+54
* | refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1533-285/+285
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-152-0/+26
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-146-2/+62
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-132-0/+32
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-126-2/+30
* Merge pull request #47339 from nextcloud/fix/leave-share-instead-of-deleteJohn Molakvoæ2024-09-114-0/+77
|\
| * fix(files_sharing): adjust permissions from custom edit and delete check methodsskjnldsv2024-09-112-0/+63
| * fix: Display 'Leave share' instead of 'Delete'Marcel Klehr2024-09-063-0/+14
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1146-140/+70
* | fix(INotification): Restrict rich object parameters typeprovokateurin2024-09-101-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1094-96/+240
* | Merge pull request #47841 from nextcloud/fix/files-sharing-openfileJonas2024-09-092-0/+12
|\ \