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

2672 Коммитов

Автор SHA1 Сообщение Дата
Jonas cbc0ec1efd
Fix height of editor-wrapper in viewer modal on mobile
On mobile, `#modal-container` already has `top: 50px`, so no need to add
another `top: 50px` in `#editor-container` in that case.

Also, remove `top` property from `#editor-container` in EditorWrapper
and RichWorkspace altogether. The correct place to set `top` to fit with
the header bar from a modal is ViewerComponent.

Fixes: #2203
Fixes: #2295

Signed-off-by: Jonas <jonas@freesources.org>
2022-04-19 18:57:56 +02:00
Jonas 3feacb90d4
Fix help modal style with @nextcloud/vue >= 5.0.0
Signed-off-by: Jonas <jonas@freesources.org>

Fixes: #2203
2022-04-19 18:52:08 +02:00
Jonas dbe4406c61
Merge pull request #2294 from nextcloud/fix/menubar
fix: keep menubar in one line - prioritize entries
2022-04-19 18:51:23 +02:00
Max f131b7db42
fix: leave some buffer so menubar does not wrap
When resizing the browser make sure the three dot menu stays on the same line.
Without a buffer it would sometimes wrap
even though theoretical there was enough space in the menu bar.

No idea what is going on there - but a 4px buffer seems to prevent just that.

Signed-off-by: Max <max@nextcloud.com>
2022-04-19 18:16:21 +02:00
Max 75f23a1891
fix: prioritize emoji and callout
They cannot be shown in the menu with the remaining tools.

Signed-off-by: Max <max@nextcloud.com>
2022-04-19 18:09:22 +02:00
Max 24429702c1
fix: keep menubar in one line - prioritize entries
Menubar entries with submenus cannot be moved to the more-button.
Prioritize them when picking the icons for the toolbar.
If they still do not fit - do not add them to the more button either
they do not work there.

This makes sure that the menubar fits in one line and does not overflow.

Still prioritizing `undo` and `bold` over `emoji` and `callout`.
The former ones are need fairly frequently while the latter not so often.
In addition mobile phones have an emoji picker in their text entry.

Signed-off-by: Max <max@nextcloud.com>
2022-04-19 18:08:34 +02:00
dependabot[bot] 3bc0d0b3ce
Merge pull request #2311 from nextcloud/dependabot/npm_and_yarn/nextcloud/moment-1.2.1 2022-04-19 15:46:06 +00:00
dependabot[bot] d4ada93323 build(deps): bump @nextcloud/moment from 1.2.0 to 1.2.1
Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/nextcloud/nextcloud-moment/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-moment/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-moment/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/moment"
  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-04-19 15:36:09 +00:00
Vinicius Reis a1efb24aed
Merge pull request #2303 from nextcloud/feature/explicit-latest-versions
📌 explicit latest versions
2022-04-19 09:15:04 -03:00
Vinicius Reis 8254755c68 📌 explicit latest versions
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-19 12:07:41 +00:00
Julien Veyssier 9737026772
Merge pull request #2307 from nextcloud/fix/drop-image-position
Fix position of dropped images
2022-04-19 12:37:32 +02:00
Julien Veyssier 927801ebe2 move drop event handling to the Image node, fix position of dropped image
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-19 10:21:23 +00:00
max-nextcloud 35a4fc292a
Merge pull request #2306 from nextcloud/ci/fix_static_analysis
Fix matrix variable reference in Github static-analysis action
2022-04-19 11:28:58 +02:00
Jonas 1e5be8fab1
ImageController: Fix issues spotted by psalm
Signed-off-by: Jonas <jonas@freesources.org>
2022-04-19 11:02:25 +02:00
Jonas bf72b9914c
Fix matrix variable reference in Github static-analysis action
Signed-off-by: Jonas <jonas@freesources.org>
2022-04-19 10:53:04 +02:00
Jonas df9b133697
Merge pull request #2302 from nextcloud/enh/dropcursor
Add dropcursor to indicate where drop happens
2022-04-19 10:44:20 +02:00
Jonas d6e8a95033
Add dropcursor to indicate where drop happens
Adds tiptap extension dropcursor:
https://tiptap.dev/api/extensions/dropcursor

Fixes: #2301

Signed-off-by: Jonas <jonas@freesources.org>
2022-04-19 10:28:09 +02:00
Julius Härtl c0c1cafeb4
Merge pull request #2297 from nextcloud/update-master-version
Update version on master
2022-04-19 09:24:33 +02:00
Nextcloud bot 0032a4f595
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-19 03:24:50 +00:00
dependabot[bot] 96c62c431e
Merge pull request #2298 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.0 2022-04-18 07:46:14 +00:00
dependabot[bot] 6aabe8fc53 build(deps): bump core-js from 3.21.1 to 3.22.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.21.1 to 3.22.0.
- [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.21.1...v3.22.0)

