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

13640 Коммитов

Автор SHA1 Сообщение Дата
Daniel Calviño Sánchez aa045d775a
Merge pull request #7875 from nextcloud/feature/7866/add-titles-to-settings-dialogs
Add titles to settings dialogs
2022-09-09 11:19:13 +02:00
Daniel Calviño Sánchez 1b47c91e13 fixup! Adjust videos border radius
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-09 11:05:17 +02:00
Marco 525c37fada
Merge pull request #7871 from nextcloud/bugfix/7866/fix-visibility-of-sidebar-toggle
Fix visibility of sidebar toggle
2022-09-09 10:51:19 +02:00
Marco 4e015b6d4d
Merge pull request #7877 from nextcloud/adjust-public-share-authentication-page-to-layout-changes-in-nextcloud-25
Adjust public share authentication page to layout changes in NC25
2022-09-09 09:28:57 +02:00
Daniel Calviño Sánchez 98c30fec67 Adjust public share authentication page to layout changes in NC25
The content now has a fixed position to be always centered in the page.
However, in order to add the Talk sidebar the content in the public
share authentication page needs to be "pushed" to the left when the
sidebar is added, so the content position needs to have a relative
position instead (which also keeps the same appearance of the fixed
position when the Talk sidebar is not shown yet).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-09 09:06:39 +02:00
Nextcloud bot ce48317fb5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-09 03:30:19 +00:00
Marco Ambrosini fbd09eeb6e Add titles to settings dialogs
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-08 17:47:18 +02:00
Marco Ambrosini 216577aa77 Update callview backdrop
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-08 14:30:57 +02:00
Marco Ambrosini e445953371 Fix visibility of sidebar toggle
Using the new syntax for slots

Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-08 10:55:57 +02:00
Marco Ambrosini 458c2e06cf Align settings button to the left
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-08 10:42:12 +02:00
Marco Ambrosini 905c071809 Use a darker color for the border of the new conversation container
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-08 09:35:32 +02:00
Marco Ambrosini 10322e2faf Fix positioning of search box
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-08 09:35:32 +02:00
Nextcloud bot ec8bd17872
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-08 03:30:35 +00:00
Daniel Calviño Sánchez a0f9c6255e Fix Talk sidebar overlapping the PDF viewer
The iframe of the PDF viewer is shown with an absolute position and full
width and height, so it takes the size of the first parent with a
relative or fixed position. That parent was the main content element,
which is also a parent of the sidebar and therefore its size includes
it, so the iframe filled the content and extended behind the sidebar.
To solve that now a relative position is set for #app-content, which is
a sibling of the sidebar and therefore prevents the iframe from
overlapping it.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-07 16:36:39 +02:00
Daniel Calviño Sánchez 97d9109122 Adjust public share page to layout changes in Nextcloud 25
The content now has an explicit width and height set in the server style
that takes into account the margins, so it does not need to be
overriden.

