Commit graph

7,207 commits

Author SHA1 Message Date
Julius Härtl
4158fbe917
fix: Fix eslint errors for typescript files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-06-14 10:49:15 +02:00
Julius Härtl
369c33ce8a
chore: Also handle typescript files in eslint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-06-14 10:49:15 +02:00
Julius Härtl
f42ab52037
fix: Move auto setup of built-in code server to an async request done by the frontend
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-06-14 10:49:14 +02:00
Julius Härtl
a509a62ce5
chore: Refactor frontend capabilities to a service to be able to update on the fly
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-06-14 10:49:14 +02:00
Julius Härtl
7d70c86a36
Merge pull request #3758 from nextcloud/fix/remove-group-limit
fix: Uncheck group limit in admin settings
2024-06-14 10:46:25 +02:00
Elizabeth Danzberger
58a448c9c3
fix: Hide NcSelect when unchecked
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-06-13 15:22:00 -04:00
Julius Härtl
1f64755345
Merge pull request #3754 from eszkadev/private/eszkadev/is-guest
Use new property for guest indication
2024-06-13 09:47:48 +02:00
Elizabeth Danzberger
13d6a3818e
fix: Add input label to NcSelect
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-06-12 14:15:23 -04:00
Elizabeth Danzberger
a9bc601455
fix: Uncheck group limit settings
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-06-12 14:09:25 -04:00
Szymon Kłos
fd744b1b39 Use new property for guest indication
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
2024-06-12 11:54:35 +02:00
Julius Härtl
874a88ab49
Merge pull request #3748 from eszkadev/private/eszkadev/is-admin-property 2024-06-12 08:54:37 +02:00
Szymon Kłos
9d4bce1102 Use new property for admin user indication
is_admin field inside UserExtraInfo is deprecated now.
We use dedicated IsAdminUser property in CheckFileInfo instead.
Leave old code for now for backward compatibility.

see: https://github.com/CollaboraOnline/online/pull/9242

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
2024-06-11 21:58:28 +02:00
Julius Härtl
974b8c0ca9
Merge pull request #3749 from nextcloud/fix/remote-request-lazy
fix: Avoid requesting remote endpoints during bootstrap
2024-06-11 19:04:11 +02:00
Julius Härtl
ea60d0ec82
fix: Avoid requesting remote endpoints during bootstrap
This will add some abstraction layer for cached request data as used by
capabilities and discovery endpoints. By default it will always return
the cached data which will never expire (backed by a file in app data in
case the memory cache vanishes).

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-06-11 18:07:21 +02:00
Julius Härtl
ab324d8afe
Merge pull request #3745 from nextcloud/automated/noid/main-update-nextcloud-ocp 2024-06-10 13:15:09 +02:00
nextcloud-command
49de2b096b chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-06-09 02:54:26 +00:00
dependabot[bot]
904e766d5c
Merge pull request #3738 from nextcloud/dependabot/npm_and_yarn/cypress-split-1.24.0 2024-06-08 02:41:29 +00:00
dependabot[bot]
51d3be15f5
Merge pull request #3740 from nextcloud/dependabot/npm_and_yarn/nextcloud/files-3.4.1 2024-06-08 02:02:47 +00:00
dependabot[bot]
ab44c6d5b9
Merge pull request #3741 from nextcloud/dependabot/npm_and_yarn/cypress/webpack-preprocessor-6.0.2 2024-06-08 02:02:15 +00:00
dependabot[bot]
06c93c2e49
chore(deps-dev): Bump cypress-split from 1.23.4 to 1.24.0
Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.23.4 to 1.24.0.
- [Release notes](https://github.com/bahmutov/cypress-split/releases)
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.23.4...v1.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 01:58:34 +00:00
dependabot[bot]
a54eeec51a
Merge pull request #3739 from nextcloud/dependabot/npm_and_yarn/cypress-13.11.0 2024-06-08 01:57:45 +00:00
dependabot[bot]
2271f83bb8
chore(deps-dev): Bump @cypress/webpack-preprocessor from 6.0.1 to 6.0.2
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v6.0.1...@cypress/webpack-preprocessor-v6.0.2)

