Commit graph

60740 commits

Author SHA1 Message Date
Nextcloud bot
f567f6afae
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-16 02:27:47 +00:00
Nextcloud bot
0fc8b55bf1
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-15 02:27:52 +00:00
Pytal
98b637f291
Merge pull request #30254 from nextcloud/fix/30239/use-bigint 2021-12-14 13:31:26 -08:00
Christoph Wurst
5613ff365b
Merge pull request #30048 from nextcloud/fix/caldav-search-time-range-recurrence
Carefully filter out non matching time ranges for CalDAV search
2021-12-14 14:50:31 +01:00
Louis
069fe1c12e
Merge pull request #30256 from nextcloud/fix/allow_edit_folder
Fix ShareLink Upload UI for Folders
2021-12-14 13:06:25 +01:00
Christoph Wurst
4be7c3faa8
Merge pull request #30259 from nextcloud/deprecate/entity-slug
Deprecate entity slugs
2021-12-14 13:02:44 +01:00
Christoph Wurst
3e078ffa1b
Deprecate entity slugs
They are only used a single time in the whole Nextcloud Github
organization. We can inline the code there and slim down the public API.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-14 09:50:29 +01:00
Nextcloud bot
d42ad70269
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-14 02:27:57 +00:00
nextcloud-command
c083b6bb0d Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-14 00:36:24 +00:00
Christopher Ng
c85f78db69 Migrate profile_config id column to bigint
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-12-14 00:14:13 +00:00
Christopher Ng
c85ab47a11 Use bigint for autoincremented column
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-12-14 00:12:40 +00:00
Pytal
09915ec15e
Merge pull request #30197 from nextcloud/bugfix/noid/always-store-email-lowercase 2021-12-13 16:11:36 -08:00
Jonas Rittershofer
e006491b85
Fix ShareLink Upload UI for Folders
Do not show the Upload-Option if it is not allowed to check.

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
2021-12-14 01:02:04 +01:00
Joas Schilling
dbae781a26 Bump version to trigger migration
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-13 19:20:10 +00:00
Julius Härtl
c92ac34711 Use proper app id (settings instead of core)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-12-13 19:20:10 +00:00
Joas Schilling
0877d62c47 Make sure strtolower only receives a string to satisfy psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-13 19:20:10 +00:00
Joas Schilling
99006be126 Lowercase all core=>email values
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-13 19:20:10 +00:00
John Molakvoæ
af98f52eac
Merge pull request #30240 from nextcloud/Valdnet-patch-1 2021-12-13 16:52:59 +01:00
Christoph Wurst
f287be5424
Merge pull request #30193 from nextcloud/fix/set-up-2fa-no-providers-but-backup-codes
Fix setting up 2FA when no providers are set up but backup codes
2021-12-13 16:05:35 +01:00
Christoph Wurst
b005846d1f
Carefully filter out non matching time ranges for CalDAV search
When we search for CalDAV objects in the DB we take the first and last
occurence into account. For recurring events that is when they take
place the very first time and the very last time. Searching in a more
specific time range will still match this condition, because the
recurring event starts before the end of the requested range but ends
after the start of the requested range.

