Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #48648 from nextcloud/rakekniven-patch-1 | Ferdinand Thiessen | 2024-10-12 | 2 | -2/+2 | |
|\ \ | | | | | | | fix(i18n): Improved grammar | |||||
| * | | fix(i18n): Improved grammar | rakekniven | 2024-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | |||||
| * | | fix(i18n): Improved grammar | rakekniven | 2024-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-12 | 4 | -28/+116 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-11 | 4 | -14/+14 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix: Minor @nc/vue usage errors | Louis Chemineau | 2024-10-09 | 1 | -0/+1 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types | Kate | 2024-10-08 | 3 | -38/+33 | |
|\ | ||||||
| * | refactor(files_sharing): Add Storage parameter strong types | provokateurin | 2024-10-07 | 3 | -38/+33 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 3 | -5/+5 | |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-06 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-04 | 4 | -50/+50 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-03 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #48235 from nextcloud/readd-object-store-phpunit | Robin Appelman | 2024-10-01 | 1 | -0/+1 | |
|\ | | | | | test: re-add object store primary storage phpunit tests | |||||
| * | test: fix share storage move test with object store | Robin Appelman | 2024-09-27 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-29 | 2 | -0/+28 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | feat(files_sharing): Make `ShareController` download route use the DAV ↵ | Ferdinand Thiessen | 2024-09-28 | 1 | -91/+24 | |
|/ | | | | | | `ZipFolderPlugin` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #48219 from nextcloud/fix/istorage/return-types | Kate | 2024-09-27 | 3 | -70/+34 | |
|\ | ||||||
| * | fix(files_sharing): Fix all IStorage return types | provokateurin | 2024-09-26 | 3 | -70/+34 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-27 | 2 | -0/+2 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_sharing): Check if propfind response is valid before accessing ↵fix/files_sharing/ocm-permissions | provokateurin | 2024-09-26 | 1 | -0/+4 | |
| | | | | | | share permission props Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | refactor(files_sharing): Make permissions prop checks less error prone | provokateurin | 2024-09-26 | 1 | -6/+9 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop | provokateurin | 2024-09-26 | 1 | -1/+1 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-26 | 2 | -2/+64 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files): Link share URL was not generated due to typo | Ferdinand Thiessen | 2024-09-24 | 1 | -3/+4 | |
| | | | | | | `toen` vs `token` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #48223 from nextcloud/feat/add-rector-config | Côme Chilliet | 2024-09-23 | 3 | -9/+9 | |
|\ | | | | | Add rector config | |||||
| * | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 3 | -9/+9 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-21 | 2 | -6/+6 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | chore(files): Remove legacy style files | Ferdinand Thiessen | 2024-09-20 | 1 | -1/+0 | |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: fix usage of deprecated functions and adjust code style | Ferdinand Thiessen | 2024-09-20 | 1 | -9/+10 | |
| | | | | | | | | This solves 57 ESLint warnings by replacing deprecated code with `@nextcloud/` libraries, as well as adding missing type information, importing jQuery instead of relying on global one, and the same with Moment.js. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameterchore/add-deprecation-date | Ferdinand Thiessen | 2024-09-20 | 2 | -13/+4 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(federation): Do not overwrite certificate bundlefix/federation-certificate-store | Julius Härtl | 2024-09-20 | 1 | -14/+17 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 19 | -43/+46 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Merge pull request #48200 from nextcloud/share-reminder-sharding | Robin Appelman | 2024-09-19 | 2 | -13/+104 | |
|\ | | | | | fix: add sharding compatible version of share reminder job | |||||
| * | fix: add sharding compatible version of share reminder jobshare-reminder-sharding | Robin Appelman | 2024-09-19 | 2 | -13/+104 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Merge pull request #48162 from nextcloud/bugfix/noid/array-keys | Joas Schilling | 2024-09-19 | 1 | -5/+5 | |
|\ \ | |/ |/| | fix(autocomplete): Move known array keys to psalm docs | |||||
| * | fix(autocomplete): Move known array keys to psalm docsbugfix/noid/array-keys | Joas Schilling | 2024-09-18 | 1 | -5/+5 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | fix: fix share reminder job for oracleoracle-share-reminder | Robin Appelman | 2024-09-18 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | test: fix ShareControllerTest.phpobject-store-move-fixes | Robin Appelman | 2024-09-18 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | test: fix ShareAPIControllerTest.php | Robin Appelman | 2024-09-18 | 1 | -1/+41 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | test: put parent items into cache in tests | Robin Appelman | 2024-09-18 | 1 | -0/+2 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-18 | 2 | -6/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-18 | 2 | -8/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | refactor: move to new activity exceptionrefactor/move-to-new-activity-exception | Anna Larch | 2024-09-17 | 1 | -2/+3 | |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritance | provokateurin | 2024-09-17 | 2 | -21/+0 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix(Storage): Document getOwner() can return false | provokateurin | 2024-09-17 | 2 | -2/+2 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-17 | 4 | -0/+36 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore: Fix psalm issues, put back private versions of getter in private ↵ | Côme Chilliet | 2024-09-16 | 1 | -0/+1 | |
| | | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix: Fix other uses of removed Storage interface | Côme Chilliet | 2024-09-16 | 2 | -9/+4 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 1 | -16/+16 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #48042 from nextcloud/refactor/elvis | Christoph Wurst | 2024-09-16 | 1 | -1/+1 | |
|\ | | | | | refactor: Use the elvis operator + fix: Handle null checks with the ?? operator |