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

4451 Коммитов

Автор SHA1 Сообщение Дата
Nextcloud bot 8a17046aa4
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-17 03:06:58 +00:00
Julius Härtl 9dbe12345f
Merge pull request #3670 from nextcloud/update-master-php-testing-versions 2023-01-16 22:51:15 +01:00
Julius Härtl f602f96eda
ci: Move phpunit to github workflow templates
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-16 17:53:40 +01:00
Julius Härtl d4d59fac11
ci: Move to github workflow templates
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-16 17:48:05 +01:00
Joas Schilling 367d367117
chore(CI): Update master php testing versions and workflow templates
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-16 15:16:17 +01:00
Julius Härtl 3bca84e280
Merge pull request #3663 from nextcloud/perf/autoloader 2023-01-16 12:14:58 +01:00
Nextcloud bot 1758e92379
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-16 03:04:37 +00:00
Julius Härtl f0d6e1efc6
Merge pull request #3665 from nextcloud/automated/noid/master-update-nextcloud-ocp
[master] Update nextcloud/ocp dependency
2023-01-15 13:50:51 +01:00
nextcloud-command 211a809382 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2023-01-15 04:21:34 +00:00
Julius Härtl 2570c0fc92
perf: Add authorative autoloader
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-13 22:28:50 +01:00
Julius Härtl fdbb588098
Merge pull request #3654 from nextcloud/renovate/master-path-normalize-6.x
fix(deps): update dependency path-normalize to ^6.0.10 (master)
2023-01-12 08:07:04 +01:00
Julius Härtl 1aaff6cb99
Merge pull request #3656 from nextcloud/renovate/master-nextcloud-eslint-config-8.x 2023-01-12 08:06:12 +01:00
Nextcloud bot ab71f1d135
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-12 03:03:57 +00:00
renovate[bot] c4e3ef1aa6
chore(deps): update dependency @nextcloud/eslint-config to ^8.2.0 2023-01-12 00:36:38 +00:00
Nextcloud bot 712a442165
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-11 03:07:03 +00:00
nextcloud-command e61bd656e8 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-10 06:12:10 +00:00
renovate[bot] 3432118193
fix(deps): update dependency path-normalize to ^6.0.10 2023-01-10 03:14:08 +00:00
Julius Härtl d25e98d3f3
Merge pull request #3650 from nextcloud/automated/noid/master-update-nextcloud-ocp
[master] Update nextcloud/ocp dependency
2023-01-09 18:21:09 +01:00
nextcloud-command 1cae500475 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2023-01-08 04:22:10 +00:00
Nextcloud bot cb9f7c815c
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-08 03:04:22 +00:00
Nextcloud bot 5e7818b7fe
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-07 03:04:03 +00:00
max-nextcloud 8a7a6fb20e
Merge pull request #3642 from nextcloud/release/26.0.0-alpha.6
Prepare for NPM release 26.0.0-alpha.6
2023-01-05 12:12:26 +01:00
Jonas 832b938ff2 Prepare for NPM release 26.0.0-alpha.6
Signed-off-by: Jonas <jonas@freesources.org>
2023-01-05 11:49:47 +01:00
max-nextcloud fed8484b80
Merge pull request #3643 from nextcloud/fix/noid/master-files
Fix cypress tests after new files app sidebar
2023-01-05 11:47:46 +01:00
Julius Härtl f774b44194
ci(cypress): Adapt showHiddenFiles to new settings modal selectors
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-05 11:08:57 +01:00
Julius Härtl d6dfd4f934
ci(cypress): Fix recent files list selector
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-05 08:14:30 +01:00
Julius Härtl 162caffa01
Merge pull request #3627 from nextcloud/fix/reconnect 2023-01-04 09:17:38 +01:00
nextcloud-command ce89a30579 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-04 08:04:17 +00:00
Max 7360d1c8db cleanup: use close() to reconnect
Move the event listener removal out of the close function
and use it to disconnect when attempting to reconnect.

Signed-off-by: Max <max@nextcloud.com>
2023-01-04 08:58:33 +01:00
Max b7ec01b51f fix: reconnect - reload main container
Introduce `hasEditor` as reactive data to dynamically reload the MainContainer.

$editor is not reactive.
Once the MainContainer was rendered it stayed - even when the connection expired.
The child components of MainContainer would still have the old $editor value.

Fixes #3374.

Signed-off-by: Max <max@nextcloud.com>
2023-01-04 08:58:33 +01:00
Max 9b98212757 refactor: move refreshMoment into mixin
Signed-off-by: Max <max@nextcloud.com>
2023-01-04 08:58:33 +01:00
Max 434f6e5457 refactor: push lastSavedStatus down into Editor/Status.vue
* Use a computed to react on changes to document.lastSavedVersionTime.
* Make the computed refresh every 20 seconds to dynamically update.

Signed-off-by: Max <max@nextcloud.com>
2023-01-04 08:58:33 +01:00
Julius Härtl e3d20df090
Merge pull request #3631 from nextcloud/bugfix/noid/image-blur 2023-01-04 08:58:11 +01:00
dependabot[bot] c346dcd225
Merge pull request #3634 from nextcloud/dependabot/npm_and_yarn/json5-1.0.2 2023-01-04 07:39:44 +00:00
Julius Härtl 83d1ac7843 fix(Images): Update image alt text on blur
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-04 07:38:34 +00:00
dependabot[bot] f41347e95d
Bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 07:28:50 +00:00
Julius Härtl 05aaca3f47
Merge pull request #3632 from nextcloud/renovate/master-vite-4.x 2023-01-04 08:28:12 +01:00
Julius Härtl 485728df59
Merge pull request #3633 from nextcloud/renovate/master-cypress 2023-01-04 08:28:04 +01:00
Nextcloud bot 9e78849e11
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-04 04:12:11 +00:00
renovate[bot] b129b6758a
chore(deps): update dependency cypress to ^12.3.0 2023-01-03 23:04:59 +00:00
renovate[bot] 66f18ea849
chore(deps): update dependency vite to ^4.0.4 2023-01-03 23:04:20 +00:00
max-nextcloud 8a37caaccf
Merge pull request #3628 from nextcloud/renovate/master-nextcloud-eslint-config-8.x
chore(deps): update dependency @nextcloud/eslint-config to ^8.1.5 (master)
2023-01-03 08:49:30 +01:00
renovate[bot] 52a2707ff9
chore(deps): update dependency @nextcloud/eslint-config to ^8.1.5 2023-01-03 02:07:49 +00:00
max-nextcloud 908c1ac7d1
Merge pull request #3626 from nextcloud/test/cypress-perf
Save some time on cypress
2023-01-01 14:12:06 +01:00
Julius Härtl 0e1070a8e4
tests(cypress): More runners now that we cache test preparation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-01 11:53:55 +01:00
Julius Härtl de40f29b57
tests(cypress): Skip unrelated ResizeObserver loop limit exceeded errors
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-01 11:44:38 +01:00
Julius Härtl f3d6e2ee54
tests(cypress): Build app only once and cache server checkout
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-01 11:19:39 +01:00
Julius Härtl 41945ef351
tests(cypress): Set hashing mechanism to speed up tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-01 10:09:59 +01:00
Nextcloud bot 3d03185885
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-31 05:24:29 +00:00
max-nextcloud 7c745b9786
Merge pull request #3623 from nextcloud/fix/plaintext_newlines
Treat newlines as linebreaks when pasting as plaintext
2022-12-30 23:25:53 +01:00