Commit Graph

5277 Commits

Author SHA1 Message Date
Christoph Wurst 47a6d401df
Backport translations
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-29 08:48:25 +02:00
Christoph Wurst 0988dd1a08
Merge pull request #3265 from nextcloud/backport/3232/stable2.3
[stable2.3] Properly decode escaped principal urls
2021-06-25 14:38:21 +02:00
Richard Steinmetz 35cb6c66bd Properly decode escaped principal urls
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-06-25 11:54:10 +00:00
Christoph Wurst 9ce06096cd
Merge pull request #3256 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.14.7
Bump @babel/preset-env from 7.14.5 to 7.14.7
2021-06-24 11:31:48 +02:00
Christoph Wurst 5198481f4c
Merge pull request #3257 from nextcloud/dependabot/npm_and_yarn/vue-router-3.5.2
Bump vue-router from 3.5.1 to 3.5.2
2021-06-24 11:31:30 +02:00
Christoph Wurst 8ead7127c7
Merge pull request #3255 from nextcloud/dependabot/npm_and_yarn/core-js-3.15.1
Bump core-js from 3.14.0 to 3.15.1
2021-06-24 10:58:04 +02:00
dependabot[bot] bccca603bf
Bump core-js from 3.14.0 to 3.15.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.14.0 to 3.15.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.15.1/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>
2021-06-24 08:52:35 +00:00
Christoph Wurst 378b39e1ec
Merge pull request #3251 from nextcloud/chore/caldav-trashbin-iso-timestamps
Use ISO8601 timestamps for the CalDAV trashbin
2021-06-24 10:50:38 +02:00
Christoph Wurst 233c577312
Use ISO8601 timestamps for the CalDAV trashbin
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-24 10:00:00 +02:00
dependabot[bot] 7f7339b28f
Bump vue-router from 3.5.1 to 3.5.2
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.5.1...v3.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-24 07:32:45 +00:00
dependabot[bot] 987cd9daae
Bump @babel/preset-env from 7.14.5 to 7.14.7
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.5 to 7.14.7.
- [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.14.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-24 07:30:15 +00:00
Christoph Wurst de512e6ca9
Merge pull request #3253 from nextcloud/dependarichard/npm_and_yarn/jest
Bump jest and babel-jest to 27.0.5
2021-06-24 09:25:11 +02:00
Christoph Wurst 4d2787d186
Merge pull request #3254 from nextcloud/dependarichard/npm_and_yarn/fullcalendar-5.8.0
Bump @fullcalendar/* to 5.8.0
2021-06-24 09:24:39 +02:00
Richard Steinmetz 953d4913f5
Bump @fullcalendar/* to 5.8.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-06-24 09:00:46 +02:00
Richard Steinmetz e0abf9db35
Bump jest and babel-jest to 27.0.5
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-06-24 08:49:31 +02:00
Nextcloud bot cc27017f11
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-24 02:31:56 +00:00
Nextcloud bot 0d24b20f91
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-23 02:32:40 +00:00
Christoph Wurst a04df2e17b
Merge pull request #3250 from nextcloud/redirect-to-public-calendar-endpoint
Redirect public view to public calendar ics endpoint if requested with Accept: 'text/calendar'
2021-06-22 21:26:13 +02:00
Christoph Wurst 20def29f67
v2.3.0-RC.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-22 20:10:30 +02:00
Thomas Citharel 43cd3d1108
Redirect public view to public calendar ics endpoint if requested with Accept: 'text/calendar'
The server already does the request with the following header `Accept: 'text/calendar, application/calendar+json, application/calendar+xml'`. `text/calendar` isn't a MIME type requested by common browsers.

Closes https://github.com/nextcloud/server/issues/17746

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-06-22 18:33:27 +02:00
Richard Steinmetz a3dba277ab
Merge pull request #3242 from nextcloud/dependabot/npm_and_yarn/cdav-library-b7a567e
Bump cdav-library from `a8e1b3f` to `b7a567e`
2021-06-22 14:55:47 +02:00
Nextcloud bot 446bec326a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-22 02:33:31 +00:00
dependabot[bot] 9c9c9f67aa
Bump cdav-library from `a8e1b3f` to `b7a567e`
Bumps [cdav-library](https://github.com/nextcloud/cdav-library) from `a8e1b3f` to `b7a567e`.
- [Release notes](https://github.com/nextcloud/cdav-library/releases)
- [Commits](a8e1b3fa50...b7a567e2cf)

---
updated-dependencies:
- dependency-name: cdav-library
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 10:34:58 +00:00
Richard Steinmetz f7e0655050
Merge pull request #3207 from nextcloud/dependabot/npm_and_yarn/autosize-5.0.0
Bump autosize from 4.0.4 to 5.0.0
2021-06-21 12:33:43 +02:00
dependabot[bot] 06229f7c5f
Bump autosize from 4.0.4 to 5.0.0
Bumps [autosize](https://github.com/jackmoore/autosize) from 4.0.4 to 5.0.0.
- [Release notes](https://github.com/jackmoore/autosize/releases)
- [Changelog](https://github.com/jackmoore/autosize/blob/master/changelog.md)
- [Commits](https://github.com/jackmoore/autosize/compare/4.0.4...5.0.0)

---
updated-dependencies:
- dependency-name: autosize
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 10:22:05 +00:00
Richard Steinmetz efefe3092c
Merge pull request #3216 from nextcloud/dependabot/npm_and_yarn/vue/test-utils-1.2.1
Bump @vue/test-utils from 1.2.0 to 1.2.1
2021-06-21 12:18:15 +02:00
Christoph Wurst 99419bec2c
Merge pull request #3239 from nextcloud/dependabot/npm_and_yarn/sass-1.35.1
Bump sass from 1.33.0 to 1.35.1
2021-06-21 09:53:03 +02:00
Christoph Wurst 45b59c4d86
Merge pull request #3198 from nextcloud/enh/3175/show-color-dot-in-trash-bin
Show calendar color in trash bin
2021-06-21 09:52:09 +02:00
Richard Steinmetz 246413d502
Show calendar color in trash bin
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-06-20 15:43:27 +02:00
Nextcloud bot 478ed0a849
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-20 02:33:29 +00:00
Nextcloud bot 1d9cbc3a69
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-19 02:52:47 +00:00
dependabot[bot] 956cf0ba9f
Bump sass from 1.33.0 to 1.35.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.33.0 to 1.35.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.33.0...1.35.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-19 02:09:45 +00:00
Richard Steinmetz d70c2c3129
Merge pull request #3224 from nextcloud/dependabot/npm_and_yarn/postcss-7.0.36
Bump postcss from 7.0.32 to 7.0.36
2021-06-18 11:05:24 +02:00
Richard Steinmetz d4aff3c886
Merge pull request #3219 from nextcloud/dependabot/npm_and_yarn/babel/core-7.14.6
Bump @babel/core from 7.14.3 to 7.14.6
2021-06-18 11:04:17 +02:00
Nextcloud bot c085f7c14a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-18 02:33:25 +00:00
Joas Schilling f727c61a6e
Merge pull request #3225 from nextcloud/replace-app-check-code-with-xml-linter
Replace deprecated occ app:check-code with xml linter
2021-06-17 11:15:33 +02:00
Joas Schilling bd04b546da
Replace deprecated occ app:check-code with xml linter
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-17 09:09:11 +02:00
Nextcloud bot d07b7c1dcb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-17 02:32:10 +00:00
dependabot[bot] 01ff167b66
Bump postcss from 7.0.32 to 7.0.36
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.32...7.0.36)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 21:37:43 +00:00
dependabot[bot] 373a473595
Bump @babel/core from 7.14.3 to 7.14.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.3 to 7.14.6.
- [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.14.6/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 13:43:17 +00:00
Christoph Wurst e8dc2caaa9
Merge pull request #3223 from nextcloud/bump-node-and-npm-version-in-package-json
Bump node and npm version in package.json
2021-06-16 15:40:42 +02:00
Joas Schilling 0bf0263b5e
Bump node and npm version in package.json
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-16 15:04:43 +02:00
Thomas Citharel 6f76db8ac4
Merge pull request #3222 from nextcloud/Valdnet-patch-1
l10n: Add dot
2021-06-16 11:36:43 +02:00
Valdnet 1e68349348
l10n: Add dot 2021-06-16 11:19:28 +02:00
Nextcloud bot f9999a6a7c
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-16 02:32:34 +00:00
Christoph Wurst 678c55ef36
Merge pull request #3144 from nextcloud/design/status-of-user
Fix status indicator overlapping
2021-06-15 11:52:55 +02:00
greta 5e02e68871 Add status text
Signed-off-by: greta <gretadoci@gmail.com>
2021-06-15 11:13:00 +02:00
greta d2561abd06 Fix status indicator overlapping
Signed-off-by: greta <gretadoci@gmail.com>
2021-06-15 11:13:00 +02:00
Richard Steinmetz 0bbe385558
Merge pull request #3209 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.8.0
Bump webpack-merge from 5.7.3 to 5.8.0
2021-06-15 09:56:39 +02:00
dependabot[bot] 1abaae1c83
Bump webpack-merge from 5.7.3 to 5.8.0
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.7.3 to 5.8.0.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.7.3...v5.8.0)

---
updated-dependencies:
- dependency-name: webpack-merge
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-15 07:39:27 +00:00