aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | feat(updatenotification): Add a limit to user count from LDAP so save ↵Côme Chilliet2025-01-147-55/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #50196 from nextcloud/fix/template-return-typeArthur Schiwon2025-01-161-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | docs: Use proper return type for custom template listing
| * | | | | | | docs: Use proper return type for custom template listingfix/template-return-typeJulius Knorr2025-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | | | | | Merge pull request #50179 from nextcloud/test/widget-perfFerdinand Thiessen2025-01-161-0/+41
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | test(dashboard): Add regression test for loading unneeded data
| * | | | | | | test(dashboard): Add regression test for loading unneeded dataFerdinand Thiessen2025-01-161-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-changeRichard Steinmetz2025-01-169-39/+77
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(files): sort not working after changing views
| * | | | | | | fix(files): sort not working after changing viewsfix/files/sort-after-view-changeRichard Steinmetz2025-01-169-39/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | | Merge pull request #49317 from nextcloud/feat/edit-share-tokenPytal2025-01-1531-54/+342
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | feat: Make it possible to customize share link tokens
| * | | | | | | | chore(assets): Recompile assetsfeat/edit-share-tokennextcloud-command2025-01-1515-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | test: Update testsChristopher Ng2025-01-152-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | chore: Update autoloadersChristopher Ng2025-01-152-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): Add `shareapi_allow_custom_tokens` configChristopher Ng2025-01-152-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-154-35/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-16102-4/+112
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #49922 from nextcloud/feat/file-conversion-providerElizabeth Danzberger2025-01-1521-2/+744
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | feat: file conversion provider
| * | | | | | | 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-1521-2/+732
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | | | | | | Merge pull request #50192 from ↵Ferdinand Thiessen2025-01-1514-18/+160
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/files_sharing/sharing-entry-link-override-expiration-date fix(files_sharing): Stop overwriting the share expiration date with the default expiration date
| * | | | | | | chore(assets): Recompile assetsfix/files_sharing/sharing-entry-link-override-expiration-datenextcloud-command2025-01-159-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | test: Add end-to-end test for share expiration dateFerdinand Thiessen2025-01-152-3/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | 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>
* | | | | | | | Merge pull request #50200 from nextcloud/fix/index-systemtagsJohn Molakvoæ2025-01-154-13/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fix(systemtags): objecttype index registration
| * | | | | | | fix(systemtags): objecttype index registrationfix/index-systemtagsskjnldsv2025-01-154-13/+10
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | | Merge pull request #50177 from nextcloud/fix/45982/hide-move-actionMaksim Sukharev2025-01-155-6/+11
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | chore(assets): Recompile assetsnextcloud-command2025-01-154-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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>
* | | | | | | Merge pull request #50109 from ↵Louis2025-01-155-35/+40
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/artonge/fix/remove_duplicate_propfind_call fix: Remove duplicate propfind call
| * | | | | | chore: Compile assetsLouis Chemineau2025-01-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | 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-1515-29/+236
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/23308/create-new-favorite-dashboard-widget feature: added new FavouriteWidget to display favorite files in dashboard widget
| * | | | | | chore: Compile assetsfeature/23308/create-new-favorite-dashboard-widgetFerdinand Thiessen2025-01-148-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | 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>
* | | | | | | Merge pull request #50172 from nextcloud/fix/template-name-overflowJohn Molakvoæ2025-01-1510-10/+7
|\ \ \ \ \ \ \
| * | | | | | | chore(assets): Recompile assetsnextcloud-command2025-01-159-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | fix: Show full template nameJulius Knorr2025-01-151-3/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | | | | fix(command-compile): persist-credentials for compile bot to allow rebase ↵John Molakvoæ2025-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and force push Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | | | | Merge pull request #50188 from nextcloud/skjnldsv-patch-1John Molakvoæ2025-01-151-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(command-compile): cache restore action