]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoFix inverting on darkmode and spacing
Joas Schilling [Mon, 8 Aug 2022 10:57:14 +0000 (12:57 +0200)]
Fix inverting on darkmode and spacing

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoAllow to invert when on bright
Joas Schilling [Mon, 8 Aug 2022 10:56:31 +0000 (12:56 +0200)]
Allow to invert when on bright

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #33357 from nextcloud/external_storage_buttons_a11y
Vincent Petry [Mon, 8 Aug 2022 07:21:27 +0000 (09:21 +0200)]
Merge pull request #33357 from nextcloud/external_storage_buttons_a11y

Fix accessibility of buttons in the external storage configuration

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 8 Aug 2022 02:23:27 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 7 Aug 2022 02:28:29 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 6 Aug 2022 02:25:10 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33398 from nextcloud/enh/noid/sensitive-methods-apps
Vincent Petry [Fri, 5 Aug 2022 12:09:55 +0000 (14:09 +0200)]
Merge pull request #33398 from nextcloud/enh/noid/sensitive-methods-apps

allow apps to specify methods carrying sensitive parameters

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 5 Aug 2022 08:58:39 +0000 (08:58 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33411 from nextcloud/dependabot/npm_and_yarn/puppeteer-15.5.0
Julius Härtl [Thu, 4 Aug 2022 20:28:37 +0000 (22:28 +0200)]
Merge pull request #33411 from nextcloud/dependabot/npm_and_yarn/puppeteer-15.5.0

2 years agoMerge pull request #33448 from nextcloud/bugfix/allow-download-label
Julius Härtl [Thu, 4 Aug 2022 20:24:11 +0000 (22:24 +0200)]
Merge pull request #33448 from nextcloud/bugfix/allow-download-label

2 years agoMerge pull request #33269 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.13.2
dependabot[bot] [Thu, 4 Aug 2022 18:55:24 +0000 (18:55 +0000)]
Merge pull request #33269 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.13.2

2 years agoFix label for allow download share permission 33448/head
Julius Härtl [Wed, 3 Aug 2022 08:40:24 +0000 (10:40 +0200)]
Fix label for allow download share permission

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #33447 from nextcloud/bugfix/noid/detect-leading-spaces-in-config
Vincent Petry [Thu, 4 Aug 2022 08:55:12 +0000 (10:55 +0200)]
Merge pull request #33447 from nextcloud/bugfix/noid/detect-leading-spaces-in-config

Detect leading spaces in config files

2 years agoMerge pull request #33435 from nextcloud/fix/remove-at-matchers-in-tests
Côme Chilliet [Thu, 4 Aug 2022 07:58:26 +0000 (09:58 +0200)]
Merge pull request #33435 from nextcloud/fix/remove-at-matchers-in-tests

Remove at matchers from tests in oauth2 and tests/Test

2 years agoMerge pull request #32615 from sleiner/feature/ipv6-cidr-for-trusted-proxies
Côme Chilliet [Thu, 4 Aug 2022 07:50:14 +0000 (09:50 +0200)]
Merge pull request #32615 from sleiner/feature/ipv6-cidr-for-trusted-proxies

Support specifying IPv6 proxies in CIDR notation

2 years agoMerge pull request #32852 from nextcloud/revert-revert-federation-performance-issues
Vincent Petry [Thu, 4 Aug 2022 07:41:19 +0000 (09:41 +0200)]
Merge pull request #32852 from nextcloud/revert-revert-federation-performance-issues

Revert "Revert "Remove inefficient fed share scanner""

2 years agoFix accessibility of buttons in the external storage configuration 33357/head
Lukáš Tyrychtr [Tue, 26 Jul 2022 11:04:46 +0000 (13:04 +0200)]
Fix accessibility of buttons in the external storage configuration

Note that there is no keyboard only way to close the dropdown

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #33451 from nextcloud/update-node-workflow-better-error-messages
Vincent Petry [Wed, 3 Aug 2022 16:04:28 +0000 (18:04 +0200)]
Merge pull request #33451 from nextcloud/update-node-workflow-better-error-messages

Update node workflow for better error messages

2 years agofix external share scanner not propagating locking-opt-out 32852/head
Robin Appelman [Wed, 3 Aug 2022 15:12:30 +0000 (17:12 +0200)]
fix external share scanner not propagating locking-opt-out

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoUpdate node workflow for better error messages 33451/head
Vincent Petry [Wed, 3 Aug 2022 13:23:20 +0000 (15:23 +0200)]
Update node workflow for better error messages

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoDisable locking on federated shares
Carl Schwan [Fri, 17 Jun 2022 10:07:03 +0000 (12:07 +0200)]
Disable locking on federated shares

The old inneficiant code didn't do locking and adding locking is
creating issues

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoRevert "Revert "Remove inefficient fed share scanner""
Carl Schwan [Mon, 13 Jun 2022 08:15:02 +0000 (10:15 +0200)]
Revert "Revert "Remove inefficient fed share scanner""

This reverts commit 6667007bf235b90a7dd105c881cf5802b2a3f83e.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoDetect leading spaces in config files 33447/head
Vincent Petry [Wed, 3 Aug 2022 08:19:05 +0000 (10:19 +0200)]
Detect leading spaces in config files

Because those will cause PHP to output to stdout and will cause
unrelated error messages.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoSupport specifying IPv6 proxies in CIDR notation 32615/head
Simon Leiner [Sat, 23 Jul 2022 21:29:45 +0000 (23:29 +0200)]
Support specifying IPv6 proxies in CIDR notation

Previously, it was not possible to use CIDR notation for IPv6 proxies
in the trusted_proxies parameter of config.php [1]. This patch adds
support for that.

[1]: https://docs.nextcloud.com/server/24/admin_manual/configuration_server/reverse_proxy_configuration.html#defining-trusted-proxies

Signed-off-by: Simon Leiner <simon@leiner.me>
2 years agoMerge pull request #32958 from nextcloud/fix/noid/permission-update-allow-public...
Julius Härtl [Tue, 2 Aug 2022 14:49:27 +0000 (16:49 +0200)]
Merge pull request #32958 from nextcloud/fix/noid/permission-update-allow-public-uploads

2 years agoMerge pull request #33425 from nextcloud/fix/fix-dynamic-properties-in-tests
Côme Chilliet [Tue, 2 Aug 2022 14:01:09 +0000 (16:01 +0200)]
Merge pull request #33425 from nextcloud/fix/fix-dynamic-properties-in-tests

Fix dynamic property creations in test files

2 years agoMerge pull request #33428 from nextcloud/improve-accessibility-device
Vincent Petry [Tue, 2 Aug 2022 13:33:19 +0000 (15:33 +0200)]
Merge pull request #33428 from nextcloud/improve-accessibility-device

Improve Devices & sessions settings

2 years agoRemove at matchers from tests in: 33435/head
Côme Chilliet [Tue, 2 Aug 2022 13:27:52 +0000 (15:27 +0200)]
Remove at matchers from tests in:

* apps/oauth2
* tests/Test/Repair/Owncloud

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #33432 from nextcloud/nickvergessen-patch-1
Vincent Petry [Tue, 2 Aug 2022 12:53:34 +0000 (14:53 +0200)]
Merge pull request #33432 from nextcloud/nickvergessen-patch-1

Remove "needs info" label when the issue is not stale anymore

2 years agoDocument all getIncomplete implementations as returning string|false 33425/head
Côme Chilliet [Tue, 2 Aug 2022 12:23:14 +0000 (14:23 +0200)]
Document all getIncomplete implementations as returning string|false

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoRemove "needs info" label when the issue is not stale anymore 33432/head
Joas Schilling [Tue, 2 Aug 2022 09:33:20 +0000 (11:33 +0200)]
Remove "needs info" label when the issue is not stale anymore

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2 years agofix share manager tests 32958/head
Julien Veyssier [Mon, 1 Aug 2022 13:27:23 +0000 (15:27 +0200)]
fix share manager tests

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoImprove Devices & sessions settings 33428/head
Carl Schwan [Mon, 1 Aug 2022 22:38:28 +0000 (00:38 +0200)]
Improve Devices & sessions settings

- Add label for better accessibility
- Only allow to add app token with a name
- Align in rows

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #33405 from nextcloud/perf/new-index-mounts-class
Julius Härtl [Mon, 1 Aug 2022 19:27:09 +0000 (21:27 +0200)]
Merge pull request #33405 from nextcloud/perf/new-index-mounts-class

2 years agoFix dynamic property creations in test files
Côme Chilliet [Mon, 1 Aug 2022 13:07:53 +0000 (15:07 +0200)]
Fix dynamic property creations in test files

This fixes warnings in PHP 8.2

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agodon't reduce file public link permissions if public upload is not enabled
Julien Veyssier [Tue, 21 Jun 2022 12:25:36 +0000 (14:25 +0200)]
don't reduce file public link permissions if public upload is not enabled

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoDB mounts table: Add index for mount_provider_class 33405/head
Marcel Klehr [Fri, 29 Jul 2022 12:43:26 +0000 (14:43 +0200)]
DB mounts table: Add index for mount_provider_class

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2 years agoMerge pull request #32482 from nextcloud/enh/noid/share-attributes
Carl Schwan [Mon, 1 Aug 2022 07:44:31 +0000 (09:44 +0200)]
Merge pull request #32482 from nextcloud/enh/noid/share-attributes

Add share attributes + prevent download permission

2 years agoMultiple fixes 32482/head
Carl Schwan [Fri, 15 Jul 2022 15:11:54 +0000 (17:11 +0200)]
Multiple fixes

- Fix tests
- Use non deprecated event stuff
- Add a bit of type hinting to the new stuff
- More safe handling of instanceOfStorage (share might not be the first
  wrapper)
- Fix resharing

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoBump puppeteer from 14.1.0 to 15.5.0 33411/head
dependabot[bot] [Sat, 30 Jul 2022 01:03:08 +0000 (01:03 +0000)]
Bump puppeteer from 14.1.0 to 15.5.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 14.1.0 to 15.5.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v14.1.0...v15.5.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #33225 from nextcloud/fix/handle-one-time-passwords
Carl Schwan [Fri, 29 Jul 2022 10:26:52 +0000 (12:26 +0200)]
Merge pull request #33225 from nextcloud/fix/handle-one-time-passwords

Handle one time password better

2 years agoadd unit test for ExceptionSerializer 33398/head
Arthur Schiwon [Fri, 29 Jul 2022 10:07:41 +0000 (12:07 +0200)]
add unit test for ExceptionSerializer

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoallow apps to specify methods carrying sensitive parameters
Arthur Schiwon [Thu, 28 Jul 2022 21:30:17 +0000 (23:30 +0200)]
allow apps to specify methods carrying sensitive parameters

… in order to remove them from logging.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoBump jquery-ui from 1.13.1 to 1.13.2 33269/head
dependabot[bot] [Thu, 28 Jul 2022 17:29:58 +0000 (17:29 +0000)]
Bump jquery-ui from 1.13.1 to 1.13.2

Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2)

