Commit Graph

60653 Commits (22390479274c231d07f03fdc567dc87f010befbd)
 

Author SHA1 Message Date
John Molakvoæ 2239047927
Properly format sharing datepicker locale
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-12-09 08:49:17 +07:00
Julius Härtl a1d68c0fd6
Merge pull request #30141 from nextcloud/fix/filelist-reload 2021-12-08 12:36:30 +07:00
John Molakvoæ 133f49f60f
Merge pull request #30126 from nextcloud/revert-30077-enh/node-tests-name 2021-12-08 09:59:36 +07:00
Nextcloud bot 0e665e0646
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-08 02:28:44 +07:00
Louis 6c0036a6b2
Merge pull request #29968 from nextcloud/fix-input-for-groups-validation-in-new-user-form
Fix input for groups validation in new user form
2021-12-07 18:51:53 +07:00
Daniel Calviño Sánchez b7cbba0a47 Remove no longer needed CSS rules
Since Nextcloud 22 the "#new-user" rules had no effect, as the DOM
structure changed to show a dialog rather than adding a row on top of
the list when adding new users.

Similarly, the z-index was no longer needed, as there will be no
"new-user" row that could overlap. Moreover, the z-index was set even
higher (100) in another rule still active.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-12-07 18:02:19 +07:00
Daniel Calviño Sánchez 45e66458ff Fix input for groups validation in new user form
The hidden input used for form validation was not actually hidden since
Nextcloud 22, as the DOM structure changed to show a dialog rather than
adding a row on top of the list when adding new users, so the CSS rules
no longer matched.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-12-07 18:02:17 +07:00
Carl Schwan 170ca81760
Reload page on 401 since there is an authentification problem
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-07 17:48:28 +07:00
Carl Schwan 50d256f959
Stop reloading file list when getting 401 error on root dir
When reaching the root dir, instead of reloading the file list we reload
the page completely. This trigger a redirection to the login page automatically
with the correct ?redirect_url= in thr url.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-07 17:24:11 +07:00
Julien Veyssier 2594d9ec35
Merge pull request #30134 from nextcloud/fix/noid/file-action-view-in-folder
Do not trigger events when setting active view in gotoplugin
2021-12-07 15:35:44 +07:00
Julien Veyssier f170229976
do not trigger events when setting active view in gotoplugin
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2021-12-07 14:34:48 +07:00
John Molakvoæ ee1fe51f88
Merge pull request #30114 from nextcloud/fix/sanitizeMtime 2021-12-07 12:12:40 +07:00
John Molakvoæ 4586560f9b
Revert "Explicitly name node tests workflow" 2021-12-07 09:46:57 +07:00
John Molakvoæ feb20080e8
Merge pull request #30122 from nextcloud/automated/noid/psalm-baseline-update-1638850319 2021-12-07 09:41:19 +07:00
John Molakvoæ 5223b0b611
Prevent writing invalid mtime
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-12-07 09:40:23 +07:00
Julius Härtl 4ed46b7716
Merge pull request #30077 from nextcloud/enh/node-tests-name 2021-12-07 08:45:10 +07:00
nextcloud-command 7bcb2e3aef Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2021-12-07 04:11:59 +07:00
Nextcloud bot e7fb7115fa
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-07 02:39:53 +07:00
Pytal 89e263ee95
Merge pull request #30113 from nextcloud/bugfix/noid/ext-storage-missing-spinner 2021-12-06 11:07:27 +07:00
Côme Chilliet 8bf1a9a64b
Merge pull request #30040 from nextcloud/fix/images-php-8.0-2
Avoid calling image* methods on boolean
2021-12-06 15:17:55 +07:00
Côme Chilliet 8504f0a59e
Avoid assignment in if clause
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-12-06 14:26:27 +07:00
Côme Chilliet ab3a1d5706
Fix typing problems in OC_Image
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-12-06 14:26:26 +07:00
Côme Chilliet d537226368
Avoid calling image* methods on boolean
This avoids fatal errors on PHP>=8, and warnings on older versions.
Log should also be clearer.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-12-06 14:26:09 +07:00
Vincent Petry a7e8da9da8 Add spinner when loading ext storages
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-06 11:52:26 +07:00
Côme Chilliet 4ed014ca86
Merge pull request #30108 from nextcloud/fix/bump-scssphp/scssphp-to-1.8.1-fixup
Bump scssphp to 1.8.1 (last 3rdparty master commit)
2021-12-06 11:54:00 +07:00
Côme Chilliet 762c1b984e
Bump scssphp to 1.8.1 (last 3rdparty master commit)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-12-06 10:04:46 +07:00
John Molakvoæ 5a2460df35
Merge pull request #30104 from nextcloud/techdebt/noid/strengthify-is-now-at-nextcloud 2021-12-06 09:57:07 +07:00
John Molakvoæ ca8f929447
Merge pull request #30091 from nextcloud/dependabot/npm_and_yarn/marked-4.0.6 2021-12-06 09:56:54 +07:00
Julius Härtl 00549f7802
Merge pull request #30055 from nextcloud/enh/note-share-api 2021-12-06 08:59:51 +07:00
Joas Schilling d0709dfc85
Strengthify is now in the Nextcloud org
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-06 08:25:57 +07:00
Nextcloud bot f0e1621eed
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-06 02:30:24 +07:00
dependabot[bot] aa154960ad Bump marked from 4.0.5 to 4.0.6
Bumps [marked](https://github.com/markedjs/marked) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.5...v4.0.6)

---
updated-dependencies:
- dependency-name: marked
  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>
2021-12-06 00:16:20 +07:00
MichaIng fc3b592445
Merge pull request #30092 from nextcloud/dependabot/npm_and_yarn/build/puppeteer-12.0.1
Bump puppeteer from 11.0.0 to 12.0.1 in /build
2021-12-05 21:46:48 +07:00
dependabot[bot] c122355e62 Bump puppeteer from 11.0.0 to 12.0.1 in /build
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 11.0.0 to 12.0.1.
- [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/v11.0.0...v12.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-05 21:03:47 +07:00
MichaIng f9866df3d0
Merge pull request #30090 from nextcloud/dependabot/composer/build/integration/sabre/dav-4.2.1
Update sabre/dav requirement from 4.2.0 to 4.2.1 in /build/integration
2021-12-05 21:01:28 +07:00
dependabot[bot] 69d4cc3aa9
Update sabre/dav requirement from 4.2.0 to 4.2.1 in /build/integration
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sabre-io/dav/compare/4.2.0...4.2.1)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-05 19:23:54 +07:00
dependabot[bot] fcef3bf099
Merge pull request #30089 from nextcloud/dependabot/npm_and_yarn/core-js-3.19.2 2021-12-05 18:48:22 +07:00
dependabot[bot] 195a9a37d3 Bump core-js from 3.19.1 to 3.19.2
Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.1 to 3.19.2.
- [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.19.1...v3.19.2)

---
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>
2021-12-05 19:12:04 +07:00
Nextcloud bot f210a6a0e5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-05 02:30:14 +07:00
MichaIng 6804ba0143
Merge pull request #30084 from nextcloud/dependabot/npm_and_yarn/jsdom-19.0.0
Bump jsdom from 18.1.1 to 19.0.0
2021-12-04 13:22:55 +07:00
John Molakvoæ e296417ca2
Merge pull request #29527 from nextcloud/rakekniven-patch-1 2021-12-04 12:08:16 +07:00
dependabot[bot] 770b7775f4
Bump jsdom from 18.1.1 to 19.0.0
Bumps [jsdom](https://github.com/jsdom/jsdom) from 18.1.1 to 19.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/18.1.1...19.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-04 06:45:58 +07:00
dependabot[bot] 813874b8d9
Merge pull request #30087 from nextcloud/dependabot/npm_and_yarn/sass-1.44.0 2021-12-04 06:44:44 +07:00
dependabot[bot] 71a2d29e5f
Merge pull request #30085 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.0 2021-12-04 06:41:33 +07:00
dependabot[bot] 5fc89425c5
Bump sass from 1.43.5 to 1.44.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.43.5 to 1.44.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.43.5...1.44.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-04 03:12:27 +07:00
dependabot[bot] 80f3c70ce1
Bump @testing-library/jest-dom from 5.15.1 to 5.16.0
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.15.1 to 5.16.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.15.1...v5.16.0)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-04 03:11:38 +07:00
Nextcloud bot 57bb86be38
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-04 02:30:37 +07:00
Christopher Ng 7fd6339c79 Explicitly name node tests workflow
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-12-03 18:59:15 +07:00
Christoph Wurst 82fc20f9d2
Merge pull request #30054 from nextcloud/refactor/cleaner-dav-background-resource-job
 Clean up the DAV resource background job
2021-12-03 13:18:04 +07:00
John Molakvoæ b067ae78c5
Merge pull request #30034 from nextcloud/fix/bump-scssphp/scssphp-to-1.8.1 2021-12-03 11:55:42 +07:00