Sabre has filters for this. If we apply them on all seach objects of a
search with a time range, then only the recurring events actually taking
place at the time of the requested time range will be returned.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-13 15:58:31 +01:00
Louis
168a1b0bc5
Merge pull request #30208 from nextcloud/dependabot/npm_and_yarn/marked-4.0.7
Bump marked from 4.0.6 to 4.0.7
2021-12-13 15:10:42 +01:00
Valdnet
5ec2b0e425
l10n: Change to "administration"
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-12-13 13:59:34 +01:00
Valdnet
dfadf17074
l10n: Change to "administration"
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-12-13 13:58:30 +01:00
dependabot[bot]
9e8c04d437 Bump marked from 4.0.6 to 4.0.7
Bumps [marked](https://github.com/markedjs/marked) from 4.0.6 to 4.0.7.
- [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.0.6...v4.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-13 12:52:29 +00:00
Côme Chilliet
e8ce7a3e5f
Merge pull request #30184 from nextcloud/automated/noid/psalm-baseline-update-1639109464
[Automated] Update psalm-baseline.xml
2021-12-13 10:25:01 +01:00
Valdnet
e0ebd6ca18
l10n: Correct spelling
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-12-13 10:22:40 +01:00
Valdnet
3d404c9c83
l10n: Correct spelling
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-12-13 10:19:04 +01:00
Julius Härtl
75857db49d
Merge pull request #30200 from nextcloud/bugfix/noid/last-login-is-never-set-to-null 2021-12-13 09:40:48 +01:00
Côme Chilliet
a36d3d7181
Merge pull request #30170 from nextcloud/fix/user_ldap-version-bump
Bump user_ldap version
2021-12-13 09:28:47 +01:00
Nextcloud bot
c5c4747b1a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-13 02:27:46 +00:00
MichaIng
9b40196865
Merge pull request #30206 from nextcloud/dependabot/npm_and_yarn/build/node-sass-7.0.0
Bump node-sass from 6.0.1 to 7.0.0 in /build
2021-12-13 01:46:04 +01:00
dependabot[bot]
8aa63fb84c Bump node-sass from 6.0.1 to 7.0.0 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v6.0.1...v7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-13 01:13:52 +01:00
dependabot[bot]
f16fafe615
Merge pull request #30217 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.1 2021-12-12 19:50:14 +00:00
dependabot[bot]
e7554eead0
Bump @testing-library/jest-dom from 5.16.0 to 5.16.1
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.0 to 5.16.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.0...v5.16.1)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-12 19:11:52 +00:00
dependabot[bot]
2e7c8a696d
Merge pull request #30207 from nextcloud/dependabot/npm_and_yarn/sass-1.45.0 2021-12-12 19:07:35 +00:00
dependabot[bot]
ebe9cd9cde
Bump sass from 1.44.0 to 1.45.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.44.0 to 1.45.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.44.0...1.45.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-12 18:35:12 +00:00
dependabot[bot]
0e3604921a
Merge pull request #30205 from nextcloud/dependabot/npm_and_yarn/core-js-3.19.3 2021-12-12 17:30:24 +00:00
dependabot[bot]
78343d66d6 Bump core-js from 3.19.2 to 3.19.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.2 to 3.19.3.
- [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/compare/v3.19.2...v3.19.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-12 16:49:34 +00:00
Nextcloud bot
ce6dcbcdb4
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-12 02:28:19 +00:00
MichaIng
5dcfd531a7
Merge pull request #30204 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.4
Bump dompurify from 2.3.3 to 2.3.4
2021-12-12 02:43:02 +01:00
dependabot[bot]
1491ce9362 Bump dompurify from 2.3.3 to 2.3.4
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.3...2.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-11 20:58:26 +00:00
MichaIng
2e276ac346
Merge pull request #30203 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-4.3.0
Bump @nextcloud/vue from 4.2.0 to 4.3.0
2021-12-11 17:23:44 +01:00
dependabot[bot]
007758a525 Bump @nextcloud/vue from 4.2.0 to 4.3.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v4.2.0...v4.3.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>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-11 15:14:50 +00:00
dependabot[bot]
2fa5fc3a7c
Merge pull request #30211 from nextcloud/dependabot/composer/build/integration/sabre/dav-4.2.3 2021-12-11 07:02:13 +00:00
dependabot[bot]
5cdac1f15e
Update sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integration
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sabre-io/dav/compare/4.2.1...4.2.3)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-11 03:30:02 +00:00
Nextcloud bot
908508657f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-11 02:27:33 +00:00
Christoph Wurst
af18e6e43a
Merge pull request #30199 from nextcloud/enhancement/caldav-carddav-code-owners
Add Groupware back-end devs as CalDAV and CardDAV code owners
2021-12-10 16:52:11 +01:00
Joas Schilling
78e90b69ba
Don't check the configvalue for lastLogin which is never null
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-10 16:26:13 +01:00
Christoph Wurst
f7c2dad9e8
Add Groupware back-end devs as CalDAV and CardDAV code owners
This will pick us as reviews automatically

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-10 15:48:53 +01:00
Joas Schilling
ae36526978
Always store and compare the email address as lower case
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-10 15:01:27 +01:00