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

6123 Коммитов

Автор SHA1 Сообщение Дата
René Gieling 840af42b97
Update ANNOUNCEMENT.yml
Signed-off-by: René Gieling <github@dartcafe.de>
2022-11-16 21:48:26 +01:00
René Gieling af0c640ca2
Update ANNOUNCEMENT.yml
Signed-off-by: René Gieling <github@dartcafe.de>
2022-11-16 21:48:01 +01:00
dartcafe 7716723140
Add announcement template
Signed-off-by: dartcafe <github@dartcafe.de>
2022-11-16 21:46:20 +01:00
dartcafe 55714db874
changelog.md
Signed-off-by: dartcafe <github@dartcafe.de>
2022-11-16 21:32:43 +01:00
René Gieling b51bb34db0
Merge pull request #2656 from nextcloud/ref/axios-requests
move backend requests from store to new api
2022-11-16 21:26:30 +01:00
dartcafe 8c940acf89
additions and fixes
Signed-off-by: dartcafe <github@dartcafe.de>
2022-11-16 08:04:39 +01:00
Nextcloud bot 42ebbc7271
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-14 02:43:17 +00:00
dependabot[bot] a6118488fc
Merge pull request #2667 from nextcloud/dependabot/npm_and_yarn/core-js-3.26.1 2022-11-14 02:21:26 +00:00
dependabot[bot] 8269ad66f4
Bump core-js from 3.26.0 to 3.26.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.26.0 to 3.26.1.
- [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.26.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 02:02:41 +00:00
dartcafe ce8ae122eb
updates and refactor watchPolls
Signed-off-by: dartcafe <github@dartcafe.de>
2022-11-13 21:34:48 +01:00
Nextcloud bot ac8fb06757
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-12 02:43:18 +00:00
dartcafe 0f098ccc6e
fixes
Signed-off-by: dartcafe <github@dartcafe.de>
2022-11-11 17:35:10 +01:00
dependabot[bot] 7b2530d8a6
Merge pull request #2664 from nextcloud/dependabot/npm_and_yarn/dompurify-2.4.1 2022-11-11 02:13:52 +00:00
dependabot[bot] 741ea4ea60
Merge pull request #2663 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.1.3 2022-11-11 02:11:18 +00:00
dependabot[bot] 8156d40b90
Bump dompurify from 2.4.0 to 2.4.1
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.4.0...2.4.1)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 02:07:39 +00:00
dependabot[bot] c1291102b6
Bump @nextcloud/eslint-config from 8.1.2 to 8.1.3
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 8.1.2 to 8.1.3.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.2...v8.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 02:07:26 +00:00
René Gieling e762192135
Merge pull request #2662 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.7.14
Bump vue and vue-template-compiler
2022-11-10 22:14:54 +01:00
Nextcloud bot 6578045e5c
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-10 02:45:53 +00:00
dependabot[bot] 32b94663ca
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.7.9 to 2.7.14
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits)

Updates `vue-template-compiler` from 2.7.13 to 2.7.14
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue/compare/v2.7.13...v2.7.14)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 02:04:29 +00:00
dartcafe 20cd87e3fe
added error handling on canceled requests
Signed-off-by: dartcafe <github@dartcafe.de>
2022-11-09 23:06:51 +01:00
Nextcloud bot 681dcc1e10
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-08 02:42:28 +00:00
dependabot[bot] 214b1a02dd
Merge pull request #2659 from nextcloud/dependabot/npm_and_yarn/loader-utils-1.4.1 2022-11-08 02:23:49 +00:00
dependabot[bot] 9d67f4b38b
Bump loader-utils from 1.4.0 to 1.4.1
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 02:15:13 +00:00
dependabot[bot] df758c7080
Merge pull request #2658 from nextcloud/dependabot/npm_and_yarn/marked-4.2.2 2022-11-08 02:04:39 +00:00
dependabot[bot] e3d4194c30
Bump marked from 4.2.1 to 4.2.2
Bumps [marked](https://github.com/markedjs/marked) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 02:02:08 +00:00
René Gieling f89569962c
Merge pull request #2653 from nextcloud/fix/empty-comments
fix empty comments
2022-11-07 00:44:14 +01:00
dartcafe 97509e53a1
move backend requests from store to new api
Signed-off-by: dartcafe <github@dartcafe.de>
2022-11-07 00:42:58 +01:00
dependabot[bot] c3ad958908
Merge pull request #2655 from nextcloud/dependabot/composer/league/commonmark-2.3.7 2022-11-05 03:45:48 +00:00
dependabot[bot] 13780b4288
Bump league/commonmark from 2.3.5 to 2.3.7
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.3.5 to 2.3.7.
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.3/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/commonmark/compare/2.3.5...2.3.7)

