Julius Härtl
83b1415906
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>
2022-08-24 22:20:32 +07:00
Julius Härtl
4baf960c21
Save getting the parent node when generating the preview
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-24 22:20:32 +07:00
Julius Härtl
b2d6435737
Avoid extra query for the parent node if we can pass it along
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-24 22:20:32 +07:00
Carl Schwan
b6265a8255
Merge pull request #33662 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-08-24 16:52:19 +07:00
Louis
68f9df2891
Merge pull request #33670 from nextcloud/debt/noid/type-hints-confirm-destructive
...
Update typehint for confirmDestructive
2022-08-24 14:58:36 +07:00
Carl Schwan
bd7ab89d2a
Merge pull request #33593 from nextcloud/improve-binary-caching
...
Move findBinaryFinder and isFunctionEnabled away from OC_Helper
2022-08-24 13:09:55 +07:00
Daniel Kesselberg
f832db0801
Update typehint for confirmDestructive
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-08-24 12:56:41 +07:00
nextcloud-command
fc309e5963
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-08-24 04:38:40 +07:00
Nextcloud bot
03c8bf7067
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-24 02:27:22 +07:00
Carl Schwan
9b8ca9ad1f
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>
2022-08-23 19:44:04 +07:00
Carl Schwan
b888c61463
Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecated
...
Deprecated ILogger from IJob
2022-08-23 16:55:42 +07:00
Vincent Petry
5f90a6a5e2
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
2022-08-23 14:15:24 +07:00
Vincent Petry
1a2c008011
Merge pull request #32162 from nextcloud/enh/session-reopen
...
Avoid locking the php session
2022-08-23 14:14:15 +07:00
Carl Schwan
232866d42e
Merge pull request #33595 from nextcloud/fix/cache-profile-config
...
Cache ConfigProfile
2022-08-23 11:58:02 +07:00
Carl Schwan
385f3c0135
Merge pull request #33650 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-08-23 11:08:45 +07:00
blizzz
73205a77ba
Merge pull request #33639 from nextcloud/bugfix/noid/fix-plural-usage-in-ldap
...
Fix plural usage in LDAP wizard
2022-08-23 10:11:04 +07:00
Anna
5079bf6dd9
Merge pull request #33001 from nextcloud/enh/imip-invitations-responses
...
Support iMIP invitations from Mail
2022-08-23 09:59:54 +07:00
nextcloud-command
87177e6282
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-08-23 04:41:14 +07:00
Nextcloud bot
4991448601
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-23 02:24:42 +07:00
Pytal
b5a4042391
Merge pull request #33643 from nextcloud/enh/profile-handling
2022-08-22 16:36:37 +07:00
Anna Larch
4ca4b02793
Support iMIP invitations from Mail
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-08-22 22:10:12 +07:00
Christopher Ng
9ba11ecefd
Improve handling of profile page
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-22 19:28:35 +07:00
dependabot[bot]
2576609aac
Merge pull request #33627 from nextcloud/dependabot/npm_and_yarn/p-queue-7.3.0
2022-08-22 19:12:49 +07:00
dependabot[bot]
13cbb748d7
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>
2022-08-22 18:36:23 +07:00
Christoph Wurst
7c6c26ba3a
Merge pull request #33638 from nextcloud/fix/user-mgmt-avatar-size
...
Request 64px avatars for the user management
2022-08-22 18:16:21 +07:00
Christoph Wurst
6a08c89452
Request 64px avatars for the user management
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-08-22 15:36:14 +07:00
blizzz
31050e5de9
Merge pull request #33624 from nextcloud/updateCrl
...
Update crl after revoke money.csr
2022-08-22 14:23:10 +07:00
Joas Schilling
f4885ee3ba
Remove unused method
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-22 14:15:32 +07:00
Joas Schilling
ef60257110
Fix plural usage in LDAP wizard
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-22 14:14:47 +07:00
blizzz
fd645d4802
Merge pull request #33623 from NoSleep82/master
...
Update LostController.php
2022-08-22 11:24:44 +07:00
Côme Chilliet
b48a87e6e0
Merge pull request #33433 from nextcloud/fix/add-option-to-fix-encrypted
...
Fix encryption:fix-encrypted-version command when encrypted is set to 0
2022-08-22 11:11:32 +07:00
Nextcloud bot
b10c3a5f48
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-22 02:24:26 +07:00
NoSleep82
b03aedf128
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>
2022-08-21 13:16:23 +07:00
Nextcloud bot
9de927c311
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-21 02:24:30 +07:00
Carl Schwan
ce7c502719
Merge pull request #33626 from nextcloud/dependabot/npm_and_yarn/puppeteer-16.2.0
...
Bump puppeteer from 15.5.0 to 16.2.0
2022-08-20 10:01:49 +07:00
Nextcloud bot
4295aebb46
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-20 02:24:11 +07:00
dependabot[bot]
c64c2e9520
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>
2022-08-20 02:16:16 +07:00
Vitor Mattos
e566ed8277
Update crl after revoke money.csr
...
Reference: https://github.com/nextcloud/app-certificate-requests/pull/534
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-08-19 14:02:51 +07:00
NoSleep82
61548c520b
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>
2022-08-19 18:30:32 +07:00
John Molakvoæ
4a77a68734
Merge pull request #33592 from nextcloud/release/25.0.0_beta_2
2022-08-19 15:31:51 +07:00
John Molakvoæ
c87f05a5d7
Merge pull request #33610 from nextcloud/enh/background-blur-vars
2022-08-19 15:30:33 +07:00
John Molakvoæ
5e550829c5
Fix theming tests
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-19 14:35:00 +07:00
Joas Schilling
71065f5fd5
Merge pull request #33615 from nextcloud/perf/noid/user-displayname-cache-for-activity-providers
...
Use user name cache in activity providers
2022-08-19 12:28:44 +07:00
nextcloud-command
145c3be5a7
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-19 10:24:35 +07:00
Julius Härtl
57233fd99a
Expose core background image
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-19 11:55:10 +07:00
Julius Härtl
49ddaaecbf
Move dashboard to new variables
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-19 11:55:10 +07:00
Julius Härtl
4be6280aa9
Add css variables for blurred background
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-19 11:55:04 +07:00
Carl Schwan
7d7f7abf7f
Merge pull request #33614 from nextcloud/perf/noid/user-displayname-cache-for-comment-mentions
...
Use user displayname cache for comment mentions
2022-08-19 11:49:40 +07:00
Joas Schilling
fdec866a89
Merge pull request #33617 from nextcloud/bugfix/activity-856/fix-carddav-activities
...
Fix carddav activities
2022-08-19 11:38:34 +07:00
Joas Schilling
eab5189abb
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>
2022-08-19 10:50:45 +07:00