Commit Graph

1824 Commits

Author SHA1 Message Date
dependabot[bot] d966fddc7e
Merge pull request #1248 from nextcloud/dependabot/npm_and_yarn/cypress-10.8.0 2022-09-17 06:20:39 +00:00
Nextcloud bot 44f665df43
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-17 03:19:36 +00:00
dependabot[bot] 193c8c7f96
Bump cypress from 10.7.0 to 10.8.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 10.7.0 to 10.8.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v10.7.0...v10.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-17 02:09:27 +00:00
Louis 0c6e855871
Merge pull request #1243 from nextcloud/feat/public_sharing
Add public sharing front-end
2022-09-16 17:38:38 +02:00
Louis Chemineau f8b106783e Add public sharing
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-16 15:31:00 +00:00
John Molakvoæ fd94986d34
Merge pull request #1245 from nextcloud/feat/polish_collaboration 2022-09-16 14:52:15 +02:00
Louis Chemineau 46d9982428 Add more e2e tests
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-16 12:44:27 +00:00
Louis Chemineau 73e726a3dc Rename collaborator.source to .type
And do the mapping in the frontend

Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-09-16 14:41:29 +02:00
Louis Chemineau 58947bb618 Use album owner if album file owner is null
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-09-16 14:41:29 +02:00
Louis Chemineau 331e2c742f Overall polishing of backend code for albums
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-09-16 14:41:29 +02:00
John Molakvoæ 1099a28911
Merge pull request #1246 from nextcloud/fix/cypress 2022-09-16 13:42:30 +02:00
John Molakvoæ 92fe82f661
Use registered projectId
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2022-09-16 13:34:42 +02:00
Louis Chemineau 18f3ac0131 Add id to cypress config
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-09-16 11:37:49 +02:00
John Molakvoæ d656cc1caa
Merge pull request #1244 from nextcloud/fix/bump-migrations 2022-09-16 11:11:56 +02:00
John Molakvoæ 7779f6be57
Raise version to trigger migrations
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2022-09-16 10:47:26 +02:00
Louis ae0379c2ca
Merge pull request #1161 from nextcloud/feat/album_collaborators
Add collaborators management views
2022-09-16 09:57:42 +02:00
Louis Chemineau 35af106097 Add collaborators management views
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-16 07:44:28 +00:00
Nextcloud bot 8096b40a1a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-16 03:13:56 +00:00
Nextcloud bot 01518ec20b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-15 03:19:41 +00:00
Marcel Klehr ac8c298b2e
Merge pull request #1241 from nextcloud/fix/hide-empty-face-title 2022-09-14 15:16:32 +02:00
Marcel Klehr 0d42e7124c FaceCovers: Hide first description line if there's no face title
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-14 13:08:18 +00:00
Marcel Klehr 7cad5e867a
Merge pull request #1240 from nextcloud/fix/faces-avoid-edge 2022-09-14 14:20:20 +02:00
Marcel Klehr 1718fbe967 FaceCovers: Don't use pictures with the face at the edge
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-14 12:16:25 +00:00
Nextcloud bot 535da6cdbe
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-14 03:14:00 +00:00
John Molakvoæ dd48e4992d
Merge pull request #1225 from nextcloud/feat/upload-albums 2022-09-13 12:45:58 +02:00
John Molakvoæ 8c4bc0d0ca
Album upload
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-09-13 12:43:56 +02:00
John Molakvoæ de901121d5
Merge pull request #1228 from nextcloud/fix/node-deletion 2022-09-13 12:35:56 +02:00
John Molakvoæ b07696089a
Allow to PUT files into an album
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-09-13 12:33:13 +02:00
John Molakvoæ 8f1003f132
Catch invalid fileInfo in propFind
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-09-13 12:29:27 +02:00
John Molakvoæ 000b7de594
Catch invalid fileInfo in propFind
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-09-13 12:29:05 +02:00
Nextcloud bot 0881fe2a0e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-13 03:14:56 +00:00
dependabot[bot] ce39afa5ac
Merge pull request #1232 from nextcloud/dependabot/npm_and_yarn/nextcloud/upload-1.0.0-beta.5 2022-09-12 08:15:26 +00:00
dependabot[bot] 8da05f6bad Bump @nextcloud/upload from 1.0.0-beta.4 to 1.0.0-beta.5
Bumps [@nextcloud/upload](https://github.com/skjnldsv/nextcloud-upload) from 1.0.0-beta.4 to 1.0.0-beta.5.
- [Release notes](https://github.com/skjnldsv/nextcloud-upload/releases)
- [Commits](https://github.com/skjnldsv/nextcloud-upload/compare/v1.0.0-beta.4...v1.0.0-beta.5)

---
updated-dependencies:
- dependency-name: "@nextcloud/upload"
  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>
2022-09-12 08:12:56 +00:00
rakekniven baac9508c8
Merge pull request #1231 from nextcloud/Valdnet-patch-1
l10n: Change style of sentence
2022-09-12 08:57:00 +02:00
Louis Chemineau 281ab4179b l10n: Remove "the"
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-09-12 08:55:28 +02:00
Valdnet e85ab71722 l10n: Change style of sentence
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-09-12 08:52:51 +02:00
dependabot[bot] cb437abc47
Merge pull request #1235 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-7.0.0-beta.2 2022-09-12 06:02:51 +00:00
dependabot[bot] 3f25002eb5 Bump @nextcloud/vue from 7.0.0-beta.0 to 7.0.0-beta.2
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.0.0-beta.0 to 7.0.0-beta.2.
- [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/v7.0.0-beta.0...v7.0.0-beta.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  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>
2022-09-12 06:01:05 +00:00
Nextcloud bot 9de3a82f02
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-12 03:15:10 +00:00
Nextcloud bot e8f71f7cef
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-11 03:20:49 +00:00
John Molakvoæ 6c24c0d4e7
Syntax fix
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-09-10 08:40:25 +02:00
dependabot[bot] 5891ed5dab
Merge pull request #1236 from nextcloud/dependabot/npm_and_yarn/jest-29.0.2 2022-09-10 05:02:29 +00:00
dependabot[bot] fe161a0bd8
Bump jest from 29.0.1 to 29.0.2
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.0.1 to 29.0.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.0.2/packages/jest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-10 03:41:27 +00:00
Nextcloud bot 00ab509be5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-10 03:21:51 +00:00
dependabot[bot] b9144fdb6b
Merge pull request #1234 from nextcloud/dependabot/npm_and_yarn/jest-environment-jsdom-29.0.2 2022-09-10 02:14:02 +00:00
dependabot[bot] a06f90df2f
Bump jest-environment-jsdom from 29.0.1 to 29.0.2
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.0.1 to 29.0.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.0.2/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-10 01:03:14 +00:00
John Molakvoæ f57ace06d2
Merge pull request #1227 from nextcloud/Valdnet-patch-1 2022-09-09 08:26:20 +02:00
Valdnet 7561d7bdc4 l10n: Change style of sentence
Reported on Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-09 06:24:50 +00:00
Louis Chemineau 2ed149136b
Handle node deletion event
To remove files from album when they are deleted.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-09-09 08:14:01 +02:00
Nextcloud bot a60c6bc73e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-09 03:16:55 +00:00