]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
13 months agoUse table output for list command
Lucas Azevedo [Fri, 25 Aug 2023 14:13:34 +0000 (11:13 -0300)]
Use table output for list command

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoFix typo
Lucas Azevedo [Fri, 25 Aug 2023 14:13:10 +0000 (11:13 -0300)]
Fix typo

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoFixes from static analysis
Lucas Azevedo [Fri, 25 Aug 2023 13:41:46 +0000 (10:41 -0300)]
Fixes from static analysis

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoAdd tests for occ user:auth-tokens:delete
Lucas Azevedo [Fri, 25 Aug 2023 05:27:41 +0000 (02:27 -0300)]
Add tests for occ user:auth-tokens:delete

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoAdd last-used-before option
Lucas Azevedo [Fri, 25 Aug 2023 05:07:57 +0000 (02:07 -0300)]
Add last-used-before option

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoUpdate autoloaders
Lucas Azevedo [Thu, 24 Aug 2023 14:59:55 +0000 (11:59 -0300)]
Update autoloaders

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoNamespace user auth token commands
Lucas Azevedo [Thu, 24 Aug 2023 14:42:30 +0000 (11:42 -0300)]
Namespace user auth token commands

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoUse autowiring when registering commands
Lucas Azevedo [Thu, 24 Aug 2023 14:26:27 +0000 (11:26 -0300)]
Use autowiring when registering commands

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoFilter out sensitive fields in user:auth-tokens
Lucas Azevedo [Thu, 24 Aug 2023 14:19:50 +0000 (11:19 -0300)]
Filter out sensitive fields in user:auth-tokens

PublicKeyToken::jsonSerialize() already explicitly lists allowed fields,
we are adding a second guard here to be on the safe side.

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoAdd missing return types
Lucas Azevedo [Thu, 24 Aug 2023 03:10:30 +0000 (00:10 -0300)]
Add missing return types

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agofeat: Add user:delete-auth-token command
Lucas Azevedo [Wed, 23 Aug 2023 23:16:08 +0000 (20:16 -0300)]
feat: Add user:delete-auth-token command

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agofeat: Add user:auth-tokens command
Lucas Azevedo [Wed, 23 Aug 2023 23:15:42 +0000 (20:15 -0300)]
feat: Add user:auth-tokens command

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoMerge pull request #39958 from nextcloud/dav-permissions-perf
John Molakvoæ [Tue, 22 Aug 2023 17:14:53 +0000 (19:14 +0200)]
Merge pull request #39958 from nextcloud/dav-permissions-perf

13 months agoMerge pull request #39979 from nextcloud/automated/noid/master-fix-npm-audit
John Molakvoæ [Tue, 22 Aug 2023 17:13:54 +0000 (19:13 +0200)]
Merge pull request #39979 from nextcloud/automated/noid/master-fix-npm-audit

13 months agoMerge pull request #39984 from nextcloud/feature/openapi/files_reminders
Kate [Tue, 22 Aug 2023 16:04:10 +0000 (18:04 +0200)]
Merge pull request #39984 from nextcloud/feature/openapi/files_reminders

files_reminders: Add OpenAPI spec

13 months agoMerge pull request #39950 from nextcloud/bugfix/uncaught-preview-promise
Julius Härtl [Tue, 22 Aug 2023 15:35:45 +0000 (17:35 +0200)]
Merge pull request #39950 from nextcloud/bugfix/uncaught-preview-promise

13 months agoMerge pull request #39996 from nextcloud/bugfix/noid/fix-header-regression
Joas Schilling [Tue, 22 Aug 2023 14:32:10 +0000 (16:32 +0200)]
Merge pull request #39996 from nextcloud/bugfix/noid/fix-header-regression

fix(middleware): Fix header injection for bruteforce middleware

13 months agofix(middleware): Fix header injection for bruteforce middleware 39996/head
Joas Schilling [Tue, 22 Aug 2023 14:00:39 +0000 (16:00 +0200)]
fix(middleware): Fix header injection for bruteforce middleware

