aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* fix(core): profile design and pronouns supportfieat/profile-pronouncesJohn Molakvoæ (skjnldsv)2024-09-181-727/+727
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-1/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* chore(tests): Update psalm baselinenextcloud-command2024-09-171-14/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #47792 from nextcloud/chore/use-public-api-helperJohn Molakvoæ2024-09-161-8/+0
|\
| * chore(files): Use public API where possiblechore/use-public-api-helperFerdinand Thiessen2024-09-051-8/+0
| | | | | | | | | | | | | | This is not fixing all issues in the helper, but at least where possible use the public methods. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore(tests): Update psalm baselinenextcloud-command2024-09-162-19/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | chore(tests): Update psalm baselinenextcloud-command2024-09-152-2/+2
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | chore(tests): Update psalm baselinenextcloud-command2024-09-141-9/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | chore(tests): Update psalm baselinenextcloud-command2024-09-131-8/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #47339 from nextcloud/fix/leave-share-instead-of-deleteJohn Molakvoæ2024-09-111-0/+83
|\ \ | | | | | | fix: Display 'Leave share' instead of 'Delete'
| * | fix(files_sharing): adjust permissions from custom edit and delete check methodsskjnldsv2024-09-111-0/+83
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | chore(tests): Update psalm baselinenextcloud-command2024-09-101-3/+0
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / fix(files_sharing): Handle download permission the same way for public and ↵Ferdinand Thiessen2024-09-061-1/+1
|/ | | | | | internal shares Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-052-22/+11
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #46859 from ↵John Molakvoæ2024-09-045-2/+168
|\ | | | | | | nextcloud/fix-status-check-and-saving-of-external-storages
| * fix: Fix unmodified placeholder replacing the actual value when updatingDaniel Calviño Sánchez2024-09-041-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When updating global storages and user storages a property is not updated by "StoragesService::updateStorage()" if the value matches the unmodified placeholder. However, userglobal storages are not updated through the "StoragesService"; as only the authentication mechanism is updated it is directly done with "saveBackendOptions()" in "IUserProvided" or "UserGlobalAuth". Due to this the unmodified placeholder value needs to be explicitly checked in those cases and replaced by the actual value (note that in this case it is not possible to just skip updating a specific property). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * test: Add integration tests for saving external userglobal storagesDaniel Calviño Sánchez2024-09-045-2/+136
| | | | | | | | | | | | | | | | | | As the external storage uses the Nextcloud server itself the number of workers of the PHP process running the Nextcloud server had to be increased. Otherwise if a request is sent for the external storage while handling a request from the integration tests a deadlock would occur. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | chore(tests): Update psalm baselinenextcloud-command2024-09-041-5/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #47596 from nextcloud/fix/test/provisioning-enabled-appsJoas Schilling2024-08-291-0/+1
|\ | | | | fix(test): Fix provisioning enabled apps
| * fix(test): Fix provisioning enabled appsprovokateurin2024-08-291-0/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | chore: Add stylelint rules to verify we only use logical propertiesFerdinand Thiessen2024-08-291-0/+1
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Add `vitest.config.ts` as expected and remove Jest configFerdinand Thiessen2024-08-261-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: add .git-blame-ignore-revs as expected fileDaniel Kesselberg2024-08-251-0/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2520-160/+154
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #47356 from ↵Andy Scherzinger2024-08-201-4/+17
|\ | | | | | | | | nextcloud/fix/add-webhook_listeners-to-shipped-apps-lists chore: Add webhook_listeners to list of shipped apps
| * fix(CI): Add a check that all server apps are translatedJoas Schilling2024-08-201-4/+17
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #47351 from nextcloud/fix/build/update-appsJohn Molakvoæ2024-08-201-3/+17
|\ \
| * | fix(build): Allow update-apps.sh script to work with non-master branchesprovokateurin2024-08-201-3/+17
| |/ | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* / chore(build): Remove old Drone CI signed-off checkerprovokateurin2024-08-201-112/+0
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-121-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(dav): Ensure share properties are also set on public remote endpointFerdinand Thiessen2024-08-123-4/+51
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(tests): Update psalm baselinenextcloud-command2024-08-071-1/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* chore(tests): Update psalm baselinenextcloud-command2024-08-031-13/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* chore: Remove deprecated legacy search backendJulius Härtl2024-08-011-273/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* chore(tests): Update psalm baselinenextcloud-command2024-08-011-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #46834 from withbest/masterAndy Scherzinger2024-07-291-2/+2
|\ | | | | chore: fix some comments
| * chore: fix some commentswithbest2024-07-291-2/+2
| | | | | | | | Signed-off-by: withbest <seekseat@outlook.com>
* | build(psalm): Enforce named attribute argumentsprovokateurin2024-07-271-0/+53
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* build(deps-dev): bump guzzlehttp/guzzle in /build/integrationdependabot[bot]2024-07-271-6/+6
| | | | | | | | | | | | | | | Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.9.1 to 7.9.2. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.9.1...7.9.2) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps-dev): bump guzzlehttp/guzzle in /build/integrationdependabot[bot]2024-07-201-33/+33
| | | | | | | | | | | | | | | Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.8.1 to 7.9.1. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.8.1...7.9.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(integration): add file request testsskjnldsv2024-07-192-3/+48
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix: drop outdated handlebar comments templateskjnldsv2024-07-181-3/+0
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge branch 'master' into support-direct-appapi-requestsAlexander Piskun2024-07-162-19/+1
|\
| * fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-1/+1
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * chore(tests): Update psalm baselinenextcloud-command2024-07-121-18/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | feat: webhooks_listeners app support for sending direct requests to ExApps ↵Alexander Piskun2024-07-161-12/+89
|/ | | | | | using AppAPI. Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-111-1/+3
| | | | | | | | | Allow clients to access the new filename validation options and make frontend name validation possible. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* ci(psalm): update baselineArthur Schiwon2024-07-101-0/+3
| | | | | | | prefer to keep this check as PublicEmitter should be dropped sooner or later Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(security): Update CA certificate bundlenextcloud-command2024-07-031-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>