aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat(TaskProcessing): More task typesMarcel Klehr2024-12-096-0/+324
* Merge pull request #49442 from nextcloud/fix/no-issue/link-sharing-defaultsF. E Noel Nfebe2024-12-0910-20/+29
|\
| * chore(assets): Recompile assetsnextcloud-command2024-12-099-7/+7
| * fix(files_sharing): Stop infinite loop blocking link share requestsnfebe2024-12-091-13/+22
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-098-16/+20
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0874-46/+998
* Merge pull request #49700 from nextcloud/dependabot/npm_and_yarn/moment-timez...dependabot[bot]2024-12-075-10/+9
|\
| * chore(assets): Recompile assetsnextcloud-command2024-12-073-4/+4
| * chore(deps): bump moment-timezone from 0.5.45 to 0.5.46dependabot[bot]2024-12-072-6/+5
* | Merge pull request #49698 from nextcloud/dependabot/npm_and_yarn/tslib-2.8.1dependabot[bot]2024-12-072-5/+5
|\ \
| * | chore(deps-dev): bump tslib from 2.7.0 to 2.8.1dependabot[bot]2024-12-072-5/+5
| |/
* | Merge pull request #49699 from nextcloud/dependabot/npm_and_yarn/babel/preset...dependabot[bot]2024-12-072-69/+45
|\ \ | |/ |/|
| * chore(deps-dev): bump @babel/preset-typescript from 7.24.7 to 7.26.0dependabot[bot]2024-12-072-69/+45
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0730-0/+92
* Merge pull request #49688 from nextcloud/fix/emailsJohn Molakvoæ2024-12-061-1/+1
|\
| * fix(activity): make emails for link share uploads true by defaultskjnldsv2024-12-061-1/+1
* | Merge pull request #49477 from nextcloud/hasTableTaskprocessingTasksGit'Fellow2024-12-061-5/+7
|\ \
| * | fix(migration): Check if table existshasTableTaskprocessingTasksGit'Fellow2024-11-251-5/+7
* | | Merge pull request #49599 from nextcloud/feat/bruteforce-max-attemptsBenjamin Gaussorgues2024-12-062-2/+13
|\ \ \ | |_|/ |/| |
| * | chore(bruteforce): allows to configure max attempts before request abortBenjamin Gaussorgues2024-12-032-2/+13
* | | Merge pull request #49295 from nextcloud/feat/tags-colorsJohn Molakvoæ2024-12-0652-454/+857
|\ \ \
| * | | fix(systemtags): handle null dav valueskjnldsv2024-12-067-9/+13
| * | | chore: compile assetsskjnldsv2024-12-0623-22/+85
| * | | chore(systemtags): add inline tag color testsskjnldsv2024-12-062-3/+108
| * | | feat(systemtags): allow setting color with occskjnldsv2024-12-064-10/+39
| * | | fix(systemtags): fix elementColor computationskjnldsv2024-12-063-10/+13
| * | | feat(systemtags): add colors in bulk tagging actionskjnldsv2024-12-0611-320/+487
| * | | feat(systemtags): add color support backendskjnldsv2024-12-0616-101/+133
|/ / /
* | | Merge pull request #49352 from nextcloud/s3-disable-multipartJulius Knorr2024-12-064-21/+64
|\ \ \
| * | | fix: get object size from stream where possibleRobin Appelman2024-12-051-0/+8
| * | | fix: improve assembly streamRobin Appelman2024-12-052-11/+33
| * | | fix: don't perform the extra buffering in s3 stream write when the stream siz...Robin Appelman2024-12-051-10/+23
| * | | fix: use php://temp instead of php://memory for multi-part upload bufferRobin Appelman2024-12-051-1/+1
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0676-8/+418
* | | | Merge pull request #49646 from nextcloud/fix/noid/trigger-field-insertMaxence Lange2024-12-058-40/+109
|\ \ \ \
| * \ \ \ Merge branch 'fix/noid/trigger-field-insert' of https://github.com/nextcloud/...Maxence Lange2024-12-050-0/+0
| |\ \ \ \
| | * | | | fix(typo): Fix message of exceptionJoas Schilling2024-12-051-1/+1
| * | | | | fix(signed-request): use share owner on reshareMaxence Lange2024-12-052-3/+9
| |/ / / /
| * | | | fix(ocm): get details from sharedSecret from providerMaxence Lange2024-12-056-37/+99
| * | | | fix(signed-request): trigger metadata insert with default value manuallyMaxence Lange2024-12-052-3/+4
* | | | | Merge pull request #49677 from nextcloud/fix/db/systag-by-objectid-index-new-...Christoph Wurst2024-12-051-0/+2
|\ \ \ \ \
| * | | | | fix(db): Create the systag_by_objectid index for new installationsChristoph Wurst2024-12-051-0/+2
| |/ / / /
* | | | | Merge pull request #49262 from nextcloud/move-from-encryption-no-optRobin Appelman2024-12-051-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix: don't do same-storage move optimization with encryption wrappersmove-from-encryption-no-optRobin Appelman2024-11-131-1/+5
* | | | | Merge pull request #49404 from Thatoo/Thatoo-patch-1Arthur Schiwon2024-12-051-1/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(user_ldap): retrieve from LDAP first "email shaped" value instead of firs...Thatoo2024-11-201-1/+8
* | | | | Merge pull request #49644 from nextcloud/artonge/fix/sharetypeF. E Noel Nfebe2024-12-0510-8/+18
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-12-049-7/+7
| * | | | | fix(files_sharing): List of share type during recipient lookupLouis Chemineau2024-12-041-1/+11
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-05206-212/+414