aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Migrate opcache check to new SetupCheck APICôme Chilliet2024-01-158-168/+138
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2024-01-155-25/+36
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate away from deprecated doctrine/dbal getName functionCôme Chilliet2024-01-151-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate database pending bigint conversions check to new APICôme Chilliet2024-01-159-117/+108
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #42734 from nextcloud/backport/42716/stable28Louis2024-01-157-23/+13
|\ | | | | [stable28] fix(files): use getSummaryFor for better files summary translations
| * chore(assets): Recompile assetsJohn Molakvoæ2024-01-126-9/+9
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(files): use `getSummaryFor` for better files summary translationsJohn Molakvoæ2024-01-121-14/+4
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #42726 from nextcloud/backport/42640/stable28Côme Chilliet2024-01-1518-98/+104
|\ \ | | | | | | [stable28] Always catch OCP versions of authentication exceptions
| * | Import OCP IToken as OCPIToken to avoid a name clash in lib/privateCôme Chilliet2024-01-113-65/+65
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Use OCP version of IToken in AppPasswordCreatedEventCôme Chilliet2024-01-111-6/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Use IToken from OCP instead of OCCôme Chilliet2024-01-114-1/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-115-9/+9
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-1115-29/+34
| | | | | | | | | | | | | | | | | | And always throw OC versions for BC Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1532-60/+100
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1424-2/+40
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #42728 from nextcloud/backport/42667/stable28Maxence Lange2024-01-131-26/+26
|\ \ \ | | | | | | | | [stable28] better users cycle
| * | | better users cycleMaxence Lange2024-01-121-26/+26
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1348-0/+68
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #42745 from nextcloud/backport/42676/stable28Grigorii K. Shartsev2024-01-137-9/+13
|\ \ \ \ | |/ / / |/| | | [stable28] enh(comments): Add visual labels for editor
| * | | chore(assets): Recompile assetsnextcloud-command2024-01-126-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | enh(comments): Add always visible labels for comment inputFerdinand Thiessen2024-01-121-0/+4
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-128-0/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1296-292/+382
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #42719 from ↵John Molakvoæ2024-01-123-4/+20
|\ \ | | | | | | | | | nextcloud/feature/filelist_refresh_current_folder_on_update-stable28
| * | chore(assets): Recompile assetsnextcloud-command2024-01-112-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Refresh FileList on current folder updateRaul Ferreira2024-01-111-1/+17
| |/ | | | | | | Signed-off-by: Raul Ferreira <r.ferreira.fuentes@gmail.com>
* | Merge pull request #42711 from ↵Eduardo Morales2024-01-113-6/+7
|\ \ | | | | | | | | | | | | nextcloud/backup/stable28/42636/fix/core/42596/fix-button-accessibility-in-view-profile-page Backup/stable28/42690/fix/core/42593/replace-transfer-button-with-NcVue-Button
| * | chore(core): compile assetsEduardo Morales2024-01-112-3/+3
| | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
| * | fix(files): switched native input to NcButtonEduardo Morales2024-01-111-3/+4
| | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | Merge pull request #42730 from nextcloud/backport/42712/stable28Simon L2024-01-128-7/+11
|\ \ \ | |/ / |/| | [stable28] fix header-elements being not shown correctly
| * | chore(assets): Recompile assetsnextcloud-command2024-01-116-7/+7
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix header-elements being not shown correctlySimon L2024-01-112-0/+4
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-12278-180/+458
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #42724 from nextcloud/backport/42709/stable28Eduardo Morales2024-01-118-14/+16
|\ \ | | | | | | [stable28] `SharingEntrySimple` needs `ul` or `ol` around it
| * | chore(assets): Recompile assetsnextcloud-command2024-01-117-7/+7
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | sharing-entry__reshare needs ul or ol around itSimon L2024-01-111-7/+9
| |/ | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #42725 from nextcloud/backport/42700/stable28Simon L2024-01-113-10/+7
|\ \ | |/ |/| [stable28] fix styling of development-notice
| * chore(assets): Recompile assetsnextcloud-command2024-01-112-2/+2
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix styling of development-noticeSimon L2024-01-111-8/+5
|/ | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Merge pull request #42715 from nextcloud/backport/42698/stable28Simon L2024-01-116-16/+24
|\ | | | | [stable28] update webauthn section to feature components
| * chore(assets): Recompile assetsnextcloud-command2024-01-114-6/+6
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * update webauthn section to feature componentsSimon L2024-01-112-10/+18
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #42703 from nextcloud/backport/42584/stable28John Molakvoæ2024-01-1186-149/+247
|\ \ | |/ |/|
| * chore(assets): Recompile assetsJohn Molakvoæ2024-01-1179-118/+118
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * chore(deps): bump `@nextcloud/files` to `3.1.0`John Molakvoæ2024-01-115-19/+17
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(files): group duplicate sharesJohn Molakvoæ2024-01-114-25/+100
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(files): fix unshare actionJohn Molakvoæ2024-01-111-1/+26
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #42699 from nextcloud/backport/42402/stable28Simon L2024-01-113-4/+4
|\ | | | | [stable28] Remove display name ellipsis in user menu
| * chore(assets): Recompile assetsnextcloud-command2024-01-112-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Update UserMenu.vueJérôme Herbinet2024-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Update UserMenu.vue Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run build Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Revert with a higher max-width value Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>