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

3189 Коммитов

Автор SHA1 Сообщение Дата
Julius Härtl a2f15f1bfb Use better wording in english to allow easier gender neutral translations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-10 11:16:00 +02:00
max-nextcloud db9b726803
Merge pull request #2502 from nextcloud/bugfix/noid/inline-code
Bring back inline code support
2022-06-10 08:36:45 +02:00
nextcloud-command 55dbe0b98d Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-10 06:08:16 +00:00
Julius Härtl 44ea404ce5 Bring back inline code support
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-10 05:36:33 +00:00
Nextcloud bot 4f7ee3db62
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-10 03:36:28 +00:00
Julius Härtl accde76ae9
Merge pull request #2497 from nextcloud/fix/richtextreader_css
Include prosemirror.css in RichTextReader.vue to bring back styling
2022-06-09 21:18:40 +02:00
Jonas 7af2b9f30d Include prosemirror.css in RichTextReader.vue to bring back styling
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-09 13:16:19 +00:00
Julius Härtl 21adc3f6ff
Merge pull request #2447 from nextcloud/enh/guest-name-handling
Avoid random guest names and make guest state more visible
2022-06-09 12:54:16 +02:00
nextcloud-command 763d1ac74e Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-09 09:47:05 +00:00
Julius Härtl a79b154489 Adjust guest avatar style to be distinguishable from regular users
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-09 11:36:39 +02:00
Julius Härtl a078ae92ed Use Guest as a default name
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-09 11:36:39 +02:00
Julius Härtl e1c0134640 Allow users to reset their guest name
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-09 11:36:39 +02:00
Julius Härtl 738b8e238a Set guest name color also with empty names
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-09 11:36:39 +02:00
Julius Härtl 67c6924902
Merge pull request #2466 from nextcloud/2463-load-fallback-images-when-image-could-not-be-loaded
🩹 (#2463): show a fallback image when image can't be loaded
2022-06-09 11:29:42 +02:00
nextcloud-command 4aadc4075a Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-09 09:08:10 +00:00
Vinicius Reis a114f129cf
🚸 (#2463): change error message
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-06-09 10:35:55 +02:00
Vinicius Reis 00d508bac3
(#2463): add error tests
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-06-09 10:35:55 +02:00
Vinicius Reis 36e497deb8
🐛 (#2463): fix currentDirectory parameter
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-06-09 10:35:38 +02:00
Vinicius Reis 7429ce8bfb
🎨 (#2463): format code
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-06-09 10:35:38 +02:00
Vinicius Reis 8da4222fed
(#2463): [WIP] ImageView tests
direct access

Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-06-09 10:35:38 +02:00
Vinicius Reis 803eb231b3
🎨 (#2463): indent code
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-06-09 10:35:38 +02:00
Vinicius Reis f2c95d14cb
♻️ (#2463): remove duplicated code
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-06-09 10:35:38 +02:00
Vinicius Reis 5abdf58b48
(#2463): emit error when image loading fails
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-06-09 10:35:38 +02:00
Vinicius Reis a54c52dde7
🚸 (#2463): improve ux
change error icon and color and move error message

Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-06-09 10:35:37 +02:00
Vinicius Reis f7451b5050
🩹 (#2463): show a falback image when image can't be loaded
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-06-09 10:35:37 +02:00
Jonas 1db2493238
Merge pull request #2495 from nextcloud/bugfix/noid/encoding-empty-string
An empty string is a valid encoded result
2022-06-09 10:22:18 +02:00
Julius Härtl 5b33a9b839
Add test for 0 byte file
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-09 09:35:56 +02:00
Julius Härtl 5e92525093
An empty string is a valid encoded result
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-09 08:59:56 +02:00
Julius Härtl e050c15c23
Merge pull request #2446 from nextcloud/enh/encoding_on_fetch
Encode file to UTF-8 on `fetch` call
2022-06-08 23:46:19 +02:00
Raul a70841ac98 Encode file to UTF-8 on `fetch` call
Signed-off-by: Raul <raul@nextcloud.com>
2022-06-08 23:32:03 +02:00
Julius Härtl 5c84654740
Merge pull request #2488 from nextcloud/tests/cypress-npm-build
Build app before running cypress tests
2022-06-08 23:31:43 +02:00
Julius Härtl 928aa0d343
Merge pull request #2494 from nextcloud/ci/cypress-speedup
Make cypress CI faster
2022-06-08 23:31:15 +02:00
Julius Härtl 7291aca9a6
Add one more container
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-08 21:12:35 +02:00
Julius Härtl 8a7f9fe804
No need to build viewer anymore
The header does no longer autohide so we can skip the manual testing build

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-08 20:54:52 +02:00
Julius Härtl 71c5d1cb78
Reenable multiple cypress ocntainers
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-08 20:53:59 +02:00
max-nextcloud 27803331c6
Merge pull request #2492 from nextcloud/release/25.0.0-alpha.1
Prepare for 25.0.0-alpha.1 NPM release
2022-06-08 13:55:29 +02:00
Jonas 6608d03382
Prepare for 25.0.0-alpha.1 NPM release
Signed-off-by: Jonas <jonas@freesources.org>
2022-06-08 10:57:10 +02:00
dependabot[bot] 274ee08c6b
Merge pull request #2470 from nextcloud/dependabot/npm_and_yarn/prosemirror-transform-1.6.0 2022-06-08 08:06:17 +00:00
dependabot[bot] f1cce6ba69 build(deps): bump prosemirror-transform from 1.4.2 to 1.6.0
Bumps [prosemirror-transform](https://github.com/prosemirror/prosemirror-transform) from 1.4.2 to 1.6.0.
- [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.2...1.6.0)

---
updated-dependencies:
- dependency-name: prosemirror-transform
  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-06-08 07:56:39 +00:00
dependabot[bot] 591358e69d
Merge pull request #2479 from nextcloud/dependabot/npm_and_yarn/prosemirror-collab-1.3.0 2022-06-08 07:11:27 +00:00
dependabot[bot] 47d2650551 build(deps): bump prosemirror-collab from 1.2.2 to 1.3.0
Bumps [prosemirror-collab](https://github.com/prosemirror/prosemirror-collab) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/prosemirror/prosemirror-collab/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-collab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-collab/compare/1.2.2...1.3.0)

---
updated-dependencies:
- dependency-name: prosemirror-collab
  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-06-08 07:02:40 +00:00
dependabot[bot] 3c26e1e597
Merge pull request #2478 from nextcloud/dependabot/npm_and_yarn/prosemirror-state-1.4.0 2022-06-08 06:30:51 +00:00
dependabot[bot] 9d65058b39 build(deps): bump prosemirror-state from 1.3.4 to 1.4.0
Bumps [prosemirror-state](https://github.com/prosemirror/prosemirror-state) from 1.3.4 to 1.4.0.
- [Release notes](https://github.com/prosemirror/prosemirror-state/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-state/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-state/compare/1.3.4...1.4.0)

---
updated-dependencies:
- dependency-name: prosemirror-state
  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-06-08 06:22:18 +00:00
dependabot[bot] 859cd1a74b
Merge pull request #2472 from nextcloud/dependabot/npm_and_yarn/prosemirror-schema-list-1.2.0 2022-06-08 06:10:52 +00:00
dependabot[bot] aa2007bcab build(deps): bump prosemirror-schema-list from 1.1.6 to 1.2.0
Bumps [prosemirror-schema-list](https://github.com/prosemirror/prosemirror-schema-list) from 1.1.6 to 1.2.0.
- [Release notes](https://github.com/prosemirror/prosemirror-schema-list/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-schema-list/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-schema-list/compare/1.1.6...1.2.0)

---
updated-dependencies:
- dependency-name: prosemirror-schema-list
  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-06-08 06:02:19 +00:00
dependabot[bot] 52c6ef0450
Merge pull request #2475 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.8 2022-06-08 05:39:11 +00:00
dependabot[bot] acf149d15b build(deps): bump core-js from 3.22.7 to 3.22.8
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.7 to 3.22.8.
- [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.22.7...v3.22.8)

---
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>
2022-06-08 05:29:16 +00:00
dependabot[bot] 98f1d57e68
Merge pull request #2476 from nextcloud/dependabot/npm_and_yarn/prosemirror-markdown-1.9.1 2022-06-07 23:07:04 +00:00
dependabot[bot] 3efd187a62 build(deps): bump prosemirror-markdown from 1.8.0 to 1.9.1
Bumps [prosemirror-markdown](https://github.com/prosemirror/prosemirror-markdown) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/prosemirror/prosemirror-markdown/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-markdown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-markdown/compare/1.8.0...1.9.1)

---
updated-dependencies:
- dependency-name: prosemirror-markdown
  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-06-07 22:58:04 +00:00
dependabot[bot] db6d29f342
Merge pull request #2483 from nextcloud/dependabot/npm_and_yarn/prosemirror-model-1.18.0 2022-06-07 22:45:08 +00:00