aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * fix(HTTP): Adjust JSONResponse data typeprovokateurin2025-01-072-6/+1
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-076-0/+8
* Merge pull request #49931 from nextcloud/backport/49927/stable28Luka Trovic2025-01-063-15/+289
|\
| * chore: Remove syntax incompatible with PHP 8.0backport/49927/stable28Côme Chilliet2024-12-201-2/+5
| * fix: Use getRelativePath method to check if node is inside folderCôme Chilliet2024-12-202-11/+16
| * fix: Fix promotion of reshares from subsubfoldersCôme Chilliet2024-12-202-26/+101
| * fix(tests): Revert changes to tests now that reshares are not deleted but pro...Côme Chilliet2024-12-201-2/+1
| * fix(tests): Fix share tests to test new reshare promotion systemCôme Chilliet2024-12-201-17/+17
| * chore: Add comment to make code clearerCôme Chilliet2024-12-201-0/+1
| * chore: Turn method description into phpdocCôme Chilliet2024-12-201-1/+1
| * fix(shares): Promote reshares into direct shares when share is deletedCôme Chilliet2024-12-201-6/+13
| * fix: Transfer incomming shares first, do not delete non-migratable onesCôme Chilliet2024-12-201-13/+10
| * fix: Tidy up code for reshare deletionCôme Chilliet2024-12-202-22/+24
| * fix: delete re-shares when deleting the parent shareLuka Trovic2024-12-204-5/+190
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-0610-86/+102
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-0516-80/+88
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-048-0/+224
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-0312-6/+70
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-026-2/+52
* | Merge pull request #50005 from nextcloud/automated/noid/stable28-update-ca-ce...Joas Schilling2025-01-012-88/+3
|\ \
| * | fix(security): Update CA certificate bundleautomated/noid/stable28-update-ca-cert-bundlenextcloud-command2025-01-012-88/+3
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-3182-130/+48
* | Merge pull request #49778 from nextcloud/backport/49503/stable28Richard Steinmetz2024-12-304-27/+2
|\ \
| * | fix: disable both iTip and iMip messagesbackport/49503/stable28SebastianKrupinski2024-12-104-27/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-3016-32/+74
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-292-0/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-288-6/+72
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-272-0/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-264-2/+48
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-2524-4/+470
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-24232-228/+332
* | | Merge pull request #49863 from nextcloud/dependabot/npm_and_yarn/stable28/cyp...dependabot[bot]2024-12-232-5/+5
|\ \ \
| * | | bump cypress-if from 1.12.5 to 1.12.6dependabot/npm_and_yarn/stable28/cypress-if-1.12.6dependabot[bot]2024-12-142-5/+5
* | | | Merge pull request #49864 from nextcloud/dependabot/npm_and_yarn/stable28/kar...dependabot[bot]2024-12-232-5/+5
|\ \ \ \
| * | | | bump karma from 6.4.3 to 6.4.4dependabot/npm_and_yarn/stable28/karma-6.4.4dependabot[bot]2024-12-142-5/+5
| |/ / /
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-2312-20/+104
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-2226-2/+230
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-21158-88/+376
* | | | Merge pull request #49937 from nextcloud/backport/49936/stable28Kate2024-12-201-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix: Create empty file instead of file with a spaceJulius Knorr2024-12-201-1/+1
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-204-10/+10
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-19168-164/+528
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-18152-320/+1046
* | | Merge pull request #49890 from nextcloud/backport/49880/stable28Kate2024-12-171-4/+11
|\ \ \
| * | | fix(View): Catch exceptions when executing mkdir for non-existent parentsbackport/49880/stable28provokateurin2024-12-171-4/+11
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1722-2/+76
* | | Merge pull request #49835 from nextcloud/backport/49822/stable28Kate2024-12-163-7/+9
|\ \ \
| * | | fix(tests): Adapt ManagerTest to change in Exception class usedbackport/49822/stable28Côme Chilliet2024-12-121-1/+1
| * | | fix(shares): Wrap exceptions from password validation to set code to 400Côme Chilliet2024-12-121-1/+7
| * | | fix(files_sharing): Do not wrap password policy exception into a generic oneCôme Chilliet2024-12-121-6/+2