---
updated-dependencies:
- dependency-name: jquery-ui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoEnforcing permission during resharing
Carl Schwan [Fri, 15 Jul 2022 12:52:04 +0000 (14:52 +0200)]
Enforcing permission during resharing

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoInherit hide download from share attributes
Vincent Petry [Mon, 13 Jun 2022 14:38:34 +0000 (16:38 +0200)]
Inherit hide download from share attributes

When resharing by link, if the download permission was removed through
share attributes, convert it to the hide download flag.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoBlock download when needed on direct download endpoint
Vincent Petry [Mon, 13 Jun 2022 13:50:43 +0000 (15:50 +0200)]
Block download when needed on direct download endpoint

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoFix view-only code after code review comments
Vincent Petry [Mon, 13 Jun 2022 10:48:35 +0000 (12:48 +0200)]
Fix view-only code after code review comments

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoFix adding to empty attributes and duplicate request
Julius Härtl [Wed, 8 Jun 2022 21:01:48 +0000 (23:01 +0200)]
Fix adding to empty attributes and duplicate request

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoAdd share attrs + download permission support in frontend
Vincent Petry [Thu, 2 Jun 2022 09:31:21 +0000 (11:31 +0200)]
Add share attrs + download permission support in frontend

Added download permission checkbox in frontend
Added share attributes parsing and setting in frontend.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoAdd nc:share-attributes Webdav property
Vincent Petry [Thu, 2 Jun 2022 09:24:39 +0000 (11:24 +0200)]
Add nc:share-attributes Webdav property

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoDon't reset share attributes when not specified
Vincent Petry [Thu, 2 Jun 2022 09:23:22 +0000 (11:23 +0200)]
Don't reset share attributes when not specified

