Commit graph

73582 commits

Author SHA1 Message Date
Nextcloud bot
cd7b439ef1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-02 00:20:18 +00:00
Arthur Schiwon
e3cce2624c
Merge pull request #48445 from nextcloud/fix/noid/ignore-unavailable-token
[stable28] fix(Auth): ignore missing token when trying to set password-unconfirmable
2024-10-01 15:57:11 +02:00
Nextcloud bot
29da3096b3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-01 00:20:51 +00:00
Kate
06c7baf545
Merge pull request #48448 from nextcloud/backport/48437/stable28 2024-09-30 12:55:33 +02:00
Maksim Sukharev
b4f28b3c9e fix: correctly count disabled users for subadmins
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-09-30 10:10:37 +00:00
Kate
31212bb1ff
Merge pull request #48443 from nextcloud/backport/48307/stable28 2024-09-30 10:16:55 +02:00
Arthur Schiwon
4dd1f380af
fix(Auth): ignore missing token when trying to set password-unconfirmable
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-09-30 10:06:58 +02:00
Richard Steinmetz
8752c3de79
fix: gracefully parse non-standard trusted certificates
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-09-30 09:17:25 +02:00
Nextcloud bot
07f914e7df
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-29 00:28:18 +00:00
dependabot[bot]
ac44521dc1
Merge pull request #48427 from nextcloud/dependabot/npm_and_yarn/stable28/cypress-13.13.3 2024-09-28 05:39:04 +00:00
dependabot[bot]
e812c2cde5
chore(deps-dev): Bump cypress from 13.13.2 to 13.13.3
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.13.3.
- [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.13.2...v13.13.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-28 01:21:52 +00:00
Nextcloud bot
a0289e6bf1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-28 00:20:28 +00:00
Andy Scherzinger
ea218f15b0
Merge pull request #47813 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/calendar-availability-vue-2.2.4
chore(deps): bump @nextcloud/calendar-availability-vue from 2.2.2 to 2.2.4
2024-09-27 20:23:20 +02:00
nextcloud-command
ef5e4cd674 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-27 13:53:15 +02:00
dependabot[bot]
8a6285f24c chore(deps): bump @nextcloud/calendar-availability-vue
Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases)
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.2...v2.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 13:53:15 +02:00
Joas Schilling
9950de3a62
Merge pull request #48392 from nextcloud/backport/48375/stable28
[stable28] Skip future shipped apps from updatenotification check
2024-09-27 12:28:11 +02:00
Nextcloud bot
803ac1f513
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-27 00:20:55 +00:00
Kate
4f31b03263
Merge pull request #48399 from nextcloud/backport/48366/stable28 2024-09-26 20:12:56 +02:00
Louis
310375e91b
Merge pull request #48386 from nextcloud/backport/48359/stable28
[stable28] fix: Use placeholder for external storage password
2024-09-26 17:39:00 +02:00
provokateurin
26cf5939ed fix(files_sharing): Check if propfind response is valid before accessing share permission props
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-26 14:21:18 +00:00
provokateurin
f25c7b7e40 refactor(files_sharing): Make permissions prop checks less error prone
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-26 14:21:18 +00:00
provokateurin
74d30ae6c0 fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-26 14:21:18 +00:00
Joas Schilling
d8ae8f578d fix(updatenotification): Communicate files_downloadlimit as shipped in 29+
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-26 13:24:09 +00:00
Joas Schilling
1dbd72dcc0
Merge pull request #48379 from nextcloud/backport/48142/stable28
[stable28] feat(share): ensure unique share tokens with dynamic length adjustment
2024-09-26 15:18:54 +02:00
Louis Chemineau
413d36c994 fix: Use hashed password in files_external settings
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-26 13:01:58 +00:00
Joas Schilling
80d5cdef04
Merge pull request #48348 from nextcloud/dependaniel/aws-sdk-for-28
[stable28] chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.322.4
2024-09-26 14:56:57 +02:00
Daniel
cde0674bbb
Merge pull request #48363 from nextcloud/backport/48345/stable28
[stable28] fix(files_external): Catch correct exception
2024-09-26 14:41:16 +02:00
Daniel Kesselberg
a22ee3ebb0
fix(s3): suppress php deprecation warning on php8
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-26 12:40:19 +02:00
Daniel Kesselberg
12de7d19cd
chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.332.4
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-26 12:40:19 +02:00
ernolf
614210c536 fix(share): Ensure unique share tokens
- check for token collisions and retry up to three times.
- throw after 3 attempts without finding a unique token.

Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
2024-09-26 10:37:32 +00:00
Louis
c43f9e28ac
Merge pull request #48367 from nextcloud/backport/48354/stable28
[stable28] fix: Show storage full warning when storage is actually full
2024-09-26 12:04:43 +02:00
Louis Chemineau
8505316069 fix: Show storage full warning when storage is actually full
< 0 values for "free" do not mean that the storage is full: 6befdd6dd7/lib/public/Files/FileInfo.php (L31-L42)