---
updated-dependencies:
- dependency-name: core-js
  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>
2022-04-18 07:36:10 +00:00
dependabot[bot] 3c148fbf45
Merge pull request #2300 from nextcloud/dependabot/npm_and_yarn/async-2.6.4 2022-04-16 02:57:44 +00:00
dependabot[bot] 9b0a429364
build(deps): bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-16 02:35:12 +00:00
dependabot[bot] 6b8aae545c
Merge pull request #2299 from nextcloud/dependabot/npm_and_yarn/cypress-9.5.4 2022-04-16 02:34:21 +00:00
dependabot[bot] 37536ac1f6
build(deps-dev): bump cypress from 9.5.3 to 9.5.4
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.5.3 to 9.5.4.
- [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/v9.5.3...v9.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-16 01:01:32 +00:00
Nextcloud bot b13717de5d
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-15 03:24:47 +00:00
Joas Schilling b8d17166ab
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-14 23:19:51 +02:00
Nextcloud bot 07911b5ae1
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-14 03:29:59 +00:00
Nextcloud bot c254e04fdf
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-13 03:24:48 +00:00
Nextcloud bot a402868ada
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-12 03:23:37 +00:00
Julius Härtl 5219dabeba
Merge pull request #2289 from nextcloud/fix/2267-table-tweaks
Fix/2267 table tweaks
2022-04-11 21:17:05 +02:00
Max 1c3d0d8443 fix: only show table actions if editing is allowed
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-11 10:32:16 +00:00
Max 2df7c7a845 fix: clear float after table
Make sure the following text does not start next to the table.

Signed-off-by: Max <max@nextcloud.com>
2022-04-11 10:32:16 +00:00
Julius Härtl 8f2e26dfdf
Merge pull request #2288 from nextcloud/cleanup/entities-dependency
npm: remove our own dependency on entities.
2022-04-11 11:54:15 +02:00
Max c8e4ed7322
npm: remove our own dependency on entities.
It was introduced in b757b003c
to make sure we use entities >2.0 to satisfy some dependencies.

But we do not depend on it ourselves.

Signed-off-by: Max <max@nextcloud.com>
2022-04-11 09:53:02 +02:00
Nextcloud bot 2988f54bdd
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-11 03:24:02 +00:00
dependabot[bot] 697a8b1a13
Merge pull request #2283 from nextcloud/dependabot/npm_and_yarn/prosemirror-transform-1.4.2 2022-04-09 10:23:49 +00:00
dependabot[bot] ecc3b64e05 build(deps): bump prosemirror-transform from 1.4.1 to 1.4.2
Bumps [prosemirror-transform](https://github.com/prosemirror/prosemirror-transform) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/prosemirror/prosemirror-transform/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-transform/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-transform/compare/1.4.1...1.4.2)

---
updated-dependencies:
- dependency-name: prosemirror-transform
  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-04-09 10:16:10 +00:00
dependabot[bot] 7b36e8800c
Merge pull request #2284 from nextcloud/dependabot/npm_and_yarn/prosemirror-view-1.23.12 2022-04-09 10:04:40 +00:00
dependabot[bot] 0f2f83cd7d build(deps): bump prosemirror-view from 1.23.11 to 1.23.12
Bumps [prosemirror-view](https://github.com/prosemirror/prosemirror-view) from 1.23.11 to 1.23.12.
- [Release notes](https://github.com/prosemirror/prosemirror-view/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-view/compare/1.23.11...1.23.12)

---
updated-dependencies:
- dependency-name: prosemirror-view
  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-04-09 09:56:11 +00:00
dependabot[bot] 16ec5ad9cf
Merge pull request #2285 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-5.3.1 2022-04-09 08:38:16 +00:00
dependabot[bot] 04d45821c5 build(deps): bump @nextcloud/vue from 5.3.0 to 5.3.1
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 5.3.0 to 5.3.1.
- [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/v5.3.0...v5.3.1)

---
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-04-09 08:30:57 +00:00
Nextcloud bot ba8f68c8db
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-09 03:24:09 +00:00
Nextcloud bot 1315add4fd
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-08 03:24:34 +00:00
Côme Chilliet 02cb496b0e
Merge pull request #2281 from nextcloud/update-master-phpunit-config
Update master php testing versions
2022-04-07 14:57:31 +02:00
Joas Schilling f5ad40cffe
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07 12:02:32 +02:00
Nextcloud bot 1e3c413d1f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-07 03:25:00 +00:00
Julius Härtl b8c3de843e
Merge pull request #2244 from nextcloud/enh/session-list
Fix participant popover design
2022-04-06 20:21:40 +02:00
Julius Härtl 9d3ab90a44
Fix participant popover design
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-06 20:14:00 +02:00
Julius Härtl f088d5fb12
Merge pull request #2268 from nextcloud/fix/file-link
Fix broken file links
2022-04-06 13:23:49 +02:00