The footer, on the other hand, now has a fixed position, but as the
element is moved into the #app-content when the Talk sidebar is loaded
it needs to be set as relative instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-07 16:09:26 +02:00
Marco Ambrosini 877ebd1c3d Fix sidebar overlap with callview
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-07 15:14:41 +02:00
Marco Ambrosini 1c032c110d Adjust videos border radius
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-07 14:57:05 +02:00
Marco e2a4b63cbd
Merge pull request #7842 from nextcloud/dependabot/npm_and_yarn/extendable-media-recorder-6.6.10
Bump extendable-media-recorder from 6.6.9 to 6.6.10
2022-09-07 11:27:05 +02:00
Marco 43b596e191
Merge pull request #7864 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.0.2
Bump @nextcloud/event-bus from 3.0.1 to 3.0.2
2022-09-07 09:37:56 +02:00
Nextcloud bot fa026226d6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-07 03:30:43 +00:00
Daniel Calviño Sánchez e952c4d3ae Bump @nextcloud/event-bus from 3.0.1 to 3.0.2
Fixes the "ReferenceError: exports is not defined" error introduced in
3.0.1.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-07 04:06:26 +02:00
Marco f5677f695b
Merge pull request #7854 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.0.1
Bump @nextcloud/event-bus from 3.0.0 to 3.0.1
2022-09-06 11:23:52 +02:00
Marco 5eeac2201f
Merge pull request #7857 from nextcloud/dependabot/npm_and_yarn/vue-at-2.5.1
Bump vue-at from 2.5.0 to 2.5.1
2022-09-06 11:23:39 +02:00
Nextcloud bot f92f6f011d
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-06 03:29:34 +00:00
Daniel Calviño Sánchez aaf8ec61a1
Merge pull request #7844 from nextcloud/dependabot/npm_and_yarn/vue/vue2-jest-29.0.0
Bump @vue/vue2-jest from 28.1.0 to 29.0.0
2022-09-06 03:17:21 +02:00
Daniel Calviño Sánchez 574fa1c16e
Merge pull request #7858 from nextcloud/automated/noid/master-update-christophwurst-nextcloud
[master] Update christophwurst/nextcloud dependency
2022-09-06 03:14:24 +02:00
Daniel Calviño Sánchez 1fd2e477c5
Merge pull request #7856 from nextcloud/dependabot/composer/vendor-bin/psalm/vimeo/psalm-4.27.0
Bump vimeo/psalm from 4.26.0 to 4.27.0 in /vendor-bin/psalm
2022-09-06 03:12:50 +02:00
Daniel Calviño Sánchez 0bfdac0149
Merge pull request #7855 from nextcloud/dependabot/composer/vendor-bin/csfixer/friendsofphp/php-cs-fixer-3.11.0
Bump friendsofphp/php-cs-fixer from 3.10.0 to 3.11.0 in /vendor-bin/csfixer
2022-09-06 03:12:16 +02:00
Daniel Calviño Sánchez 1bc24ef16c
Merge pull request #7843 from nextcloud/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.6
Bump terser-webpack-plugin from 5.3.5 to 5.3.6
2022-09-06 03:11:44 +02:00
Nextcloud bot e47ab5a78f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-05 03:28:20 +00:00
nextcloud-command 498176ef5a Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-09-04 05:07:41 +00:00
Nextcloud bot 9ed90082c9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-03 03:33:27 +00:00
dependabot[bot] ac2eb6bb0d
Bump vue-at from 2.5.0 to 2.5.1
Bumps [vue-at](https://github.com/fritx/vue-at) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/fritx/vue-at/releases)
- [Commits](https://github.com/fritx/vue-at/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 02:40:50 +00:00
dependabot[bot] 06835ddf33
Bump vimeo/psalm from 4.26.0 to 4.27.0 in /vendor-bin/psalm
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.26.0 to 4.27.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.26.0...4.27.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 02:23:20 +00:00
dependabot[bot] 9386d965c7
Bump friendsofphp/php-cs-fixer in /vendor-bin/csfixer
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v3.10.0...v3.11.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 02:17:35 +00:00
dependabot[bot] 377e6b36f0
Bump @nextcloud/event-bus from 3.0.0 to 3.0.1
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/event-bus"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 01:03:12 +00:00
Nextcloud bot 00c6169b02
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-02 03:27:42 +00:00
Joas Schilling 04bb6a7cbb
Merge pull request #7853 from nextcloud/bugfix/noid/move-composer-bin-plugin-to-normal-deps
Move composer-bin-plugin to normal deps
2022-09-01 23:11:29 +02:00
Joas Schilling 1e7b894427
Move composer-bin-plugin to normal deps
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01 19:54:11 +02:00
Joas Schilling 091eaea56e
Merge pull request #7848 from nextcloud/changelog/15.0.0-beta.2
Changelog for 15.0.0 beta.2
2022-09-01 17:31:42 +02:00
Joas Schilling 9048fa2dbc
Add changelog
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01 17:20:25 +02:00
Joas Schilling 68458a04b5
Bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01 17:08:00 +02:00
Joas Schilling e9cd6db85d
Merge pull request #7846 from nextcloud/nextcloud/vue-7.0.0-beta.0
 Update to @nextcloud/vue 7
2022-09-01 17:03:50 +02:00
Joas Schilling fafdc42901
Make the input very round
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01 16:54:34 +02:00
Joas Schilling 3daf54461b
Fix scroll height in conversation creation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01 16:34:49 +02:00
Joas Schilling 0ee1123c65
Prevent server non-vue css from kicking in
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01 16:29:07 +02:00
Joas Schilling 7ef2bba802
Fix black corners on "Search conversation" form
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01 16:22:21 +02:00
Joas Schilling 55a94d11b7
Fix page height story
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01 16:12:18 +02:00
Joas Schilling bbddf9028e
Update to @nextcloud/vue 7
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01 16:01:43 +02:00
Joas Schilling db86aa4339
Merge pull request #7841 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-6.0.0-beta.5
Bump @nextcloud/vue from 6.0.0-beta.4 to 6.0.0-beta.5
2022-09-01 16:00:39 +02:00