When not specified in the OCS call, don't reset the share attributes.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoAttempt to fix sqlite json issue
Vincent Petry [Wed, 25 May 2022 15:23:02 +0000 (17:23 +0200)]
Attempt to fix sqlite json issue

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoFix share attribute related tests + code style
Vincent Petry [Wed, 25 May 2022 07:55:22 +0000 (09:55 +0200)]
Fix share attribute related tests + code style

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoFix share controller to accept share attributes alone
Vincent Petry [Tue, 24 May 2022 10:08:07 +0000 (12:08 +0200)]
Fix share controller to accept share attributes alone

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoAdd share attributes + prevent download permission
Vincent Petry [Wed, 18 May 2022 12:54:27 +0000 (14:54 +0200)]
Add share attributes + prevent download permission

Makes it possible to store download permission

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #33394 from nextcloud/fix/fix-370-Label_not_connected_to_form...
Julia Kirschenheuter [Thu, 28 Jul 2022 13:59:47 +0000 (15:59 +0200)]
Merge pull request #33394 from nextcloud/fix/fix-370-Label_not_connected_to_form-element_in_file_listing

Connect ```input``` checkbox with corresponding file name via ```aria-describedby```

2 years agoHandle one time password better 33225/head
Carl Schwan [Wed, 13 Jul 2022 13:27:55 +0000 (15:27 +0200)]
Handle one time password better

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoConnect ```input``` checkbox with corresponding file name via ```aria-describedby``` 33394/head
julia.kirschenheuter [Thu, 28 Jul 2022 12:20:32 +0000 (14:20 +0200)]
Connect ```input``` checkbox with corresponding file name via ```aria-describedby```

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2 years agoMerge pull request #33385 from nextcloud/fix/transfer-aria-label-from-nav-settings...
Louis [Thu, 28 Jul 2022 12:11:13 +0000 (14:11 +0200)]
Merge pull request #33385 from nextcloud/fix/transfer-aria-label-from-nav-settings-to-settings-icon

