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

4094 Коммитов

Автор SHA1 Сообщение Дата
Julius Härtl c03f8958b4
Merge pull request #3336 from nextcloud/renovate/master-nextcloud-dialogs-4.x 2022-11-09 22:31:05 +01:00
nextcloud-command f43a3ea11b Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-09 21:11:21 +00:00
renovate[bot] fba89e9fa3 fix(deps): update dependency @nextcloud/dialogs to v4 2022-11-09 22:08:27 +01:00
Julius Härtl 4b463ccd3f
Merge pull request #2716 from nextcloud/enh/paste-markdown
Add paste event handler to allow pasting markdown
2022-11-09 22:07:16 +01:00
nextcloud-command 76a8a2da05 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-09 20:58:43 +00:00
Julius Härtl 8f0a9887e1 Add paste event handler to allow pasting markdown
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-11-09 16:31:33 +01:00
Julius Härtl 4f1a9a0afb
Merge pull request #3401 from nextcloud/cleanup/direct-editing 2022-11-09 15:45:20 +01:00
Julius Härtl deaa87c859
Merge pull request #3394 from nextcloud/update/cypress-action 2022-11-09 13:35:44 +01:00
Julius Härtl f7596d29f3
Add tests for direct editing and cleanup dead code
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-11-09 12:59:54 +01:00
max-nextcloud 86cbcf1ac1
Merge pull request #3390 from nextcloud/fix/2821
Set IUserSession user in SessionController if available
2022-11-09 10:08:56 +01:00
Marcel Klehr b9df729052 Set IUserSession user in SessionController if available
fixes #2821

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-11-09 09:13:29 +01:00
max-nextcloud bb360c38a8
Merge pull request #3350 from nextcloud/fix/author_colors_composing
Don't apply author annotations when in composition
2022-11-09 08:13:58 +01:00
nextcloud-command e2417fa0dd Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-09 07:03:22 +00:00
Jonas d1b10e08e3 Don't apply author annotations when in composition
When typing dead keys (like diacritics), the browser is in composition
mode[1] until the accompanioning character is typed. This breaks author
annotations.

We have to hold back the transaction when in composition and only apply
it afterwards, as suggested at [2]. So check for `view.composing` before
applying the transaction.

Fixes: #2871

[1] https://w3c.github.io/uievents/#events-compositionevents
[2] https://discuss.prosemirror.net/t/plugins-and-characters-with-a-diacritic/2674/3

Signed-off-by: Jonas <jonas@freesources.org>
2022-11-09 06:55:49 +00:00
max-nextcloud 726df10edd
Merge pull request #3392 from nextcloud/renovate/master-jest
chore(deps): update jest to ^29.3.1 (master)
2022-11-09 07:40:18 +01:00
renovate[bot] 805b35904d
chore(deps): update jest to ^29.3.1 2022-11-09 06:31:20 +00:00
max-nextcloud 8c31e6fe87
Merge pull request #3393 from nextcloud/renovate/master-cypress-11.x
chore(deps): update dependency cypress to v11 (master)
2022-11-09 07:30:04 +01:00
renovate[bot] b55aae2825
chore(deps): update dependency cypress to v11 2022-11-09 06:18:13 +00:00
Max 2cd3b0f8e9
update: use cypress action v4
This will hopefully fix a deprecation notice on github job runs