Calling setHeaders(getHeaders()) breaks the CSP nonce for unknown reasons
So shifting back to old standard practise for now

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agoMerge pull request #39987 from nextcloud/fix/39926-fix_predefined_status-buttons
Julia Kirschenheuter [Tue, 22 Aug 2023 13:07:46 +0000 (15:07 +0200)]
Merge pull request #39987 from nextcloud/fix/39926-fix_predefined_status-buttons

Fix predefined status buttons

13 months agoAdd logic for predefined status to be visible. 39987/head
julia.kirschenheuter [Mon, 21 Aug 2023 11:21:52 +0000 (13:21 +0200)]
Add logic for predefined status to be visible.
Add styles for radio buttons to be visible in checked, active and focus-visible state.

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
13 months agoMerge pull request #39912 from nextcloud/fix/improved-upload-view
Ferdinand Thiessen [Tue, 22 Aug 2023 11:03:27 +0000 (13:03 +0200)]
Merge pull request #39912 from nextcloud/fix/improved-upload-view

Improve upload progress visualization

13 months agofix: Avoid throwing on folder previews as there are none 39950/head
Julius Härtl [Fri, 18 Aug 2023 05:42:02 +0000 (07:42 +0200)]
fix: Avoid throwing on folder previews as there are none

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agoMerge pull request #39937 from nextcloud/feat/dashboard/item-api-v2
Joas Schilling [Tue, 22 Aug 2023 07:35:32 +0000 (09:35 +0200)]
Merge pull request #39937 from nextcloud/feat/dashboard/item-api-v2

feat(dashboard): implement widget item api v2

13 months agochore(assets): Recompile JS 39937/head
Joas Schilling [Tue, 22 Aug 2023 06:41:04 +0000 (08:41 +0200)]
chore(assets): Recompile JS

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agofeat(dashboard): implement widget item api v2
Richard Steinmetz [Thu, 17 Aug 2023 13:09:30 +0000 (15:09 +0200)]
feat(dashboard): implement widget item api v2

This API enables the dashboard to render all widgets from the API data
alone without having apps to provide their own bundles. This saves a lot
of traffic and execution time as a lot less javascript has to be parsed
on the frontend.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
13 months agofiles_reminders: Add OpenAPI spec 39984/head
jld3103 [Mon, 21 Aug 2023 03:45:43 +0000 (05:45 +0200)]
files_reminders: Add OpenAPI spec

Signed-off-by: jld3103 <jld3103yt@gmail.com>
13 months agoMerge pull request #39870 from nextcloud/perf/noid/memcache-bfp-backend
Joas Schilling [Tue, 22 Aug 2023 06:32:54 +0000 (08:32 +0200)]
Merge pull request #39870 from nextcloud/perf/noid/memcache-bfp-backend

feat(security): Add a bruteforce protection backend base on memcache