Transfer `aria-label` from nav settings menu to settings menu icon-button

2 years agoMerge pull request #33081 from nextcloud/techdebt/noid/ocp-security-bruteforce-ithrottler
Vincent Petry [Thu, 28 Jul 2022 11:34:55 +0000 (13:34 +0200)]
Merge pull request #33081 from nextcloud/techdebt/noid/ocp-security-bruteforce-ithrottler

Add a public interface for the bruteforce throttler and register for …

2 years agoMerge pull request #33280 from nextcloud/externalStorageWithoutVersioning
Vincent Petry [Thu, 28 Jul 2022 10:13:43 +0000 (12:13 +0200)]
Merge pull request #33280 from nextcloud/externalStorageWithoutVersioning

handle AccessDenied error when checking if external s3 support versions

2 years agoTransfer `aria-label` from nav settings menu to settings menu icon-button 33385/head
julia.kirschenheuter [Wed, 27 Jul 2022 14:23:43 +0000 (16:23 +0200)]
Transfer `aria-label` from nav settings menu to settings menu icon-button

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2 years agohandle AccessDenied error when checking if external s3 support versions 33280/head
Matthieu Gallien [Tue, 19 Jul 2022 14:20:44 +0000 (16:20 +0200)]
handle AccessDenied error when checking if external s3 support versions

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #33299 from nextcloud/fix/files-dark-color-theme
Louis [Thu, 28 Jul 2022 09:04:16 +0000 (11:04 +0200)]
Merge pull request #33299 from nextcloud/fix/files-dark-color-theme

[files app]: Fix dark color mode detection for filelist

2 years agoAdd a public interface for the bruteforce throttler and register for injection 33081/head
Joas Schilling [Fri, 1 Jul 2022 09:18:27 +0000 (11:18 +0200)]
Add a public interface for the bruteforce throttler and register for injection

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #33380 from luzpaz/fix/lib-private-typos
Côme Chilliet [Thu, 28 Jul 2022 07:17:48 +0000 (09:17 +0200)]
Merge pull request #33380 from luzpaz/fix/lib-private-typos

Fix typos in lib/private subdirectory

2 years agoMerge pull request #32244 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.3
dependabot[bot] [Wed, 27 Jul 2022 20:53:11 +0000 (20:53 +0000)]
Merge pull request #32244 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.3

2 years agoBump core-js from 3.22.0 to 3.22.3 32244/head
dependabot[bot] [Wed, 27 Jul 2022 19:12:24 +0000 (19:12 +0000)]
Bump core-js from 3.22.0 to 3.22.3

Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.0 to 3.22.3.
- [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.0...v3.22.3)

---
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>
2 years agoMerge pull request #33386 from nextcloud/fix/noid/delete-user-value
Julius Härtl [Wed, 27 Jul 2022 16:31:01 +0000 (18:31 +0200)]
Merge pull request #33386 from nextcloud/fix/noid/delete-user-value