Signed-off-by: Louis Chemineau <louis@chmn.me>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-26 08:58:31 +00:00
Marcel Klehr
e98196b6c3 fix(files_external): Catch correct exception
SMB#getFileInfo used to throw an icewind/smb exception, but nowadays throws \OCP\Files\ForbiddenException. This fixes downstream methods to catch the new exception.

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-26 07:34:36 +00:00
F. E Noel Nfebe
fa6f516c3c
Merge pull request #48318 from nextcloud/backport/48315/stable28
[stable28] refactor(AccountIcon): Remove needless console.log
2024-09-26 07:11:21 +01:00
nextcloud-command
3f0e259cc4 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-26 05:45:19 +00:00
Nextcloud bot
4ddcdeaa47
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-26 00:23:29 +00:00
Pytal
f463688016
Merge pull request #48352 from nextcloud/backport/48331/stable28
[stable28] fix(files): Fix having to resolve conflicts twice when dropping files
2024-09-25 15:03:03 -07:00
nextcloud-command
27e40806f7 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-25 21:36:27 +00:00
Christopher Ng
4b26578de7 fix(files): Fix having to resolve conflicts twice when dropping files
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-09-25 14:29:14 -07:00
Joas Schilling
3225dc565f
Merge pull request #48339 from nextcloud/automated/noid/stable28-update-ca-cert-bundle
[stable28] fix(security): Update CA certificate bundle
2024-09-25 07:04:17 +02:00
nextcloud-command
a049a84745 fix(security): Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
2024-09-25 02:30:59 +00:00
Nextcloud bot
80a9133550
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-25 00:21:36 +00:00
nextcloud-command
5f3541e89b chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-24 12:45:08 +00:00
fenn-cs
c10666485e refactor(AccountIcon): Remove needless console.log
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-09-24 12:45:08 +00:00
Joas Schilling
509d08ce89
Merge pull request #48310 from nextcloud/backport/47349/stable28
[stable28] Add bidirectional text support - Backend
2024-09-24 12:15:38 +02:00
Joas Schilling
dae528d631
ci: Restrict RTL characters to RTL languages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-24 11:41:13 +02:00
Louis
44b54806da
Merge pull request #48283 from nextcloud/backport/48207/stable28
[stable28] fix: Don't crash if disabled user is missing in the database
2024-09-24 10:17:17 +02:00
Kate
eb0202c003
Merge pull request #48281 from nextcloud/backport/48266/stable28 2024-09-24 07:50:14 +02:00
Daniel
38ea9131e4
Merge pull request #48300 from nextcloud/backport/48268/stable28
[stable28] fix: skip the integrity check for nextcloud-init-sync.lock
2024-09-23 22:31:53 +02:00
Daniel Kesselberg
e0933c0d8f fix: skip the integrity check for nextcloud-init-sync.lock
nextcloud-init-sync.lock is used by nextcloud/docker to prevent running the initialization script on multiple containers at the same time.

Ref: https://github.com/nextcloud/docker/issues/2299.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-23 15:49:41 +00:00