aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | | | feat(sharing): Allow updating share tokenChristopher Ng2025-01-151-1/+21
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-16102-4/+112
|/ / / / / / /
* | | | | | | Merge pull request #49922 from nextcloud/feat/file-conversion-providerElizabeth Danzberger2025-01-1521-2/+744
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | chore: update openapi specfeat/file-conversion-providerElizabeth Danzberger2025-01-151-3/+15
| * | | | | | feat(api): File conversion APIElizabeth Danzberger2025-01-1521-2/+732
|/ / / / / /
* | | | | | Merge pull request #50192 from nextcloud/fix/files_sharing/sharing-entry-link...Ferdinand Thiessen2025-01-1514-18/+160
|\ \ \ \ \ \
| * | | | | | chore(assets): Recompile assetsfix/files_sharing/sharing-entry-link-override-expiration-datenextcloud-command2025-01-159-7/+7
| * | | | | | test: Add end-to-end test for share expiration dateFerdinand Thiessen2025-01-152-3/+146
| * | | | | | fix(files_sharing): Remove debounce from expiration date formattingFerdinand Thiessen2025-01-152-4/+6
| * | | | | | fix(files_sharing): Stop overwriting the share expiration date with the defau...provokateurin2025-01-151-4/+1
* | | | | | | Merge pull request #50200 from nextcloud/fix/index-systemtagsJohn Molakvoæ2025-01-154-13/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix(systemtags): objecttype index registrationfix/index-systemtagsskjnldsv2025-01-154-13/+10
|/ / / / / /
* | | | | | Merge pull request #50195 from nextcloud/fix/49638/update-prefs-indexesKate2025-01-151-2/+7
|\ \ \ \ \ \
| * | | | | | fix(missing-index): update preferences tablefix/49638/update-prefs-indexesMaxence Lange2025-01-151-2/+7
* | | | | | | Merge pull request #50177 from nextcloud/fix/45982/hide-move-actionMaksim Sukharev2025-01-155-6/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |