aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix: restrict mime type list depending on check operatorfix/issue-23666Robin Windey4 hours3-4/+13
* Merge pull request #49443 from nextcloud/feat/issue-994-two-factor-apiSebastian Krupinski7 hours4-0/+449
|\
| * feat: Two Factor APIfeat/issue-994-two-factor-apiSebastianKrupinski3 days4-0/+449
* | Merge pull request #50257 from nextcloud/dependabot/npm_and_yarn/core-js-3.40.0dependabot[bot]12 hours18-23/+23
|\ \
| * | build(deps): bump core-js from 3.38.1 to 3.40.0dependabot/npm_and_yarn/core-js-3.40.0dependabot[bot]13 hours18-23/+23
|/ /
* | Merge pull request #50241 from nextcloud/perf/noid/unified-search-initMaksim Sukharev16 hours5-18/+19
|\ \
| * | chore(assets): Recompile assetsperf/noid/unified-search-initnextcloud-command17 hours4-6/+6
| * | fix(UnifiedSearch): request data only when opening modalMaksim Sukharev17 hours1-12/+13
* | | Merge pull request #50245 from nextcloud/dependabot/npm_and_yarn/eslint-plugi...dependabot[bot]24 hours2-5/+5
|\ \ \
| * | | build(deps-dev): bump eslint-plugin-cypress from 3.5.0 to 3.6.0dependabot[bot]24 hours2-5/+5
|/ / /
* / / Fix(l10n): Update translations from TransifexNextcloud bot26 hours36-14/+230
|/ /
* | Merge pull request #50227 from nextcloud/fix/convert-logJulius Knorr36 hours1-1/+3
|\ \
| * | fix: Log exceptions that happen during file conversionfix/convert-logJulius Knorr39 hours1-1/+3
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2 days34-0/+226
* | Merge pull request #50219 from nextcloud/fix/file-conversion-missing-extensionKate2 days1-29/+8
|\ \
| * | chore: remove unnecessary methodfix/file-conversion-missing-extensionElizabeth Danzberger2 days1-17/+0
| * | fix: prevent missing target file extensionElizabeth Danzberger2 days1-12/+8
* | | Merge pull request #49348 from nextcloud/fix/eslint-warningsFerdinand Thiessen2 days16-37/+34
|\ \ \
| * | | chore: Compile assetsfix/eslint-warningsFerdinand Thiessen2 days9-13/+13
| * | | chore: Resolve ESLint warningsFerdinand Thiessen2 days7-24/+21
|/ / /
* | | Merge pull request #50162 from nextcloud/fix/improve-ldap-avatar-handlingArthur Schiwon2 days13-193/+44
|\ \ \
| * | | chore(psalm): Update baseline to remove fixed errorsfix/improve-ldap-avatar-handlingCôme Chilliet5 days1-14/+0
| * | | fix(user_ldap): Remove now unused class FilesystemHelperCôme Chilliet5 days11-80/+1
| * | | fix(user_ldap): Strong type User class and fix most type issuesCôme Chilliet5 days3-37/+28
| * | | fix(user_ldap): Always update avatar from LDAP when we have the dataCôme Chilliet5 days1-16/+1
| * | | chore(user_ldap): Improve typing in user_ldap User classCôme Chilliet5 days1-43/+16
| * | | chore(user_ldap): Rename avatar setting method to a more suited nameCôme Chilliet5 days1-7/+2
* | | | Merge pull request #50187 from nextcloud/fix/account-mgmnt-settingsFerdinand Thiessen2 days5-17/+34
|\ \ \ \ | |_|/ / |/| | |
| * | | chore: Compile assetsfix/account-mgmnt-settingsFerdinand Thiessen2 days4-6/+6
| * | | fix(settings): Correctly parse and display default quotaFerdinand Thiessen2 days1-11/+28
|/ / /
* | | Merge pull request #50216 from nextcloud/release/31.0.0_beta_4v31.0.0beta4John Molakvoæ2 days1-2/+2
|\ \ \
| * | | build(hub): 31.0.0 beta 4release/31.0.0_beta_4skjnldsv2 days1-2/+2
* | | | Merge pull request #50208 from nextcloud/feat/conversion-adjustingJohn Molakvoæ2 days18-126/+358
|\ \ \ \
| * | | | chore: add file conversion integration testsfeat/conversion-adjustingskjnldsv2 days7-13/+189
| * | | | fix(files): conversion api simplification and conflict checkskjnldsv2 days11-113/+169
| | |_|/ | |/| |
* | | | Merge pull request #49898 from nextcloud/fix/noid/no-emails-for-user-sharesAnna2 days1-4/+7
|\ \ \ \
| * | | | fix(sharing): send share emails for internal users toofix/noid/no-emails-for-user-sharesAnna Larch6 days1-4/+7
| | |_|/ | |/| |
* | | | Merge pull request #50206 from nextcloud/fix/50177/movy-copy-e2e-testsFerdinand Thiessen2 days2-0/+162
|\ \ \ \ | |_|_|/ |/| | |
| * | | test(e2e): hide move dialog action if destination has no CREATE permissionfix/50177/movy-copy-e2e-testsMaksim Sukharev3 days2-0/+162
* | | | Merge pull request #49761 from nextcloud/transfer-share-skip-notfoundDaniel2 days1-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 Chilliet2 days15-204/+106
|\ \ \ \ \
| * | | | | fix: Fix a small typing problem is user managerenh/limit-ldap-user-countCôme Chilliet4 days1-1/+2
| * | | | | chore(tests): Adapt tests to the countUsers refactorCôme Chilliet4 days2-141/+15
| * | | | | fix: Add missing interface from previous commit and update autoloadersCôme Chilliet5 days3-0/+25
| * | | | | fix: Implement new interface instead of deprecated one in Database backendCôme Chilliet5 days1-5/+3
| * | | | | fix: Use the new countUsersTotal method where it makes senseCôme Chilliet5 days2-3/+2
| * | | | | feat(updatenotification): Add a limit to user count from LDAP so save perform...Côme Chilliet5 days7-55/+60
* | | | | | Merge pull request #49476 from nextcloud/ocs-user-info-quota-optimizeRobin Appelman2 days5-31/+78
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | perf: use more optimized way to get user storage info in ocs user info when p...Robin Appelman12 days5-31/+78