Signed-off-by: Max <max@nextcloud.com>
2022-11-09 07:00:01 +01:00
Nextcloud bot c292889306
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-09 02:54:15 +00:00
Raul Ferreira Fuentes 33bdc5bc51
Merge pull request #3376 from nextcloud/fix/unauthenticated_sync_session_create
Redirect to login if attempting to create sync session while unauthenticated
2022-11-08 17:10:23 +01:00
nextcloud-command b983e2e8a6 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-08 15:56:12 +00:00
nextcloud-command c0b918439d Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-08 16:49:28 +01:00
Raul 6cbf964277 Redirect to login if attempting to create sync session while unauthenticated
Signed-off-by: Raul <r.ferreira.fuentes@gmail.com>
2022-11-08 16:45:23 +01:00
Julius Härtl a99e3d7658
Merge pull request #3384 from nextcloud/dependabot/npm_and_yarn/loader-utils-1.4.1 2022-11-08 09:08:42 +01:00
dependabot[bot] ba37c61461
Bump loader-utils from 1.4.0 to 1.4.1
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 07:35:35 +00:00
Julius Härtl 6a062b046f
Merge pull request #3380 from nextcloud/renovate/master-cypress-webpack-preprocessor-5.x 2022-11-08 08:35:32 +01:00
Julius Härtl 1f8a5a86e3
Merge pull request #3381 from nextcloud/renovate/master-vite-3.x 2022-11-08 08:34:56 +01:00
Julius Härtl 2f290fbceb
Merge pull request #3382 from nextcloud/renovate/master-jest 2022-11-08 08:34:44 +01:00
renovate[bot] 2d78d4e920
chore(deps): update jest to ^29.3.0 2022-11-08 03:30:32 +00:00
renovate[bot] 3ec288985b
chore(deps): update dependency vite to ^3.2.3 2022-11-08 00:28:37 +00:00
renovate[bot] 7f2ce3fbd1
chore(deps): update dependency @cypress/webpack-preprocessor to ^5.15.4 2022-11-08 00:28:00 +00:00
Jonas e35f8381e9
Merge pull request #3378 from nextcloud/renovate/update-stable-version-pinning
Pin @nextcloud/eslint-config and @nextcloud/webpack-vue-config for stable23/stable24
2022-11-07 17:30:36 +01:00
Julius Härtl 547bed0d33
Pin @nextcloud/eslint-config and @nextcloud/webpack-vue-config for stable23/stable24
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-11-07 17:19:25 +01:00
Julius Härtl 03cfafa950
Merge pull request #3349 from nextcloud/bugfix/noid/workspace-filelists 2022-11-07 17:14:21 +01:00
nextcloud-command b48c03f0f6 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-07 15:09:40 +00:00
max-nextcloud 9fed8ea724
Fix minor issues in cypress tests leading to failures
* `#workspace` is not found on the recent pages view at all - so need to combine selectors
* allow tests to pass in retries by using a consistent path name.

Signed-off-by: max-nextcloud <max@nextcloud.com>
2022-11-07 15:20:55 +01:00
Julius Härtl f85a3cd5c9 Add cypress tests for switching views with rich workspaces
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-11-07 15:00:49 +01:00
Julius Härtl 581233665b Do not render the workspace if file list is hidden
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-11-07 15:00:49 +01:00
max-nextcloud b6d1ec49c8
Merge pull request #3356 from nextcloud/fix/no-user-in-file-put-event
DirectEditing: Set session user for DirectSession editing
2022-11-07 12:13:40 +01:00
Julius Härtl 0a233be29b
Update renovate.json
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-11-07 08:25:31 +01:00
Julius Härtl e883121f6e
Merge pull request #3358 from nextcloud/renovate/master-tiptap 2022-11-07 08:24:27 +01:00
Julius Härtl 8f471fd32c
Merge pull request #3365 from nextcloud/automated/noid/master-update-nextcloud-ocp 2022-11-07 07:49:52 +01:00
nextcloud-command 7ca3bbd540 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-11-06 04:31:32 +00:00
nextcloud-command e79a2552a7 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-05 18:08:21 +00:00
Nextcloud bot ab13037f41
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-05 02:58:38 +00:00
renovate[bot] c41c6a9988
fix(deps): update tiptap to ^2.0.0-beta.202 2022-11-05 01:02:43 +00:00
Marcel Klehr ed4e4fdbf2 Fix lint errors
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-11-04 09:47:45 +01:00
Marcel Klehr 468f4e396f DirectEditing: Set session user for DirectSession editing
to have it available for the file put activities event

fixes https://github.com/nextcloud/android/issues/10237
fixes #2821

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-11-04 09:44:41 +01:00
Julius Härtl 242f36a8d3
Merge pull request #3352 from nextcloud/renovate/master-cypress-webpack-preprocessor-5.x 2022-11-04 08:23:58 +01:00