]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoAdd back TokenCleanupJob to invalidate old temporary tokens 33375/head
Thomas Citharel [Wed, 27 Jul 2022 08:52:05 +0000 (10:52 +0200)]
Add back TokenCleanupJob to invalidate old temporary tokens

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years agoMerge pull request #33668 from nextcloud/tests/fix-session-middleware
Carl Schwan [Thu, 25 Aug 2022 09:00:35 +0000 (11:00 +0200)]
Merge pull request #33668 from nextcloud/tests/fix-session-middleware

Fix SessionMiddlewareTest and cover new case with reopening

2 years agoMerge pull request #33682 from nextcloud/fix/noid/help-page-unavailable
blizzz [Thu, 25 Aug 2022 07:55:39 +0000 (09:55 +0200)]
Merge pull request #33682 from nextcloud/fix/noid/help-page-unavailable

Fix opening Help page throwing Exception

2 years agoMerge pull request #33602 from nextcloud/perf/parent-node
Julius Härtl [Thu, 25 Aug 2022 06:47:04 +0000 (08:47 +0200)]
Merge pull request #33602 from nextcloud/perf/parent-node

2 years agoMerge pull request #33569 from nextcloud/enh/hide-projects
Julius Härtl [Thu, 25 Aug 2022 06:15:24 +0000 (08:15 +0200)]
Merge pull request #33569 from nextcloud/enh/hide-projects

Add config option to hide deprecated projects in sharing tab by default

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 25 Aug 2022 02:25:01 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoOnly pass parent if paths match 33602/head
Julius Härtl [Wed, 24 Aug 2022 16:01:10 +0000 (18:01 +0200)]
Only pass parent if paths match

As the user folder might be initialized by the root from two levels
down the hierarchy, passing this as a parent only works if the path matches

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoSave getting the parent node when generating the preview
Julius Härtl [Thu, 18 Aug 2022 11:30:11 +0000 (13:30 +0200)]
Save getting the parent node when generating the preview

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoAvoid extra query for the parent node if we can pass it along
Julius Härtl [Thu, 18 Aug 2022 11:29:40 +0000 (13:29 +0200)]
Avoid extra query for the parent node if we can pass it along

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoapp_path cannot be empty 33682/head
Arthur Schiwon [Wed, 24 Aug 2022 17:09:05 +0000 (19:09 +0200)]
app_path cannot be empty

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoFix opening Help page throws Exception
Arthur Schiwon [Wed, 24 Aug 2022 16:55:34 +0000 (18:55 +0200)]
Fix opening Help page throws Exception

- Commit 458c2fa2971e6595a18a289b0afeb4a79ea0e0d3 provoked the error,
  because the "core" "app" was not found. Previously, false was
  returned, but now an AppPathNotFoundException
- IUrlGenerator::linkTo() accepts an empty app argument however, moving
  the "core" portion to the path solves it and avoids apps lookup

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #33662 from nextcloud/automated/noid/master-update-psalm-baseline
Carl Schwan [Wed, 24 Aug 2022 14:52:19 +0000 (16:52 +0200)]
Merge pull request #33662 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoMerge pull request #33670 from nextcloud/debt/noid/type-hints-confirm-destructive
Louis [Wed, 24 Aug 2022 12:58:36 +0000 (14:58 +0200)]
Merge pull request #33670 from nextcloud/debt/noid/type-hints-confirm-destructive

Update typehint for confirmDestructive

2 years agoMerge pull request #33593 from nextcloud/improve-binary-caching
Carl Schwan [Wed, 24 Aug 2022 11:09:55 +0000 (13:09 +0200)]
Merge pull request #33593 from nextcloud/improve-binary-caching

Move findBinaryFinder and isFunctionEnabled away from OC_Helper

