aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | 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
| * | | | | | | fix(command-compile): cache restore actionJohn Molakvoæ2025-01-151-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* / / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1598-98/+98
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #50130 from nextcloud/feat/rich-profile-biographyPytal2025-01-147-14/+267
|\ \ \ \ \ \ | | | | | | | | | | | | | | feat: Allow rich formatting of profile text
| * | | | | | chore(assets): Recompile assetsfeat/rich-profile-biographynextcloud-command2025-01-115-6/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | feat: Allow rich formatting of profile textChristopher Ng2025-01-102-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | Merge pull request #49848 from ↵Maxence Lange2025-01-147-37/+157
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feat/noid/lexicon-configurable-default-value feat(lexicon): configurable default value
| * | | | | | | fix(lexicon): syntaxfeat/noid/lexicon-configurable-default-valueMaxence Lange2025-01-144-28/+29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | feat(lexicon): configurable default valueMaxence Lange2025-01-148-28/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | | Merge pull request #50046 from nextcloud/fix/settings/mail-server-settings-formJohn Molakvoæ2025-01-146-35/+59
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix(settings): Fix mail server settings form
| * | | | | | | | chore: compile assetsskjnldsv2025-01-145-6/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | | | fix(settings): Fix mail server settings formprovokateurin2025-01-141-29/+16
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | Merge pull request #50178 from nextcloud/release/31.0.0_beta_3v31.0.0beta3John Molakvoæ2025-01-141-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | 31.0.0 beta 3
| * | | | | | | | build(hub): 31.0.0 beta 3skjnldsv2025-01-141-2/+2
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | | Merge pull request #50152 from ↵Richard Steinmetz2025-01-143-5/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/dashboard/dont-load-hidden-widgets-initially fix(dashboard): don't initially load items of hidden api widgets
| * | | | | | | fix(dashboard): don't initially load items of hidden api widgetsfix/dashboard/dont-load-hidden-widgets-initiallyRichard Steinmetz2025-01-143-5/+7
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | Merge pull request #50164 from nextcloud/mountpoint-get-numeric-storage-id-cacheRobin Appelman2025-01-142-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix: use proper way to get numeric storage id for mountpoint
| * | | | | | | test: update test for mountpoint numeric storage idmountpoint-get-numeric-storage-id-cacheRobin Appelman2025-01-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | fix: use proper way to get numeric storage id for mountpointRobin Appelman2025-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #50169 from nextcloud/skjnldsv-patch-1John Molakvoæ2025-01-141-5/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | chore: update command-compile.yml from templateJohn Molakvoæ2025-01-141-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | | | | | | Merge pull request #50168 from nextcloud/fix/picker-tag-colorJohn Molakvoæ2025-01-1410-9/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | chore(assets): Recompile assetsnextcloud-command2025-01-149-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>