Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(app_api): Advanced deploy optionsfeat/settings/advanced-deploy-options | Andrey Borysenko | 2025-01-17 | 5 | -6/+380 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-17 | 34 | -0/+226 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #50219 from nextcloud/fix/file-conversion-missing-extension | Kate | 2025-01-16 | 1 | -29/+8 |
|\ | |||||
| * | chore: remove unnecessary methodfix/file-conversion-missing-extension | Elizabeth Danzberger | 2025-01-16 | 1 | -17/+0 |
| | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
| * | fix: prevent missing target file extension | Elizabeth Danzberger | 2025-01-16 | 1 | -12/+8 |
| | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | | Merge pull request #49348 from nextcloud/fix/eslint-warnings | Ferdinand Thiessen | 2025-01-16 | 16 | -37/+34 |
|\ \ | | | | | | | chore: Resolve ESLint warnings | ||||
| * | | chore: Compile assetsfix/eslint-warnings | Ferdinand Thiessen | 2025-01-16 | 9 | -13/+13 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | chore: Resolve ESLint warnings | Ferdinand Thiessen | 2025-01-16 | 7 | -24/+21 |
|/ / | | | | | | | | | | | | | | | | | | | - Add default value to non-required Vue props - Reformat function to async function if needed - Add some documentation - Allow `any` in places where it makes sense (tests) - Order vue component sections as required Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #50162 from nextcloud/fix/improve-ldap-avatar-handling | Arthur Schiwon | 2025-01-16 | 13 | -193/+44 |
|\ \ | | | | | | | Improve ldap avatar handling | ||||
| * | | chore(psalm): Update baseline to remove fixed errorsfix/improve-ldap-avatar-handling | Côme Chilliet | 2025-01-13 | 1 | -14/+0 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix(user_ldap): Remove now unused class FilesystemHelper | Côme Chilliet | 2025-01-13 | 11 | -80/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix(user_ldap): Strong type User class and fix most type issues | Côme Chilliet | 2025-01-13 | 3 | -37/+28 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix(user_ldap): Always update avatar from LDAP when we have the data | Côme Chilliet | 2025-01-13 | 1 | -16/+1 |
| | | | | | | | | | | | | | | | | | | Should be at login, in sync job, and when running ldap:check-user --update Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore(user_ldap): Improve typing in user_ldap User class | Côme Chilliet | 2025-01-13 | 1 | -43/+16 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore(user_ldap): Rename avatar setting method to a more suited name | Côme Chilliet | 2025-01-13 | 1 | -7/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #50187 from nextcloud/fix/account-mgmnt-settings | Ferdinand Thiessen | 2025-01-16 | 5 | -17/+34 |
|\ \ \ | |_|/ |/| | | fix(settings): Correctly parse and display default quota | ||||
| * | | chore: Compile assetsfix/account-mgmnt-settings | Ferdinand Thiessen | 2025-01-16 | 4 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(settings): Correctly parse and display default quota | Ferdinand Thiessen | 2025-01-16 | 1 | -11/+28 |
|/ / | | | | | | | | | | | | | | | | | | | | | In the account management settings (default settings) the quota was parsed not consistently with how we do it everywhere else. Meaning `1 KB` should be 1024 bytes not 1000 bytes. Also this fixes an issue where searching "1KB" does not yield any output because of the space in the parsed value "1 KB". Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #50216 from nextcloud/release/31.0.0_beta_4v31.0.0beta4 | John Molakvoæ | 2025-01-16 | 1 | -2/+2 |
|\ \ | |||||
| * | | build(hub): 31.0.0 beta 4release/31.0.0_beta_4 | skjnldsv | 2025-01-16 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #50208 from nextcloud/feat/conversion-adjusting | John Molakvoæ | 2025-01-16 | 18 | -126/+358 |
|\ \ \ | | | | | | | | | fix(files): conversion api simplification and conflict check | ||||
| * | | | chore: add file conversion integration testsfeat/conversion-adjusting | skjnldsv | 2025-01-16 | 7 | -13/+189 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files): conversion api simplification and conflict check | skjnldsv | 2025-01-16 | 11 | -113/+169 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #49898 from nextcloud/fix/noid/no-emails-for-user-shares | Anna | 2025-01-16 | 1 | -4/+7 |
|\ \ \ \ | | | | | | | | | | | fix(sharing): send share emails for internal users too | ||||
| * | | | | fix(sharing): send share emails for internal users toofix/noid/no-emails-for-user-shares | Anna Larch | 2025-01-13 | 1 | -4/+7 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | | | Merge pull request #50206 from nextcloud/fix/50177/movy-copy-e2e-tests | Ferdinand Thiessen | 2025-01-16 | 2 | -0/+162 |
|\ \ \ \ | |_|_|/ |/| | | | test(e2e): copy-move actions with insufficient share permissions | ||||
| * | | | test(e2e): hide move dialog action if destination has no CREATE permissionfix/50177/movy-copy-e2e-tests | Maksim Sukharev | 2025-01-16 | 2 | -0/+162 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | | | | Merge pull request #49761 from nextcloud/transfer-share-skip-notfound | Daniel | 2025-01-16 | 1 | -4/+13 |
|\ \ \ \ | | | | | | | | | | | fix: skip transfering shares that we can't find | ||||
| * | | | | fix: skip transfering shares that we can't findtransfer-share-skip-notfound | Robin Appelman | 2025-01-03 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Merge pull request #50171 from nextcloud/enh/limit-ldap-user-count | Côme Chilliet | 2025-01-16 | 15 | -204/+106 |
|\ \ \ \ \ | | | | | | | | | | | | | Limit ldap user count | ||||
| * | | | | | fix: Fix a small typing problem is user managerenh/limit-ldap-user-count | Côme Chilliet | 2025-01-14 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | | | chore(tests): Adapt tests to the countUsers refactor | Côme Chilliet | 2025-01-14 | 2 | -141/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | | | fix: Add missing interface from previous commit and update autoloaders | Côme Chilliet | 2025-01-14 | 3 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | | | fix: Implement new interface instead of deprecated one in Database backend | Côme Chilliet | 2025-01-14 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | | | fix: Use the new countUsersTotal method where it makes sense | Côme Chilliet | 2025-01-14 | 2 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | | | feat(updatenotification): Add a limit to user count from LDAP so save ↵ | Côme Chilliet | 2025-01-14 | 7 | -55/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | performances Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | | | Merge pull request #49476 from nextcloud/ocs-user-info-quota-optimize | Robin Appelman | 2025-01-16 | 5 | -31/+78 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | perf: use more optimized way to get user storage info in ocs user info | ||||
| * | | | | | perf: use more optimized way to get user storage info in ocs user info when ↵ | Robin Appelman | 2025-01-06 | 5 | -31/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | possible Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | Merge pull request #50196 from nextcloud/fix/template-return-type | Arthur Schiwon | 2025-01-16 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | docs: Use proper return type for custom template listing | ||||
| * | | | | | | docs: Use proper return type for custom template listingfix/template-return-type | Julius Knorr | 2025-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | | | | | | | Merge pull request #50179 from nextcloud/test/widget-perf | Ferdinand Thiessen | 2025-01-16 | 1 | -0/+41 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | test(dashboard): Add regression test for loading unneeded data | ||||
| * | | | | | | test(dashboard): Add regression test for loading unneeded data | Ferdinand Thiessen | 2025-01-16 | 1 | -0/+41 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent a regression of https://github.com/nextcloud/server/issues/48403 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | | | Merge pull request #50161 from nextcloud/fix/files/sort-after-view-change | Richard Steinmetz | 2025-01-16 | 9 | -39/+77 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix(files): sort not working after changing views | ||||
| * | | | | | | fix(files): sort not working after changing viewsfix/files/sort-after-view-change | Richard Steinmetz | 2025-01-16 | 9 | -39/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | | | | | Merge pull request #49317 from nextcloud/feat/edit-share-token | Pytal | 2025-01-15 | 31 | -54/+342 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | feat: Make it possible to customize share link tokens | ||||
| * | | | | | | | chore(assets): Recompile assetsfeat/edit-share-token | nextcloud-command | 2025-01-15 | 15 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | | | | test: Update tests | Christopher Ng | 2025-01-15 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | | | | | chore: Update autoloaders | Christopher Ng | 2025-01-15 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | | | | | chore(openapi): Update capabilities spec | Christopher Ng | 2025-01-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | | | | | feat(sharing): Toggle custom tokens setting as admin | Christopher Ng | 2025-01-15 | 4 | -2/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> |