2 years agoUpdate typehint for confirmDestructive 33670/head
Daniel Kesselberg [Wed, 24 Aug 2022 10:19:42 +0000 (12:19 +0200)]
Update typehint for confirmDestructive

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years agoFix SessionMiddlewareTest and cover new case with reopening 33668/head
Julius Härtl [Wed, 24 Aug 2022 08:36:57 +0000 (10:36 +0200)]
Fix SessionMiddlewareTest and cover new case with reopening

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoUpdate psalm baseline 33662/head
nextcloud-command [Wed, 24 Aug 2022 04:38:40 +0000 (04:38 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 24 Aug 2022 02:27:22 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMove findBinaryFinder and isFunctionEnabled away from OC_Helper 33593/head
Carl Schwan [Thu, 18 Aug 2022 08:47:49 +0000 (10:47 +0200)]
Move findBinaryFinder and isFunctionEnabled away from OC_Helper

findBinaryFinder is now a service that is still private but with some
minor optimization (remove the hasKey check).

isFunctionEnabled is now in OCP\Util

Both function are still keep but all internal usage in nextcloud/server
were migrated to the new usage, so that we can remove it in 26

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #33047 from nextcloud/fix/ijob-logger-deprecated
Carl Schwan [Tue, 23 Aug 2022 14:55:42 +0000 (16:55 +0200)]
Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecated

Deprecated ILogger from IJob

2 years agoMerge pull request #33574 from nextcloud/search-share-query-filter-no-init
Vincent Petry [Tue, 23 Aug 2022 12:15:24 +0000 (14:15 +0200)]
Merge pull request #33574 from nextcloud/search-share-query-filter-no-init

directly build the search filter for shared storage instead of setting up the source cache

2 years agoMerge pull request #32162 from nextcloud/enh/session-reopen
Vincent Petry [Tue, 23 Aug 2022 12:14:15 +0000 (14:14 +0200)]
Merge pull request #32162 from nextcloud/enh/session-reopen

Avoid locking the php session

2 years agoMerge pull request #33595 from nextcloud/fix/cache-profile-config
Carl Schwan [Tue, 23 Aug 2022 09:58:02 +0000 (11:58 +0200)]
Merge pull request #33595 from nextcloud/fix/cache-profile-config

Cache ConfigProfile

2 years agoMerge pull request #33650 from nextcloud/automated/noid/master-update-psalm-baseline
Carl Schwan [Tue, 23 Aug 2022 09:08:45 +0000 (11:08 +0200)]
Merge pull request #33650 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoMerge pull request #33639 from nextcloud/bugfix/noid/fix-plural-usage-in-ldap
blizzz [Tue, 23 Aug 2022 08:11:04 +0000 (10:11 +0200)]
Merge pull request #33639 from nextcloud/bugfix/noid/fix-plural-usage-in-ldap

Fix plural usage in LDAP wizard

2 years agoMerge pull request #33001 from nextcloud/enh/imip-invitations-responses
Anna [Tue, 23 Aug 2022 07:59:54 +0000 (09:59 +0200)]
Merge pull request #33001 from nextcloud/enh/imip-invitations-responses

Support iMIP invitations from Mail

2 years agoUpdate psalm baseline 33650/head
nextcloud-command [Tue, 23 Aug 2022 04:41:14 +0000 (04:41 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 23 Aug 2022 02:24:42 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33643 from nextcloud/enh/profile-handling
Pytal [Mon, 22 Aug 2022 23:36:37 +0000 (16:36 -0700)]
Merge pull request #33643 from nextcloud/enh/profile-handling

2 years agoSupport iMIP invitations from Mail 33001/head
Anna Larch [Thu, 23 Jun 2022 20:17:53 +0000 (22:17 +0200)]
Support iMIP invitations from Mail

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 years agoImprove handling of profile page 33643/head
Christopher Ng [Mon, 22 Aug 2022 19:26:56 +0000 (19:26 +0000)]
Improve handling of profile page

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #33627 from nextcloud/dependabot/npm_and_yarn/p-queue-7.3.0
dependabot[bot] [Mon, 22 Aug 2022 19:12:49 +0000 (19:12 +0000)]
Merge pull request #33627 from nextcloud/dependabot/npm_and_yarn/p-queue-7.3.0

2 years agoBump p-queue from 7.2.0 to 7.3.0 33627/head
dependabot[bot] [Mon, 22 Aug 2022 18:15:00 +0000 (18:15 +0000)]
Bump p-queue from 7.2.0 to 7.3.0

Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v7.2.0...v7.3.0)

---
updated-dependencies:
- dependency-name: p-queue
  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>
2 years agoMerge pull request #33638 from nextcloud/fix/user-mgmt-avatar-size
Christoph Wurst [Mon, 22 Aug 2022 16:16:21 +0000 (18:16 +0200)]
Merge pull request #33638 from nextcloud/fix/user-mgmt-avatar-size

Request 64px avatars for the user management

2 years agoRequest 64px avatars for the user management 33638/head
Christoph Wurst [Mon, 22 Aug 2022 09:37:15 +0000 (11:37 +0200)]
Request 64px avatars for the user management

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #33624 from nextcloud/updateCrl
blizzz [Mon, 22 Aug 2022 12:23:10 +0000 (14:23 +0200)]
Merge pull request #33624 from nextcloud/updateCrl

Update crl after revoke money.csr

2 years agoRemove unused method 33639/head
Joas Schilling [Mon, 22 Aug 2022 12:15:32 +0000 (14:15 +0200)]
Remove unused method

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix plural usage in LDAP wizard
Joas Schilling [Mon, 22 Aug 2022 12:14:47 +0000 (14:14 +0200)]
Fix plural usage in LDAP wizard

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #33623 from NoSleep82/master
blizzz [Mon, 22 Aug 2022 09:24:44 +0000 (11:24 +0200)]
Merge pull request #33623 from NoSleep82/master

Update LostController.php

2 years agoMerge pull request #33433 from nextcloud/fix/add-option-to-fix-encrypted
Côme Chilliet [Mon, 22 Aug 2022 09:11:32 +0000 (11:11 +0200)]
Merge pull request #33433 from nextcloud/fix/add-option-to-fix-encrypted

Fix encryption:fix-encrypted-version command when encrypted is set to 0

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 22 Aug 2022 02:24:26 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUpdate core/Controller/LostController.php 33623/head
NoSleep82 [Sun, 21 Aug 2022 11:16:23 +0000 (13:16 +0200)]
Update core/Controller/LostController.php

Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: NoSleep82 <52562874+NoSleep82@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 21 Aug 2022 02:24:30 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33626 from nextcloud/dependabot/npm_and_yarn/puppeteer-16.2.0
Carl Schwan [Sat, 20 Aug 2022 08:01:49 +0000 (10:01 +0200)]
Merge pull request #33626 from nextcloud/dependabot/npm_and_yarn/puppeteer-16.2.0

Bump puppeteer from 15.5.0 to 16.2.0

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 20 Aug 2022 02:24:11 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump puppeteer from 15.5.0 to 16.2.0 33626/head
dependabot[bot] [Sat, 20 Aug 2022 02:16:16 +0000 (02:16 +0000)]
Bump puppeteer from 15.5.0 to 16.2.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 15.5.0 to 16.2.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/v15.5.0...v16.2.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 agoUpdate crl after revoke money.csr 33624/head
Vitor Mattos [Fri, 19 Aug 2022 17:02:51 +0000 (14:02 -0300)]
Update crl after revoke money.csr
Reference: https://github.com/nextcloud/app-certificate-requests/pull/534

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoUpdate LostController.php
NoSleep82 [Fri, 19 Aug 2022 16:30:32 +0000 (18:30 +0200)]
Update LostController.php

i would be useful to know who is trying to reset the password (misspelled username or email, ex user or some sort of attack)

Signed-off-by: NoSleep82 <52562874+NoSleep82@users.noreply.github.com>
2 years agoMerge pull request #33592 from nextcloud/release/25.0.0_beta_2 v25.0.0beta2
John Molakvoæ [Fri, 19 Aug 2022 13:31:51 +0000 (15:31 +0200)]
Merge pull request #33592 from nextcloud/release/25.0.0_beta_2

2 years agoMerge pull request #33610 from nextcloud/enh/background-blur-vars
John Molakvoæ [Fri, 19 Aug 2022 13:30:33 +0000 (15:30 +0200)]
Merge pull request #33610 from nextcloud/enh/background-blur-vars

2 years agoFix theming tests 33610/head
John Molakvoæ [Fri, 19 Aug 2022 12:35:00 +0000 (14:35 +0200)]
Fix theming tests

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #33615 from nextcloud/perf/noid/user-displayname-cache-for-activit...
Joas Schilling [Fri, 19 Aug 2022 10:28:44 +0000 (12:28 +0200)]
Merge pull request #33615 from nextcloud/perf/noid/user-displayname-cache-for-activity-providers

Use user name cache in activity providers

2 years agoCompile assets
nextcloud-command [Fri, 19 Aug 2022 10:24:35 +0000 (10:24 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoExpose core background image
Julius Härtl [Thu, 18 Aug 2022 13:32:08 +0000 (15:32 +0200)]
Expose core background image

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMove dashboard to new variables
Julius Härtl [Thu, 18 Aug 2022 12:53:26 +0000 (14:53 +0200)]
Move dashboard to new variables

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoAdd css variables for blurred background
Julius Härtl [Thu, 18 Aug 2022 12:52:01 +0000 (14:52 +0200)]
Add css variables for blurred background

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #33614 from nextcloud/perf/noid/user-displayname-cache-for-comment...
Carl Schwan [Fri, 19 Aug 2022 09:49:40 +0000 (11:49 +0200)]
Merge pull request #33614 from nextcloud/perf/noid/user-displayname-cache-for-comment-mentions

Use user displayname cache for comment mentions

2 years agoMerge pull request #33617 from nextcloud/bugfix/activity-856/fix-carddav-activities
Joas Schilling [Fri, 19 Aug 2022 09:38:34 +0000 (11:38 +0200)]
Merge pull request #33617 from nextcloud/bugfix/activity-856/fix-carddav-activities

Fix carddav activities

2 years agoFix carddav activities 33617/head
Joas Schilling [Fri, 19 Aug 2022 08:04:32 +0000 (10:04 +0200)]
Fix carddav activities

The settings where combined last minute but at the same time the activities
where not adjusted to map an existing setting so the filter was not possible
to even limit it to the types that the activities had.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoUse user name cache in activity providers 33615/head
Joas Schilling [Thu, 18 Aug 2022 21:52:34 +0000 (23:52 +0200)]
Use user name cache in activity providers

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoUse user displayname cache for comment mentions 33614/head
Joas Schilling [Thu, 18 Aug 2022 22:09:46 +0000 (00:09 +0200)]
Use user displayname cache for comment mentions

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #33522 from nextcloud/fix/358-add-missing-expanded-attributes
Julia Kirschenheuter [Fri, 19 Aug 2022 07:16:41 +0000 (09:16 +0200)]
Merge pull request #33522 from nextcloud/fix/358-add-missing-expanded-attributes

Fix/358 add missing expanded attributes

2 years agoCache ConfigProfile 33595/head
Carl Schwan [Thu, 18 Aug 2022 09:12:04 +0000 (11:12 +0200)]
Cache ConfigProfile

Reduce DB query count on homepage from 21 to 13

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #33575 from nextcloud/search-shared-post-process-filter
Carl Schwan [Thu, 18 Aug 2022 09:58:31 +0000 (11:58 +0200)]
Merge pull request #33575 from nextcloud/search-shared-post-process-filter

further pre-filter search result before setting up share source cache

2 years ago25.0.0 beta 2 33592/head
John Molakvoæ [Thu, 18 Aug 2022 08:07:45 +0000 (10:07 +0200)]
25.0.0 beta 2

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 18 Aug 2022 02:24:19 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoHide deprecated projects in sharing tab by default 33569/head
Christopher Ng [Wed, 17 Aug 2022 04:03:47 +0000 (04:03 +0000)]
Hide deprecated projects in sharing tab by default

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoAdd ```aria-expanded``` value to select2-container om systemtag and file tags 33522/head
julia.kirschenheuter [Thu, 4 Aug 2022 06:45:57 +0000 (08:45 +0200)]
Add ```aria-expanded``` value to select2-container om systemtag and file tags
Add ```aria-expanded``` to color picker
Add ```aria-expanded``` to UnifiedSearch.vue
Add ```aria-expanded``` to new button on files
Add ```aria-expanded``` to action menu
Add ```aria-expanded``` to icon .federation-menu
Add ```aria-expanded``` to app navigation collapse button

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #33584 from nextcloud/fix/theme-font-preview
Pytal [Wed, 17 Aug 2022 18:33:39 +0000 (11:33 -0700)]
Merge pull request #33584 from nextcloud/fix/theme-font-preview

2 years agoMerge pull request #33573 from nextcloud/enh/noid/transparency
Simon L [Wed, 17 Aug 2022 15:14:01 +0000 (17:14 +0200)]
Merge pull request #33573 from nextcloud/enh/noid/transparency

make transparent what is community maintained

2 years agoMerge pull request #33558 from nextcloud/fix/use-bigger-slice-share-provider
Vincent Petry [Wed, 17 Aug 2022 14:12:56 +0000 (16:12 +0200)]
Merge pull request #33558 from nextcloud/fix/use-bigger-slice-share-provider

Use bigger slice in share provider

2 years agoFix font change preview update 33584/head
John Molakvoæ [Wed, 17 Aug 2022 13:28:01 +0000 (15:28 +0200)]
Fix font change preview update

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #33564 from nextcloud/fix/theming-selector
John Molakvoæ [Wed, 17 Aug 2022 13:19:46 +0000 (15:19 +0200)]
Merge pull request #33564 from nextcloud/fix/theming-selector

2 years agoMerge pull request #33526 from nextcloud/fix/duplicate-filter-ids
Louis [Wed, 17 Aug 2022 12:20:47 +0000 (14:20 +0200)]
Merge pull request #33526 from nextcloud/fix/duplicate-filter-ids

Fix duplicate ids on apps management page

2 years agoMerge pull request #33565 from nextcloud/debt/remove_todo_push_service_fairuse
Louis [Wed, 17 Aug 2022 12:14:03 +0000 (14:14 +0200)]
Merge pull request #33565 from nextcloud/debt/remove_todo_push_service_fairuse

Remove time check in isFairUseOfFreePushService

2 years agofurther pre-filter search result before setting up share source cache 33575/head
Robin Appelman [Wed, 17 Aug 2022 11:49:21 +0000 (13:49 +0200)]
further pre-filter search result before setting up share source cache

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMove setting of gc_maxlifetime to initSession 32162/head
Julius Härtl [Wed, 17 Aug 2022 10:10:03 +0000 (12:10 +0200)]
Move setting of gc_maxlifetime to initSession

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoAdd config option to disable strict session timeout to be able to use read_and_close
Julius Härtl [Tue, 16 Aug 2022 08:09:14 +0000 (10:09 +0200)]
Add config option to disable strict session timeout to be able to use read_and_close

Fixed https://github.com/nextcloud/server/issues/29356

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoReopen sessions if we need to write to them instead of keeping them open
Julius Härtl [Tue, 26 Apr 2022 10:57:58 +0000 (12:57 +0200)]
Reopen sessions if we need to write to them instead of keeping them open

Sessions are a locking operation until we write close them, so close
them early and reopen later in case we want to write to them

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agodirectly build the search filter for shared storage instead of setting up the source... 33574/head
Robin Appelman [Wed, 17 Aug 2022 09:58:57 +0000 (11:58 +0200)]
directly build the search filter for shared storage instead of setting up the source cache

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agomake transparent what is community maintained 33573/head
szaimen [Wed, 17 Aug 2022 09:55:04 +0000 (11:55 +0200)]
make transparent what is community maintained

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoMerge pull request #32943 from nextcloud/unencrypted-size-revert-interface-changes
Vincent Petry [Wed, 17 Aug 2022 09:36:16 +0000 (11:36 +0200)]
Merge pull request #32943 from nextcloud/unencrypted-size-revert-interface-changes

Revert interface changes from "store unencrypted size in the unencrypted_size column"

2 years agoFix unit tests 33565/head
Joas Schilling [Wed, 17 Aug 2022 09:25:18 +0000 (11:25 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #33550 from nextcloud/jail-search-post
Vincent Petry [Wed, 17 Aug 2022 08:55:41 +0000 (10:55 +0200)]
Merge pull request #33550 from nextcloud/jail-search-post

optimize search post-processing for jail wrapper

2 years agoRemove ITimeFactory
Louis [Wed, 17 Aug 2022 08:46:08 +0000 (10:46 +0200)]
Remove ITimeFactory

Signed-off-by: Louis <6653109+artonge@users.noreply.github.com>
2 years agoMerge pull request #33540 from nextcloud/mount-provider-migration
Vincent Petry [Wed, 17 Aug 2022 08:41:31 +0000 (10:41 +0200)]
Merge pull request #33540 from nextcloud/mount-provider-migration

fix updating cached mounts that didn't have their mount provider set previously

2 years agoMerge pull request #33472 from nextcloud/dependabot/composer/bamarni/composer-bin...
Julius Härtl [Wed, 17 Aug 2022 08:20:40 +0000 (10:20 +0200)]
Merge pull request #33472 from nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.8.1

2 years agoMerge pull request #33551 from nextcloud/scanner-dont-update-same-size
Vincent Petry [Wed, 17 Aug 2022 07:21:30 +0000 (09:21 +0200)]
Merge pull request #33551 from nextcloud/scanner-dont-update-same-size

don't update the folder size if we know it hasn't changed

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 17 Aug 2022 02:25:14 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33549 from nextcloud/enh/perfopt-for-carddav
Julius Härtl [Tue, 16 Aug 2022 22:10:24 +0000 (00:10 +0200)]
Merge pull request #33549 from nextcloud/enh/perfopt-for-carddav

Performance optimisation for carddav backend blob data read

2 years agoMerge pull request #33559 from yeyulantu/bugfix-search-cache
Julius Härtl [Tue, 16 Aug 2022 21:54:59 +0000 (23:54 +0200)]
Merge pull request #33559 from yeyulantu/bugfix-search-cache

2 years agoMerge pull request #33563 from nextcloud/feat/make-displaynamecache-return-null
Carl Schwan [Tue, 16 Aug 2022 16:36:45 +0000 (18:36 +0200)]
Merge pull request #33563 from nextcloud/feat/make-displaynamecache-return-null

Make DisplayNameCache return null if user doesn't exists

2 years agoRemove time check in isFairUseOfFreePushService
Louis [Tue, 16 Aug 2022 14:46:03 +0000 (16:46 +0200)]
Remove time check in isFairUseOfFreePushService

What the TODO say, the dev does.

Signed-off-by: Louis <6653109+artonge@users.noreply.github.com>
2 years agoAllow to manually specify a theme to apply to a section of an app 33564/head
John Molakvoæ [Tue, 16 Aug 2022 12:43:35 +0000 (14:43 +0200)]
Allow to manually specify a theme to apply to a section of an app

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMake DisplayNameCache return null if user doesn't exists 33563/head
Carl Schwan [Tue, 16 Aug 2022 12:10:05 +0000 (14:10 +0200)]
Make DisplayNameCache return null if user doesn't exists

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agodon't update the folder size if we know it hasn't changed 33551/head
Robin Appelman [Mon, 15 Aug 2022 19:10:39 +0000 (21:10 +0200)]
don't update the folder size if we know it hasn't changed

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agocleanup scannertest a bit
Robin Appelman [Tue, 16 Aug 2022 11:24:13 +0000 (13:24 +0200)]
cleanup scannertest a bit

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agofix updating size when folder is empty 32943/head
Robin Appelman [Tue, 16 Aug 2022 09:16:14 +0000 (11:16 +0200)]
fix updating size when folder is empty

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agostore unencrypted size in the unencrypted_size column
Robin Appelman [Wed, 13 Apr 2022 14:05:45 +0000 (16:05 +0200)]
store unencrypted size in the unencrypted_size column

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoadd tests for cached mount provider migration 33540/head
Robin Appelman [Mon, 15 Aug 2022 10:45:41 +0000 (12:45 +0200)]
add tests for cached mount provider migration

Signed-off-by: Robin Appelman <robin@icewind.nl>