summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): use backend error message if providedJohn Molakvoæ2024-01-121-4/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(settings): set default or unlimited user quotaJohn Molakvoæ2024-01-121-5/+8
| | | | 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>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-12186-18/+296
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42718 from ↵Grigorii K. Shartsev2024-01-121-1/+0
|\ | | | | | | | | nextcloud/fix/42717-Remove_unneeded_role=radiogroup_from_Predefined_statuses Remove unneeded role="radiogroup" from "Predefined statuses"
| * Remove unneeded role="radiogroup" from "Predefined statuses"julia.kirschenheuter2024-01-111-1/+0
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Merge pull request #42649 from ↵Julius Härtl2024-01-111-1/+2
|\ \ | | | | | | | | | nextcloud/enh/machine-translation-provider-with-id
| * \ Merge branch 'master' into enh/machine-translation-provider-with-idMarcel Klehr2024-01-11100-416/+470
| |\ \
| * | | enh(OCP\Translation): Add ITranslationProviderWithIdMarcel Klehr2024-01-101-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | Merge pull request #42640 from nextcloud/fix/fix-authentication-exceptions-2Côme Chilliet2024-01-114-10/+12
|\ \ \ \ | | | | | | | | | | Always catch OCP versions of authentication exceptions
| * | | | Use IToken from OCP instead of OCCôme Chilliet2024-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-114-9/+11
| | |/ / | |/| | | | | | | | | | | | | | | | | | And always throw OC versions for BC Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #42700 from ↵Simon L2024-01-113-10/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enh/42642/fix-development-notice-styling 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 #42709 from nextcloud/enh/42694/put-li-into-ulSimon L2024-01-111-7/+9
|\ \ \ \ \ | |/ / / / |/| | | | `SharingEntrySimple` needs `ul` or `ol` around it
| * | | | sharing-entry__reshare needs ul or ol around itSimon L2024-01-111-7/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | | Include `unsubscribe` from file changed eventRaul Ferreira2024-01-111-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Raul Ferreira <r.ferreira.fuentes@gmail.com>
* | | | | Update apps/files/src/views/FilesList.vueRaul Ferreira Fuentes2024-01-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Raul Ferreira Fuentes <Raudius@users.noreply.github.com>
* | | | | Refresh FileList on current folder updateRaul Ferreira2024-01-111-1/+13
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Raul Ferreira <r.ferreira.fuentes@gmail.com>
* | | | Merge pull request #42698 from nextcloud/enh/42595/webauthn-ncnotecardSimon L2024-01-112-10/+18
|\ \ \ \ | |/ / / |/| | | update webauthn section to feature components
| * | | update webauthn section to feature componentsSimon L2024-01-112-10/+18
| |/ / | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #42177 from nextcloud/feat/migrate-imagick-setupcheckCôme Chilliet2024-01-116-23/+67
|\ \ \ | |/ / |/| |
| * | Migrate PHP imagick module check to new SetupCheck APICôme Chilliet2024-01-116-23/+67
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #42680 from nextcloud/artonge/fix/view_only_error_messageLouis2024-01-111-1/+1
|\ \ \ | | | | | | | | Improve view only error message
| * | | Improve view only error messageLouis Chemineau2024-01-101-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #42679 from nextcloud/fix/chunked-quotaJulius Härtl2024-01-111-33/+50
|\ \ \ | | | | | | | | fix(quota): automatically detect chunk quota with `OC-Total-Length` header
| * | | fix(quota): automatically detect chunk quota with `OC-Total-Length` headerJohn Molakvoæ2024-01-101-33/+50
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | chore(deps): bump `@nextcloud/files` to `3.1.0`John Molakvoæ2024-01-113-13/+11
| | | | | | | | | | | | 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 #42533 from nextcloud/fix/weather_status/forecast-formatJulius Härtl2024-01-112-135/+21
|\ \ | | | | | | fix(weather_status): Fix forecast format in OpenAPI
| * | fix(weather_status): Fix forecast format in OpenAPIprovokateurin2024-01-102-135/+21
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1184-158/+186
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(files): switched native input to NcButtonEduardo Morales2024-01-101-3/+4
| | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | refactor(files): remove merged to `@nextcloud/vue` changesGrigorii K. Shartsev2024-01-101-10/+1
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | fix(files): move header actions out from the tableGrigorii K. Shartsev2024-01-104-49/+82
| | | | | | | | | | | | | | | | | | Having actions in the table header is no valid for a11y and counts as a column name. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | Merge pull request #42558 from nextcloud/trash-mtime-deletion-timeRobin Appelman2024-01-102-3/+3
|\ \ \ | |_|/ |/| | use deletion time instead of mtime in trashbin handling
| * | use deletion time instead of mtime in trashbin handlingRobin Appelman2024-01-032-3/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #42527 from nextcloud/feat/user_status/online-status-typeKate2024-01-104-3/+21
|\ \ \
| * | | feat(user_status): Add online status type for OpenAPIprovokateurin2024-01-104-3/+21
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #42590 from nextcloud/add-settings-section-type-attributeJoas Schilling2024-01-102-1/+2
|\ \ \ \ | | | | | | | | | | Add settings section type attribute on settings app-content section
| * | | | fix(settings): check if activeSectionId and activeSectionType are defined ↵Thomas Citharel2024-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before using them Closes #41513 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | Add data-active-section-type attribute to app-content settings sectionThomas Citharel2024-01-052-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | Merge pull request #42532 from ↵Kate2024-01-102-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | nextcloud/fix/user_status/custom-message-icon-only
| * | | | fix(user_status): Allow setting custom message with icon onlyprovokateurin2023-12-302-2/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #42666 from nextcloud/chore/deps/update-openapi-extractorJoas Schilling2024-01-105-9/+45
|\ \ \ \ | | | | | | | | | | chore(deps): Update openapi-extractor
| * | | | chore(deps): Update openapi-extractorprovokateurin2024-01-095-9/+45
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1034-12/+248
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>