Nextcloud bot
8de53dd1fe
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-20 00:57:36 +00:00
dependabot[bot]
4071e8c6eb
Merge pull request #1749 from nextcloud/dependabot/npm_and_yarn/babel/traverse-7.23.2
2023-10-19 13:56:14 +00:00
dependabot[bot]
52273fa4db
Build(deps): Bump @babel/traverse from 7.23.0 to 7.23.2
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.23.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 13:16:24 +00:00
Nextcloud bot
218f9b5715
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-19 00:56:42 +00:00
Nextcloud bot
594338e9bf
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-18 01:21:12 +00:00
Nextcloud bot
a4914d00b8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-17 00:59:25 +00:00
Chartman123
ef0bdcd9f6
Merge pull request #1659 from nextcloud/feat/custom-submission-message-385
...
feat: Implement custom submission message
2023-10-16 22:21:58 +02:00
Ferdinand Thiessen
fed3d4c11e
feat: Implement custom submission message
...
This message is shown when a user submits the form and can be formatted using markdown.
Make the custom submission message hidden behind a checkbox
Null on submissionMessage means disabled
Co-authored-by: Chartman123 <chris-hartmann@gmx.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-16 22:03:27 +02:00
Ferdinand Thiessen
3f639a6ea2
Merge pull request #1746 from nextcloud/enh/add-submission-notification-for-circles
...
feat(ActivityManager): Send notification about new submissions to circle memebers
2023-10-16 21:02:11 +02:00
Ferdinand Thiessen
30cda6221b
Merge pull request #1310 from nextcloud/enh/warn_before_leave
...
Implement warning when leaving an unsubmitted form
2023-10-16 20:34:27 +02:00
Ferdinand Thiessen
6c0ad5d89b
feat(ActivityManager): Send notification about new submissions to circle memebers
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-16 20:31:28 +02:00
Christian Hartmann
4e636c0240
Implement warning when leaving an unsubmitted form
...
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2023-10-16 20:00:59 +02:00
Chartman123
cf2c71c97e
Merge pull request #1745 from nextcloud/fix/docs
...
fix(docs): Add changes of API 2.1 to the API docs
2023-10-16 19:54:25 +02:00
Ferdinand Thiessen
cb8cb911cb
fix(docs): Add changes of API 2.1 to the API docs
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-16 19:26:54 +02:00
Nextcloud bot
b54c5146ca
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-16 00:57:35 +00:00
Nextcloud bot
7c6aae73cc
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-15 00:56:31 +00:00
Chartman123
6f58720a90
Merge pull request #1744 from nextcloud/dependabot/github_actions/main/actions/checkout-4
...
Build(deps): Bump actions/checkout from 3 to 4
2023-10-14 10:01:54 +02:00
dependabot[bot]
5d9d994c98
Build(deps): Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-14 01:37:07 +00:00
Nextcloud bot
8359d2d1b5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-13 01:43:47 +00:00
Nextcloud bot
5e0e15628a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-12 00:54:54 +00:00
Nextcloud bot
e32772bd5e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-11 01:00:39 +00:00
Chartman123
1bb348eb8f
Merge pull request #1467 from nextcloud/feat/share-circle
...
Feature: Allow to share forms with Circles
2023-10-10 20:33:35 +02:00
Ferdinand Thiessen
c88001b95e
Merge pull request #1743 from mschmidm/fix/no-h1-markdown-styling
...
fix: no styling applied to h1-headings in markdown (closes #1668 )
2023-10-10 16:39:32 +02:00
Ferdinand Thiessen
fb533d74cb
feat(sharing): Allow to share forms with circles
...
* Add CirclesService to handle all circles related functions
* Add activity related functions for circle shares
* Add frontend functions to allow sharing with circles
* Add circles app to phpunit workflows
* Make `FormsService` compatible with circle shares
* Add support for circle shares to
* `notifyNewShares`
* `getShareDisplayName`
* `isSharedToUser`
Co-authored-by: Chartman123 <chris-hartmann@gmx.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-10 16:36:24 +02:00
Nextcloud bot
ba43fcf1e1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-10 01:20:41 +00:00
mschmidm
2ea3fb3cf4
fix: no styling applied to h1-headings in markdown ( closes #1668 )
...
Signed-off-by: Michael Schmidmaier <mschmidm@users.noreply.github.com>
2023-10-10 00:20:54 +02:00
Nextcloud bot
e9110eb33e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-09 00:57:17 +00:00
Nextcloud bot
f2853c02d7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-08 00:59:01 +00:00
dependabot[bot]
9103c238ac
Merge pull request #1742 from nextcloud/dependabot/composer/main/nextcloud/ocp-27.1.2
2023-10-07 03:39:21 +00:00
dependabot[bot]
84e6602506
Build(deps-dev): Bump nextcloud/ocp from 27.1.1 to 27.1.2
...
Bumps [nextcloud/ocp](https://github.com/nextcloud-deps/ocp ) from 27.1.1 to 27.1.2.
- [Commits](https://github.com/nextcloud-deps/ocp/compare/v27.1.1...v27.1.2 )
---
updated-dependencies:
- dependency-name: nextcloud/ocp
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-07 02:28:08 +00:00
dependabot[bot]
69e5a4b606
Merge pull request #1741 from nextcloud/dependabot/npm_and_yarn/main/core-js-3.33.0
2023-10-07 01:49:44 +00:00
dependabot[bot]
d36ba31188
Build(deps): Bump core-js from 3.32.2 to 3.33.0
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.32.2 to 3.33.0.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.0/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-07 01:33:29 +00:00
Chartman123
1204497ecc
Merge pull request #1496 from nextcloud/feat/notify-shared-forms
...
Notify users on new submissions for shared forms
2023-10-06 19:30:11 +02:00
Ferdinand Thiessen
2afddc0eaf
feat: Add new activity for submissions on shared forms
...
Also move activity creation from controller into service.
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2023-10-06 18:34:55 +02:00
Ferdinand Thiessen
e41a71d04e
fix: Typo in `ActivityManager` function
...
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2023-10-06 18:22:18 +02:00
Ferdinand Thiessen
3554e47084
Merge pull request #1730 from nextcloud/fix/type-extraSettings-frontend
...
fix: Incorrect type for empty extraSettings in frontend
2023-10-06 18:20:42 +02:00
Ferdinand Thiessen
90305f6dee
Merge pull request #1731 from nextcloud/fix/warning-missingLabel
...
fix: Warning about missing label for other answer
2023-10-06 18:20:26 +02:00
Chartman123
1bac76562e
Merge pull request #1739 from nextcloud/Chartman123-patch-1
...
Update README.md
2023-10-06 17:57:40 +02:00
Chartman123
c5c2437cb3
Merge pull request #1740 from nextcloud/update-composer-lock
...
Update composer.lock after dropping php 7.4
2023-10-06 17:42:28 +02:00
Christian Hartmann
7d5944eedb
chore: update composer.lock
...
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2023-10-06 00:07:38 +02:00
Chartman123
c4d8aab0f0
Merge pull request #1738 from nextcloud/fix-font-size
...
Increase font size to default 15px
2023-10-05 23:40:36 +02:00
Chartman123
5f2ad88acf
Update README.md
...
Use nextcloud-releases for download counter
Signed-off-by: Chartman123 <chris-hartmann@gmx.de>
2023-10-05 11:55:53 +02:00
Marco
2aab91fdd1
Increase font size to default 15px
...
Signed-off-by: Marco <marcoambrosini@icloud.com>
2023-10-05 13:45:33 +09:00
Chartman123
7458be22cd
Merge pull request #1736 from nextcloud/screenshots
...
Replace outdated screenshots in Readme.md
2023-10-04 18:15:49 +02:00
Christian Hartmann
d12caf3207
chore: update screenshots
...
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2023-10-03 18:57:07 +02:00
Christian Hartmann
4d36422fbb
(fix): Incorrect type for empty extraSettings in frontend
...
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2023-10-01 22:20:09 +02:00
Chartman123
d2ba5b5995
Merge pull request #1732 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/eslint-config-8.3.0
...
Build(deps-dev): Bump @nextcloud/eslint-config from 8.2.1 to 8.3.0
2023-09-30 17:23:19 +02:00
dependabot[bot]
ff9fd282fc
Merge pull request #1734 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-7.12.6
2023-09-30 03:39:50 +00:00
dependabot[bot]
c38307075e
Merge pull request #1733 from nextcloud/dependabot/npm_and_yarn/main/markdown-it-13.0.2
2023-09-30 03:39:00 +00:00
dependabot[bot]
752d63e526
Build(deps): Bump @nextcloud/vue from 7.12.5 to 7.12.6
...
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue ) from 7.12.5 to 7.12.6.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v7.12.6/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.12.5...v7.12.6 )
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-30 02:33:21 +00:00