13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 22 Aug 2023 00:51:53 +0000 (00:51 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoMerge pull request #39943 from nextcloud/fix/users-app-nav
Pytal [Tue, 22 Aug 2023 00:11:55 +0000 (17:11 -0700)]
Merge pull request #39943 from nextcloud/fix/users-app-nav

13 months agochore: compile assets 39943/head
Christopher Ng [Mon, 21 Aug 2023 23:29:57 +0000 (16:29 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agofix(settings): Keyboard focus outline for app nav button
Christopher Ng [Sat, 19 Aug 2023 01:01:12 +0000 (18:01 -0700)]
fix(settings): Keyboard focus outline for app nav button

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agofix(settings): Invert app nav icons when active
Christopher Ng [Thu, 17 Aug 2023 17:14:04 +0000 (10:14 -0700)]
fix(settings): Invert app nav icons when active

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agofix(settings): Remove margin on app nav button
Christopher Ng [Thu, 17 Aug 2023 17:09:51 +0000 (10:09 -0700)]
fix(settings): Remove margin on app nav button

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agofix(settings): Remove add group hover border
Christopher Ng [Thu, 17 Aug 2023 16:33:25 +0000 (09:33 -0700)]
fix(settings): Remove add group hover border

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agofix: Upload progress shows number of files to upload and current index 39912/head
Ferdinand Thiessen [Wed, 16 Aug 2023 14:42:17 +0000 (16:42 +0200)]
fix: Upload progress shows number of files to upload and current index

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
13 months agofix: Make smooth bitrate and remaining upload time work when unset
Ferdinand Thiessen [Wed, 16 Aug 2023 13:09:49 +0000 (15:09 +0200)]
fix: Make smooth bitrate and remaining upload time work when unset

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
13 months agoSmooth time remaining, bitrate and stabilize user information
Phlogi [Tue, 7 Dec 2021 21:05:13 +0000 (22:05 +0100)]
Smooth time remaining, bitrate and stabilize user information

Besides the existing moving average, a smoothing factor is introduced for the time remaining display as well as the bitrate.
Furthermore, half of the buffer needs to be filled before the first prediction is displayed to the user. This reduces volatile and jumping durations towards the user and improves usability.

Signed-off-by: Cyrill H. <phlogi@posteo.de>
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
13 months agoMerge pull request #39965 from nextcloud/dependabot/npm_and_yarn/cypress-12.17.4
Pytal [Mon, 21 Aug 2023 17:24:45 +0000 (10:24 -0700)]
Merge pull request #39965 from nextcloud/dependabot/npm_and_yarn/cypress-12.17.4

13 months agoMerge pull request #39989 from nextcloud/techdebt/noid/bump-coding-style
Joas Schilling [Mon, 21 Aug 2023 15:09:20 +0000 (17:09 +0200)]
Merge pull request #39989 from nextcloud/techdebt/noid/bump-coding-style

fix(CS): Ignore apps*/ directories which are gitignored

13 months agofeat(admin): Show an error when the admin is throttled 39870/head
Joas Schilling [Thu, 17 Aug 2023 06:45:46 +0000 (08:45 +0200)]
feat(admin): Show an error when the admin is throttled

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agofix: Make bypass function public API
Joas Schilling [Wed, 16 Aug 2023 15:40:38 +0000 (17:40 +0200)]
fix: Make bypass function public API

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agofeat(OCC): Add a command to get the bruteforce state of an IP
Joas Schilling [Tue, 15 Aug 2023 06:27:01 +0000 (08:27 +0200)]
feat(OCC): Add a command to get the bruteforce state of an IP

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agofeat: Expose if the own IP is allowed to bypass bruteforce protection
Joas Schilling [Tue, 15 Aug 2023 06:04:32 +0000 (08:04 +0200)]
feat: Expose if the own IP is allowed to bypass bruteforce protection

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agofeat: Add a header which signals that the request was throttled
Joas Schilling [Mon, 14 Aug 2023 17:16:31 +0000 (19:16 +0200)]
feat: Add a header which signals that the request was throttled

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agofeat(security): Add a "testing mode" for bruteforce protection that doesn't sleep
Joas Schilling [Mon, 14 Aug 2023 16:59:50 +0000 (18:59 +0200)]
feat(security): Add a "testing mode" for bruteforce protection that doesn't sleep

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agofeat(security): Add a bruteforce protection backend base on memcache
Joas Schilling [Mon, 14 Aug 2023 16:46:59 +0000 (18:46 +0200)]
feat(security): Add a bruteforce protection backend base on memcache

Similar to the ratelimit backend

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agofix(CS): Ignore apps*/ directories which are gitignored 39989/head
Joas Schilling [Mon, 21 Aug 2023 14:14:46 +0000 (16:14 +0200)]
fix(CS): Ignore apps*/ directories which are gitignored

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agoMerge pull request #39391 from nextcloud/fix/4324-fix-color-of-special-buttons
Joas Schilling [Mon, 21 Aug 2023 13:37:42 +0000 (15:37 +0200)]
Merge pull request #39391 from nextcloud/fix/4324-fix-color-of-special-buttons

Change color of error and success

13 months agoChange color of error and success 39391/head
julia.kirschenheuter [Fri, 14 Jul 2023 10:59:20 +0000 (12:59 +0200)]
Change color of error and success

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 21 Aug 2023 00:27:37 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agochore(deps): fix npm audit 39979/head
nextcloud-command [Sun, 20 Aug 2023 02:43:03 +0000 (02:43 +0000)]
chore(deps): fix npm audit

Signed-off-by: GitHub <noreply@github.com>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 20 Aug 2023 00:33:50 +0000 (00:33 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoMerge pull request #39727 from nextcloud/automated/noid/master-update-psalm-baseline
Daniel [Sat, 19 Aug 2023 16:19:45 +0000 (18:19 +0200)]
Merge pull request #39727 from nextcloud/automated/noid/master-update-psalm-baseline

14 months agoUpdate psalm baseline 39727/head
nextcloud-command [Sat, 19 Aug 2023 03:24:27 +0000 (03:24 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
14 months agoMerge pull request #39968 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collec...
dependabot[bot] [Sat, 19 Aug 2023 14:28:03 +0000 (14:28 +0000)]
Merge pull request #39968 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.11.1

14 months agochore(deps): Bump nextcloud-vue-collections from 0.10.0 to 0.11.1 39968/head
dependabot[bot] [Sat, 19 Aug 2023 01:24:36 +0000 (01:24 +0000)]
chore(deps): Bump nextcloud-vue-collections from 0.10.0 to 0.11.1

Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.10.0 to 0.11.1.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases)
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.10.0...v0.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agoMerge pull request #39976 from nextcloud/dependabot/github_actions/actions/stale-8
dependabot[bot] [Sat, 19 Aug 2023 12:58:56 +0000 (12:58 +0000)]
Merge pull request #39976 from nextcloud/dependabot/github_actions/actions/stale-8

14 months agoMerge pull request #39975 from nextcloud/dependabot/github_actions/actions/github...
dependabot[bot] [Sat, 19 Aug 2023 12:54:25 +0000 (12:54 +0000)]
Merge pull request #39975 from nextcloud/dependabot/github_actions/actions/github-script-6

14 months agoMerge pull request #39967 from nextcloud/dependabot/npm_and_yarn/sass-1.66.1
dependabot[bot] [Sat, 19 Aug 2023 04:17:02 +0000 (04:17 +0000)]
Merge pull request #39967 from nextcloud/dependabot/npm_and_yarn/sass-1.66.1

14 months agochore(deps): Bump actions/stale from 5 to 8 39976/head
dependabot[bot] [Sat, 19 Aug 2023 02:44:38 +0000 (02:44 +0000)]
chore(deps): Bump actions/stale from 5 to 8

Bumps [actions/stale](https://github.com/actions/stale) from 5 to 8.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v8)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
14 months agochore(deps): Bump actions/github-script from 5 to 6 39975/head
dependabot[bot] [Sat, 19 Aug 2023 02:44:37 +0000 (02:44 +0000)]
chore(deps): Bump actions/github-script from 5 to 6

Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
14 months agochore(deps-dev): Bump sass from 1.64.2 to 1.66.1 39967/head
dependabot[bot] [Sat, 19 Aug 2023 01:24:10 +0000 (01:24 +0000)]
chore(deps-dev): Bump sass from 1.64.2 to 1.66.1

Bumps [sass](https://github.com/sass/dart-sass) from 1.64.2 to 1.66.1.
- [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.64.2...1.66.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
14 months agochore(deps-dev): Bump cypress from 12.17.3 to 12.17.4 39965/head
dependabot[bot] [Sat, 19 Aug 2023 01:22:52 +0000 (01:22 +0000)]
chore(deps-dev): Bump cypress from 12.17.3 to 12.17.4

Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.3 to 12.17.4.
- [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/v12.17.3...v12.17.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 19 Aug 2023 00:33:57 +0000 (00:33 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoMerge pull request #39924 from nextcloud/bugfix/noid/x-requested-with
John Molakvoæ [Fri, 18 Aug 2023 21:45:15 +0000 (23:45 +0200)]
Merge pull request #39924 from nextcloud/bugfix/noid/x-requested-with

14 months agoMerge pull request #39754 from nextcloud/Jerome-Herbinet-download-and-enable-all
Daniel [Fri, 18 Aug 2023 21:26:35 +0000 (23:26 +0200)]
Merge pull request #39754 from nextcloud/Jerome-Herbinet-download-and-enable-all

14 months agoDownload and enable all 39754/head
Jérôme Herbinet [Tue, 8 Aug 2023 13:17:23 +0000 (15:17 +0200)]
Download and enable all

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Download and enable all

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
npm run build

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
14 months agoMerge pull request #39961 from nextcloud/bugfix/noid/simplify-route-name
Joas Schilling [Fri, 18 Aug 2023 20:00:21 +0000 (22:00 +0200)]
Merge pull request #39961 from nextcloud/bugfix/noid/simplify-route-name

fix(CS): Use the naming pattern for the URL scheme

14 months agofix: Set X-Requested-With header on all requests to avoid browser auth dialogs 39924/head
Julius Härtl [Thu, 17 Aug 2023 06:29:25 +0000 (08:29 +0200)]
fix: Set X-Requested-With header on all requests to avoid browser auth dialogs

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agoMerge pull request #39888 from nextcloud/less-container-queries
Joas Schilling [Fri, 18 Aug 2023 16:01:47 +0000 (18:01 +0200)]
Merge pull request #39888 from nextcloud/less-container-queries

Reduce the number of container queries

14 months agoMerge pull request #39922 from nextcloud/dependabot/npm_and_yarn/marked-7.0.3
Ferdinand Thiessen [Fri, 18 Aug 2023 14:12:32 +0000 (16:12 +0200)]
Merge pull request #39922 from nextcloud/dependabot/npm_and_yarn/marked-7.0.3

chore(deps): Bump marked from 5.1.2 to 7.0.3

14 months agoMerge pull request #39938 from nextcloud/dependabot/npm_and_yarn/libphonenumber-js...
Ferdinand Thiessen [Fri, 18 Aug 2023 13:32:55 +0000 (15:32 +0200)]
Merge pull request #39938 from nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.10.41

chore(deps): Bump libphonenumber-js from 1.10.38 to 1.10.41

14 months agoonly determine quota_include_external_storage once for quota wrapper 39888/head
Robin Appelman [Tue, 15 Aug 2023 16:33:57 +0000 (18:33 +0200)]
only determine quota_include_external_storage once for quota wrapper

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 months agochore(deps): Bump marked from 5.1.2 to 7.0.3 39922/head
dependabot[bot] [Wed, 16 Aug 2023 23:48:39 +0000 (23:48 +0000)]
chore(deps): Bump marked from 5.1.2 to 7.0.3

Bumps [marked](https://github.com/markedjs/marked) from 5.1.2 to 7.0.3.
- [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/v5.1.2...v7.0.3)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
14 months agoimprove performance of calculating dav permissions 39958/head
Robin Appelman [Fri, 18 Aug 2023 12:09:03 +0000 (14:09 +0200)]
improve performance of calculating dav permissions

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 months agoMerge pull request #39867 from nextcloud/login-less
Joas Schilling [Fri, 18 Aug 2023 11:54:15 +0000 (13:54 +0200)]
Merge pull request #39867 from nextcloud/login-less

Add a separate event for login page rendering

14 months agochore(assets): Recompile JS 39961/head
Joas Schilling [Fri, 18 Aug 2023 10:52:40 +0000 (12:52 +0200)]
chore(assets): Recompile JS

Signed-off-by: Joas Schilling <coding@schilljs.com>
14 months agofix(CS): Use the naming pattern for the URL scheme
Joas Schilling [Fri, 18 Aug 2023 10:52:16 +0000 (12:52 +0200)]
fix(CS): Use the naming pattern for the URL scheme

Signed-off-by: Joas Schilling <coding@schilljs.com>
14 months agoonly get logger when needed in sabre/directory
Robin Appelman [Tue, 15 Aug 2023 16:31:40 +0000 (18:31 +0200)]
only get logger when needed in sabre/directory

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 months agobetter caching in storage stats calculations
Robin Appelman [Tue, 15 Aug 2023 16:31:10 +0000 (18:31 +0200)]
better caching in storage stats calculations

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 months agoonly gather dependencies for trashbin wrapper once
Robin Appelman [Tue, 15 Aug 2023 14:51:35 +0000 (16:51 +0200)]
only gather dependencies for trashbin wrapper once

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 months agoreuse dependencies from wrapped cache
Robin Appelman [Tue, 15 Aug 2023 14:44:23 +0000 (16:44 +0200)]
reuse dependencies from wrapped cache

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 months agoMerge pull request #39903 from nextcloud/no-dav-acl-files
Robin Appelman [Fri, 18 Aug 2023 07:52:42 +0000 (09:52 +0200)]
Merge pull request #39903 from nextcloud/no-dav-acl-files

don't bother checking dav acl's in files

14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 18 Aug 2023 00:35:47 +0000 (00:35 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agochore(deps): Bump libphonenumber-js from 1.10.38 to 1.10.41 39938/head
dependabot[bot] [Thu, 17 Aug 2023 14:08:06 +0000 (14:08 +0000)]
chore(deps): Bump libphonenumber-js from 1.10.38 to 1.10.41

Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.38 to 1.10.41.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.38...v1.10.41)

---
updated-dependencies:
- dependency-name: libphonenumber-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>
14 months agoMerge pull request #39770 from nextcloud/fix/always-use-displayname-from-correct...
max-nextcloud [Thu, 17 Aug 2023 21:10:38 +0000 (23:10 +0200)]
Merge pull request #39770 from nextcloud/fix/always-use-displayname-from-correct-backend

fix: always use display name from correct backend

14 months agoMerge pull request #39910 from nextcloud/bugfix/noid/fix-memcache-class-handling
Joas Schilling [Thu, 17 Aug 2023 20:53:55 +0000 (22:53 +0200)]
Merge pull request #39910 from nextcloud/bugfix/noid/fix-memcache-class-handling

fix(memcache): Fix comparison of Memcache configs to classes

14 months agoMerge pull request #39808 from nextcloud/feat/f2v/files
John Molakvoæ [Thu, 17 Aug 2023 18:00:15 +0000 (20:00 +0200)]
Merge pull request #39808 from nextcloud/feat/f2v/files

14 months agochore: remove outdated acceptance tests 39808/head
John Molakvoæ [Thu, 17 Aug 2023 16:58:59 +0000 (18:58 +0200)]
chore: remove outdated acceptance tests

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
14 months agofix(tests): preview phpunit
John Molakvoæ [Thu, 17 Aug 2023 07:14:35 +0000 (09:14 +0200)]
fix(tests): preview phpunit

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
14 months agofix(files): trashbin redirect and default fileid Sidebar open
John Molakvoæ [Thu, 17 Aug 2023 06:55:30 +0000 (08:55 +0200)]
fix(files): trashbin redirect and default fileid Sidebar open

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
14 months agochore: update openapi
John Molakvoæ [Wed, 16 Aug 2023 15:46:13 +0000 (17:46 +0200)]
chore: update openapi

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
14 months agofix(cypress): adjust selectors
John Molakvoæ [Wed, 16 Aug 2023 14:22:51 +0000 (16:22 +0200)]
fix(cypress): adjust selectors

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
14 months agofix(files): window.caches check
John Molakvoæ [Wed, 16 Aug 2023 14:05:43 +0000 (16:05 +0200)]
fix(files): window.caches check

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
14 months agochore: compile assets
John Molakvoæ [Wed, 16 Aug 2023 10:52:02 +0000 (12:52 +0200)]
chore: compile assets

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
14 months agofix(tests): actions adjust and jest fetch mock
John Molakvoæ [Wed, 16 Aug 2023 10:30:01 +0000 (12:30 +0200)]
fix(tests): actions adjust and jest fetch mock

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
14 months agofix(files): sidebar favorite event sync
John Molakvoæ [Wed, 16 Aug 2023 09:05:02 +0000 (11:05 +0200)]
fix(files): sidebar favorite event sync

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
14 months agofix(files): navigation quota alignments
John Molakvoæ [Sat, 12 Aug 2023 15:10:24 +0000 (17:10 +0200)]
fix(files): navigation quota alignments

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
14 months agofix(files): unnecessary navigation change detection
John Molakvoæ [Sat, 12 Aug 2023 15:09:52 +0000 (17:09 +0200)]
fix(files): unnecessary navigation change detection

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
14 months agofix(files): dir contents variables
John Molakvoæ [Sat, 12 Aug 2023 15:08:25 +0000 (17:08 +0200)]
fix(files): dir contents variables

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>