aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Migrate memcached PHP module setup check to new APICôme Chilliet2024-01-185-82/+19
| | | | | | Merged it with the other existing memcache setup check as it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(actions): move github.workspace out of compile init stepJohn Molakvoæ2024-01-181-8/+8
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* Merge pull request #42466 from ↵John Molakvoæ2024-01-186-9/+9
|\ | | | | | | nextcloud/dependabot/github_actions/actions/setup-node-4.0.1
| * chore(deps): Bump actions/setup-node from 4.0.0 to 4.0.1dependabot[bot]2023-12-236-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/8f152de45cc393bb48ce5d89d36b731f54556e65...b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-18184-396/+636
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #42900 from nextcloud/chore/bump-server-dev-versionJoas Schilling2024-01-171-1/+1
|\ \ | | | | | | chore: bump server version to 29.0.0.4 to trigger migrations
| * | chore: bump server version to 29.0.0.4 to trigger migrationsGrigorii K. Shartsev2024-01-171-1/+1
|/ / | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Merge pull request #42860 from nextcloud/jr/fix/i42858Pytal2024-01-171-6/+7
|\ \ | | | | | | Update ContactsStore: Avoid exceptions on empties
| * | Update ContactsStore: Avoid exceptions on empties Josh2024-01-161-6/+7
| | | | | | | | | | | | | | | Fixes #42858 and makes things more robust Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | Merge pull request #42856 from ↵Pytal2024-01-173-12/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/a11y/42688/menu-items-contrasts-are-not-enough enh(a11y): improved contrast on user menu
| * | | chore: compile assetsEduardo Morales2024-01-162-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
| * | | enh(a11y): improved contrast on user menuEduardo Morales2024-01-161-9/+5
| | | | | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | | Merge pull request #42887 from nextcloud/fix/accessible-border-colorFerdinand Thiessen2024-01-176-3/+17
|\ \ \ \ | | | | | | | | | | fix(theming): Make sure `color-border-maxcontrast` fulfills 3:1 contrast
| * | | | fix(theming): Make sure `color-border-maxcontrast` fulfills 3:1 contrastFerdinand Thiessen2024-01-176-3/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #42840 from nextcloud/fix/dnd-filesFerdinand Thiessen2024-01-179-13/+13
|\ \ \ \ \ | | | | | | | | | | | | fix(files): prevent dragging previews and appear as an external files DnD
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-01-176-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(files): prevent dragging previews and appear as an external files DnDJohn Molakvoæ2024-01-173-4/+4
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Revert "add key location to info:file output"Robin Appelman2024-01-173-39/+25
| | | | | | | | | | | | | | | | | | | | This reverts commit 7bf82fc312acb775bf150ce506d16a05989cd43e.
* | | | | add key location to info:file outputRobin Appelman2024-01-173-25/+39
|/ / / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #42807 from nextcloud/enh/remove-curl-obsolete-ssl-checkCôme Chilliet2024-01-173-278/+0
|\ \ \ \
| * | | | Remove obsolete check of curl SSL versionCôme Chilliet2024-01-163-278/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #42862 from nextcloud/bugfix/noid/check-for-app-existanceJoas Schilling2024-01-177-17/+48
|\ \ \ \ \ | | | | | | | | | | | | fix(manifest): Check if app exists instead of accessing null as an array
| * | | | | fix(manifest): Check if app exists instead of accessing null as an arrayJoas Schilling2024-01-177-17/+48
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #42853 from nextcloud/fix/ajax-check-public-remoteJohn Molakvoæ2024-01-172-2/+2
|\ \ \ \ \
| * | | | | fix(dav): ajax request check on public remote endpointsJohn Molakvoæ2024-01-172-2/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Merge pull request #42607 from nextcloud/tokenAnonReqChristoph Wurst2024-01-172-2/+55
|\ \ \ \ \ | |/ / / / |/| | | | fix(session): Avoid useless authtoken DB queries for anonymous requests
| * | | | fix(session): Avoid two useless authtoken DB queries for every anonymous requestGit'Fellow2024-01-172-2/+55
|/ / / / | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-17220-844/+934
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #42744 from ↵Pytal2024-01-163-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/updatenotification/42637/move-title-and-aria-label-to-interactive-element fix(update-section): changed span to an interactive element
| * | | | fix(update-section): changed span to an interactive elementEduardo Morales2024-01-163-5/+5
| | |/ / | |/| | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | | Merge pull request #42834 from ↵Grigorii K. Shartsev2024-01-173-4/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/chore/theming--remove-warning-of-nc-checkbox-radio-switch-usage chore(theming): fix warning of incorrect `NcCheckboxRadioSwitch` usage
| * | | chore(theming): fix warning of incorrect NcCheckboxRadioSwitch usageGrigorii K. Shartsev2024-01-163-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | Merge pull request #42805 from ↵Arthur Schiwon2024-01-162-2/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/42625/unique-constrain-violation-user-status fix(userstatus): catch unique constraint violation
| * | | | fix(userstatus): catch unique constraint violationAnna Larch2024-01-162-2/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | Merge pull request #42748 from ↵dependabot[bot]2024-01-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/github_actions/actions/cache-3.3.3
| * | | | | chore(deps): Bump actions/cache from 3.3.2 to 3.3.3dependabot[bot]2024-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/704facf57e6136b1bc63b828d79edcd491f0ee84...e12d46a63a90f2fae62d114769bbf2a179198b5c) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #42841 from nextcloud/feat/package-node-npm-engines-updateJohn Molakvoæ2024-01-161-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Update npm and node engines versionsnextcloud-command2024-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #42837 from nextcloud/refactor/remove-legacy-sudo-login-formFerdinand Thiessen2024-01-161-10/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | refactor(core): remove `sudo-login-form` layout
| * | | | | refactor(core): remove sudo-login-form layoutGrigorii K. Shartsev2024-01-161-10/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This form has never been used and existed only during the introduting the first password confirmation. - PR 1447 Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | | Merge pull request #42844 from nextcloud/fix/noid/default-on-unknown-config-keyJoas Schilling2024-01-161-1/+7
|\ \ \ \ \ | | | | | | | | | | | | AppConfig: returns default on exception
| * | | | | returns default on exceptionMaxence Lange2024-01-161-1/+7
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Merge pull request #42749 from ↵dependabot[bot]2024-01-162-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | nextcloud/dependabot/github_actions/actions/upload-artifact-4.1.0
| * | | | chore(deps): Bump actions/upload-artifact from 3.1.3 to 4.1.0dependabot[bot]2024-01-132-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/a8a3f3ad30e3422c9c7b888a15615d19a852ae32...1eb3cb2b3e0f29609092a73eb033bb759a334595) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #42802 from nextcloud/enh/migrate-cron-setupcheckCôme Chilliet2024-01-169-128/+151
|\ \ \ \ \
| * | | | | Remove references to removed functions in testsCôme Chilliet2024-01-161-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix Cron setup check testsCôme Chilliet2024-01-162-71/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Migrate Cron checks to new SetupCheck APICôme Chilliet2024-01-167-48/+151
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #42720 from nextcloud/enh/42592/use-notecardSimon L2024-01-163-6/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | use showError in TransferOwnershipDialogue
| * | | | chore(assets): Recompile assetsnextcloud-command2024-01-162-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>