Faraz Samapoor
ba4f998b53
Refactors lib/private/Mail.
...
Mainly using PHP8's constructor property promotion.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
2023-06-25 13:18:09 +03:30
Nextcloud bot
ec3289d1e3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-25 00:31:30 +00:00
Simon L
3f4b764911
Merge pull request #38844 from nextcloud/enh/add-detected-mime-type-to-exception
...
feat: add detected mime type to exception
2023-06-25 01:49:25 +02:00
Daniel Kesselberg
f21cbfff64
feat: add detected mime type to exception
...
The mimetype may not match the file extension.
Helps the user to find out why a provided image is not accepted.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-06-24 22:38:57 +02:00
John Molakvoæ
10d563a873
Merge pull request #38852 from nextcloud/enh/noid/move-deprecation-warnings
2023-06-24 17:16:44 +02:00
Simon L
95deec130a
address review
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-06-24 15:00:15 +00:00
Simon L
908adb339b
fix one more place
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-24 16:54:11 +02:00
Simon L
872483f279
only print deprecation logs if debug mode is enabled
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-24 16:54:11 +02:00
Simon L
1afc82327a
Move deprecation warnings to debug
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-24 16:54:11 +02:00
Nextcloud bot
99cbf778f3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-24 00:26:10 +00:00
Arthur Schiwon
17515995fa
Merge pull request #38625 from nextcloud/fix/noid/querysearchehelper-narrow-type
...
fix: expect interface, not a specific implementation
2023-06-24 00:13:43 +02:00
Arthur Schiwon
877ddd2827
Merge pull request #38965 from nextcloud/dav-directory-clean-cache-path
...
dav: clean path before putting it in the statcache
2023-06-23 18:48:56 +02:00
John Molakvoæ
ff5ed3f298
Merge pull request #38948 from nextcloud/Jerome-Herbinet-collaborative-tags-alignment-change
2023-06-23 16:01:52 +02:00
Robin Appelman
493e151be0
dav: clean path before putting it in the statcache
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-06-23 14:39:17 +02:00
Jérôme Herbinet
d12fbc518d
Align collaborative tags differently
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Align collaborative tags differently
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>
Following @skjnldsv suggestion
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-06-23 11:07:49 +02:00
Julius Härtl
05f360c5ec
Merge pull request #38800 from nextcloud/bugfix/noid/version-update-or-insert
2023-06-23 10:40:32 +02:00
dependabot[bot]
82bb7a8a2a
Merge pull request #38951 from nextcloud/dependabot/npm_and_yarn/fast-xml-parser-and-webdav-4.2.5
2023-06-22 21:08:17 +00:00
dependabot[bot]
f89a4fcaa8
chore(deps): Bump fast-xml-parser and webdav
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) to 4.2.5 and updates ancestor dependency [webdav](https://github.com/perry-mitchell/webdav-client ). These dependencies need to be updated together.
Updates `fast-xml-parser` from 4.2.4 to 4.2.5
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.4...v4.2.5 )
Updates `webdav` from 5.1.0 to 5.2.1
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.1.0...v5.2.1 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: indirect
- dependency-name: webdav
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-06-22 20:26:31 +00:00
John Molakvoæ
6234b090cd
Merge pull request #38939 from nextcloud/feat/f2v/more-actions
2023-06-22 22:08:31 +02:00
Arthur Schiwon
2e81a1d839
Merge pull request #38457 from nextcloud/fix/improve-ldap-offset-search-perf
...
Use default page size for jumping to desired offset
2023-06-22 21:46:03 +02:00
nextcloud-command
cbc0f5e3b1
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-06-22 17:09:57 +00:00
John Molakvoæ
135929c38c
feat: add rename action with tests
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-06-22 18:34:55 +02:00
John Molakvoæ
05bfab243a
fix(files): action default is false if not set
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-06-22 18:34:55 +02:00
John Molakvoæ
723edb5654
feat: add favorite action with tests
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-06-22 18:34:55 +02:00
Robin Appelman
7fa941e76f
Merge pull request #38945 from nextcloud/dav-meta-directory-content
...
implement optimized getDirectoryContent for DAV
2023-06-22 18:14:24 +02:00
Louis Chemineau
7fec07196d
Do not create a new version if previousNode has the same mtime
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-06-22 17:49:49 +02:00
Robin Appelman
279822c217
implement optimized getDirectoryContent for DAV
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-06-22 16:34:32 +02:00
Louis
cbebc50987
Merge pull request #38771 from fsamapoor/constructor_property_promotion_in_core_command_part7
...
Uses PHP8's constructor property promotion core/Command/Info, /Integrity, and /Preview
2023-06-22 14:09:06 +02:00
Johannes
199b9788e6
Merge pull request #38856 from nextcloud/fix/contacts/3404/put-location-in-proper-place
...
fix(sab): put location in proper address field
2023-06-22 11:51:33 +02:00
Marcel Klehr
618c3a4817
Merge pull request #38928 from nextcloud/fix/missing-systemtags-index
2023-06-22 11:21:06 +02:00
John Molakvoæ
1112963385
feat: add edit locally action with tests
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-06-22 10:47:08 +02:00
Marcel Klehr
e774708482
fix(systemtags): Keep non-existing index
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-06-22 10:12:15 +02:00
Marcel Klehr
ee9ad9c9de
fix(systemtags): Move index creation from new migration to existing original migration
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-06-22 09:49:53 +02:00
Joas Schilling
a3fe1adb03
Merge pull request #38917 from nextcloud/bugfix/talk-9558/plural-issue-with-some-language-locale-combinations
...
fix(l10n): Fix plural issue with different locale and language
2023-06-22 09:17:48 +02:00
Joas Schilling
e9d8dbf53c
Merge pull request #38747 from nextcloud/perf/early-exit-mkcol
...
perf: skip request without write permission
2023-06-22 09:02:55 +02:00
Nextcloud bot
44850c27a0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-22 00:30:16 +00:00
Pytal
956eece9d4
Merge pull request #38826 from nextcloud/enh/a11y-new-user
2023-06-21 16:13:25 -07:00
Christopher Ng
84ff000767
enh(a11y): New user modal
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-06-21 11:12:40 -07:00
F. E Noel Nfebe
3a557a88ce
Merge pull request #38924 from nextcloud/automated/update-engines/default
...
chore: update node engines to next LTS
2023-06-21 17:57:12 +01:00
Arthur Schiwon
088a0eea29
ci: pro forma check of existence of internal method
...
createNode() is protected and used by Folder, but being an internal-only
method it shall not be exposed in the Folder or IRootFolder interface.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-06-21 16:53:20 +02:00
Arthur Schiwon
71e41ffeeb
refactor: declare getMount() and getMountsIn() at IRootFolder
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-06-21 16:53:20 +02:00
Arthur Schiwon
f6ac874dbf
chore: ugly type juggling
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-06-21 16:53:20 +02:00
Arthur Schiwon
167a5f394d
fix: add typehine for IRootFolder
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-06-21 16:53:19 +02:00
Arthur Schiwon
eb50b6c6aa
fix: expect interface, not a specific implementation
...
- fixes a regression when deleting folders while music app was enabled,
for a LazyRoot was passed to this method.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-06-21 16:53:13 +02:00
John Molakvoæ
a17d01951f
Merge pull request #38927 from nextcloud/bugfix/noid/package.json-editorconfig
2023-06-21 16:41:05 +02:00
Marcel Klehr
fcf1c3033b
fix(systemtags): Add missing systemtags index
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-06-21 15:20:30 +02:00
Joas Schilling
41267873b6
chore: Adjust editorconfig for package.json and package-lock.json
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-06-21 14:57:48 +02:00
John Molakvoæ
f5120fb497
chore: update node engines to next LTS (node 20 / npm 9)
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-06-21 12:47:16 +02:00
John Molakvoæ
32bbe3db81
Merge pull request #38806 from nextcloud/feat/f2v/actions-1
2023-06-21 11:36:11 +02:00
Julius Härtl
b94145f6bd
fix: Add logging statement for cases when updating the version fails
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-21 10:35:12 +02:00