summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(npm): buildJohn Molakvoæ2023-03-026-9/+9
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(unified-search): emptycontent messagesJohn Molakvoæ2023-03-025-24/+41
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(unified-search): fix code highlightingJohn Molakvoæ2023-03-021-5/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(unified-search): remove conflicting trigger colorJohn Molakvoæ2023-03-021-6/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(theming): select "no-background" option and fix layout orderJohn Molakvoæ2023-03-025-20/+31
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-02148-486/+680
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36902 from nextcloud/dependabot/npm_and_yarn/autosize-6.0.1MichaIng2023-03-024-11/+11
|\ | | | | chore(deps): Bump autosize from 5.0.1 to 6.0.1
| * chore(deps): Bump autosize from 5.0.1 to 6.0.1dependabot[bot]2023-03-024-11/+11
|/ | | | | | | | | | | | | | | | | Bumps [autosize](https://github.com/jackmoore/autosize) from 5.0.1 to 6.0.1. - [Release notes](https://github.com/jackmoore/autosize/releases) - [Changelog](https://github.com/jackmoore/autosize/blob/master/changelog.md) - [Commits](https://github.com/jackmoore/autosize/compare/5.0.1...6.0.1) --- updated-dependencies: - dependency-name: autosize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #36785 from nextcloud/bug/bring-back-auth-checkboxblizzz2023-03-011-32/+58
|\ | | | | Add back authentication checkbox for mailer settings
| * Add back authentication checkbox for mailer settingsAnna Larch2023-02-221-32/+58
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #36936 from ↵Julius Härtl2023-03-011-0/+10
|\ \ | | | | | | | | | | | | nextcloud/fix/treat-text-session-params-as-sensitive fix: treat text app session parameters as sensitive values
| * | fix: treat text app session parameters as sensitive valuesMax2023-03-011-0/+10
|/ / | | | | | | | | | | | | | | | | | | * `PublicSessionController create` receives a share token. * The others receive the parameters for a text session: `document_id`, `session_id`, `session_token`. Even though these are relatively short lived they could be used to retrieve content from the document when leaked. Signed-off-by: Max <max@nextcloud.com>
* | Merge pull request #36890 from nextcloud/bugfix/noid/translation-api-annotationJulius Härtl2023-03-011-0/+6
|\ \ | | | | | | fix(translation): Allow regular users to use translation api endpoints
| * | fix(translation): Allow regular users to use translation api endpointsJulius Härtl2023-02-281-0/+6
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #36843 from nextcloud/enh/a11y-user-status-clear-selectJulia Kirschenheuter2023-03-017-21/+21
|\ \ \ | | | | | | | | Port clear user status select
| * | | Port clear user status selectChristopher Ng2023-02-287-21/+21
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #36471 from nextcloud/fix/theming-keep-imagesJohn Molakvoæ2023-03-014-20/+70
|\ \ \ \
| * | | | fix(themeing): Add error handling to ImageManagerFerdinand Thiessen2023-02-201-23/+41
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
| * | | | Add webp and large jpg test assetsFerdinand Thiessen2023-02-202-0/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
| * | | | feat(theming): Only convert a background image if it benefits from itFerdinand Thiessen2023-02-202-5/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WebP images are generally quite small, converting to pngs would increase the filesize a lot. * Small JPEG and PNG images do not benefit from any conversion, so skip it. * JPEG images will get quite bigger when converted to PNG so instead convert to progressive JPEG Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* | | | | Merge pull request #36930 from nextcloud/fix/logoheaderJohn Molakvoæ2023-03-013-10/+8
|\ \ \ \ \
| * | | | | fix(theming): logo missing on login pageJohn Molakvoæ2023-03-013-10/+8
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | / / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-0138-30/+504
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #36650 from nextcloud/enh/a11y-admin-delegation-selectPytal2023-02-287-17/+26
|\ \ \ \
| * | | | Port admin delegation selectsChristopher Ng2023-02-287-17/+26
|/ / / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #36898 from nextcloud/fix/36897/recipient-name-stringRichard Steinmetz2023-02-281-1/+1
|\ \ \ \ | | | | | | | | | | fix(caldav): convert iMip recipient name to a string
| * | | | fix(caldav): convert iMip recipient name to a stringRichard Steinmetz2023-02-281-1/+1
| | |/ / | |/| | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #36855 from nextcloud/fix/bread-paddingAndy Scherzinger2023-02-285-7/+8
|\ \ \ \ | | | | | | | | | | Fix files breadcrumb spacing
| * | | | Fix files breadcrumb spacingJohn Molakvoæ2023-02-285-7/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Merge pull request #36881 from nextcloud/fix/noid/bump-hub-numberAndy Scherzinger2023-02-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | bump the hub number
| * | | | | up the hubArthur Schiwon2023-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #36358 from ↵Julia Kirschenheuter2023-02-287-10/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | nextcloud/fix/36357-Adapt_tooltips_on_NcAvatar_for_files_sharing Adapt native tooltip for new structure of NcAvatar
| * | | | | Adapt native tooltip for new structure of NcAvatarjulia.kirschenheuter2023-02-277-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | | Merge pull request #36866 from nextcloud/fix#35645Robin Windey2023-02-283-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Convert tag id to number (closing #35645)
| * | | | | | Convert tag ids to numberRobin Windey2023-02-273-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for #35645 Signed-off-by: GitHub <noreply@github.com>
* | | | | | | Merge pull request #36842 from nextcloud/remove-extraneous-node-modulesPytal2023-02-273-6/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove extraneous Node.js core module dependenciesChristopher Ng2023-02-233-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - buffer and stream-browserify are already provided by node-polyfill-webpack-plugin Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2826-4/+358
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #36418 from ↵dependabot[bot]2023-02-271-6/+6
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/symfony/event-dispatcher-5.4.19
| * | | | | | | chore(deps-dev): Bump symfony/event-dispatcher in /build/integrationdependabot[bot]2023-02-271-6/+6
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) from 5.4.9 to 5.4.19. - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v5.4.9...v5.4.19) --- updated-dependencies: - dependency-name: symfony/event-dispatcher dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #36584 from nextcloud/enh/translation-apiJulius Härtl2023-02-2712-0/+458
|\ \ \ \ \ \ \
| * | | | | | | feat(translations): Add translation provider APIJulius Härtl2023-02-2712-0/+458
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | Merge pull request #36878 from ↵dependabot[bot]2023-02-271-33/+33
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.6.4
| * | | | | | | chore(deps-dev): Bump phpunit/phpunit in /build/integrationdependabot[bot]2023-02-271-33/+33
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.28 to 9.6.4. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #36634 from ↵MichaIng2023-02-271-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/fix/client-login-flow/state-token-missing-response fix(client-login-flow): Use correct response for missing state token
| * | | | | | fix(client-login-flow): Use correct response for missing state tokenChristoph Wurst2023-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #36837 from nextcloud/fix/truncate-overlong-tagnamesJoas Schilling2023-02-272-7/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(SystemTagManager): Truncate overlong tag names
| * | | | | | | Fix SystemTagManagerTest#createTag testMarcel Klehr2023-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | | Update tests/lib/SystemTag/SystemTagManagerTest.phpMarcel Klehr2023-02-241-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | | fix(SystemTagManager): Truncate overlong tag namesMarcel Klehr2023-02-242-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>