2 years agoMerge pull request #33379 from nextcloud/techdebt/noid/goodbye-legacy-ids
Vincent Petry [Wed, 27 Jul 2022 15:14:46 +0000 (17:14 +0200)]
Merge pull request #33379 from nextcloud/techdebt/noid/goodbye-legacy-ids

Remove more legacy ids

2 years agoMerge pull request #32956 from nextcloud/fix/upload-folder-wrong-content
Vincent Petry [Wed, 27 Jul 2022 15:06:39 +0000 (17:06 +0200)]
Merge pull request #32956 from nextcloud/fix/upload-folder-wrong-content

Handle file contained inside the uploads folder

2 years agofix mistake in db query to delete a user config value 33386/head
Julien Veyssier [Wed, 27 Jul 2022 14:45:10 +0000 (16:45 +0200)]
fix mistake in db query to delete a user config value

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoMerge pull request #33378 from nextcloud/s3-no-null-bundle
Daniel [Wed, 27 Jul 2022 13:43:08 +0000 (15:43 +0200)]
Merge pull request #33378 from nextcloud/s3-no-null-bundle

don't set `null` as a bundle path

2 years agoFix typos in lib/private subdirectory 33380/head
luz paz [Wed, 27 Jul 2022 12:51:42 +0000 (08:51 -0400)]
Fix typos in lib/private subdirectory

Found via `codespell -q 3 -S l10n -L jus ./lib/private`

Signed-off-by: luz paz <luzpaz@github.com>
2 years agoMerge pull request #33316 from nextcloud/bugfix/noid/aria-label-share-link-buttons
Vincent Petry [Wed, 27 Jul 2022 12:31:48 +0000 (14:31 +0200)]
Merge pull request #33316 from nextcloud/bugfix/noid/aria-label-share-link-buttons

Accessible names for share panel buttons

2 years agoRemove more legacy ids 33379/head
Vincent Petry [Wed, 27 Jul 2022 12:29:26 +0000 (14:29 +0200)]
Remove more legacy ids

Remove more unused legacy ids from early ownCloud times.

This reduces the number of duplicate ids in the DOM.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #33373 from nextcloud/techdebt/noid/remove-legacy-dir
Vincent Petry [Wed, 27 Jul 2022 11:44:52 +0000 (13:44 +0200)]
Merge pull request #33373 from nextcloud/techdebt/noid/remove-legacy-dir

Remove legacy #dir element in files list

2 years agoMerge pull request #33368 from luzpaz/fix/apps-dav-typos
Simon L [Wed, 27 Jul 2022 11:02:44 +0000 (13:02 +0200)]
Merge pull request #33368 from luzpaz/fix/apps-dav-typos

Fix typos in apps/dav subdirectory

2 years agodon't set `null` as a bundle path 33378/head
Robin Appelman [Wed, 27 Jul 2022 10:58:07 +0000 (12:58 +0200)]
don't set `null` as a bundle path

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #33265 from nextcloud/fix/carl/login-boxes
Carl Schwan [Wed, 27 Jul 2022 10:37:13 +0000 (12:37 +0200)]
Merge pull request #33265 from nextcloud/fix/carl/login-boxes

Redesign guest pages for better accessibility

2 years agoMerge pull request #33300 from nextcloud/fix/dashboard-dark-color-theme
Louis [Wed, 27 Jul 2022 09:29:30 +0000 (11:29 +0200)]
Merge pull request #33300 from nextcloud/fix/dashboard-dark-color-theme

dashboard: Fix dark theme detection

2 years agoFix login flow 33265/head
Carl Schwan [Wed, 27 Jul 2022 07:17:37 +0000 (09:17 +0200)]
Fix login flow

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix caldav invitation related public pages
Carl Schwan [Mon, 25 Jul 2022 11:24:09 +0000 (13:24 +0200)]
Fix caldav invitation related public pages

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoRedesign guest pages for better accessibility
Carl Schwan [Mon, 18 Jul 2022 15:58:05 +0000 (17:58 +0200)]
Redesign guest pages for better accessibility

- Use white box and put content on it
- Improve focus indicator

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoRemove legacy #dir element in files list 33373/head
Vincent Petry [Wed, 27 Jul 2022 08:23:44 +0000 (10:23 +0200)]
Remove legacy #dir element in files list

Removed legacy "#dir" input element in the DOM.

