aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Implement Directory Checkfeat/add-directory-check-workflowengineRobin Windey2025-01-186-0/+143
| | | | | | * Partially implements #27591 Signed-off-by: Robin Windey <ro.windey@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1834-14/+224
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Log exceptions that happen during file conversionfix/convert-logJulius Knorr2025-01-171-1/+3
| | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1730-0/+212
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Resolve ESLint warningsFerdinand Thiessen2025-01-166-18/+16
| | | | | | | | | | - 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-handlingArthur Schiwon2025-01-1612-179/+44
|\ | | | | Improve ldap avatar handling
| * fix(user_ldap): Remove now unused class FilesystemHelperCôme Chilliet2025-01-1311-80/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix(user_ldap): Strong type User class and fix most type issuesCôme Chilliet2025-01-133-37/+28
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix(user_ldap): Always update avatar from LDAP when we have the dataCôme Chilliet2025-01-131-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 classCôme Chilliet2025-01-131-43/+16
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * chore(user_ldap): Rename avatar setting method to a more suited nameCôme Chilliet2025-01-131-7/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(settings): Correctly parse and display default quotaFerdinand Thiessen2025-01-161-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 #50208 from nextcloud/feat/conversion-adjustingJohn Molakvoæ2025-01-163-28/+28
|\ \ | | | | | | fix(files): conversion api simplification and conflict check
| * | fix(files): conversion api simplification and conflict checkskjnldsv2025-01-163-28/+28
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | 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 too
| * | | fix(sharing): send share emails for internal users toofix/noid/no-emails-for-user-sharesAnna Larch2025-01-131-4/+7
| | |/ | |/| | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #49761 from nextcloud/transfer-share-skip-notfoundDaniel2025-01-161-4/+13
|\ \ \ | | | | | | | | fix: skip transfering shares that we can't find
| * | | fix: skip transfering shares that we can't findtransfer-share-skip-notfoundRobin Appelman2025-01-031-4/+13
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #50171 from nextcloud/enh/limit-ldap-user-countCôme Chilliet2025-01-165-146/+23
|\ \ \ \ | | | | | | | | | | Limit ldap user count
| * | | | chore(tests): Adapt tests to the countUsers refactorCôme Chilliet2025-01-141-109/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix: Use the new countUsersTotal method where it makes senseCôme Chilliet2025-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | feat(updatenotification): Add a limit to user count from LDAP so save ↵Côme Chilliet2025-01-143-36/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | performances Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | 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
| * | | | perf: use more optimized way to get user storage info in ocs user info when ↵Robin Appelman2025-01-065-31/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | possible Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #50161 from nextcloud/fix/files/sort-after-view-changeRichard Steinmetz2025-01-166-36/+13
|\ \ \ \ \ | | | | | | | | | | | | fix(files): sort not working after changing views
| * | | | | fix(files): sort not working after changing viewsfix/files/sort-after-view-changeRichard Steinmetz2025-01-166-36/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | Merge pull request #49317 from nextcloud/feat/edit-share-tokenPytal2025-01-1510-3/+237
|\ \ \ \ \ \ | | | | | | | | | | | | | | feat: Make it possible to customize share link tokens
| * | | | | | test: Update testsChristopher Ng2025-01-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | chore(openapi): Update capabilities specChristopher Ng2025-01-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | feat(sharing): Toggle custom tokens setting as adminChristopher Ng2025-01-154-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | feat(sharing): Respect admin custom tokens settingChristopher Ng2025-01-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | feat(sharing): Add `custom_tokens` capabilityChristopher Ng2025-01-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | feat(sharing): Make it possible to customize share link tokensChristopher Ng2025-01-153-1/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | chore(openapi): Update specChristopher Ng2025-01-151-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | feat(sharing): Fetch a unique generated tokenChristopher Ng2025-01-151-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | feat(sharing): Allow updating share tokenChristopher Ng2025-01-151-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-16100-4/+108
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | chore: update openapi specfeat/file-conversion-providerElizabeth Danzberger2025-01-151-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | | | | | feat(api): File conversion APIElizabeth Danzberger2025-01-1510-1/+390
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | | | | Merge pull request #50192 from ↵Ferdinand Thiessen2025-01-153-8/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/files_sharing/sharing-entry-link-override-expiration-date fix(files_sharing): Stop overwriting the share expiration date with the default expiration date
| * | | | | fix(files_sharing): Remove debounce from expiration date formattingFerdinand Thiessen2025-01-152-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be done as soon as changed, as the value is not passed to API but needs to be tracked internally (e.g. if you quickly press "save"). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix(files_sharing): Stop overwriting the share expiration date with the ↵provokateurin2025-01-151-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default expiration date Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | fix(systemtags): objecttype index registrationfix/index-systemtagsskjnldsv2025-01-152-13/+2
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | fix(files): hide move dialog action if destination has no CREATE permissionMaksim Sukharev2025-01-151-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | | fix: Remove duplicate propfind callLouis Chemineau2025-01-153-32/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also was an XHR call which is not going through the end to end encryption proxy Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #49534 from ↵Stephan Orbaugh2025-01-157-17/+224
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/23308/create-new-favorite-dashboard-widget feature: added new FavouriteWidget to display favorite files in dashboard widget
| * | | | | fix(dashboard): Correctly handle non-rounded icons for dashboard widgetsFerdinand Thiessen2025-01-143-17/+84
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | feat(dashboard): added new FavouriteWidget to display favorite files in ↵yemkareems2025-01-144-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dashboard widget * Added widget star icon * run build/autoloaderchecker.sh * removed unwanted IWidget and usersession * renamed id * renamed class to FavoriteWidget * removed limit logic * removed IAPIWidget * ui fixes to remove rounded corners and make the ui/ux similar to recommendation widget. * cs fix + composer fix no dev and review comments from Joas and Côme addressed * added count and removed slice Signed-off-by: yemkareems <yemkareems@gmail.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
* | | | | | fix: Show full template nameJulius Knorr2025-01-151-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1598-98/+98
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>