aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* chore: Compile assetsfix/eslint-warningsFerdinand Thiessen2025-01-169-13/+13
* chore: Resolve ESLint warningsFerdinand Thiessen2025-01-167-24/+21
* Merge pull request #50162 from nextcloud/fix/improve-ldap-avatar-handlingArthur Schiwon2025-01-1613-193/+44
|\
| * chore(psalm): Update baseline to remove fixed errorsfix/improve-ldap-avatar-handlingCôme Chilliet2025-01-131-14/+0
| * fix(user_ldap): Remove now unused class FilesystemHelperCôme Chilliet2025-01-1311-80/+1
| * fix(user_ldap): Strong type User class and fix most type issuesCôme Chilliet2025-01-133-37/+28
| * fix(user_ldap): Always update avatar from LDAP when we have the dataCôme Chilliet2025-01-131-16/+1
| * chore(user_ldap): Improve typing in user_ldap User classCôme Chilliet2025-01-131-43/+16
| * chore(user_ldap): Rename avatar setting method to a more suited nameCôme Chilliet2025-01-131-7/+2
* | Merge pull request #50187 from nextcloud/fix/account-mgmnt-settingsFerdinand Thiessen2025-01-165-17/+34
|\ \
| * | chore: Compile assetsfix/account-mgmnt-settingsFerdinand Thiessen2025-01-164-6/+6
| * | fix(settings): Correctly parse and display default quotaFerdinand Thiessen2025-01-161-11/+28
|/ /
* | Merge pull request #50216 from nextcloud/release/31.0.0_beta_4v31.0.0beta4John Molakvoæ2025-01-161-2/+2
|\ \
| * | build(hub): 31.0.0 beta 4release/31.0.0_beta_4skjnldsv2025-01-161-2/+2
* | | Merge pull request #50208 from nextcloud/feat/conversion-adjustingJohn Molakvoæ2025-01-1618-126/+358
|\ \ \
| * | | chore: add file conversion integration testsfeat/conversion-adjustingskjnldsv2025-01-167-13/+189
| * | | fix(files): conversion api simplification and conflict checkskjnldsv2025-01-1611-113/+169
* | | | Merge pull request #49898 from nextcloud/fix/noid/no-emails-for-user-sharesAnna2025-01-161-4/+7
|\ \ \ \
| * | | | fix(sharing): send share emails for internal users toofix/noid/no-emails-for-user-sharesAnna Larch2025-01-131-4/+7
| | |_|/ | |/| |
* | | | Merge pull request #50206 from nextcloud/fix/50177/movy-copy-e2e-testsFerdinand Thiessen2025-01-162-0/+162
|\ \ \ \ | |_|_|/ |/| | |
| * | | test(e2e): hide move dialog action if destination has no CREATE permissionfix/50177/movy-copy-e2e-testsMaksim Sukharev2025-01-162-0/+162
* | | | Merge pull request #49761 from nextcloud/transfer-share-skip-notfoundDaniel2025-01-161-4/+13
|\ \ \ \
| * | | | fix: skip transfering shares that we can't findtransfer-share-skip-notfoundRobin Appelman2025-01-031-4/+13
* | | | | Merge pull request #50171 from nextcloud/enh/limit-ldap-user-countCôme Chilliet2025-01-1615-204/+106
|\ \ \ \ \
| * | | | | fix: Fix a small typing problem is user managerenh/limit-ldap-user-countCôme Chilliet2025-01-141-1/+2
| * | | | | chore(tests): Adapt tests to the countUsers refactorCôme Chilliet2025-01-142-141/+15
| * | | | | fix: Add missing interface from previous commit and update autoloadersCôme Chilliet2025-01-143-0/+25
| * | | | | fix: Implement new interface instead of deprecated one in Database backendCôme Chilliet2025-01-141-5/+3
| * | | | | fix: Use the new countUsersTotal method where it makes senseCôme Chilliet2025-01-142-3/+2
| * | | | | feat(updatenotification): Add a limit to user count from LDAP so save perform...Côme Chilliet2025-01-147-55/+60
* | | | | | Merge pull request #49476 from nextcloud/ocs-user-info-quota-optimizeRobin Appelman2025-01-165-31/+78
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | perf: use more optimized way to get user storage info in ocs user info when p...Robin Appelman2025-01-065-31/+78
* | | | | | Merge pull request #50196 from nextcloud/fix/template-return-typeArthur Schiwon2025-01-161-1/+1
|\ \ \ \ \ \
| * | | | | | docs: Use proper return type for custom template listingfix/template-return-typeJulius Knorr2025-01-151-1/+1
* | | | | | | Merge pull request #50179 from nextcloud/test/widget-perfFerdinand Thiessen2025-01-161-0/+41
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | test(dashboard): Add regression test for loading unneeded dataFerdinand Thiessen2025-01-161-0/+41
|/ / / / / /
* | | | | | Merge pull request #50161 from nextcloud/fix/files/sort-after-view-changeRichard Steinmetz2025-01-169-39/+77
|\ \ \ \ \ \
| * | | | | | fix(files): sort not working after changing viewsfix/files/sort-after-view-changeRichard Steinmetz2025-01-169-39/+77
* | | | | | | Merge pull request #49317 from nextcloud/feat/edit-share-tokenPytal2025-01-1531-54/+342
|\ \ \ \ \ \ \
| * | | | | | | chore(assets): Recompile assetsfeat/edit-share-tokennextcloud-command2025-01-1515-16/+16
| * | | | | | | test: Update testsChristopher Ng2025-01-152-0/+9
| * | | | | | | chore: Update autoloadersChristopher Ng2025-01-152-0/+2
| * | | | | | | chore(openapi): Update capabilities specChristopher Ng2025-01-151-0/+3
| * | | | | | | feat(sharing): Toggle custom tokens setting as adminChristopher Ng2025-01-154-2/+36
| * | | | | | | feat(sharing): Respect admin custom tokens settingChristopher Ng2025-01-151-0/+3
| * | | | | | | feat(sharing): Add `custom_tokens` capabilityChristopher Ng2025-01-151-0/+2
| * | | | | | | feat(sharing): Add `shareapi_allow_custom_tokens` configChristopher Ng2025-01-152-0/+14
| * | | | | | | feat(sharing): Make it possible to customize share link tokensChristopher Ng2025-01-153-1/+73
| * | | | | | | chore(openapi): Update specChristopher Ng2025-01-151-0/+74
| * | | | | | | feat(sharing): Fetch a unique generated tokenChristopher Ng2025-01-154-35/+90