---
updated-dependencies:
- dependency-name: league/commonmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-05 02:00:24 +00:00
dependabot[bot] 9a07d838f8
Merge pull request #2654 from nextcloud/dependabot/npm_and_yarn/marked-4.2.1 2022-11-03 02:03:37 +00:00
dependabot[bot] 33f7200a24
Bump marked from 4.2.0 to 4.2.1
Bumps [marked](https://github.com/markedjs/marked) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-03 02:01:01 +00:00
dartcafe d733b6e584
fix empty comments
Signed-off-by: dartcafe <github@dartcafe.de>
2022-11-02 07:46:18 +01:00
René Gieling 8df58e63e2
Change watch (#2624) 2022-11-01 21:26:59 +01:00
Nextcloud bot e1074f3fb5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-01 02:42:32 +00:00
dependabot[bot] 65b2bd607a
Merge pull request #2652 from nextcloud/dependabot/npm_and_yarn/marked-4.2.0 2022-11-01 02:20:42 +00:00
dependabot[bot] 5d08de5d1d
Bump marked from 4.1.1 to 4.2.0
Bumps [marked](https://github.com/markedjs/marked) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.1.1...v4.2.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 02:12:24 +00:00
Nextcloud bot 9c668818c8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-30 02:45:18 +00:00
René Gieling 352d4d02fe
Merge pull request #2649 from nextcloud/enh/avatar-md-icons
replace ncAvatar's icon class with mdIcons
2022-10-29 10:27:38 +02:00
dartcafe 250124a449
final tidy
Signed-off-by: dartcafe <github@dartcafe.de>
2022-10-29 10:08:57 +02:00
dartcafe 99719c34c7
Merge branch 'enh/avatar-md-icons' of https://github.com/nextcloud/polls into enh/avatar-md-icons
Signed-off-by: dartcafe <github@dartcafe.de>
2022-10-29 09:19:19 +02:00
dartcafe f4e67b5ac3
replace ncAvatar's icon class with mdIcons
Signed-off-by: dartcafe <github@dartcafe.de>
2022-10-29 09:19:13 +02:00
René Gieling 891ab38995
Merge pull request #2648 from nextcloud/ref/tidy-icons
Ref/tidy-icons
2022-10-29 09:15:07 +02:00
dartcafe 05a67e39bb
replace ncAvatar's icon class with mdIcons
Signed-off-by: dartcafe <github@dartcafe.de>
2022-10-29 09:12:31 +02:00
dartcafe bcae6a7726
rename dashboard source
Signed-off-by: dartcafe <github@dartcafe.de>
2022-10-28 19:51:56 +02:00
dartcafe e102bf7580
remove orphaned icons
Signed-off-by: dartcafe <github@dartcafe.de>
2022-10-28 08:38:49 +02:00
Nextcloud bot 2b59b5f022
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-28 02:42:31 +00:00
dartcafe f0324ddc73
tidy icons
Signed-off-by: dartcafe <github@dartcafe.de>
2022-10-28 00:00:01 +02:00
dartcafe 8bc1f3ebf0
fix dashboard widged icons
Signed-off-by: dartcafe <github@dartcafe.de>
2022-10-27 23:59:37 +02:00
dartcafe 1f0bf8b10f
changelog
Signed-off-by: dartcafe <github@dartcafe.de>
2022-10-27 23:49:44 +02:00
René Gieling 5f0ee83795
Merge pull request #2645 from Tiller/master
Dashboard widget to list relevant polls
2022-10-27 18:27:50 +02:00