Apps should use OCA.Files.App.currentFileList or
OCA.Sharing.PublicApp.fileList and call getCurrentDirectory() to
retrieve the current directory and changeDirectory() to change it.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #33307 from nextcloud/bump/nextcloud-dialogs-3.1.2-to-3.1.4
Vincent Petry [Wed, 27 Jul 2022 07:27:50 +0000 (09:27 +0200)]
Merge pull request #33307 from nextcloud/bump/nextcloud-dialogs-3.1.2-to-3.1.4

Bump nextcloud-dialogs from 3.1.2 to 3.1.4

2 years agoMerge pull request #33271 from nextcloud/enh/a11y-new-file-menu
Vincent Petry [Wed, 27 Jul 2022 07:23:50 +0000 (09:23 +0200)]
Merge pull request #33271 from nextcloud/enh/a11y-new-file-menu

Use explicit name for new file/folder menu

2 years agoFix typos in apps/dav subdirectory 33368/head
luz paz [Tue, 26 Jul 2022 21:21:57 +0000 (17:21 -0400)]
Fix typos in apps/dav subdirectory

Found via `codespell -q 3 -S l10n -L jus ./apps/dav`

Signed-off-by: luz paz <luzpaz@github.com>
2 years agoBump nextcloud-dialogs from 3.1.2 to 3.1.4 33307/head
Vincent Petry [Thu, 21 Jul 2022 14:26:49 +0000 (16:26 +0200)]
Bump nextcloud-dialogs from 3.1.2 to 3.1.4

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #30030 from nextcloud/fexists
Vincent Petry [Tue, 26 Jul 2022 21:10:12 +0000 (23:10 +0200)]
Merge pull request #30030 from nextcloud/fexists

Fix disabled `php_uname`

2 years agoMerge pull request #30510 from nextcloud/user-cleanup-storage-before-cache
Vincent Petry [Tue, 26 Jul 2022 21:08:04 +0000 (23:08 +0200)]
Merge pull request #30510 from nextcloud/user-cleanup-storage-before-cache

delete files before cleaning cache when cleaning user files

2 years agoAccessible names for share panel buttons 33316/head
Vincent Petry [Fri, 22 Jul 2022 09:58:08 +0000 (11:58 +0200)]
Accessible names for share panel buttons

Added aria-label for the buttons on the share panel.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #33361 from nextcloud/techdebt/noid/further-cleanup
Vincent Petry [Tue, 26 Jul 2022 20:34:27 +0000 (22:34 +0200)]
Merge pull request #33361 from nextcloud/techdebt/noid/further-cleanup

Further markup cleanup

2 years agoMerge pull request #33251 from cneukom/feature/birthday-calendar-reminder-settings
Anna [Tue, 26 Jul 2022 18:59:33 +0000 (20:59 +0200)]
Merge pull request #33251 from cneukom/feature/birthday-calendar-reminder-settings

Birthday Calendar Reminder Setting

2 years agoMerge pull request #33360 from nextcloud/adjust-acceptance-tests-to-changes-in-sharin...
Pytal [Tue, 26 Jul 2022 17:51:21 +0000 (10:51 -0700)]
Merge pull request #33360 from nextcloud/adjust-acceptance-tests-to-changes-in-sharing-tab

2 years agoMerge pull request #33341 from nextcloud/fix/29617/no-purge-when-birthday-calendar...
blizzz [Tue, 26 Jul 2022 17:22:56 +0000 (19:22 +0200)]
Merge pull request #33341 from nextcloud/fix/29617/no-purge-when-birthday-calendar-doesnt-exist

Don't try to purge objects from the birthday calendar when it doesn't exist

2 years agoMerge pull request #32733 from nextcloud/dependabot/npm_and_yarn/underscore-1.13.4
Vincent Petry [Tue, 26 Jul 2022 16:05:03 +0000 (18:05 +0200)]
Merge pull request #32733 from nextcloud/dependabot/npm_and_yarn/underscore-1.13.4

Bump underscore from 1.12.0 to 1.13.4

2 years agoMerge pull request #33358 from nextcloud/techdebt/noid/remove-old-notification-container
Vincent Petry [Tue, 26 Jul 2022 16:01:45 +0000 (18:01 +0200)]
Merge pull request #33358 from nextcloud/techdebt/noid/remove-old-notification-container

Remove obsolete notification container

2 years agoMerge pull request #31728 from nextcloud/bugfix/30791/update-subshare-owner-on-move
Louis [Tue, 26 Jul 2022 15:11:07 +0000 (17:11 +0200)]
Merge pull request #31728 from nextcloud/bugfix/30791/update-subshare-owner-on-move

Update owner of subdir on move into/out of share