aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | fix: test variables before returningSebastianKrupinski2024-08-131-6/+6
* | | | | | | | Merge pull request #47202 from nextcloud/chore/nextcloud-auth-2_4Ferdinand Thiessen2024-08-13164-238/+336
|\ \ \ \ \ \ \ \
| * | | | | | | | chore(assets): Recompile assetsnextcloud-command2024-08-13136-167/+269
| * | | | | | | | chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where p...Ferdinand Thiessen2024-08-1328-71/+67
|/ / / / / / / /
* | | | | | | | Merge pull request #43573 from nextcloud/HolgerHees-fix-csp-nonce-handlingFerdinand Thiessen2024-08-1314-273/+296
|\ \ \ \ \ \ \ \
| * | | | | | | | feat: Provide CSP nonce as `<meta>` elementFerdinand Thiessen2024-08-139-9/+23
| * | | | | | | | test: Adjust tests for CSP nonceFerdinand Thiessen2024-08-135-262/+268
| * | | | | | | | fix: Make sure CSP nonce is not double base64 encodedFerdinand Thiessen2024-08-132-3/+6
| * | | | | | | | fix: Use `CSP_NONCE` env variable in ContentSecurity HeaderHolger Hees2024-08-131-1/+1
* | | | | | | | | Merge pull request #45786 from nextcloud/fix/caldav/default-vjournalRichard Steinmetz2024-08-132-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix(caldav): allow VJOURNAL if no supported component set is specifiedRichard Steinmetz2024-08-132-2/+2
* | | | | | | | | | Merge pull request #45221 from nextcloud/feat/auth/authtoken-clean-upChristoph Wurst2024-08-133-20/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | feat(auth): Clean-up unused auth tokens and wipe tokensChristoph Wurst2024-08-133-20/+31
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #47195 from nextcloud/bugfix/noid/return-correct-userid-on...Joas Schilling2024-08-133-7/+14
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | fix(federation): Return the used userID to allow the inviting server to react...Joas Schilling2024-08-133-7/+14
| |/ / / / / / / /
* | | | | | | | | Merge pull request #47198 from nextcloud/fix/issue-46700Joas Schilling2024-08-1310-8/+8
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | chore(assets): Recompile assetsJoas Schilling2024-08-139-7/+7
| * | | | | | | | fix: Update translation stringArchisman Das2024-08-131-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #47189 from nextcloud/feat/noid/ship-twofactor_nextcloud_n...Stephan Orbaugh2024-08-131-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | chore: Ship twofactor_nextcloud_notificationJoas Schilling2024-08-131-0/+1
| |/ / / / / /
* | | | | | | Merge pull request #41740 from nextcloud/Fix/duplicate-remindersHamza2024-08-133-4/+12
|\ \ \ \ \ \ \
| * | | | | | | fix: handle-duplicate-reminderhamza2212024-08-133-4/+12
* | | | | | | | Merge pull request #47180 from nextcloud/fix/apply-group-limit-on-remove-from...Côme Chilliet2024-08-134-8/+167
|\ \ \ \ \ \ \ \
| * | | | | | | | chore(tests): Fix import in cypress test limit_to_same_group.cy.tsCôme Chilliet2024-08-121-1/+1
| * | | | | | | | chore(tests): Fix SPDX license header on new cypress testCôme Chilliet2024-08-121-19/+2
| * | | | | | | | fix(tests): Adapt tests to change of DefaultShareProvider constructorCôme Chilliet2024-08-121-6/+15
| * | | | | | | | fix: Remove shares only if there are no more common groups between usersCôme Chilliet2024-08-122-39/+64
| * | | | | | | | chore(tests): Test limiting sharing to same groupLouis Chemineau2024-08-121-0/+97
| * | | | | | | | fix(files_sharing): Delete user shares if needed when user is removed from a ...Louis Chemineau2024-08-122-2/+47
* | | | | | | | | Merge pull request #47181 from nextcloud/fix/new-folder-messaeFerdinand Thiessen2024-08-133-6/+13
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | chore(assets): Recompile assetsnextcloud-command2024-08-132-3/+3
| * | | | | | | | fix(files): Add messages when "new folder" fails or gets cancelledFerdinand Thiessen2024-08-131-3/+10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #47188 from nextcloud/spreed/12950/avatar-menu-icon-colorJoas Schilling2024-08-135-4/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fix(avatar): Fix icon-color for action-router contacts menu optionsJoas Schilling2024-08-135-4/+5
|/ / / / / / /
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1318-2/+154
* | | | | | | Merge pull request #47177 from nextcloud/fix/noid/preferred-taskprocessing-pr...Julien Veyssier2024-08-1311-15/+602
|\ \ \ \ \ \ \
| * | | | | | | feat(taskprocessing): add text2text, text2image, contextWrite, transcribe and...Julien Veyssier2024-08-138-2/+584
| * | | | | | | fix(taskprocessing): select preferred provider when running sync task, fix ta...Julien Veyssier2024-08-123-13/+18
|/ / / / / / /
* | | | | | | Merge pull request #46987 from nextcloud/fix/dav-publicFerdinand Thiessen2024-08-1218-52/+179
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-1213-35/+75
| * | | | | | fix(dav): Ensure share properties are also set on public remote endpointFerdinand Thiessen2024-08-129-28/+115
|/ / / / / /
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1210-0/+20
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1116-12/+98
* | | | | | Merge pull request #47157 from nextcloud/perf/prevent-extra-requestsPytal2024-08-103-9/+6
|\ \ \ \ \ \
| * | | | | | chore: compile assetsChristopher Ng2024-08-092-3/+3
| * | | | | | perf(files): Prevent extraneous requests when tree children are loadingChristopher Ng2024-08-091-6/+3
* | | | | | | Merge pull request #47153 from nextcloud/trashbin-fix-folder-extractFerdinand Thiessen2024-08-103-4/+4
|\ \ \ \ \ \ \
| * | | | | | | chore(assets): Recompile assetsnextcloud-command2024-08-102-3/+3
| * | | | | | | fix: fix getting the folder node from the dav responseRobin Appelman2024-08-101-1/+1
|/ / / / / / /
* / / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-08-10138-14/+342
|/ / / / / /