aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix: use self failure for consistencyGreyXor2025-01-161-1/+1
| * | fix: add eol in dav command and use success const as return codeGreyXor2025-01-161-1/+2
* | | fix(encryption): handle empty encryptionModules fineMax2025-01-201-1/+1
* | | chore(i18n): Improved grammarrakekniven2025-01-201-1/+1
* | | Merge pull request #49259 from nextcloud/fix/file-type-filter-stateFerdinand Thiessen2025-01-202-9/+34
|\ \ \
| * | | fix(files): File type filter UI sync with filter stateFerdinand Thiessen2025-01-172-9/+34
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2018-6/+56
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1916-10/+46
* | | | Merge pull request #50240 from nextcloud/fix/conversion-extensionJohn Molakvoæ2025-01-191-2/+10
|\ \ \ \
| * | | | fix(files): more conversion tests and translate error messagesskjnldsv2025-01-171-2/+10
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1834-14/+224
|/ / / /
* / / / fix: Log exceptions that happen during file conversionfix/convert-logJulius Knorr2025-01-171-1/+3
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1730-0/+212
* | | chore: Resolve ESLint warningsFerdinand Thiessen2025-01-166-18/+16
* | | Merge pull request #50162 from nextcloud/fix/improve-ldap-avatar-handlingArthur Schiwon2025-01-1612-179/+44
|\ \ \
| * | | 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
* | | | fix(settings): Correctly parse and display default quotaFerdinand Thiessen2025-01-161-11/+28
| |/ / |/| |
* | | Merge pull request #50208 from nextcloud/feat/conversion-adjustingJohn Molakvoæ2025-01-163-28/+28
|\ \ \
| * | | fix(files): conversion api simplification and conflict checkskjnldsv2025-01-163-28/+28
* | | | 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 #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-165-146/+23
|\ \ \ \ \
| * | | | | chore(tests): Adapt tests to the countUsers refactorCôme Chilliet2025-01-141-109/+6
| * | | | | fix: Use the new countUsersTotal method where it makes senseCôme Chilliet2025-01-141-1/+1
| * | | | | feat(updatenotification): Add a limit to user count from LDAP so save perform...Côme Chilliet2025-01-143-36/+16
* | | | | | 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 #50161 from nextcloud/fix/files/sort-after-view-changeRichard Steinmetz2025-01-166-36/+13
|\ \ \ \ \ \
| * | | | | | fix(files): sort not working after changing viewsfix/files/sort-after-view-changeRichard Steinmetz2025-01-166-36/+13
* | | | | | | Merge pull request #49317 from nextcloud/feat/edit-share-tokenPytal2025-01-1510-3/+237
|\ \ \ \ \ \ \
| * | | | | | | test: Update testsChristopher Ng2025-01-151-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): 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-151-0/+24
| * | | | | | | feat(sharing): Allow updating share tokenChristopher Ng2025-01-151-1/+21
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-16100-4/+108
|/ / / / / / /
* | | | | | | chore: update openapi specfeat/file-conversion-providerElizabeth Danzberger2025-01-151-3/+15
* | | | | | | feat(api): File conversion APIElizabeth Danzberger2025-01-1510-1/+390
|/ / / / / /
* | | | | | Merge pull request #50192 from nextcloud/fix/files_sharing/sharing-entry-link...Ferdinand Thiessen2025-01-153-8/+7
|\ \ \ \ \ \
| * | | | | | fix(files_sharing): Remove debounce from expiration date formattingFerdinand Thiessen2025-01-152-4/+6