]>
source.dussan.org Git - nextcloud-server.git/log
blizzz [Thu, 25 Aug 2022 10:07:21 +0000 (12:07 +0200)]
Merge pull request #33674 from nextcloud/release/25.0.0_beta_3
25.0.0 beta 3
Arthur Schiwon [Wed, 24 Aug 2022 15:16:18 +0000 (17:16 +0200)]
25.0.0 beta 3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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
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
Julius Härtl [Thu, 25 Aug 2022 06:47:04 +0000 (08:47 +0200)]
Merge pull request #33602 from nextcloud/perf/parent-node
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
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>
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>
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>
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>
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>
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>
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
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
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
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>
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>
nextcloud-command [Wed, 24 Aug 2022 04:38:40 +0000 (04:38 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
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>
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>
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
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
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
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
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
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
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
nextcloud-command [Tue, 23 Aug 2022 04:41:14 +0000 (04:41 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
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>
Pytal [Mon, 22 Aug 2022 23:36:37 +0000 (16:36 -0700)]
Merge pull request #33643 from nextcloud/enh/profile-handling
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>
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>
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
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>
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
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>
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
Joas Schilling [Mon, 22 Aug 2022 12:15:32 +0000 (14:15 +0200)]
Remove unused method
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
blizzz [Mon, 22 Aug 2022 09:24:44 +0000 (11:24 +0200)]
Merge pull request #33623 from NoSleep82/master
Update LostController.php
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
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>
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>
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>
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
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>
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>
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>
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>
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
John Molakvoæ [Fri, 19 Aug 2022 13:30:33 +0000 (15:30 +0200)]
Merge pull request #33610 from nextcloud/enh/background-blur-vars
John Molakvoæ [Fri, 19 Aug 2022 12:35:00 +0000 (14:35 +0200)]
Fix theming tests
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
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
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>
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>
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>
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>
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
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
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>
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>
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>
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
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>
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
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>
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>
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>
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>
Pytal [Wed, 17 Aug 2022 18:33:39 +0000 (11:33 -0700)]
Merge pull request #33584 from nextcloud/fix/theme-font-preview
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
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
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>
John Molakvoæ [Wed, 17 Aug 2022 13:19:46 +0000 (15:19 +0200)]
Merge pull request #33564 from nextcloud/fix/theming-selector
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
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
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>
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>
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>
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>
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>
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>
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"
Joas Schilling [Wed, 17 Aug 2022 09:25:18 +0000 (11:25 +0200)]
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
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
Louis [Wed, 17 Aug 2022 08:46:08 +0000 (10:46 +0200)]
Remove ITimeFactory
Signed-off-by: Louis <6653109+artonge@users.noreply.github.com>
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
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
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
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>
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
Julius Härtl [Tue, 16 Aug 2022 21:54:59 +0000 (23:54 +0200)]
Merge pull request #33559 from yeyulantu/bugfix-search-cache
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
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>
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>
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>
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>
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>
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>
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>