Граф коммитов

4133 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 84b06d7fcd
Merge pull request #2345 from nextcloud/dependabot/github_actions/main/codecov/codecov-action-4.6.0 2024-10-05 01:13:00 +00:00
dependabot[bot] 4a2b7fed53
Chore(deps): Bump codecov/codecov-action from 4.5.0 to 4.6.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](e28ff129e5...b9fd7d16f6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-05 01:05:47 +00:00
Christian Hartmann 7160721a56
v4.3.0
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2024-10-04 14:16:21 +02:00
Thomas Citharel 7d23138ae6
Merge pull request #2343 from nextcloud/fix-files-new-lines
fix(export): remove new lines from form title in the exported filename
2024-10-04 13:58:00 +02:00
Chartman123 03d506bb63
Merge pull request #2344 from nextcloud/chore/update-deps
chore: update dependencies
2024-10-04 13:56:35 +02:00
Thomas Citharel 7443df3b85
fix(export): remove new lines from form title in the exported filename
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-10-04 13:52:48 +02:00
Christian Hartmann 4b9b007331
chore: update dependencies
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2024-10-04 13:49:08 +02:00
Chartman123 a692d137ef
Merge pull request #2333 from nextcloud/feat/reorder-options-backend
feat: Allow to reorder options for "multiple" question type in backend
2024-10-04 13:32:46 +02:00
Ferdinand Thiessen 7aba08d095
feat: Allow to reorder options for "multiple" question type
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2024-10-04 13:18:25 +02:00
Nextcloud bot 683a5198fe
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-02 00:52:32 +00:00
Chartman123 a0cff9d52c
Merge pull request #2342 from nextcloud/fix/sass-deprecation-warning
Fix Sass deprecation warning
2024-10-01 23:50:05 +02:00
Christian Hartmann 4c8d95d4ea
Fix Sass deprecation warning
For more details, see https://sass-lang.com/d/mixed-decls

Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2024-10-01 23:12:00 +02:00
Kostiantyn Miakshyn f7fe8cd62b feat: Ask for restarting submission if form was changed
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
2024-10-01 11:58:13 +02:00
Chartman123 fa1c8980a7
Merge pull request #2340 from nextcloud/dependabot/npm_and_yarn/main/vite-5.4.8
Chore(deps-dev): Bump vite from 5.4.7 to 5.4.8
2024-09-29 00:01:35 +02:00
dependabot[bot] fe5c8689da
Merge pull request #2339 from nextcloud/dependabot/github_actions/main/actions/checkout-4.2.0 2024-09-28 02:02:40 +00:00
dependabot[bot] 273d8536f6
Chore(deps-dev): Bump vite from 5.4.7 to 5.4.8
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.7 to 5.4.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-28 01:38:16 +00:00
dependabot[bot] 68abce1a45
Chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](692973e3d9...d632683dd7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-28 01:30:39 +00:00
Chartman123 e290874f09
Merge pull request #2314 from nextcloud/chore/refactor-lastUpdated
chore: Refactor lastUpdated
2024-09-26 23:55:48 +02:00
Christian Hartmann 9ad8d3da4c
Refactor form creation and update logic
This commit refactors the form creation and update logic in the `ApiController` class. It removes the unnecessary setting of the `created` and `lastUpdated` timestamps in the `Form` entity, as these values are now automatically set in the `FormMapper` class. This improves code readability and reduces redundancy.

The changes also include updates to the `FormMapper` class, where the `insert` and `update` methods now automatically set the `created` and `lastUpdated` timestamps respectively.

Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2024-09-26 23:18:27 +02:00
Chartman123 b40ef76d6c
Merge pull request #2335 from nextcloud/chore/refactor-formAccessChecking
chore: Refactor checking if user is allowed to edit the form
2024-09-24 16:58:17 +02:00
Chartman123 f251c4a848
Merge pull request #2337 from nextcloud/chore/refactor-rootFolder
Rename storage to rootFolder
2024-09-24 16:56:22 +02:00
Chartman123 d179cd7f5c
Rename storage to rootFolder
Signed-off-by: GitHub <noreply@github.com>
2024-09-24 14:48:48 +00:00
dependabot[bot] 7832fff722
Merge pull request #2336 from nextcloud/dependabot/npm_and_yarn/rollup-4.22.4 2024-09-24 04:42:27 +00:00
dependabot[bot] 4507eb161b
Chore(deps): Bump rollup from 4.21.2 to 4.22.4
Bumps [rollup](https://github.com/rollup/rollup) from 4.21.2 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.21.2...v4.22.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 04:39:31 +00:00
Christian Hartmann 5267360c22
Refactor ApiController.php to improve code readability and maintainability
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2024-09-23 21:24:11 +02:00
dependabot[bot] 13b1f00d63
Merge pull request #2326 from nextcloud/dependabot/composer/vendor-bin/cs-fixer/main/nextcloud/coding-standard-1.3.1 2024-09-21 09:32:58 +00:00
Christian Hartmann f756024b2a
Adjust php files to new CS
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2024-09-21 11:28:20 +02:00
dependabot[bot] 8bbaeb7412
Merge pull request #2332 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-8.19.0 2024-09-21 05:46:56 +00:00
dependabot[bot] e17674bc57
Merge pull request #2331 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/cypress-1.0.0-beta.9 2024-09-21 05:46:41 +00:00
dependabot[bot] a6142a26b1
Merge pull request #2330 from nextcloud/dependabot/npm_and_yarn/main/playwright/test-1.47.2 2024-09-21 05:46:12 +00:00
dependabot[bot] a8c2ac0399
Merge pull request #2329 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/axios-2.5.1 2024-09-21 05:46:00 +00:00
dependabot[bot] 5a4cdf460a
Merge pull request #2328 from nextcloud/dependabot/npm_and_yarn/main/vite-5.4.7 2024-09-21 05:45:26 +00:00
dependabot[bot] 54c1d6647e
Chore(deps): Bump @nextcloud/vue from 8.18.0 to 8.19.0
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.18.0 to 8.19.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.18.0...v8.19.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-21 05:42:51 +00:00
dependabot[bot] d313b5bbde
Chore(deps-dev): Bump @nextcloud/cypress
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.8 to 1.0.0-beta.9.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.8...v1.0.0-beta.9)

---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-21 05:42:39 +00:00
dependabot[bot] 1c05010d7d
Chore(deps-dev): Bump @playwright/test from 1.47.1 to 1.47.2
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.47.1 to 1.47.2.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.47.1...v1.47.2)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-21 05:42:20 +00:00
dependabot[bot] 261ba231b7
Chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-axios/blob/v2.5.1/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-21 05:42:00 +00:00
dependabot[bot] f966c484cf
Chore(deps-dev): Bump vite from 5.4.6 to 5.4.7
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.6 to 5.4.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-21 05:41:50 +00:00
dependabot[bot] 6616fd4131
Merge pull request #2327 from nextcloud/dependabot/github_actions/main/actions/setup-node-4.0.4 2024-09-21 03:03:31 +00:00
dependabot[bot] f3698b5d51
Chore(deps): Bump actions/setup-node from 4.0.3 to 4.0.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](1e60f620b9...0a44ba7841)