---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 01:31:16 +00:00
dependabot[bot]
73a496b0ad
chore(deps): Bump @nextcloud/files from 3.4.0 to 3.4.1
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.4.0...v3.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 01:30:53 +00:00
dependabot[bot]
211bef4401
chore(deps-dev): Bump cypress from 13.10.0 to 13.11.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.10.0 to 13.11.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.10.0...v13.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 01:30:41 +00:00
Julius Härtl
d447a8f7ac
Merge pull request #3714 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8.12.0
chore(deps): Bump @nextcloud/vue from 8.11.3 to 8.12.0
2024-06-06 08:35:31 +02:00
dependabot[bot]
9a26118fd8 chore(deps): Bump @nextcloud/vue from 8.11.3 to 8.12.0
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.11.3 to 8.12.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.11.3...v8.12.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-06 08:28:03 +02:00
Nextcloud bot
c7a3eb9a5c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-06 03:29:35 +00:00
Julius Härtl
6983113538
Merge pull request #3731 from nextcloud/feat/workflow-auto-update-lint-eslint.yml
chore(CI): Updating lint-eslint.yml workflow from template
2024-06-05 09:21:58 +02:00
Nextcloud bot
25ce490116 chore(CI): Updating lint-eslint.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-05 06:57:24 +00:00
Julius Härtl
9c9249814d
Merge pull request #3727 from nextcloud/fix/remove-legacy-viewer-code
Remove legacy Viewer code
2024-06-05 08:37:42 +02:00
Julius Härtl
8b41a61103
Merge pull request #3725 from nextcloud/feat/workflow-auto-update-pr-feedback.yml
chore(CI): Updating pr-feedback.yml workflow from template
2024-06-05 08:36:37 +02:00
Julius Härtl
ef789fba6e
Merge pull request #3726 from eszkadev/private/eszkadev/is-admin-always-present
Always pass is_admin property to userextrainfo
2024-06-05 08:34:42 +02:00
Nextcloud bot
96b6811b03
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-05 01:22:20 +00:00
Nextcloud bot
5285965968
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-04 01:24:23 +00:00
Elizabeth Danzberger
c38b426aab
fix: remove legacy viewer code
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-06-03 14:27:11 -04:00
Szymon Kłos
9bed856cc8 Always pass is_admin property to userextrainfo
This will be used by COOL for server audit dialog
- which should be shown only for admin users.
In case of missing is_admin property - it will be shown
too because it means integration don't use that property.

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
2024-06-03 18:55:27 +02:00
Nextcloud bot
ce6ca9e3d5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-03 01:23:25 +00:00
Nextcloud bot
dc37cc43b7 chore(CI): Updating pr-feedback.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-02 10:24:22 +00:00
github-actions[bot]
a371857e32
Merge pull request #3722 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-06-02 05:04:01 +00:00
nextcloud-command
8def69037f chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-06-02 02:43:38 +00:00
Nextcloud bot
8f0c39505e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-02 01:22:22 +00:00
dependabot[bot]
ebfe3c60da
Merge pull request #3721 from nextcloud/dependabot/npm_and_yarn/nextcloud/files-3.4.0 2024-06-01 03:50:03 +00:00
dependabot[bot]
d521d393e1
Merge pull request #3720 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypress-3.3.0 2024-06-01 03:48:44 +00:00
dependabot[bot]
99b7f6bdb2
chore(deps): Bump @nextcloud/files from 3.3.1 to 3.4.0
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.3.1...v3.4.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/files"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 02:37:27 +00:00
dependabot[bot]
c9cccc2ece
Merge pull request #3719 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.3.1 2024-06-01 02:36:38 +00:00
dependabot[bot]
003360c667
chore(deps-dev): Bump eslint-plugin-cypress from 3.2.0 to 3.3.0
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 02:35:15 +00:00
dependabot[bot]
baf083e9f2
Merge pull request #3718 from nextcloud/dependabot/npm_and_yarn/cypress-split-1.23.4 2024-06-01 02:34:26 +00:00
dependabot[bot]
e6813b8c2c
chore(deps): Bump @nextcloud/event-bus from 3.3.0 to 3.3.1
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-event-bus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v3.3.0...v3.3.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>
2024-06-01 01:34:41 +00:00
dependabot[bot]
5f52bd7eb6
chore(deps-dev): Bump cypress-split from 1.23.2 to 1.23.4
Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.23.2 to 1.23.4.
- [Release notes](https://github.com/bahmutov/cypress-split/releases)
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.23.2...v1.23.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 01:34:29 +00:00
Nextcloud bot
a173404db6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-31 01:21:25 +00:00