---
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>
2024-09-21 02:16:16 +00:00
dependabot[bot] 2de9117dab
Chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.2.3 to 1.3.1.
- [Release notes](https://github.com/nextcloud/coding-standard/releases)
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/coding-standard/compare/v1.2.3...v1.3.1)

---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-21 01:09:17 +00:00
Chartman123 176d73c2b6
Merge pull request #2318 from nextcloud/chore/adjust-capabilities
chore: add API versions to Capabilities
2024-09-20 13:32:57 +02:00
Christian Hartmann 46141c4924 add API versions to Capabilities
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2024-09-20 13:25:01 +02:00
Nextcloud bot d92b1838fd
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-18 00:55:08 +00:00
dependabot[bot] 98b78f3af9
Merge pull request #2324 from nextcloud/dependabot/npm_and_yarn/vite-5.4.6 2024-09-17 19:50:10 +00:00
dependabot[bot] ad1266b19a
Chore(deps-dev): Bump vite from 5.4.5 to 5.4.6
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.5 to 5.4.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 19:47:03 +00:00
Nextcloud bot d0deffb249
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-17 00:55:48 +00:00
Chartman123 b6d7eaf0e6
Merge pull request #2323 from nextcloud/fix/2307
fix: update values in QuestionMultiple component correctly when `isUnique === true`
2024-09-16 17:36:07 +02:00
Christian Hartmann f903caa3fe
Fix issue with updating values in QuestionMultiple component
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2024-09-16 00:36:18 +02:00
dependabot[bot] 6edbc24377
Merge pull request #2322 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-8.18.0 2024-09-14 04:20:44 +00:00
dependabot[bot] 27991c39b0
Merge pull request #2321 from nextcloud/dependabot/npm_and_yarn/main/playwright/test-1.47.1 2024-09-14 04:18:05 +00:00