blizzz
19ac8fd167
Merge pull request #33911 from nextcloud/release/23.0.9
...
23.0.9
2022-09-08 10:59:27 +02:00
Nextcloud bot
fe8ffd26ed
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-08 02:26:30 +00:00
blizzz
6f665743fa
Merge pull request #33936 from nextcloud/revert-33922-backport/33813/stable23
...
Revert "[stable23] Compare lowercase email when updating from ldap"
2022-09-07 18:12:37 +02:00
blizzz
fe0756a7e1
Revert "[stable23] Compare lowercase email when updating from ldap"
2022-09-07 12:27:37 +02:00
Carl Schwan
2e41435795
Merge pull request #33922 from nextcloud/backport/33813/stable23
...
[stable23] Compare lowercase email when updating from ldap
2022-09-07 12:17:29 +02:00
Nextcloud bot
e2925bf893
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-07 02:26:08 +00:00
Louis Chemineau
0b5619f132
I dug into it again, and the issue is much simpler than I previously though.
...
- LDAP has an email address with capital letters
- NC store this address in lower case
- When the user logs in, we compare the [stored email with the new lower case email](https://github.com/nextcloud/server/blob/master/lib/private/AllConfig.php#L259-L261 ) before storing it. Here, both email will be the same, so we won't store the new email address with upper case letters. Which is what we want.
- We then [compare emails as they are before triggering an event](https://github.com/nextcloud/server/blob/master/lib/private/User/User.php#L202-L204 ), they won't match, so the user will receive an email signaling an email change every time he logs in.
The fix is to compare the old email with the new lower case email before sending the event.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-09-06 15:24:01 +00:00
Arthur Schiwon
9d194b84de
23.0.9
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-09-06 10:27:20 +02:00
Nextcloud bot
b09750c379
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-06 02:25:32 +00:00
Nextcloud bot
d66809efce
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-05 02:25:16 +00:00
Nextcloud bot
da126a86d6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-04 02:24:41 +00:00
Nextcloud bot
8f74c14c6b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-03 02:30:51 +00:00
Nextcloud bot
8aaf389e82
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-02 02:25:08 +00:00
blizzz
7f02be6010
Merge pull request #33760 from nextcloud/release/23.0.9_rc1
...
23.0.9 RC1
2022-09-01 09:49:51 +02:00
blizzz
55f07a4d46
Merge pull request #32985 from nextcloud/backport/32242/stable23
...
[stable23] Fix logging data context to file
2022-09-01 09:47:35 +02:00
Nextcloud bot
314ed26e39
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-01 02:38:07 +00:00
blizzz
9d9d5cb458
Merge pull request #33763 from nextcloud/backport/33603/stable23
...
[stable23] optimize search post-processing for jail wrapper
2022-08-31 16:46:46 +02:00
Nextcloud bot
1ff9b1472b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-31 02:24:32 +00:00
Simon L
985e41f778
Merge pull request #33645 from nextcloud/backport/32216/stable23
...
[stable23] Respect user settings in php.ini if they are big enough
2022-08-31 01:15:02 +02:00
Joas Schilling
67ec2f4d8b
Merge pull request #32751 from nextcloud/backport/32744/stable23
...
[stable23] Always log errors from sending federation api requests to ease debugging
2022-08-30 20:36:14 +02:00
Thomas Citharel
54b0b53295
Fix logging data context to file
...
It was only logged when an exception was provided or when using
logData (which is not being much used).
We make sure the interpolated parameters are not logged.
Only tested with file write logger, but shouldn't work differently.
Crash reporters always had the context.
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-08-30 18:58:20 +02:00
szaimen
356c732904
fix the backport
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-08-30 18:36:50 +02:00
Robin Appelman
d7858bfcf3
optimize search post-processing for jail wrapper
...
don't both asking the wrapped cache if we know it's not in our jail anyway
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-30 15:51:29 +00:00
blizzz
1e80b33fa7
Merge pull request #33515 from nextcloud/backport/33513/stable23
...
[stable23] Recover installation when creating the database user fails and improve password strength
2022-08-30 17:37:29 +02:00
Arthur Schiwon
b45d13270f
23.0.9 RC1
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-08-30 17:28:03 +02:00
Nextcloud bot
518378b461
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-30 02:25:07 +00:00
Nextcloud bot
f6f219cddd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-29 02:25:08 +00:00
Nextcloud bot
6190806f26
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-28 02:24:25 +00:00
Nextcloud bot
8b597e3902
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-27 02:24:23 +00:00
blizzz
952b6d6810
Merge pull request #33701 from nextcloud/backport/33689/stable23
...
[stable23] logger ignore args of sharepoint-related methods
2022-08-26 09:29:28 +02:00
Nextcloud bot
14383a566b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-26 02:25:16 +00:00
Arthur Schiwon
71394fc8cb
logger ignore args of sharepoint-related methods
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-08-25 14:31:32 +00:00
blizzz
6bc3b234db
Merge pull request #33677 from nextcloud/backport/33624/stable23
...
[stable23] Update CRL
2022-08-25 13:09:34 +02:00
blizzz
7e6f33df6f
Merge pull request #33683 from nextcloud/backport/33667/stable23
...
[stable23] Fix plural usage in LDAP wizard
2022-08-25 09:26:42 +02:00
Nextcloud bot
7657d9b9e8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-25 02:25:27 +00:00
Joas Schilling
2d748c928e
Remove unused method
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-24 17:27:47 +00:00
Joas Schilling
3af407f364
Fix plural usage in LDAP wizard
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-24 17:27:45 +00:00
Arthur Schiwon
ece10fb6b7
Update CRL
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-08-24 17:32:18 +02:00
Nextcloud bot
af1412dde2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-24 02:27:49 +00:00
Joas Schilling
5786db5040
Merge pull request #33661 from nextcloud/backport/33651/stable23
...
[stable23] [stable24] Fix carddav activities
2022-08-23 23:35:31 +02:00
Joas Schilling
2666155994
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-23 18:45:24 +00:00
Simon L
c0da67ccdd
Merge pull request #33606 from nextcloud/enh/noid/mariadb10.6-stable23
...
[stable23] Add testing for mariadb10.6
2022-08-23 11:17:41 +02:00
John Molakvoæ
a206e74edd
Merge pull request #33649 from nextcloud/backport/33643/stable23
2022-08-23 08:49:30 +02:00
Nextcloud bot
a848bc7eae
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-23 02:25:07 +00:00
Christopher Ng
726d37f941
Improve handling of profile page
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-08-22 23:43:19 +00:00
Micke Nordin
6601fbd8ef
Fix suggestions by @artonage
...
Signed-off-by: Micke Nordin <kano@sunet.se >
2022-08-22 22:00:30 +00:00
Mikael Nordin
7fee1078f2
Simpler version as proposed by @artonage
...
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com >
Signed-off-by: Micke Nordin <kano@sunet.se >
2022-08-22 22:00:27 +00:00
Micke Nordin
4092599d15
Respect user settings in php.ini if they are big enough
...
In the admin guide:
* https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html
it is mentioned that you can tweek:
* max_input_time
* max_execution_time
in order to enable larger file uploads. However, the current codebase
will hard code these values to one hour, no matter what the user sets in
php.ini.
This patch will allow the user to set these settings in php.ini and they
will be respected, if and only if, they are set to something bigger than
3600 seconds.
Signed-off-by: Micke Nordin <kano@sunet.se >
2022-08-22 22:00:24 +00:00
Nextcloud bot
a196df1b8e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-22 02:24:59 +00:00
szaimen
79a3d3fa0f
[stable23] add mariadb 10.6
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-08-21 14:12:29 +02:00
Nextcloud bot
d1dc324df6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-21 02:24:54 +00:00
Nextcloud bot
ab0e2e4524
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-20 02:24:33 +00:00
Nextcloud bot
1700ddf847
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-18 02:24:47 +00:00
John Molakvoæ
78e3e24ff2
Merge pull request #33474 from nextcloud/dependabot/npm_and_yarn/stable23/css-vars-ponyfill-2.4.8
2022-08-17 21:22:20 +02:00
dependabot[bot]
a7fa9d09f5
Bump css-vars-ponyfill from 2.4.7 to 2.4.8
...
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill ) from 2.4.7 to 2.4.8.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases )
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.4.7...v2.4.8 )
---
updated-dependencies:
- dependency-name: css-vars-ponyfill
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 >
2022-08-17 18:38:59 +00:00
Louis
5596b477cf
Merge pull request #33580 from nextcloud/backport/33538/stable23
...
[stable23] Unify initial and updated quota display
2022-08-17 16:59:12 +02:00
Daniel Calviño Sánchez
253ab13e4c
Show usage percenteage in the tooltip
...
The tooltip of the initial quota display showed the usage percenteage
and the total available space. However, the total available space was
redundant, as it was shown just below. The tooltip of the updated quota
display showed the usage percenteage, but based on the quota rather than
the total available space, so there was a mismatch between the tooltip
and the bar below. Now the tooltip of the initial and the updated quota
display both show just the usage percenteage based on the total
available space.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-08-17 12:21:16 +00:00
Daniel Calviño Sánchez
173e9bf6c1
Use total available space rather than quota when updating the display
...
The initial quota display uses the total available space rather than the
quota. Moreover, the relative usage is based on the total space rather
than the quota. Due to this now the total available space is also used
when updating the quota display.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-08-17 12:21:14 +00:00
Julius Härtl
4edd2163b2
Merge pull request #33184 from nextcloud/dependabot/npm_and_yarn/stable23/moment-2.29.4
2022-08-17 10:21:40 +02:00
Nextcloud bot
1b58832046
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-17 02:25:39 +00:00
Nextcloud bot
7e2aef510f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-16 02:26:13 +00:00
Nextcloud bot
2436987db7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-15 02:25:08 +00:00
Nextcloud bot
b23bc66293
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-14 02:25:21 +00:00
Nextcloud bot
9d82b7c810
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-13 02:25:23 +00:00
Joas Schilling
2a206cd927
Create more secure passwords by default
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-12 11:28:10 +02:00
Joas Schilling
9a53d02ac2
Recover installation when creating the user failed
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-12 11:27:31 +02:00
Nextcloud bot
e66bb039eb
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-12 02:24:55 +00:00
John Molakvoæ
f6f27bd7f0
Merge pull request #33503 from nextcloud/release/23.0.8
2022-08-11 09:29:37 +02:00
John Molakvoæ
4775213eb3
23.0.8
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-08-11 08:26:43 +02:00
Nextcloud bot
934245181b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-11 02:24:56 +00:00
dependabot[bot]
db99c8753e
Bump moment from 2.29.3 to 2.29.4
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
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 >
2022-08-11 01:06:53 +00:00
John Molakvoæ
c4b5304672
Merge pull request #33489 from nextcloud/backport/33485/stable23
2022-08-10 12:48:15 +02:00
Nextcloud bot
21b61ae502
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-10 02:26:38 +00:00
Julius Härtl
f5d91e9b28
Do not update passwords if nothing changed
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-09 18:54:21 +00:00
Nextcloud bot
8d491c7d0b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-09 02:24:51 +00:00
Nextcloud bot
996accd30a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-08 02:23:49 +00:00
Nextcloud bot
86fd191ac5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-07 02:28:52 +00:00
Nextcloud bot
2dedf5b152
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-06 02:25:33 +00:00
Nextcloud bot
e8f3aaf4e1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-05 08:59:06 +00:00
blizzz
74a7d9fc45
Merge pull request #33421 from nextcloud/release/23.0.8rc1
...
23.0.8rc1
2022-08-04 11:52:14 +02:00
blizzz
d7c442deaa
Merge pull request #33443 from nextcloud/backport/33407/stable23
...
[stable23] Handle one time and large passwords
2022-08-04 11:16:46 +02:00
blizzz
4d84690a41
Merge pull request #33456 from nextcloud/backport/32852/stable23
...
[stable23] Revert "Revert "Remove inefficient fed share scanner""
2022-08-04 11:08:27 +02:00
Robin Appelman
c4581ff3b7
fix external share scanner not propagating locking-opt-out
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-04 07:48:25 +00:00
Carl Schwan
88b3594a96
Disable locking on federated shares
...
The old inneficiant code didn't do locking and adding locking is
creating issues
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-04 07:48:23 +00:00
Carl Schwan
736a3d6143
Revert "Revert "Remove inefficient fed share scanner""
...
This reverts commit 6667007bf2 .
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-04 07:48:21 +00:00
Carl Schwan
b54aa84403
Merge pull request #33436 from nextcloud/dependabot/npm_and_yarn/stable23/nextcloud/moment-1.2.1
...
Bump @nextcloud/momemt to 1.2.1
2022-08-03 15:04:46 +02:00
Carl Schwan
bc29ff5567
Handle one time and large passwords
...
For passwords bigger than 250 characters, use a bigger key since the
performance impact is minor (around one second to encrypt the password).
For passwords bigger than 470 characters, give up earlier and throw
exeception recommanding admin to either enable the previously enabled
configuration or use smaller passwords.
This adds an option to disable storing passwords in the database. This
might be desirable when using single use token as passwords or very
large passwords.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-03 13:50:29 +02:00
Carl Schwan
094b0a62d5
Bump @nextcloud/momemt to 1.2.1
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-03 11:35:52 +02:00
blizzz
bc0ab0c4f8
Merge pull request #33354 from nextcloud/backport/33031/stable23
...
[stable23] Improve local IP detection
2022-08-03 11:28:54 +02:00
Carl Schwan
d9a7dfa342
Merge pull request #33392 from nextcloud/backport/33280/stable23
...
[stable23] handle AccessDenied error when checking if external s3 support versions
2022-08-03 11:23:12 +02:00
dependabot[bot]
a08f995e80
Merge pull request #32333 from nextcloud/dependabot/npm_and_yarn/stable23/clipboard-2.0.11
2022-08-02 18:50:49 +00:00
dependabot[bot]
58fa324cfe
Bump clipboard from 2.0.10 to 2.0.11
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.10...v2.0.11 )
---
updated-dependencies:
- dependency-name: clipboard
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 >
2022-08-02 17:53:51 +00:00
blizzz
1ee77607ba
Merge pull request #33408 from nextcloud/backport/33090/stable23
...
[stable23] DAV custom props: catch Exception and rollback transaction in case
2022-08-02 12:31:44 +02:00
Joas Schilling
5d9f56417f
Always log errors from sending federation api requests to ease debugging
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-02 08:40:02 +02:00
blizzz
105bdbeaac
Merge pull request #33156 from nextcloud/backport/32997/stable23
...
[stable23] load dashboard widgets of enabled apps only
2022-08-01 20:42:29 +02:00
blizzz
bb94d2c191
Merge pull request #33383 from nextcloud/backport/33378/stable23
...
[stable23] don't set `null` as a bundle path
2022-08-01 20:37:57 +02:00
Côme Chilliet
125a60c00f
Fix autoloader
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-01 15:33:44 +02:00
Arthur Schiwon
f955faba1c
fix PHP 7.3 compat
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-08-01 15:32:02 +02:00
Côme Chilliet
4664375cbc
Remove call to undefined function, fix typing
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-01 15:31:38 +02:00
Côme Chilliet
f41425c9ee
Align copied file with our code style
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-01 15:31:30 +02:00
Côme Chilliet
28dd116b92
Copy IpUtils from Symfony to avoid new dependency on backport
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-01 15:30:56 +02:00
blizzz
8ac46a6645
Merge pull request #33103 from nextcloud/enhancement/add-logging-lo-federation
...
[Stable23] Logging, updating status for general error in federation
2022-08-01 15:17:45 +02:00
blizzz
4456576894
Merge pull request #33095 from nextcloud/dependabot/composer/build/integration/stable23/sabre/dav-4.4.0
...
Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integration
2022-08-01 15:17:02 +02:00
Arthur Schiwon
0c005e4bde
23.0.8rc1
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-08-01 14:59:08 +02:00
Arthur Schiwon
9dfd2966ab
catch any exception for transaction control
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-07-29 22:12:30 +02:00
Arthur Schiwon
efdc3a4cd9
DAV custom props: catch Exception and rollback transaction in case
...
- before exceptions were not caught, a started transaction might not have
been finished
- also resolve depractions and use IQueryBuilder
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-07-29 22:12:13 +02:00
Matthieu Gallien
46167121fc
handle AccessDenied error when checking if external s3 support versions
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com >
2022-07-28 10:27:55 +00:00
Joas Schilling
7fe507aac0
Merge pull request #33366 from nextcloud/vincentdabot/npm_and_yarn/stable23/underscore-1.12.1
...
[stable23] Bump underscore from 1.12.0 to 1.12.1
2022-07-27 21:54:13 +02:00
Arthur Schiwon
5c757f31e1
avoid early DI of IAppManager
...
- might break install
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-07-27 15:11:50 +00:00
Arthur Schiwon
8c87c0bb28
load widgets only of enabled apps
...
- per design, all enabled apps have their registration run
- limitations, e.g. enabled by group, are not considered in that state,
because we do not have a session (and might need apps?)
- before instantiation of widget it has to be checked whether the providing
app is actually enabled for the logged in user.
- a public interface is being changed, but it is not meant to be
implemented or used outside of the core handling. Therefore save to
backport.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-07-27 15:11:50 +00:00
Robin Appelman
db86e92d05
don't set null as a bundle path
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-07-27 13:50:05 +00:00
Vincent Petry
419cb21fd6
Fix core tests by stubbing debounce
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-27 14:07:10 +02:00
Vincent Petry
c9c2a6eb48
Bump underscore from 1.12.0 to 1.12.1
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-27 14:07:07 +02:00
Vincent Petry
941fcf270a
Merge pull request #33348 from nextcloud/dependabot/npm_and_yarn/stable23/dompurify-2.3.10
...
Bump dompurify from 2.3.8 to 2.3.10
2022-07-26 22:50:41 +02:00
Vincent Petry
452a25c9f0
Merge pull request #33351 from nextcloud/backport/33315/stable23
...
[stable23] Reset user status based on message ID only
2022-07-26 22:49:57 +02:00
Anna
155e9fd6c5
Merge pull request #33365 from nextcloud/backport/33341/stable23
...
[stable23] Don't try to purge objects from the birthday calendar when it doesn't exist
2022-07-26 20:56:14 +02:00
Thomas Citharel
84e764bf5a
Don't try to purge objects from the birthday calendar when it doesn't exist
...
Doesn't matter much as it's been recreated afterwards with (ensureCalendarExists).
Closes #29617
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-07-26 17:29:17 +00:00
Côme Chilliet
91a244e77e
Use Symfony IpUtils to check for local IP ranges
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-26 09:45:33 +00:00
Côme Chilliet
a04cb4dfa6
Check for local IPs nested in IPv6 as well
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-26 09:45:31 +00:00
Côme Chilliet
8ad9a15514
Refactor local IP if and set strict to true for in_array
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-26 09:45:29 +00:00
Côme Chilliet
342934e9c2
Improve local IP detection
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-26 09:45:27 +00:00
Joas Schilling
ac43cf60c0
Reset user status based on message ID only
...
Since some statuses (call) can occure with different status
(away and dnd) we need to reset only based on the message id.
But as it can not be set by the user this is still save and okay.
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-26 11:31:10 +02:00
Joas Schilling
339dfb8712
Merge pull request #33344 from nextcloud/backport/33129/stable23
...
[stable23] Fix reading blob data as resource
2022-07-26 09:44:15 +02:00
Nextcloud bot
9896c7f002
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-26 02:27:06 +00:00
dependabot[bot]
302dcb4930
Bump dompurify from 2.3.8 to 2.3.10
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.3.8 to 2.3.10.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.8...2.3.10 )
---
updated-dependencies:
- dependency-name: dompurify
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 >
2022-07-25 19:09:23 +00:00
Thomas Citharel
1c0342af58
Fix reading blob data as resource
...
PostgreSQL returns data as resource when using IQueryBuilder::PARAM_LOB
(which is used for QBMapper).
Previously we just converted this resource using settype, which produced
things like "Resource id #14 " instead of the actual resource data.
Now we read the stream correctly if the returned data is a resource
See context at #22472
Fixes #22439
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-07-25 16:03:19 +00:00
Nextcloud bot
a02e81831d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-25 02:27:25 +00:00
Nextcloud bot
9910787b67
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-24 02:28:05 +00:00
Nextcloud bot
b4c433e1c2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-23 02:26:34 +00:00
blizzz
82bb1fd241
Merge pull request #33253 from nextcloud/backport/32963/stable23
...
[stable23] also use nextcloud certificate bundle when downloading from s3
2022-07-22 23:55:19 +02:00
Nextcloud bot
77d767872a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-22 02:25:35 +00:00
Nextcloud bot
128e384494
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-21 02:27:08 +00:00
Nextcloud bot
625ed61493
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-20 02:26:03 +00:00
blizzz
353f6d8890
Merge pull request #33277 from nextcloud/backport/33270/stable23
...
[stable23] fix loading legacy app.php with multi app dir
2022-07-19 09:58:45 +02:00
Arthur Schiwon
1ec1321c26
fix loading legacy app.php with multi app dir
...
- requireAppFile() only appends /appinfo/app.php
- without the absolute path, require_once looks into include_path
- the first match in inlcude_path however migth be different from appPath
- fixed by providing the tested(!), full path to the app
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-07-19 06:22:19 +00:00
Nextcloud bot
0f2f1a19d4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-19 02:26:06 +00:00
blizzz
1debe060a8
Merge pull request #33257 from nextcloud/release/23.0.7
...
23.0.7
2022-07-18 13:52:36 +02:00
Arthur Schiwon
76b689e171
23.0.7
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-07-18 12:03:11 +02:00
Robin Appelman
87b7f2683f
only use nextcloud bundle when explicitly enabled
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-07-18 07:57:48 +00:00
Robin Appelman
9d4b0e2265
also use nextcloud certificate bundle when downloading from s3
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-07-18 07:57:46 +00:00
Nextcloud bot
4b385a44cb
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-18 02:25:16 +00:00
Nextcloud bot
e91311b9d7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-17 02:25:02 +00:00
Nextcloud bot
4744ea5f2c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-16 02:25:52 +00:00
Nextcloud bot
682223b2e7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-15 02:27:57 +00:00
Carl Schwan
e03ac9d2ff
Merge pull request #33150 from nextcloud/automated/noid/stable23-update-psalm-baseline
...
[stable23] Update psalm-baseline.xml
2022-07-14 10:12:31 +02:00
nextcloud-command
a29aebd171
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-07-14 04:28:50 +00:00
Nextcloud bot
bc31530502
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-14 02:25:42 +00:00
Nextcloud bot
e79398c3e4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-13 02:25:07 +00:00
Nextcloud bot
c93f3658c4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-12 02:23:49 +00:00
Anna Larch
11089f7d33
Add logging to federation sync
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-07-11 12:43:36 +02:00
Nextcloud bot
45a75c7219
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-11 02:24:49 +00:00
Nextcloud bot
c7281dcf49
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-10 02:25:48 +00:00
Nextcloud bot
858900dfab
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-09 02:24:51 +00:00
John Molakvoæ
9d60d1d8af
Merge pull request #33168 from nextcloud/release/23.0.7_rc2
2022-07-08 11:19:18 +02:00
John Molakvoæ
44f28b4866
23.0.7 RC2
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-07-08 10:05:46 +02:00
John Molakvoæ
b93bde1c76
Merge pull request #33158 from nextcloud/backport/33153/stable23
2022-07-08 08:28:39 +02:00
Nextcloud bot
f8d196ef9f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-08 02:24:59 +00:00
John Molakvoæ
ac55a8f148
Merge pull request #33123 from nextcloud/release/23.0.7_rc1
2022-07-07 14:46:31 +02:00
blizzz
c7e9a59124
Merge pull request #32987 from nextcloud/backport/stable23/31771
...
[stable23] Fix hook encryption with cron job
2022-07-07 12:02:09 +02:00
blizzz
7f41e72e8a
Merge pull request #32529 from nextcloud/dependabot/npm_and_yarn/stable23/vue-router-3.5.4
...
Bump vue-router from 3.5.3 to 3.5.4
2022-07-07 12:00:52 +02:00
John Molakvoæ
2397ce22c4
Merge pull request #33035 from nextcloud/backport/31345/stable23
2022-07-07 11:49:31 +02:00
John Molakvoæ
6233d2852a
Merge pull request #32919 from nextcloud/backport/32874/stable23
2022-07-07 11:49:21 +02:00
Joas Schilling
3c24ba359f
Only ignore attempts of the same action
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-07 09:09:23 +00:00
Carl Schwan
c8967c5b88
Merge pull request #33114 from nextcloud/backport/stable23/31194
...
[stable23] Allow to disable password policy enforcement for selected groups
2022-07-07 09:12:38 +02:00
Nextcloud bot
b98bb78f8a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-07 02:24:58 +00:00
Pytal
869335fc47
Merge pull request #33144 from nextcloud/backport/33052/stable23
2022-07-06 15:39:28 -07:00
Joas Schilling
a06f0274fe
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-06 20:57:33 +00:00
Christopher Ng
be7a9361db
Prevent duplicate set display name request
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-06 20:57:31 +00:00
Christopher Ng
e218746c8c
Do not save invalid display name to the database
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-06 20:57:29 +00:00
blizzz
ce983ec177
Merge pull request #33133 from nextcloud/backport/32993/stable23
...
[stable23] Fixes for quota text in navigation bar
2022-07-06 21:53:29 +02:00
dependabot[bot]
b4aa305eab
Bump vue-router from 3.5.3 to 3.5.4
...
Bumps [vue-router](https://github.com/vuejs/router ) from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/vuejs/router/releases )
- [Changelog](https://github.com/vuejs/router/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/router/commits )
---
updated-dependencies:
- dependency-name: vue-router
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 >
2022-07-06 17:11:46 +00:00
Carl Schwan
003b2a4e4f
Fix hook encryption with cron job
...
Make sure the setup fs is set before using the Update service
Backport of #29674
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-06 17:42:49 +02:00
Daniel Calviño Sánchez
4cfdfc3cb4
Fix quota text not updated after copying or moving a file
...
Note that the quota may change too when files are moved if the file is
moved, for example, to or from a folder shared by other user.
Besides the quota the storage statistics are also updated, similar to
what is done when a file is deleted.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-07-06 13:28:56 +00:00
Daniel Calviño Sánchez
fcbcf21092
Fix quota text not updated when no quota is set
...
The JavaScript code that updates the quota text expects the element to
have "quotatext" as id.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-07-06 13:28:52 +00:00
Daniel Calviño Sánchez
9bf7abdf8c
Fix quota text shown escaped
...
"t()" escapes and sanitizes the returned text by default, so strings
like "<" are converted to "<". However, the "jQuery.text()" parameter
does not need to be escaped, as "<" is shown literally as "<"
rather than "<". Now "jQuery.html()" is used instead, which "unescapes"
the given text and sets it as a new text node (as the text in the
parameter does not contain markup for elements, only text).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-07-06 13:28:50 +00:00
blizzz
6a49fc2fab
Merge pull request #33120 from nextcloud/backport/33109/stable23
...
[stable23] Fix translation of home breadcrumb
2022-07-06 14:02:58 +02:00
dependabot[bot]
0f876ee496
Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/4.3.1...4.4.0 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-06 12:02:03 +00:00
blizzz
e97044312f
Merge pull request #33018 from nextcloud/dependabot/composer/build/integration/stable23/guzzlehttp/guzzle-6.5.8
...
Update guzzlehttp/guzzle requirement from 6.5.7 to 6.5.8 in /build/integration
2022-07-06 14:01:16 +02:00
blizzz
9437cc8db2
Merge pull request #32890 from nextcloud/backport/32584/stable23
...
[stable23] Make sure ResetTokenBackgroundJob doesn't execute if config is read-only
2022-07-06 13:59:12 +02:00
Nextcloud bot
c202c3e15f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-06 02:23:59 +00:00
Carl Schwan
acdb08b674
Merge pull request #33024 from nextcloud/backport/29862/stable23
...
[stable23] Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8+
2022-07-05 22:22:14 +02:00
Carl Schwan
661f608bd2
Merge pull request #33116 from nextcloud/backport/33113/stable23
...
[stable23] Remove .php from ajax url
2022-07-05 22:20:26 +02:00
John Molakvoæ
506f17b17e
23.0.7 RC1
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-07-05 20:41:56 +02:00
Christopher Ng
5db5b3c6d1
Fix translation of home breadcrumb
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-05 18:36:39 +00:00
Julien Veyssier
e6ee00cd40
add missing GET param to getstoragestats url
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
(cherry picked from commit ca6a724503 )
2022-07-05 15:55:03 +00:00
Carl Schwan
6ffe042d01
Fix 404 when using index.php in the url
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
(cherry picked from commit ee793572cb )
2022-07-05 15:55:00 +00:00
Carl Schwan
a49a1d6a01
Remove .php from url
...
Probably here for legacy reasons, but it is a bit weird to call an .php
endpoint that doesn't correspond to a .php file
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
(cherry picked from commit c7931086cc )
2022-07-05 15:54:59 +00:00
Carl Schwan
3750160d9f
Allow to disable password policy enforcement for selected groups
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
Co-authored-by: Vincent Petry <vincent@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-05 17:05:09 +02:00
blizzz
14af5f3c26
Merge pull request #33004 from nextcloud/backport/32719/stable23
...
[stable23] Fix email shares not being shown to other users
2022-07-05 12:55:19 +02:00
blizzz
9d91248760
Merge pull request #32792 from nextcloud/backport/32675/stable23
...
[stable23] Validate custom dashboard background image
2022-07-05 12:52:32 +02:00
blizzz
08826427ae
Merge pull request #32975 from nextcloud/backport/32016/stable23
...
[stable23] Use stored user for PasswordUpdatedEvent
2022-07-05 12:31:26 +02:00
Nextcloud bot
ad8acda2a2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-05 02:23:44 +00:00
Nextcloud bot
727b6ebd0d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-04 02:23:55 +00:00
Nextcloud bot
0224784a19
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-03 02:22:56 +00:00
Nextcloud bot
763196e6e6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-02 02:25:16 +00:00
Tobias Kaminsky
10b5b38c7e
Merge pull request #33059 from nextcloud/backport/33050/stable23
...
[stable23] Check whether entry is of type ICacheEntry in Cache->remove()
2022-07-01 10:40:49 +02:00
Nextcloud bot
e8e21adc6f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-01 02:34:54 +00:00
Jonas
7ee01a07fd
Check whether entry is of type ICacheEntry in Cache->remove()
...
In some scenarios (file not in cache, but partial data of it in the
object), Cache->get() might return an array, which leads to errors like
"Call to a member function getId() on array".
So check whether the returned entry is of type ICacheEntry before doing
operations on it in Cache->remove().
Fixes : #33023
Signed-off-by: Jonas <jonas@freesources.org >
2022-06-30 12:24:42 +00:00
Carl Schwan
26a4435f84
Merge pull request #33070 from nextcloud/backport/33065/stable23
...
[stable23] Fix detection of firefox in ContentSecurityPolicyNonceManager
2022-06-30 10:19:01 +02:00
Nextcloud bot
36aff74f6b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-30 02:24:06 +00:00
Carl Schwan
8ec3c2650f
Fix detection of firefox in ContentSecurityPolicyNonceManager
...
Reuse Request::USER_AGENT_FIREFOX, and also update the safari detection
since safari < 12 is not supported anymore and we can remove a bit of
code duplication
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-30 00:46:56 +00:00
Carl Schwan
02596df9ab
Merge pull request #33010 from nextcloud/dependabot/composer/stable23/guzzlehttp/guzzle-7.4.5
...
[stable23] Bump guzzlehttp/guzzle (7.3.0 => 7.4.5)
2022-06-29 12:21:02 +02:00
Nextcloud bot
12e96484ab
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-29 02:27:49 +00:00
Côme Chilliet
ec7c8e8cc1
Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8.1
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-28 10:09:38 +00:00
Louis
9f3e64d316
Merge pull request #33029 from nextcloud/backport/32998/stable23
...
[stable23] Rename setting name to reduce its length
2022-06-28 11:41:25 +02:00
Carl Schwan
ee543d0e92
Bump guzzlehttp/guzzle (7.3.0 => 7.4.5)
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-28 09:39:52 +00:00
Louis Chemineau
768b41ee45
Rename setting name to reduce its length
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-28 08:40:44 +00:00
Nextcloud bot
1eb680602b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-28 02:28:45 +00:00
Christopher Ng
b0571e916f
Use unique key to prevent email component reuse
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
(cherry picked from commit 9455cd74dfe6b966acc0905971e62853bdae4169)
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-06-27 18:59:32 +00:00
Simon L
46642cae4f
Merge pull request #33030 from nextcloud/backport/32968/stable23
...
[stable23] Do not display the buffer_size info if the size is already set to a c…
2022-06-27 19:01:52 +02:00
szaimen
6d0d38ae58
do not display the buffer_size info if the size is already set to a certain threshold
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Co-Authored-By: MichaIng <micha@dietpi.com >
2022-06-27 12:20:15 +00:00
Nextcloud bot
3aff3ef595
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-27 02:27:35 +00:00
Nextcloud bot
283e6222b6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-25 02:27:51 +00:00
dependabot[bot]
6b703be642
Update guzzlehttp/guzzle requirement in /build/integration
...
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.8/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.7...6.5.8 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-25 01:10:16 +00:00
Richard Steinmetz
6397113284
Fix email shares not being shown to other users
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2022-06-24 12:02:34 +02:00
blizzz
2c8e1c32d3
Merge pull request #32991 from nextcloud/backport/32988/stable23
...
[stable23] Improve local domain detection
2022-06-24 11:28:46 +02:00
Nextcloud bot
5e001f0602
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-24 02:27:29 +00:00
Louis
6644b17527
Merge pull request #32322 from nextcloud/backport/stable22/share_search_tweaks
...
[stable23] Add share search tweaks
2022-06-23 17:35:14 +02:00
Côme Chilliet
1f94d1b219
Improve local domain detection
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-23 10:57:26 +00:00
Nextcloud bot
a45bb06327
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-23 02:27:56 +00:00
blizzz
63fb2e0281
Merge pull request #32895 from nextcloud/backport/32878/stable23
...
[stable23] Fix default toast message for failed uploads with HTTP/2
2022-06-22 20:12:39 +02:00
Louis Chemineau
48477ba33a
Use stored user for PasswordUpdatedEvent
...
When handling PasswordUpdatedEvent event, we are calling getLoginName which does not exists.
This PR adds a condition to use the previously stored user when handling PasswordUpdatedEvent.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-22 10:27:39 +00:00
Nextcloud bot
b992699569
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-22 02:28:29 +00:00
Daniel Calviño Sánchez
4cd8ad0406
Fix default toast message for failed uploads with HTTP/2
...
When an upload fails a toast is shown with either a specific message or
just the textual part of the HTTP error code (which comes from the
upload failure handler and set by "jQuery.ajax()". However, if there
is neither a message nor an error then the toast will show the default
message from the Toastify-js library, which is an undescriptive "Hi
there!".
When HTTP/2 is used Chromium does not provide the textual part of the
HTTP error code, so when an upload fails the toast can receive an empty
message and thus just show "Hi there!". Now an explicit message is
provided as a fallback to prevent that.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-06-21 17:33:59 +00:00
blizzz
e7e782b831
Merge pull request #32871 from nextcloud/backport/32813/stable23
...
[stable23] Run php tests when 3rdparty changed
2022-06-21 18:53:18 +02:00
Nextcloud bot
f7d731abf0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-21 02:29:11 +00:00
blizzz
a2b1f7c8b7
Merge pull request #32921 from nextcloud/release/23.0.6
...
23.0.6
2022-06-20 13:45:05 +02:00
Arthur Schiwon
0fa6f90687
23.0.6
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-20 07:38:19 +00:00
Nextcloud bot
9cc5f0941f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-20 02:27:43 +00:00
Nextcloud bot
3d889ed506
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-19 02:28:08 +00:00
Nextcloud bot
ca0653cb27
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-18 02:27:45 +00:00
blizzz
eb7e7bcc9e
Merge pull request #32906 from nextcloud/backport/32898/stable23
...
[stable23] Fix logger overwriting vars in some circumstances
2022-06-17 18:39:31 +02:00
Arthur Schiwon
813a14a226
make placeholder a const for reuse
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-17 14:52:31 +02:00
Arthur Schiwon
263eca767d
fix overwriting original vars when logging
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-17 14:52:31 +02:00
Arthur Schiwon
33b442e9a5
add serializer test
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-17 14:52:31 +02:00
Bill McGonigle
e055209350
Mention missing files subdir
...
Many users are getting confused by the inaccurate error message "Home storage for user $user not writable" because the storage *is* writable. The actual issue is a missing files/ subdirectory. cf. https://help.nextcloud.com/t/home-storage-for-user-not-writable/10831/7
By mentioning the possible cause in the error message, users are going to be able to rapidly solve their problem rather than bang their heads against the screen, Google, and eventually forums to find out that the error message is wrong in their case.
Yes, it would be better to detect and precisely describe the fault, or fix the problem automatically, but until then, be kind to the users for the next however many years.
2022-06-17 10:46:32 +00:00
Nextcloud bot
41483c9577
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-17 02:28:05 +00:00
Nextcloud bot
37c569bb1a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-16 02:27:53 +00:00
Thomas Citharel
9d7729df3b
Update tests after ResetTokenBackgroundJob changes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-15 13:55:18 +00:00
Thomas Citharel
05150f2571
Use OCP version of TimedJob instead of OC for ResetTokenBackgroundJob
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-15 13:55:15 +00:00
Thomas Citharel
ff16e0425d
Make sure ResetTokenBackgroundJob doesn't execute if config is read-only
...
No need to try to delete the config key in config.php if we aren't
allowed to.
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-15 13:55:12 +00:00
Nextcloud bot
52fc620ba1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-15 02:28:16 +00:00
Daniel Kesselberg
70a127a3d1
Run php tests when 3rdparty changed
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-06-14 10:41:22 +00:00
Nextcloud bot
64fdc48a8a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-14 02:28:36 +00:00
blizzz
1956199419
Merge pull request #32784 from nextcloud/release/23.0.6_rc1
...
23.0.6 RC1
2022-06-13 21:12:33 +02:00
Arthur Schiwon
1216569e2a
23.0.6 RC1
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-13 17:28:19 +00:00
blizzz
61fc26b820
Merge pull request #32849 from nextcloud/backport/32806/stable23
...
[stable23] Revert "Remove inefficient fed share scanner"
2022-06-13 14:13:07 +02:00
blizzz
6da9417e3d
Merge pull request #32855 from nextcloud/backport/32843/stable23
...
[stable23] Correctly log failed attempts
2022-06-13 12:45:14 +02:00
blizzz
d41f5b4bdf
Merge pull request #32846 from nextcloud/backport/32685/stable23
...
[stable23] Fix replacing external storage password during debug log
2022-06-13 11:23:24 +02:00
Joas Schilling
9ff6b1a5d1
Correctly log failed attempts
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-13 08:34:48 +00:00
Carl Schwan
21f52f6670
Revert "Remove inefficient fed share scanner"
...
This reverts commit ce31914314 .
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
(cherry picked from commit 6667007bf2 )
2022-06-13 10:08:43 +02:00
Christoph Wurst
b1f594d555
Fix replacing external storage password during debug log
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-06-13 07:49:14 +00:00
blizzz
47455533dc
Merge pull request #32834 from nextcloud/backport/32799/stable23
...
[stable23] Fix exception handling when profile data is too long
2022-06-13 09:27:29 +02:00
Nextcloud bot
ca41d914bd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-13 02:28:35 +00:00
Joas Schilling
b2f78e1cb6
Fix exception handling when profile data is too long
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-12 13:51:02 +02:00
Nextcloud bot
f8d0ea28ba
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-12 02:28:14 +00:00
blizzz
63f810de83
Merge pull request #32821 from nextcloud/dependabot/composer/build/integration/stable23/guzzlehttp/guzzle-6.5.7
...
Update guzzlehttp/guzzle requirement from 6.5.6 to 6.5.7 in /build/integration
2022-06-12 02:41:36 +02:00
blizzz
6d483c0392
Merge pull request #32604 from nextcloud/backport/32575/stable23
...
[stable23] Improve warning about missing pnctl
2022-06-12 02:34:45 +02:00
blizzz
d2bd06508e
Merge pull request #32445 from nextcloud/backport/32357/stable23
...
[stable23] remove storage wrappers when deleting the user storage
2022-06-12 02:33:15 +02:00
blizzz
c66ad2cf91
Merge pull request #32391 from nextcloud/dependabot/npm_and_yarn/stable23/dompurify-2.3.8
...
Bump dompurify from 2.3.6 to 2.3.8
2022-06-12 02:32:51 +02:00
Nextcloud bot
78c60aafed
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-11 02:28:46 +00:00
dependabot[bot]
35cd6cab18
Update guzzlehttp/guzzle requirement in /build/integration
...
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.7/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.6...6.5.7 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-11 01:06:45 +00:00
dependabot[bot]
2ebe821fa4
Bump dompurify from 2.3.6 to 2.3.8
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.3.6 to 2.3.8.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.6...2.3.8 )
---
updated-dependencies:
- dependency-name: dompurify
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 >
2022-06-10 22:21:59 +00:00
blizzz
31afa299f5
Merge pull request #32808 from nextcloud/backport/32594/stable23
...
[stable23] Fix loading groupfolder info when share api is disabled
2022-06-11 00:20:12 +02:00
blizzz
39391701fc
Merge pull request #32680 from nextcloud/backport/32510/stable23
...
[stable23] Properly calculate primary element based on background luminance
2022-06-11 00:17:41 +02:00
blizzz
ce5af32872
fix typo
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
2022-06-11 00:16:01 +02:00
blizzz
520bb6e3ac
Merge pull request #31788 from nextcloud/backport/30438/stable23
...
[stable23] Fix column/property types in CalDAV
2022-06-11 00:08:58 +02:00
Robin Appelman
4055174c18
remove storage wrappers when deleting the user storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-10 15:40:53 +00:00
blizzz
938c2912d1
Merge pull request #32528 from nextcloud/dependabot/npm_and_yarn/stable23/handlebars-loader-1.7.2
...
Bump handlebars-loader from 1.7.1 to 1.7.2
2022-06-10 15:53:18 +02:00
blizzz
d6282656ff
Merge pull request #32637 from nextcloud/dependabot/composer/build/integration/stable23/guzzlehttp/guzzle-6.5.6
...
Update guzzlehttp/guzzle requirement from 6.5.5 to 6.5.6 in /build/integration
2022-06-10 15:52:23 +02:00
blizzz
5d57bb7845
Merge pull request #32795 from nextcloud/automated/noid/stable23-update-psalm-baseline
...
[stable23] Update psalm-baseline.xml
2022-06-10 15:51:47 +02:00
Vincent Petry
ce7b7226da
Merge pull request #32658 from nextcloud/backport/32655/stable23
...
[stable23] Handle non existing settings again
2022-06-10 15:32:21 +02:00
Vincent Petry
b2cd92cc14
Merge pull request #32693 from nextcloud/backport/32471/stable23
...
[stable23] Make sure activities are not created when a deleted calendar object expires
2022-06-10 15:28:10 +02:00
blizzz
00d5d8caa5
Merge pull request #32810 from nextcloud/update-id3parser-stable23
...
[stable23] Update 3rdparty for christophwurst/id3parser 0.1.4
2022-06-10 13:24:45 +02:00
Vincent Petry
f68ff54960
Merge pull request #32777 from nextcloud/backport/32767/stable23
...
[stable23] handle stream wrappers in SeekableHttpStream
2022-06-10 11:38:01 +02:00
Carl Schwan
dd809633d9
Merge pull request #32759 from nextcloud/backport/stable23/upload-speed
...
[stable23] Make X-HAS-{MD5/SHA256} opt-in
2022-06-10 11:34:54 +02:00
Vincent Petry
798aad883e
Merge pull request #32711 from nextcloud/backport/32662/stable23
...
[stable23] Cleanup temporary files after finishing the write to object storage
2022-06-10 11:09:46 +02:00
Richard Steinmetz
93487d9f98
Update 3rdparty for christophwurst/id3parser 0.1.4
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2022-06-10 11:05:17 +02:00
Carl Schwan
e9fb69a742
Fix loading groupfolder info when share api is disabled
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
(cherry picked from commit 3ea740e13753bc3e742f1da34041ff6014c7d287)
2022-06-10 10:46:42 +02:00
nextcloud-command
c9fde7b2f9
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-06-10 04:14:09 +00:00
Nextcloud bot
b2ff127937
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-10 02:34:12 +00:00
Joas Schilling
eb9b249e46
Merge pull request #32789 from nextcloud/backport/32765/stable23
...
[stable23] Add back the deleted.png file
2022-06-09 23:01:05 +02:00
Christopher Ng
bb7b115b62
Validate custom dashboard background image
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 16:04:34 +00:00
Anna Larch
66cc9b6669
Add back the deleted.png file as SVG forwarding doesn't work for /core/img
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-06-09 13:18:47 +00:00
Vincent Petry
9cc8bba663
Merge pull request #32771 from nextcloud/backport/32697/stable23
...
[stable23] Fix get avatar authorization
2022-06-09 12:03:29 +02:00
Robin Appelman
a200afac68
handle stream wrappers in SeekableHttpStream
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-09 08:24:21 +00:00
Nextcloud bot
c2512594f2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-09 02:32:15 +00:00
Christopher Ng
4e04f4e883
Test all scopes
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-08 23:34:48 +00:00
Christopher Ng
e6e5e08d78
Fix get avatar authorization
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-08 23:34:46 +00:00
Carl Schwan
64288ae84c
Make X-HAS-{MD5/SHA256} opt-in
...
This is not always needed and slow down the upload
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
(cherry picked from commit 1b426eda44 )
2022-06-08 13:40:26 +02:00
Nextcloud bot
d244c0c647
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-08 02:32:46 +00:00
Louis Chemineau
cb66d11a40
Use email settings in DAV search
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-07 11:37:26 +00:00
Louis Chemineau
77f7855892
Use share setting in DAV search
...
shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-07 11:37:25 +00:00
Louis Chemineau
d0bfca5131
Add setting to ignore email during search
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-07 11:37:25 +00:00
Louis Chemineau
e297e1ce18
Add settings to ignore second display name in search
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-07 11:37:25 +00:00
Louis Chemineau
841f83bb1a
Tweak tests to include shareapi_restrict_user_enumeration_full_match_userid
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-07 11:37:25 +00:00
Louis Chemineau
839046a50b
Add settings to not match userID during full match
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-07 11:37:25 +00:00
Thomas Citharel
1c9b50a226
Make sure activities are not created when a deleted calendar object expires
...
Closes https://github.com/nextcloud/activity/issues/784
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-07 10:25:04 +02:00
Nextcloud bot
88e8f6e308
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-07 02:31:15 +00:00
Nextcloud bot
5b0d1a5c0f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-06 02:34:24 +00:00
Nextcloud bot
b9941d8b92
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-05 02:33:28 +00:00
Nextcloud bot
da41fafe95
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-04 02:32:14 +00:00
Joas Schilling
aa83a7063f
Merge pull request #32651 from nextcloud/update-3rdparty-stable23
...
[stable23] Update 3rdparty for symfony/translation:4.4.41
2022-06-03 15:30:42 +02:00
Nextcloud bot
59c7af968c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-03 02:34:29 +00:00
Julius Härtl
9b914f02b1
Cleanup temporary files after finishing the write to object storage
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-06-02 16:31:26 +00:00
blizzz
e2a6c9b0d3
Merge pull request #32706 from nextcloud/backport/32690/stable23
...
[stable23] Trim mount point before matching in encryption code
2022-06-02 17:28:40 +02:00
Vincent Petry
c2c65c26fd
Add unit tests for encryption's isSystemWideMountPoint
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-06-02 12:10:12 +00:00
Vincent Petry
b0b03661c1
Trim mount point before matching in encryption code
...
Often times the mount point has a leading slash.
This fix sanitizes it to make sure matching works.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-06-02 12:10:07 +00:00
Nextcloud bot
3f3c7f6c07
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-02 02:33:15 +00:00
blizzz
ae19916320
Merge pull request #32679 from nextcloud/backport/32592/stable23
...
[stable23] allow use of rememberme cookies for IApacheAuth backends
2022-06-01 12:25:50 +02:00
John Molakvoæ
06ae90a639
Properly calculate primary element based on background luminance
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-06-01 05:42:34 +00:00
Nextcloud bot
722ebedf37
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-01 02:32:47 +00:00
Arthur Schiwon
600d359f79
allow use of rememberme cookies for IApacheAuth backends
...
- e.g. enables it for SAML backend
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-05-31 21:59:28 +00:00
Pytal
8d6a635e8c
Merge pull request #32625 from nextcloud/backport/32618/stable23
2022-05-31 09:50:45 -07:00
Joas Schilling
c49b255b01
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-31 10:26:10 +02:00
Nextcloud bot
5a9b30ab16
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-31 02:33:29 +00:00
dependabot[bot]
5470cb2d97
Update guzzlehttp/guzzle requirement in /build/integration
...
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.6/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.5...6.5.6 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-30 16:48:07 +00:00
Carl Schwan
626ae0c1bb
Handle non existing settings again
...
See https://github.com/nextcloud/server/pull/28189#issuecomment-1140874991
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-30 11:01:19 +00:00
Joas Schilling
01ae09dbea
Update 3rdparty for symfony/translation:4.4.41
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-30 08:37:33 +02:00
Nextcloud bot
9a499a2f63
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-30 02:32:16 +00:00
Nextcloud bot
3da9dd6647
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-29 02:33:45 +00:00
Joas Schilling
e89730cb04
Merge pull request #32622 from nextcloud/backport/32601/stable23
...
[stable23] Move Gd failed operations to debug level
2022-05-27 13:32:07 +02:00
Joas Schilling
3e3b44b181
Don't overwrite certain values if the refreshing comes in via short updates
...
This e.g. happens from the talk participant list which only has the status, message and icon.
Due to the overwriting e.g. the clearAt was overwritten with null
and afterwards the status modal showed "Invalid date" as "Clear at"
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-27 12:34:56 +02:00
Joas Schilling
0d76d7b7b8
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-27 12:18:36 +02:00
Joas Schilling
371885c20f
Fix missing status with predefined status in drop-down
...
When a predefined status message was used, the status was not "processed"
so it was missing the translated message and the icon in the dropdown and the menu afterwards
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-27 12:18:09 +02:00
Git'Fellow
bd739bc219
Move Gd failed operations to debug level
...
Instead of error
2022-05-27 09:38:17 +00:00
Nextcloud bot
087140bdf5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-27 02:31:23 +00:00
Nextcloud bot
6ca7c785c8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-26 02:31:48 +00:00
Carl Schwan
c00ed63d0c
Improve warning about missing pnctl
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-25 17:50:41 +00:00
Nextcloud bot
5fc909c5a6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-25 02:36:26 +00:00
Nextcloud bot
74707953bc
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-24 02:33:10 +00:00
Nextcloud bot
dedbb9433a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-23 02:31:25 +00:00
Nextcloud bot
0511081bad
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-22 02:31:16 +00:00
Nextcloud bot
1969cc95c2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-21 02:34:19 +00:00
dependabot[bot]
d1959985da
Bump handlebars-loader from 1.7.1 to 1.7.2
...
Bumps [handlebars-loader](https://github.com/pcardune/handlebars-loader ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/pcardune/handlebars-loader/releases )
- [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pcardune/handlebars-loader/compare/v1.7.1...v1.7.2 )
---
updated-dependencies:
- dependency-name: handlebars-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-21 02:10:10 +00:00
blizzz
3c90027076
Merge pull request #32081 from nextcloud/backport/31359/stable23_2
...
[stable23] Fix apps settings error message timeout
2022-05-20 10:20:27 +02:00
Nextcloud bot
0d69d53440
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-20 02:33:30 +00:00
Simon L
2ed6f88d88
Merge pull request #32456 from nextcloud/backport/32439/stable23
...
[stable23] adjust wording for database checks
2022-05-19 17:53:12 +02:00
blizzz
e86a773f6e
Merge pull request #32494 from nextcloud/releases/23.0.5/final
...
23.0.5
2022-05-19 13:45:58 +02:00
Arthur Schiwon
dd81224e6a
23.0.5
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-05-19 11:41:25 +02:00
blizzz
127e8a8869
Merge pull request #32474 from nextcloud/backport/32428/stable23
...
[stable23] Add Email validation
2022-05-19 11:37:23 +02:00
Nextcloud bot
c69027efef
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-19 02:32:45 +00:00
Anna Larch
0fde0a8ad7
Add email validation
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-05-18 09:41:13 +00:00
Nextcloud bot
dd5e4a4af4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-18 02:33:08 +00:00
szaimen
0bc3706c92
adjust wording for database checks
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-05-17 11:23:56 +00:00
Christopher Ng
305020ea2f
Fix apps settings error message timeout
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-05-17 06:52:54 +00:00
Nextcloud bot
d8d998eb61
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-17 02:29:51 +00:00
blizzz
a37f5ab058
Merge pull request #32423 from nextcloud/releases/23.0.5/rc1
...
23.0.5 RC1
2022-05-17 00:34:12 +02:00
blizzz
4062c52e80
Merge pull request #32417 from nextcloud/backport/stable23/fix/30002
...
[stable23] Explicitly close div element
2022-05-16 23:59:53 +02:00
Louis Chemineau
a6208281f1
Explicitly close div element
...
Fix : #30002
Signed-off-by: Louis Chemineau <louis@chmn.me >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-05-16 18:45:28 +00:00
Joas Schilling
33c21e1b74
Merge pull request #32422 from nextcloud/backport/32375/stable23
...
[stable23] Show user account on grant loginflow step
2022-05-16 15:58:02 +02:00
Joas Schilling
596f8fd23a
Merge pull request #32420 from nextcloud/backport/32305/stable23
...
[stable23] Fix user agent trimming on installation
2022-05-16 15:18:14 +02:00
blizzz
3b566d8887
Merge pull request #32330 from nextcloud/backport/32149/stable23
...
[stable23] fix for transferring ownership of groupfolders
2022-05-16 12:25:31 +02:00
blizzz
6da3fc6458
Merge pull request #32323 from nextcloud/fix/noid/preview-duplicate-folder-creation-stable23
...
[stable23] Fix preview generator trying to recreate an existing folder
2022-05-16 12:24:50 +02:00
blizzz
9ff3b29c74
Merge pull request #32247 from nextcloud/backport/31032/stable23
...
[stable23] Don't use plain URL on the email subject
2022-05-16 12:22:53 +02:00
blizzz
adc0690960
Merge pull request #32124 from nextcloud/backport/32074/stable23
...
[stable23] tell mysql to ignore the sort index for search queries
2022-05-16 12:22:05 +02:00
blizzz
cf31a301db
Merge pull request #32101 from nextcloud/dependabot/npm_and_yarn/stable23/moment-2.29.3
...
Bump moment from 2.29.2 to 2.29.3
2022-05-16 12:21:36 +02:00
blizzz
efd1ac0cad
Merge pull request #31978 from nextcloud/backport/31826/stable23
...
[stable23] Log why the login token can't be used for credentials
2022-05-16 12:20:59 +02:00
blizzz
64a912ea7b
Merge pull request #31976 from nextcloud/backport/31886/stable23
...
[stable23] Principal search by display name case insensitive
2022-05-16 12:20:05 +02:00
Joas Schilling
e432abdb1b
Extend tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-16 10:17:15 +00:00
Joas Schilling
7cee0eb8c1
Show user account on grant loginflow step
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-16 10:17:11 +00:00
Joas Schilling
82ada01ad6
Fix user agent trimming on installation
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-16 10:16:17 +00:00
Arthur Schiwon
3ec3bed7a6
23.0.5 RC1
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-05-16 12:14:53 +02:00
Nextcloud bot
032e64f730
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-16 02:30:05 +00:00
Nextcloud bot
ff35a88715
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-14 02:29:44 +00:00
Nextcloud bot
d12e88166a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-13 02:29:26 +00:00
John Molakvoæ
58eae891da
Merge pull request #32334 from nextcloud/dependabot/npm_and_yarn/stable23/testing-library/vue-5.8.3
2022-05-11 11:04:55 +02:00
dependabot[bot]
a199f1ac1a
Bump @testing-library/vue from 5.8.2 to 5.8.3
...
Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library ) from 5.8.2 to 5.8.3.
- [Release notes](https://github.com/testing-library/vue-testing-library/releases )
- [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.8.2...v5.8.3 )
---
updated-dependencies:
- dependency-name: "@testing-library/vue"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-11 07:31:20 +00:00
Vanessa Pertsch
608fc82fd4
fix for transferring ownership of groupfolders
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com >
2022-05-11 06:51:30 +00:00
Richard Steinmetz
468ff90031
Fix preview generator trying to recreate an existing folder
...
Backport of #32315
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2022-05-10 13:37:30 +02:00
Nextcloud bot
1def8bdd0e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-10 02:36:48 +00:00
Côme Chilliet
47a34c0961
Merge pull request #32284 from nextcloud/backport/32246/stable23
...
[stable23] Don't use hash to check if binding worked
2022-05-09 09:31:09 +02:00
Nextcloud bot
b5f7ef001c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-09 02:29:11 +00:00
Nextcloud bot
70714c90c3
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-08 02:29:10 +00:00
Nextcloud bot
c53e7bdb74
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-07 02:28:39 +00:00
Nextcloud bot
f20499feb7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-06 02:28:57 +00:00
blizzz
72882aca1e
Merge pull request #31818 from nextcloud/backport/31574/stable23
...
[stable23] use the nextcloud certificate bundle for s3
2022-05-05 20:21:00 +02:00
blizzz
5ffb8269a8
Merge pull request #31902 from nextcloud/backport/31713/stable23
...
[stable23] Federated share performance improvements
2022-05-05 20:20:14 +02:00
Carl Schwan
22831d27e4
Don't use slow hashing to check the LDAP binding
...
Using password_hash is expensive and should be used for hashing
passwords when saving them in the database. Here we just want to see if
the bind was already done with the given password, so use a fast hashing
algorythm.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-05 16:59:49 +00:00
Nextcloud bot
0b7cc5f960
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-05 02:28:47 +00:00
Nextcloud bot
1e84526238
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-04 02:30:57 +00:00
Nextcloud bot
2cd18385cc
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-03 02:29:08 +00:00
acsfer
c565f4a3fb
Don't use plain URL on the subject
...
Many servers classify emails with plain URLs on subject as spam, or can event reject/discard it completely. Don't use it and display Instance Name instead.
`550 5.2.0 GIuMngdpZqS9h Mail rejected. OFR_506 [506]`
2022-05-02 21:10:32 +00:00
Nextcloud bot
a8d8f538ec
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-02 13:13:10 +00:00
Nextcloud bot
e71718df35
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-02 02:29:39 +00:00
Nextcloud bot
77039e2e99
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-30 02:27:43 +00:00
Nextcloud bot
7abd526813
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-29 02:28:46 +00:00
Simon L
3b7ecb542d
Merge pull request #32160 from nextcloud/backport/32155/stable23
...
[stable23] Fx translations with trailing colon
2022-04-28 09:24:03 +02:00
Nextcloud bot
b13950c4d3
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-28 02:28:58 +00:00
Simon L
7e540b9a64
Merge pull request #32182 from nextcloud/backport/32139/stable23
...
[stable23] fix social sharing buttons
2022-04-27 15:47:45 +02:00
Simon L
05c2bb4e1d
Merge pull request #32174 from nextcloud/backport/32154/stable23
...
[stable23] l10n: Change apostrophe
2022-04-27 13:59:55 +02:00
szaimen
21cceef980
fix the backport
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-04-27 13:36:31 +02:00
szaimen
111dea12af
fix social sharing buttons
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-04-27 11:34:06 +00:00
Valdnet
7ff49b23b5
l10n: Change apostrophe
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-04-27 07:42:15 +00:00
Nextcloud bot
ae4cf0cd38
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-27 02:31:47 +00:00
Joas Schilling
85b517ad10
Fix translations with trailing colons
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-26 11:45:57 +00:00
Joas Schilling
f28e534413
Add a unit test for translation with trailing colon
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-26 11:45:56 +00:00
Simon L
ae231b8d5c
Merge pull request #32115 from nextcloud/backport/32114/stable23
...
[stable23] fix showing of all apps are up-to-date in apps management
2022-04-26 13:22:37 +02:00
Simon L
6544607288
Merge pull request #32135 from nextcloud/backport/32121/stable23
...
[stable23] update description of cronjob settings to be aligned to the documenta…
2022-04-26 10:22:10 +02:00
szaimen
056e11948a
fix showing of all apps are up-to-date in apps management
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-04-26 07:58:14 +00:00
Nextcloud bot
cddf2f5941
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-26 02:28:37 +00:00
dependabot[bot]
16f1a48a0c
Bump moment from 2.29.2 to 2.29.3
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.3.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.3 )
---
updated-dependencies:
- dependency-name: moment
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 >
2022-04-25 18:04:58 +00:00
Pytal
1628e57c89
Merge pull request #32120 from nextcloud/backport/32070/stable23
2022-04-25 10:30:53 -07:00
Joas Schilling
3330e01c57
Merge pull request #32131 from nextcloud/backport/32109/stable23
...
[stable23] Get not only time-sensitive next job from list but any when not in cron-mode
2022-04-25 17:31:02 +02:00
szaimen
5913dbcc36
update description of cronjob settings to be aligned to the documentation update
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-04-25 13:57:43 +00:00
Kirill Popov
e864d4212e
Get not only time-sensitive next job from list but any
...
Before the change webcron used to select
**only** time-sensitive tasks.
Signed-off-by: Kirill Popov <kirill.s.popov@gmail.com >
2022-04-25 13:22:58 +00:00
Robin Appelman
2831da14be
tell mysql to ignore the sort index for search queries
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-25 11:56:44 +00:00
Côme Chilliet
a8ebd9909c
Avoid updating _lastChange when nothing is changed in the configuration
...
Had to set at least one var when creating an empty configuration in
order to save the default values.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-25 10:46:07 +00:00
Côme Chilliet
6e1ac0a9bb
Do not update _lastChanged on auto-detected attributes
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-25 10:46:07 +00:00
Nextcloud bot
7c38eec48a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-25 02:28:01 +00:00
Nextcloud bot
1184619bae
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-24 02:28:39 +00:00
dependabot[bot]
3816cfdd36
Merge pull request #32100 from nextcloud/dependabot/npm_and_yarn/stable23/babel-loader-8.2.5
2022-04-23 06:23:07 +00:00
dependabot[bot]
c416a9d256
Bump babel-loader from 8.2.4 to 8.2.5
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.4 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-23 02:57:48 +00:00
Nextcloud bot
0503227a93
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-23 02:28:06 +00:00
Nextcloud bot
32f77e3a88
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-22 02:29:10 +00:00
blizzz
3d4015ae4d
Merge pull request #32037 from nextcloud/release/final/23.0.4
...
23.0.4
2022-04-21 17:38:46 +02:00
Arthur Schiwon
40cdea6d85
23.0.4
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-04-21 11:21:04 +02:00
Nextcloud bot
8f15a34324
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-21 02:28:23 +00:00
Nextcloud bot
407e5a3a1e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-20 02:28:54 +00:00
blizzz
b19d148474
Merge pull request #32010 from nextcloud/revert-31455-backport/31359/stable23
...
Revert "[stable23] Fix apps settings error message timeout"
2022-04-19 15:10:51 +02:00
blizzz
2fe42cbdc5
Revert "[stable23] Fix apps settings error message timeout"
2022-04-19 12:13:40 +02:00
Louis
e36ffaa5f9
Merge pull request #31455 from nextcloud/backport/31359/stable23
...
[stable23] Fix apps settings error message timeout
2022-04-19 10:47:18 +02:00
Nextcloud bot
b8da140bcd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-19 02:28:11 +00:00
Nextcloud bot
ff33f448c9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-18 02:27:41 +00:00
Nextcloud bot
3efce37f3d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-17 02:26:57 +00:00
Nextcloud bot
17656c4abe
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-16 02:27:02 +00:00
Nextcloud bot
bde96fb0f9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-15 02:27:30 +00:00
blizzz
a560c52c6f
Merge pull request #31961 from nextcloud/release/rc1/23.0.4
...
23.0.4 RC1
2022-04-14 22:25:08 +02:00
blizzz
28f908808a
Merge pull request #31968 from nextcloud/backport/31908/stable23
...
[stable23] Fix LDAP Dark Theme Issue
2022-04-14 22:20:48 +02:00
blizzz
ca11c567e3
Merge pull request #31856 from nextcloud/backport/31594/stable23
...
[stable23] Log in audit log federated shares events
2022-04-14 22:16:04 +02:00
blizzz
798ea58c3e
Merge pull request #31831 from nextcloud/backport/31380/stable23
...
[stable23] Ignore errors when searching for bundled preview
2022-04-14 22:15:20 +02:00
blizzz
ae1a99ccb6
Merge pull request #31821 from nextcloud/dependabot/composer/stable23/guzzlehttp/psr7-1.8.5
...
[stable23] Bump guzzlehttp/psr7 from 1.8.3 to 1.8.5
2022-04-14 22:14:44 +02:00
blizzz
b5a920440f
Merge pull request #31785 from nextcloud/backport/31779/stable23
...
[stable23] Fix assignment of the LDAP Wizard connection
2022-04-14 22:10:58 +02:00
blizzz
97d5000437
Merge pull request #31748 from nextcloud/backport/31592/stable23
...
[stable23] Add direct arg to login flow
2022-04-14 22:10:32 +02:00
Joas Schilling
07249728d4
Merge pull request #31678 from nextcloud/backport/31658/stable23
...
[stable23] Limit the length of app password names
2022-04-14 22:10:15 +02:00
blizzz
24aae72e7e
Merge pull request #31641 from nextcloud/backport/31193/stable23
...
[stable23] Add optional WebDav propfind properties to count sub elements
2022-04-14 22:08:23 +02:00
blizzz
e5c6de3c01
Merge pull request #31634 from nextcloud/backport/31470/stable23
...
[stable23] improve imagick, bcmath and gmp extension warnings
2022-04-14 22:07:45 +02:00
Christopher Ng
762aa514db
Fix apps settings error message timeout
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-04-14 18:55:44 +00:00
Christoph Wurst
c2ac17b858
Log why the login token can't be used for credentials
...
And always pass the exception object to the logger.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-04-14 18:36:43 +00:00
Vincent Petry
0aa70b3d88
Principal search by display name case insensitive
...
Adjust principal search to be case insensitive even with exact match.
This aligns the behavior to how the search also works in
Collaborators/UserPlugin
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-04-14 13:11:04 +00:00
Vincent Petry
eed25090d9
Add direct arg to login flow
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Co-Authored-by: Carl Schwan <carl@carlschwan.eu >
2022-04-14 14:31:41 +02:00
Andy Xheli
5432d7c132
Fix LDAP Dark Theme Issue
...
Signed-off-by: Andy Xheli axheli@axtsolutions.com
2022-04-14 13:57:38 +02:00
blizzz
e2f137c2db
Merge pull request #31949 from nextcloud/backport/31910/stable23
...
[stable23] Fix accept/reject remote share action
2022-04-14 13:53:20 +02:00
blizzz
8e49840b4a
Merge pull request #31923 from nextcloud/backport/31610/stable23
...
[stable23] fix shared mount roots not being returned from `getSharesInFolder`
2022-04-14 13:50:35 +02:00
blizzz
b345641606
Merge pull request #31913 from nextcloud/dependabot/npm_and_yarn/stable23/moment-2.29.2
...
[stable23] Bump moment from 2.29.1 to 2.29.2
2022-04-14 13:49:35 +02:00
Arthur Schiwon
8b8f0e6a20
adjust since annotation to backport target
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-04-14 13:47:02 +02:00
Robin Appelman
d334f21bd5
use the same cached propfind for free space for dav storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-14 13:47:02 +02:00
Robin Appelman
cc74bff50c
only request free space once for external shares
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-14 13:47:02 +02:00
Robin Appelman
de99d90654
use all possible permissions dav properties
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-14 13:47:02 +02:00
Robin Appelman
d33ba15c38
don't overwrite the etag from storage backends that already provide "good" etags
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-14 13:47:02 +02:00
blizzz
35c7d14f95
Merge pull request #31880 from nextcloud/backport/31877/stable23
...
[stable23] Do not decorate the CLI output if it's explicitly turned off
2022-04-14 13:43:56 +02:00
blizzz
bc52905ad0
Merge pull request #31878 from nextcloud/backport/31754/stable23
...
[stable23] Fix incorrect if conditions in View
2022-04-14 13:42:41 +02:00
Carl Schwan
49410bc2d9
Log in audit log federated shares events
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-04-14 13:41:58 +02:00
blizzz
ee9ac5bcfb
Merge pull request #31836 from nextcloud/backport/31734/stable23
...
[stable23] dont re-query fileinfo when getting dav quota
2022-04-14 13:39:47 +02:00
blizzz
eee279de78
Merge pull request #31835 from nextcloud/backport/31816/stable23
...
[stable23] Deduplicate storage ids in list before reusing
2022-04-14 13:39:04 +02:00
Côme Chilliet
07770fce99
Ignore errors when searching for bundled preview
...
When an odt file is xml and not zip, it would throw a ValueError.
It will now just ignore this file and return null for the preview.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-14 13:38:29 +02:00
Carl Schwan
56861106af
Bump guzzlehttp/psr7 from 1.8.3 to 1.8.5
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-04-14 13:36:43 +02:00
Robin Appelman
9342faccad
don't try to get custom certs for s3 primary storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-14 13:36:09 +02:00
Robin Appelman
a93dcbbcfc
return default bundle when there is an error getting the bundle
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-14 13:36:09 +02:00
Robin Appelman
eb8989f40b
use the nextcloud certificate bundle for s3
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-14 13:36:08 +02:00
blizzz
04c8cf4cad
Merge pull request #31804 from nextcloud/backport/31782/stable23
...
[stable23] Fix ldap wizard styling
2022-04-14 13:33:56 +02:00
Christoph Wurst
337a3238bd
Fix CalDAV subscriptions calendarorder column/prop type
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-04-14 13:32:39 +02:00
Christoph Wurst
12db5e1a67
Fix column/property type of the calendar order
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-04-14 13:32:39 +02:00
Christoph Wurst
124c63dd6b
Fix column/property type of the CalDAV deleted_at time stamp
...
The timestamp is an int, but we treated it as string. With this patch
the property map is enriched with types and settype casts the value if
necessary.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-04-14 13:32:39 +02:00
szaimen
9e3b08924d
fix tests
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-04-14 13:29:46 +02:00
szaimen
6af075a7e7
allow to disable the imagick warning
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Co-Authored-By: MichaIng <micha@dietpi.com >
2022-04-14 13:29:46 +02:00
Christoph Wurst
766942a554
Fix assignment of the LDAP Wizard connection
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-04-14 13:28:10 +02:00
Julien Veyssier
6b1fbb4fb1
add optional WebDav propfind properties to show number of folders/files inside a folder
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-04-14 13:23:50 +02:00
blizzz
6df2e22871
Merge pull request #31540 from nextcloud/backport/31454/stable23
...
[stable23] Fix the logger that is imported for critical actions
2022-04-14 13:19:45 +02:00
blizzz
e4b68e4b37
Merge pull request #31521 from nextcloud/backport/31491/stable23
...
[stable23] Fix duplicated UUID detection when there are empty uuids
2022-04-14 13:18:38 +02:00
blizzz
ea3a9ba86e
Merge pull request #31453 from nextcloud/s3-primary-ci-23
...
[stable23] Run tests with primary object storage in CI + large upload fixes
2022-04-14 13:17:16 +02:00
szaimen
7fd4b961df
Fix accept/reject remote share action
...
This is the fix for the described problem in
https://github.com/nextcloud/server/issues/31301
Signed-off-by: MSe1969 <mse1969@posteo.de >
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-04-14 09:50:43 +00:00
dependabot[bot]
67ddb9ce11
Bump moment from 2.29.1 to 2.29.2
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
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 >
2022-04-14 09:34:01 +00:00
Richard Steinmetz
fcd2e8f2ea
Fix ldap wizard styling
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2022-04-14 11:07:58 +02:00
Côme Chilliet
aef9ba237f
Fix incorrect if conditions in View
...
($something->getPermissions() && Constants::PERMISSION_READ) does not
make sense as PERMISSION_READ contant is 1 this will always evaluate to
true.
getPersmissions is returning an int which is a bitwise combination as
documented in the interface, so it should be used with bit operators.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-14 11:03:34 +02:00
Nextcloud bot
69262f83a7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-14 02:28:56 +00:00
Arthur Schiwon
db0d97de28
23.0.4 RC1
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-04-13 21:26:50 +02:00
Robin Appelman
ef5b60e4cb
fix shared mount roots not being returned from getSharesInFolder
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-13 21:26:16 +02:00
Robin Appelman
3da45428b6
dont re-query fileinfo when getting dav quota
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-13 16:22:21 +02:00
John Molakvoæ
df576c66fa
Merge pull request #31862 from nextcloud/update-autoloaders-and-node
2022-04-13 16:08:48 +02:00
Vincent Petry
c8e1143328
Merge pull request #31946 from nextcloud/s3-versioning-not-implemented-23
...
[23] AmazonS3: allow not implemented versioning
2022-04-13 13:21:42 +02:00
Vincent Petry
0444c15f68
Merge pull request #31940 from nextcloud/backport/31907/stable23
...
[stable23] confirm user is internal to globalscale
2022-04-13 13:20:58 +02:00
Vincent Petry
ce44d1526b
Merge pull request #31846 from nextcloud/backport/31684/stable23
...
[stable23] take permissions from multiple paths into account for share permissions
2022-04-13 13:18:57 +02:00
blizzz
268010183a
Merge pull request #31955 from nextcloud/backport/31933/stable23
...
[stable23] update CRL after revocation of socialsharing_telegram.csr
2022-04-13 09:37:49 +02:00
Vitor Mattos
fc1cacfec9
Update root.crt
...
Reference: https://github.com/nextcloud/app-certificate-requests/pull/515
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-04-13 07:36:32 +00:00
Nextcloud bot
221185f820
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-13 02:28:37 +00:00
MichaIng
81af11f8c3
Update autoloaders and Node package-lock.json
...
Signed-off-by: MichaIng <micha@dietpi.com >
2022-04-13 00:04:24 +02:00
Erik van Velzen
4d33494173
AmazonS3: allow not implemented versioning
...
In case the S3 implementation does not implement versioning, set it to
false. Versioning was introduced in Nexcloud in commit
09ffac5e6d
This is needed for compatibility with the Storj gateway.
Signed-off-by: Erik van Velzen <erik@evanv.nl >
2022-04-12 16:07:07 +02:00
Maxence Lange
7e31403dfa
confirm user is internal to globalscale
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2022-04-12 12:17:20 +00:00
Nextcloud bot
8ec5401e34
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-12 02:27:59 +00:00
Joas Schilling
1f5f2fc1b0
Merge pull request #31882 from nextcloud/backport/31876/stable23
...
[stable23] Fix \OC_App::getCurrentApp() when being called from CLI or phpunit
2022-04-11 12:52:26 +02:00
Nextcloud bot
4a3f07bed8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-11 02:28:11 +00:00
Nextcloud bot
f892955e7a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-10 02:33:57 +00:00
Nextcloud bot
0fa1cca179
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-09 02:27:53 +00:00
Nextcloud bot
f0f60cbacd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-08 02:28:35 +00:00
Joas Schilling
8f77199366
Log exception
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-07 16:17:40 +00:00
Joas Schilling
2c238e4bf6
Fix \OC_App::getCurrentApp() when being called from CLI or phpunit
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-07 16:17:39 +00:00
Christoph Wurst
065eda3caf
Do not decorate the CLI output if it's explicitly turned off
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-04-07 15:18:00 +00:00
Nextcloud bot
c17e72eff5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-07 02:27:49 +00:00
Nextcloud bot
51f361f81a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-06 02:28:04 +00:00
Robin Appelman
aecbd1c841
take permissions from multiple paths into account for share permissions
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-05 15:41:58 +00:00
Nextcloud bot
b29f6f2f75
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-05 02:28:16 +00:00
Joas Schilling
961bf74ae4
Deduplicate storage ids in list before reusing
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-04 17:18:04 +00:00
Nextcloud bot
d2a16ce034
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-04 02:27:27 +00:00
Nextcloud bot
add69e0a03
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-03 02:27:09 +00:00
Nextcloud bot
ccca757ad0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-02 02:28:02 +00:00
Nextcloud bot
b404e3fda6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-01 02:28:25 +00:00
Louis
45137b5ad2
Merge pull request #31774 from nextcloud/backport/31737/stable23
...
[stable23] Wrap oauth2 migrations inside conditions
2022-03-31 17:42:56 +02:00
Côme Chilliet
afc93afcaf
Merge pull request #31514 from nextcloud/backport/31421/stable23
...
[stable23] user_ldap fix ldap connection resets #31421
2022-03-31 14:18:01 +02:00
Louis Chemineau
0ce1d895d2
Wrap oauth2 migrations inside conditions
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-03-31 11:46:22 +00:00
Nextcloud bot
c1ecb0c3b4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-31 02:29:48 +00:00
Simon L
784748fb9a
Merge pull request #31740 from nextcloud/backport/stable23/31537
...
[stable23] show that the web updater is not recommended on big instances
2022-03-31 00:35:55 +02:00
Nextcloud bot
3a52f06b04
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-30 02:27:41 +00:00
Côme Chilliet
ab6439a04b
Fix $baseDN parameter type in ILDAPWrapper::read
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-03-29 16:20:28 +02:00
Côme Chilliet
0b88d725b0
Inherit doc from interface in LDAP class
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-03-29 14:50:54 +02:00
Côme Chilliet
92415eaef7
Fix unit tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-03-29 13:47:52 +02:00
Louis
4a1f78ff3f
Merge pull request #31730 from nextcloud/backport/30276/stable23
...
[stable23] Add oauth2_clients migration for Owncloud
2022-03-29 10:39:06 +02:00
Louis
dd4b3003fb
Merge pull request #31733 from nextcloud/backport/31221/stable23
...
[stable23] Don't create cards_abiduri it if already exists
2022-03-29 10:36:11 +02:00
Côme Chilliet
414d4bf200
Fix executeRead when connection is reset because of a timeout
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-03-29 08:34:03 +00:00
Nextcloud bot
1c0e8719ad
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-29 02:28:15 +00:00
szaimen
5d01de8a10
address reviews
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-03-28 23:54:38 +02:00
szaimen
71ff8e58dd
show warning in update admin overview
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-03-28 23:54:38 +02:00
Louis Chemineau
ed3e37f3c1
Don't create cards_abiduri it if already exists
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-03-28 10:47:29 +00:00
Louis Chemineau
3ca24bb73b
Add oauth2_clients migration for Owncloud
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-03-28 09:19:28 +00:00
Louis
988236b9ae
Merge pull request #31705 from nextcloud/backport/30950/stable23
...
[stable23] Add OPcache recommendations to Transifex
2022-03-28 11:15:33 +02:00
Nextcloud bot
2d088d766b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-28 02:27:35 +00:00
dependabot[bot]
642ee306c4
Merge pull request #31721 from nextcloud/dependabot/npm_and_yarn/stable23/babel-loader-8.2.4
2022-03-26 07:54:58 +00:00
dependabot[bot]
a63abab1c9
Bump babel-loader from 8.2.3 to 8.2.4
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.3 to 8.2.4.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.3...v8.2.4 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-26 03:57:17 +00:00
Nextcloud bot
7b2a29762e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-26 02:27:59 +00:00
Pytal
fea072c1ac
Merge pull request #31624 from nextcloud/backport/29372/stable23
2022-03-24 22:26:23 -07:00
Christopher Ng
d8c04464aa
Add profile default setting for admin
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
(cherry picked from commit 108abd77ed )
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-03-25 03:53:54 +00:00
Christopher Ng
8bef2ec925
Add global profile toggle config
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
(cherry picked from commit 1fc0b4320c )
2022-03-25 03:53:54 +00:00
Nextcloud bot
70163ec80b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-25 02:44:53 +00:00
MichaIng
eca6197ec5
Add OPcache recommendations to Transifex
...
Fixes: https://github.com/nextcloud/server/issues/30941
Signed-off-by: MichaIng <micha@dietpi.com >
2022-03-24 16:59:36 +00:00
Nextcloud bot
c902e3cd08
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-24 02:27:21 +00:00
Joas Schilling
3096179190
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-23 21:46:35 +01:00
Joas Schilling
7efa2fa3a0
Limit the length of app password names
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-23 21:46:35 +01:00
blizzz
b7245ae3fa
Merge pull request #31666 from nextcloud/backport/31620/stable23
...
[stable23] do not forget DB table prefix with truncate query
2022-03-23 13:23:10 +01:00
Nextcloud bot
38dd5cd617
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-23 02:28:05 +00:00
Pytal
df8b35de46
Merge pull request #31656 from nextcloud/backport/stable23/30889-2
2022-03-22 10:55:28 -07:00
Arthur Schiwon
132af866a7
do not forget DB table prefix with truncate query
...
- as used in LDAP's AbstractMapping::clear() method
- and in Comment's ManagerTest::setUp()
- fixes a DB Exception with Oracle
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-03-22 14:19:41 +00:00
Joas Schilling
501fb2229e
Merge pull request #31536 from nextcloud/backport/31519/stable23
...
[stable23] Fix occ user:add-app-password
2022-03-22 13:54:17 +01:00
Côme Chilliet
57671f5836
Build OC\Core\Application when running occ or cron to register listeners correctly
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
(cherry picked from commit 63d7e7c798 )
2022-03-22 10:36:20 +01:00
Nextcloud bot
a43a9a5d2e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-22 02:28:48 +00:00
Simon L
e28c719651
Merge pull request #31518 from nextcloud/backport/31430/stable23
...
[stable23] Validate `overwrite.cli.url` to be a url in setup check
2022-03-21 22:27:44 +01:00
szaimen
6e1c064fc9
improve overwrite cli url setup check
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-03-21 18:21:01 +00:00
blizzz
5f6449283b
Merge pull request #31645 from nextcloud/release/23.0.3/final
...
23.0.3
2022-03-21 14:02:18 +01:00
blizzz
5ecfdb2868
Merge pull request #31642 from nextcloud/revert-31529-backport/stable23/30889
...
Revert "[stable23] Fix listeners declaration in case of occ usage"
2022-03-21 13:42:16 +01:00
blizzz
77fec5cf42
Revert "[stable23] Fix listeners declaration in case of occ usage"
2022-03-21 13:25:26 +01:00
blizzz
39b6e75cde
Merge pull request #31618 from nextcloud/backport/31425/stable23
...
[stable23] Update CRL after revoke deckimportfromtrello.csr
2022-03-21 13:21:01 +01:00
Arthur Schiwon
e894140454
23.0.3
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-03-21 13:20:05 +01:00
Carl Schwan
43b8778e08
Merge pull request #31529 from nextcloud/backport/stable23/30889
...
[stable23] Fix listeners declaration in case of occ usage
2022-03-21 11:33:48 +01:00
Nextcloud bot
4d21969ad1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-21 02:27:19 +00:00
Nextcloud bot
a919146394
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-20 02:28:08 +00:00
Nextcloud bot
5a0a456a6e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-19 02:28:38 +00:00
Vitor Mattos
002165f98a
Update CRL after revoke vdirsyncerui.csr
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-03-18 13:49:13 +00:00
Vitor Mattos
f31e098dd2
Update CRL after revoke deckimportfromtrello.csr
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-03-18 13:49:12 +00:00
Nextcloud bot
672cc30845
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-18 02:27:20 +00:00
Nextcloud bot
03c0c924f4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-17 02:29:46 +00:00
blizzz
72351fd0ce
Merge pull request #31591 from nextcloud/release/23.0.3/rc2
...
23.0.3 RC2
2022-03-16 14:08:15 +01:00
blizzz
67f69269e2
Merge pull request #31547 from nextcloud/backport/31531/stable23
...
[stable23] Prevent reading key on SFTP stat bool
2022-03-16 13:40:36 +01:00
blizzz
1be5725240
Merge pull request #31550 from nextcloud/backport/31274/stable23
...
[stable23] Fix more than 1000 entries in queries exception in CardDavBackend
2022-03-16 13:13:38 +01:00
Arthur Schiwon
fb24d72d84
23.0.3 RC2
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-03-16 12:34:47 +01:00
Nextcloud bot
0932959634
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-15 02:49:06 +00:00
Joas Schilling
e07b12f1e8
Allow creating app passwords without validating the user's password again
...
Aparently the idea behind the command was exactly to do this.
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-14 13:33:26 +01:00
Nextcloud bot
1e8746cb32
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-14 02:27:23 +00:00
Nextcloud bot
0b0c3b663b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-13 02:26:51 +00:00
Nextcloud bot
324d7919ef
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-12 02:27:01 +00:00
Joas Schilling
f8c7827bfb
Merge pull request #31543 from nextcloud/backport/31539/stable23
...
[stable23] Fix user status not resetting correctly after a call
2022-03-11 18:24:48 +01:00
Carl Schwan
b7838c7790
Don't recreate sql query each time
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-03-11 16:03:24 +00:00
Carl Schwan
f7557d8442
Fix more than 1000 entries in queries exception in CardDavBackend
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-03-11 16:03:23 +00:00
John Molakvoæ
0717c2f85c
Prevent reading key on SFTP stat bool
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-03-11 15:06:45 +00:00
Joas Schilling
666a11bda3
Fix user status not resetting correctly after a call
...
Only happens when the user navigated away and came back,
so the heartbeat updates the status to "Online + In a call"
After that resetting away from "Away + In a call" does not match anymore
and the previous status sticks
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-11 13:23:08 +00:00
Carl Schwan
a0de96d318
Fix the logger that is imported for critical actions
...
This use a new interface AuditLogger that makes it easier to
seperate the roles of the various loggers and enforce that we
don't use the wrong one by mistake.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-03-11 12:40:33 +00:00
Joas Schilling
579f07ee2a
Validate the password before generating an apptoken
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-11 11:19:19 +00:00
Joas Schilling
a96cb00505
Differenciate the activity depending on admin vs user action
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-11 11:19:18 +00:00
Joas Schilling
7bd273f750
Trigger an event to log an activity when an administrator generates an app password
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-11 11:19:17 +00:00
Côme Chilliet
edf8fa2824
Build OC\Core\Application when running occ or cron to register listeners correctly
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
(cherry picked from commit 63d7e7c798 )
2022-03-11 09:38:00 +01:00
Nextcloud bot
0d3c19c6aa
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-11 02:27:20 +00:00
Côme Chilliet
a737a2561b
Fix similar potential problems with fetchOne loops
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-03-10 17:20:31 +00:00
Côme Chilliet
82f9eab30e
Fix duplicated UUID detection when there are empty uuids
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-03-10 17:20:29 +00:00
Robin Appelman
b05c9fe369
also handle expired pre-write shared lock on dav upload when not using part files
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-03-10 17:17:21 +00:00
Robin Appelman
90c27a7d30
skip localstorage dependend user test when not using local user storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-03-10 17:17:21 +00:00
Robin Appelman
c13f89adac
make share cache test resilient against skeleton files not being there
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-03-10 17:17:21 +00:00
Robin Appelman
605d97e460
skip localstorage dependend trashbin test when not using local user storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-03-10 17:17:20 +00:00
Robin Appelman
4167915b1a
return dummy availability if storage is not found in cache
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-03-10 17:17:20 +00:00
Robin Appelman
9c0d53d2f0
run ci with primary s3 setup
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-03-10 17:17:20 +00:00
blizzz
416776df99
Merge pull request #31504 from nextcloud/release/23.0.3/rc1
...
23.0.3 RC1
2022-03-10 15:41:42 +01:00
Arthur Schiwon
e62a205055
23.0.3 RC1
2022-03-10 15:41:09 +01:00
Vincent Petry
64f2bd134b
Merge pull request #30965 from nextcloud/backport/30235/stable23
...
[stable23] Add primary key for ratelimit table
2022-03-10 15:35:39 +01:00
Vincent Petry
a1117d14c3
Merge pull request #31410 from nextcloud/backport/31354/stable23
...
[stable23] Fix caching of the user avatar
2022-03-10 15:31:08 +01:00
Joas Schilling
7a8f704563
Bump version
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-10 14:13:56 +01:00
Joas Schilling
24af964313
Update autoloader
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-10 14:13:37 +01:00
Joas Schilling
e527a2ad45
Make the DB query simpler (as we just deleted all other entries)
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-10 14:12:39 +01:00
Joas Schilling
17f32cab0c
Add a primary key to ratelimit_entries table
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-10 14:12:39 +01:00
blizzz
4fdabd193d
Merge pull request #31392 from nextcloud/backport/30536/stable23
...
[stable23] Make Sabre File exception messages translatable
2022-03-10 12:11:49 +01:00
blizzz
f8e3529334
Merge pull request #31350 from nextcloud/backport/31335/stable23
...
[stable23] update CRL after revocation of rocket_integration.csr
2022-03-10 12:09:54 +01:00
blizzz
e49842cc29
Merge pull request #31331 from nextcloud/backport/31328/stable23
...
[stable23] Mark split database configs as sensitive
2022-03-10 12:09:23 +01:00
blizzz
5237046b81
Merge pull request #31000 from nextcloud/backport/30974/stable23
...
[stable23] Fix: Birthday events missing after reimporting contacts
2022-03-10 12:07:44 +01:00
blizzz
aa30c7644a
Merge pull request #31442 from nextcloud/backport/31436/stable23
...
[stable23] be conservative when reading from fresh created column
2022-03-10 12:02:59 +01:00
Nextcloud bot
fc3ca97df4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-10 02:26:53 +00:00
Vincent Petry
2bc25d5266
Merge pull request #31481 from nextcloud/backport/30111/stable23
...
[stable23] Add option to disallow creation of local storages
2022-03-09 14:58:52 +01:00
Vincent Petry
16ebf8546b
Merge pull request #31183 from nextcloud/backport/31178/stable23
...
[stable23] Fix typo in DAV namespace registration
2022-03-09 14:43:17 +01:00
Vincent Petry
8fd90161ce
Merge pull request #31102 from nextcloud/backport/30926/stable23
...
[stable23] Allow sub-admins to access delegated settings.
2022-03-09 14:42:48 +01:00
Pytal
1bb1d21b99
Merge pull request #31490 from nextcloud/backport/30828/stable23
2022-03-08 20:52:27 -08:00
Nextcloud bot
7893615e3e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-09 02:27:03 +00:00
Simon L
130c878ef4
Merge pull request #30969 from nextcloud/backport/25418/stable23
...
[stable23] Update variables.scss - Fallback font before Noto Color Emoji
2022-03-08 13:48:19 +01:00
Simon L
227a0950d0
Merge pull request #31437 from nextcloud/backport/31415/stable23
...
[stable23] Fix "Nextcloud is not allowed to use the OPcache API" warning
2022-03-08 13:47:52 +01:00
kaktuspalme
896d83fcd6
Update variables.scss
...
I would put sans-serif before Noto Color Emoji. If you have none of the previous fonts installed but Noto Color Emoji is, the interface looks very ugly because it uses Noto Color Emoji then. That's exactly the case on my linux distribution.
2022-03-08 10:19:15 +00:00
Mickey Knox
4910724803
Fix permittedPath comparison
...
Signed-off-by: Mickey Knox <mickey@netfreaks.org >
2022-03-08 10:17:55 +00:00
Simon L
36860214f8
Merge pull request #31438 from nextcloud/backport/31267/stable23
...
[stable23] Add Nextcloud docs link to OPcache recommends
2022-03-08 11:07:27 +01:00
Julien Veyssier
1ada792859
Merge pull request #31479 from nextcloud/backport/31426/stable23
...
[stable23] Connectivity check: allow using the protocol in 'connectivity_check_domains'
2022-03-08 10:23:05 +01:00
szaimen
4ec24bfeb5
Center dialog new file menu
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-03-08 09:10:12 +00:00
Simon L
7f10de2cb8
Merge pull request #31485 from nextcloud/backport/28227/stable23
...
[stable23] Fix too many file download notifications when watching a video
2022-03-08 10:03:43 +01:00
szaimen
0a18eb3e92
Fix too many file download notifications when watching a video
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-03-08 08:23:27 +00:00
Nextcloud bot
a56f8f3802
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-08 02:28:54 +00:00
Vincent Petry
097374e02d
Merge pull request #31457 from nextcloud/backport/31358/stable23
...
[stable23] Fix settings error message timeout
2022-03-07 17:16:50 +01:00
Vincent Petry
99d16d9e47
Add option to disallow creation of local storages
...
Introduce a new config option to prevent web UI admins to create
or edit external storages of type "local".
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-03-07 16:09:57 +00:00
Julien Veyssier
cb28da4386
allow adding protocol to domains in 'connectivity_check_domains' config
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-03-07 15:32:33 +00:00
Vincent Petry
f8c7124ea4
Merge pull request #31445 from nextcloud/backport/30953/stable23
...
[stable23] Init user's file system if not existing on ownership transfer
2022-03-07 12:24:33 +01:00
Nextcloud bot
cdcbe84c0b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-07 02:26:34 +00:00
MichaIng
652a8d3d27
Add Nextcloud docs link to OPcache recommends
...
A link to the Nextcloud documentation is currently only shown when the OPcache module is not loaded at all. This commit moves the link to the generic text above the individual recommendations list.
Additionally remove the obsolete phpOpcacheDocumentation entry from test data arrays, which is not passed anymore by the backend.
Signed-off-by: MichaIng <micha@dietpi.com >
2022-03-06 16:10:22 +01:00
Nextcloud bot
d07e7fb9b4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-06 02:26:10 +00:00
Nextcloud bot
93cdc7a2c6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-05 02:26:54 +00:00
Christopher Ng
065826c34c
Fix settings error message timeout
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
(cherry picked from commit c22cfa057d )
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-03-04 18:19:52 +00:00
Vincent Petry
db1e19129c
Merge pull request #31450 from nextcloud/backport/30959/stable23
...
[stable23] use persistent connections when connecting to redis
2022-03-04 15:59:55 +01:00
Robin Appelman
04b51f5120
use persistent connections when connecting to redis
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-03-04 12:48:10 +00:00
Carl Schwan
ab2ac33bf9
Init user's file system if not existing on ownership transfer
...
This makes it a bit easier to transfer ownership when the new user
hasn't already logged in. This still doesn't support encrypted
storages because the keys are not generated yet.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-03-04 10:39:17 +00:00
Arthur Schiwon
75326f7149
code style
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-03-04 09:29:56 +00:00
Arthur Schiwon
85e7dc4403
be conservative when reading from fresh created column
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-03-04 09:29:55 +00:00
Carl Schwan
2d9fad1bdd
Merge pull request #31424 from nextcloud/backport/31389/stable23
...
[stable23] fix fileactions for sharing overview
2022-03-04 09:11:30 +01:00
Pytal
330cbad8b2
Merge pull request #31432 from nextcloud/backport/31417/stable23
2022-03-03 21:46:31 -08:00
Pytal
08e0f73278
Merge pull request #31423 from nextcloud/backport/31355/stable23
2022-03-03 20:52:01 -08:00
Pytal
3425fbc94e
Merge pull request #31412 from nextcloud/backport/31347/stable23
2022-03-03 20:43:25 -08:00
Christopher Ng
aba45f28be
Fix avatar file return type
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-03-04 04:32:29 +00:00
Nextcloud bot
7a3d5909e1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-04 02:26:50 +00:00
Vincent Petry
db2fd71868
Merge pull request #31427 from nextcloud/backport/31372/stable23
...
[stable23] prevent default right-click options when hideDownload is enabled
2022-03-03 21:32:42 +01:00
szaimen
d388921186
prevent right-click when hideDownload is enabled
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-03-03 15:48:25 +00:00
Vincent Petry
47cbb42161
Merge pull request #31401 from nextcloud/backport/31360/stable23
...
[stable23] Don't set up full filesystem to check for certificates
2022-03-03 16:46:31 +01:00
szaimen
736f624156
try to fix correct fileactions for sharing overview
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-03-03 13:00:15 +00:00
szaimen
ae8997e48b
try to fix developer link
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-03-03 12:57:40 +00:00
Nextcloud bot
90340585aa
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-03 02:26:21 +00:00
Christopher Ng
04a85ea811
Fix duplicate primary email message
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
(cherry picked from commit a68318a52b )
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-03-02 19:48:36 +00:00
Christopher Ng
21f1d43a01
PHP 7.3 compatibility
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-03-02 19:19:00 +00:00
Carl Schwan
d72431d823
Add warning to the user
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
Co-authored-by: MichaIng <micha@dietpi.com >
Co-authored-by: zroebg <carlos@reendex.com >
2022-03-02 18:42:03 +01:00
Carl Schwan
4f9fbf8dfb
Fix caching of the user avatar
...
Now on firefox/safari it is only refetched once a day. On Chrom{e,ium}
we keep the previous behavior of maybe refetching it more often.
This also notify the user about this behavior when they upload an avatar
picture.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-03-02 18:42:03 +01:00
blizzz
0d5c2cd0f0
Merge pull request #31399 from nextcloud/backport/31390/stable23
...
[stable23] Censor more configs
2022-03-02 17:39:18 +01:00
Joas Schilling
2993e9a667
Merge pull request #31402 from nextcloud/backport/31398/stable23
...
[stable23] Also use hashed/indexed column on delete
2022-03-02 16:33:40 +01:00
Joas Schilling
5a78ffbdf8
Also use hashed/indexed column on delete
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-02 11:18:24 +00:00
Joas Schilling
b6e8aba4c8
Don't set up full filesystem to check for certificates
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-02 10:46:25 +00:00
Joas Schilling
84f8f563fe
Censor more configs
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-03-02 10:25:37 +00:00
Vincent Petry
d49d505439
Merge pull request #31255 from nextcloud/backport/31143/stable23
...
[stable23] Don't redirect when loading files index page
2022-03-02 10:25:48 +01:00
Nextcloud bot
018bcaff94
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-02 02:47:11 +00:00
Christopher Ng
ec50de5271
Make Sabre File exception messages translatable
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-03-02 00:14:12 +00:00
Vincent Petry
64f376e4b9
Merge pull request #31098 from nextcloud/backport/30942/stable23
...
[stable23] only setup part of the filesystem for appdata requests
2022-03-01 16:00:45 +01:00
Louis
abc1b8f997
Merge pull request #31369 from nextcloud/dependabot/npm_and_yarn/stable23/backbone-1.4.1
...
Bump backbone from 1.4.0 to 1.4.1
2022-02-28 15:05:13 +01:00
dependabot[bot]
d57cccc1d6
Bump backbone from 1.4.0 to 1.4.1
...
Bumps [backbone](https://github.com/jashkenas/backbone ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/jashkenas/backbone/releases )
- [Commits](https://github.com/jashkenas/backbone/compare/1.4.0...1.4.1 )
---
updated-dependencies:
- dependency-name: backbone
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 >
2022-02-28 11:10:44 +00:00
Carl Schwan
d1e87ad35c
Merge pull request #31244 from nextcloud/backport/31141/stable23
...
[stable23] Improve caching policy use immutable when loading versionned assets
2022-02-28 11:17:00 +01:00
Nextcloud bot
31c78dd0a8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-02-28 02:45:20 +00:00
Nextcloud bot
d26defb990
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-02-27 02:26:33 +00:00
Nextcloud bot
1e8538b396
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-02-26 02:26:10 +00:00
Vitor Mattos
d70e76036a
update CRL after revocation of rocket_integration.csr
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-02-25 09:44:33 +00:00
Nextcloud bot
fbef34baf3
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-02-25 02:27:30 +00:00
Côme Chilliet
4911b23807
Merge pull request #31313 from nextcloud/backport/31309/stable23
...
[stable23] Avoid PHP errors in the checkers drone step
2022-02-24 09:54:37 +01:00
John Molakvoæ
800e366c8c
Merge pull request #31262 from nextcloud/backport/20766/stable23
2022-02-24 08:20:47 +01:00
Nextcloud bot
bf5f570f21
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-02-24 02:26:49 +00:00
Joas Schilling
7c3a0ca0af
Mark split database configs as sensitive
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-23 16:39:22 +00:00
Joas Schilling
28c526b29e
Merge pull request #31192 from nextcloud/backport/31106/stable23
...
[stable23] Improve user status revert performance
2022-02-23 13:38:33 +01:00
Thomas Citharel
51e011766d
Fix cleaning reminders after subscription purge
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-02-23 10:04:21 +01:00
Nextcloud bot
5d82e62f5a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-02-23 02:27:57 +00:00
Claus-Justus Heine
641ea6d7cb
Allow sub-admins to access delegated settings.
...
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de >
2022-02-23 00:17:36 +00:00
Maximilian Martin
6596c836b7
delete birthday calendar events permanently
...
Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de >
2022-02-22 23:18:23 +00:00
blizzz
edfa6033b9
Merge pull request #31306 from nextcloud/backport/30938/stable23
...
[stable23] Fix ldap:check-user method for newly created LDAP users
2022-02-22 18:50:47 +01:00
blizzz
6725d36598
Merge pull request #31318 from nextcloud/backport/30945/stable23
...
[stable23] Background job time windows
2022-02-22 18:41:24 +01:00
Joas Schilling
954d4e18d1
Use the new option to signaling insensitivity
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-22 10:59:21 +00:00
Joas Schilling
30ecb7ade2
Allow sysadmins to define a maintenance window where heavier jobs can run
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-22 10:59:20 +00:00
Joas Schilling
c8db7d35bf
Allow apps to specify if their background job can be delayed
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-22 10:59:19 +00:00
Joas Schilling
69e73cbdab
Merge pull request #31297 from nextcloud/backport/31217/stable23
...
[stable23] Also cache non-existing to reuse it
2022-02-22 11:49:16 +01:00
Côme Chilliet
c29ba3a1d8
Make it explicit that a DN can be used for ldap:check-user
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-02-22 10:14:58 +01:00
Côme Chilliet
9c34638a36
Improve typing in apps/user_ldap/lib/Command/CheckUser.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-02-22 10:14:57 +01:00
Côme Chilliet
6e7ed28e06
Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.php
...
Co-authored-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-02-22 10:14:57 +01:00
Côme Chilliet
bbfaeabdf3
Fix ldap:check-user method for newly created LDAP users
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-02-22 10:14:41 +01:00
Louis
8415ccaf07
Merge pull request #31302 from nextcloud/backport/31195/stable23
...
[stable23] Wrap S3 multipart upload exception
2022-02-22 10:07:56 +01:00
Côme Chilliet
517e5a506c
Avoid PHP errors in the checkers drone step
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-02-22 08:08:30 +00:00
Carl Schwan
740a737f94
Redirection now only happens when dir is empty
...
Otherwise dir it's just ignored and fileid is used
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-02-21 23:06:50 +01:00
Côme Chilliet
1288f33fd1
Merge pull request #31299 from nextcloud/backport/29837/stable23
...
[stable23] Ignore cache in occ ldap:check-ldap command
2022-02-21 15:56:51 +01:00
Louis Chemineau
5043a9dc6b
Wrap S3 multipart upload exception
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-02-21 14:25:54 +00:00
Louis Chemineau
7a2697a100
Wrap S3 multipart upload exception
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-02-21 14:25:52 +00:00
Simon L
8bda7de345
Merge pull request #30999 from nextcloud/backport/30985/stable23
...
[stable23] Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage.
2022-02-21 12:36:23 +01:00
Côme Chilliet
99c5a414df
Check LDAP upon user deletion instead of refusing based on cached information
...
This should avoid having to wait for background job to run after
deleting a user in LDAP before being able to delete it in Nextcloud.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-02-21 12:19:52 +01:00
Côme Chilliet
ff7cf4d6b5
Ignore cache in occ ldap:check-ldap command
...
This avoids having to wait or reset the cache after deleting a user in
the LDAP.
This also fixes a PHP error when running ldap:check-ldap --update on a
deleted but cached user.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-02-21 12:18:47 +01:00
Joas Schilling
3df6208537
Also cache non-existing to reuse it
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-21 11:07:54 +00:00
Louis
fe8da2115b
Merge pull request #31023 from nextcloud/dependabot/npm_and_yarn/stable23/clipboard-2.0.10
...
[stable23] Bump clipboard from 2.0.9 to 2.0.10
2022-02-21 10:57:27 +01:00
dependabot[bot]
e36e6a5429
Bump clipboard from 2.0.9 to 2.0.10
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.9 to 2.0.10.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.9...v2.0.10 )
---
updated-dependencies:
- dependency-name: clipboard
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 >
2022-02-19 22:43:36 +01:00
Simon L
ade7e90bf9
Merge pull request #31253 from nextcloud/backport/31169/stable23
...
[stable23] hide download button for images
2022-02-18 19:12:57 +01:00
Claus-Justus Heine
539c993c33
Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage.
...
The current implementation already switches the storage-backend to
$storage->getSourceStorage(). However, it then calls
$rootInfo->getInternalPath() which returns the internal path relative to
the storage where the share is mounted. This is wrong, we need also to
unjail the path. Compare, e.g., with
OCA\Files_Sharing\SharedStorage::file_get/put_contents() for the
"logic".
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de >
2022-02-18 15:45:48 +00:00
Thomas Citharel
12387e485f
Clean reminders for calendar when deleting a subscription
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-02-18 14:57:03 +00:00
Thomas Citharel
2217e459dc
Consider only reminders with calendar data
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-02-18 14:57:02 +00:00
Vincent Petry
f69a79ed6c
Merge pull request #31050 from nextcloud/backport/30995/stable23
...
[stable23] Fix bugs with incorrect currentFileList in the favorite and share by you view
2022-02-18 15:51:30 +01:00
Carl Schwan
f6d0bb419e
Improve caching policy
...
* Cache css with version in url. This makes most js and css requests to
be cached by the browser
* Force caching previews, the etag is in the url so that if the propfind
gives a new etag, we will refresh it otherwise it's no use to try to
fetch the new etag and do tons of DB queries
Tested with firefox and 'debug' => false (important so that the js/css
urls are generated with ?v= parameter)
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-02-18 14:28:24 +01:00
Carl Schwan
7b4f74687a
Don't redirect when loading files index page
...
Currently we are redirecting from ?dir=/&fileid=2 to ?dir=/. This is an
issue because we then need to load two pages with full file system setup
and authentification instead of one and the assets won't start loading
until the second page is delivered to the user.
Additionally when loading ?dir=/, we then change the url back to
?dir=/&fileid=2 (without reload) so that the next time we load the page
again we do the same thing again.
Depending on the speed of the server and internet connection we can save
100ms to 400ms, improving the user experience.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-02-18 11:36:06 +00:00
szaimen
4136eed054
hide download button for images
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-02-18 11:03:04 +00:00
Carl Schwan
580feb4501
Merge pull request #31226 from nextcloud/dependabot/npm_and_yarn/stable23/dompurify-2.3.6
...
Bump dompurify from 2.3.5 to 2.3.6
2022-02-17 17:33:21 +01:00
Côme Chilliet
cbc1cc78d1
Merge pull request #30967 from nextcloud/techdebt/noid/bump-samba-images
...
[stable23] Bump samba images in tests
2022-02-17 16:37:25 +01:00
Joas Schilling
a470035ef3
Bump samba images
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-17 13:27:46 +00:00
Thomas Citharel
3e0b7fb49e
Fix typo in DAV namespace registration
...
See https://github.com/nextcloud/3rdparty/blob/b0afba6d6508a1c85332cf8c61e90ad91b289ebc/sabre/dav/lib/DAV/Xml/Service.php#L43
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-02-17 13:19:00 +00:00
dependabot[bot]
2256daeb4f
Bump dompurify from 2.3.5 to 2.3.6
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.3.5 to 2.3.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.5...2.3.6 )
---
updated-dependencies:
- dependency-name: dompurify
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 >
2022-02-17 09:52:34 +00:00
Vincent Petry
bab0881f98
Merge pull request #30852 from nextcloud/backport/30763/stable23
...
[stable23] Allow writing audit log to syslog and systemdlog
2022-02-17 09:44:26 +01:00
Joas Schilling
5271bd16d0
Allow write audit log to syslog and systemdlog
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-16 16:02:09 +00:00
Joas Schilling
67a8d3f736
Allow to get custom loggers for syslog, errorlog and systemdlog too
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-16 16:02:09 +00:00
Simon L
f08ac1efcf
Merge pull request #31179 from nextcloud/backport/31090/stable23
...
[stable23] fix overlapping buttons in apps-management
2022-02-16 13:29:55 +01:00
Louis
3c774ed9d5
Merge pull request #31204 from nextcloud/backport/31097/stable23
...
[stable23] Fix path handling when transferring incoming shares
2022-02-16 12:31:49 +01:00
Robin Appelman
7f5a3695b7
handle setupFS with null user
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-02-16 10:46:48 +00:00
Robin Appelman
f9b74b3ced
dont mark fs as setup when no user is active
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-02-16 10:46:48 +00:00
Robin Appelman
417ead0a6b
fix fs cache test user setup
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-02-16 10:46:48 +00:00
Robin Appelman
fa43e4ecf2
pass user object during fs init
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-02-16 10:46:48 +00:00
Robin Appelman
19d214294c
only setup part of the filesystem for appdata requests
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-02-16 10:46:48 +00:00
Vincent Petry
79f5c76812
Merge pull request #31059 from nextcloud/backport/30973/stable23
...
[stable23] Allow specify a config prefix for another database connection
2022-02-16 11:30:42 +01:00
Vincent Petry
78ebe4b8af
Merge pull request #31084 from nextcloud/backport/31081/stable23
...
[stable23] Don't provide favorite activity settings
2022-02-16 11:30:11 +01:00
Vincent Petry
bd4e07c13f
Merge pull request #31120 from nextcloud/backport/31079/stable23
...
[stable23] Ignore contact interaction with self
2022-02-16 11:29:05 +01:00
Louis
e137650deb
Merge pull request #31184 from nextcloud/backport/31170/stable23
...
[stable23] fix a broken tooltip
2022-02-16 11:26:07 +01:00
Louis
989b4b9e03
Merge pull request #30998 from nextcloud/backport/30987/stable23
...
[stable23] show if the mail server settings are not set or verified
2022-02-16 11:25:17 +01:00
Vincent Petry
287d058a57
Merge pull request #30949 from nextcloud/bugfix/noid/allow-to-disable-v1-authtokens
...
[stable23] Allow to disable AuthToken v1
2022-02-16 11:24:33 +01:00
Vincent Petry
51107a7bb5
Fix path handling when transferring incoming shares
...
When transferring incoming shares from a guest user without specifying a
path, the $path is empty.
The fix properly handles that situation to avoid looking for shares in a
path with doubled slashes which failed to find shares to transfer.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-02-16 09:49:44 +00:00
szaimen
524bee8be4
try to fix broken tooltip
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-02-15 22:57:59 +00:00
szaimen
4ee3d5ef80
Remove spaces around link
...
See https://github.com/nextcloud/server/pull/31003
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-02-15 22:56:47 +00:00
szaimen
0ae51b96a3
add a test for wasEmailTestSuccessful
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-02-15 22:56:47 +00:00
szaimen
11941e824a
fix tests
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-02-15 22:56:47 +00:00
szaimen
c49a55eb08
show if the mail server settings are not set or verified
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-02-15 22:56:47 +00:00
szaimen
70c811742e
fix overlapping buttons in apps-management
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-02-15 22:55:26 +00:00
Joas Schilling
9292834beb
Do status and predefined message setting in one go
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-15 16:17:00 +01:00
Joas Schilling
2e328fc898
Create the backup user status in 1 query instead of 3
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-15 16:16:18 +01:00
Joas Schilling
7309e97907
Don't include unindexed is_backup in the query, it's ensured by the user_id leading underscore already
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-15 16:14:37 +01:00
Joas Schilling
e2a86b7420
Delete the user status without loading it first
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-15 16:13:42 +01:00
Joas Schilling
72413eee47
Directly delete the user status instead of getting it a second time
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-15 16:12:56 +01:00
blizzz
b9a56ee753
Merge pull request #31187 from nextcloud/release/23.0.2
...
23.0.2
2022-02-15 14:34:52 +01:00
blizzz
d98fe9d23c
Merge pull request #31171 from nextcloud/stable23-disable-bulkupload
...
[stable23] Disable bulk upload by not advertising it
2022-02-15 13:43:45 +01:00
Arthur Schiwon
d72efb666c
23.0.2
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-02-15 13:32:15 +01:00
Joas Schilling
585d069a71
Also comment out in test
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-15 07:14:14 +01:00
Vincent Petry
58cec19291
Disable bulk upload by not advertising it
...
It has been reported broken on many instances.
Disable it for now until it can be fixed.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-02-14 16:14:57 +01:00
blizzz
2260f1e914
Merge pull request #31126 from nextcloud/release/23.0.2rc1
...
23.0.2 RC 1
2022-02-11 12:14:31 +01:00
Arthur Schiwon
768337cb95
23.0.2 RC 1
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-02-11 11:42:19 +01:00
Thomas Citharel
d8e5d7af10
Ignore contact interaction with self
...
No need to insert ourselves as a recent contact
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-02-11 08:20:41 +00:00
Vincent Petry
24349b9130
Merge pull request #31108 from nextcloud/backport/31077/stable23
...
[stable23] Revert the 'broken' public page changes
2022-02-10 19:31:55 +01:00
blizzz
639d4b6a15
Merge pull request #31107 from nextcloud/backport/30936/stable23
...
[stable23] Fix duplicated UUID migration issue
2022-02-10 19:13:08 +01:00
szaimen
6bbfaee8bd
Revert "Add non-breaking space in the file size"
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-02-10 16:47:40 +00:00
Carl Schwan
a87bd0ad40
Revert "Improve layout for the public download page"
...
This reverts commit 2e55ce0899 .
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-02-10 16:47:39 +00:00
Carl Schwan
970b65c139
Revert "Fix loading of the text app in public shared links"
...
This reverts commit d3d117c4a8 .
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-02-10 16:47:38 +00:00
Arthur Schiwon
092819d89b
Setup warning for invalid LDAP user or group UUIDs.
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-02-10 17:46:51 +01:00
Côme Chilliet
8cd5a901a8
Fix psalm errors in apps/user_ldap/lib/Jobs/CleanUp.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-02-10 17:46:18 +01:00
Côme Chilliet
3c259d76ee
Fix ldap:update-uuid
...
Generators cannot be iterated with while or returned by an other
generator, using foreach instead.
And a few other problems.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-02-10 17:46:09 +01:00
Arthur Schiwon
b954462667
add occ command to update UUIDs (incomplete)
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-02-10 17:45:48 +01:00
Arthur Schiwon
9153d698bc
allow to re-run migration step when backup DB is already created
...
- to heal incomplete states from broken upgrades
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-02-10 17:45:01 +01:00
Arthur Schiwon
f975fe4ff3
invalidated duplicated UUIDs prior to migration change
...
- in a proper setup there are no duplicated UUIDs
- not all setups are proper
- log warning to admin
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-02-10 17:44:46 +01:00
Joas Schilling
c3b948776f
Don't provide favorite activity settings
...
Since mails and notifications are only available for actions of other users
it does not make sense to allow changing this.
It also prevents the common misunderstanding with
"file was changed inside a favorited folder"
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-09 12:06:10 +00:00
Joas Schilling
016c6e3806
Allow specify a config prefix for another database connection
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-07 14:34:10 +00:00
Carl Schwan
81702295e1
Fix bugs with incorrect currentFileList in the favorite and share by you
...
view
This was causing bugs when trying to create new template in this views
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-02-07 10:54:52 +00:00
Vincent Petry
1e2baa5a6b
Merge pull request #30975 from nextcloud/nickvergessen-patch-1
...
Update version.php
2022-02-02 15:46:45 +01:00
Joas Schilling
26c97a4fbc
Update version.php
2022-02-02 15:42:36 +01:00
Carl Schwan
0f6e1533d4
Merge pull request #30915 from nextcloud/fix/psalm-composer-stable23
...
[stable23] Fix psalm warning related to registerEventListener
2022-02-01 11:07:33 +01:00
Joas Schilling
a429f02a62
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-31 20:36:06 +01:00
Joas Schilling
a5d8b1aa35
Allow to disable AuthToken v1
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-31 20:02:21 +01:00
Louis
77dec31419
Merge pull request #30800 from nextcloud/dependabot/npm_and_yarn/stable23/jquery-ui-1.13.1
...
Bump jquery-ui from 1.13.0 to 1.13.1
2022-01-31 16:40:43 +01:00
dependabot[bot]
1316acc445
Bump jquery-ui from 1.13.0 to 1.13.1
...
Bumps [jquery-ui](https://github.com/jquery/jquery-ui ) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/jquery/jquery-ui/releases )
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.0...1.13.1 )
---
updated-dependencies:
- dependency-name: jquery-ui
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 >
2022-01-31 13:23:46 +00:00
Louis
abf2ed8ce7
Merge pull request #30890 from nextcloud/backport/30886/stable23
...
[stable23] Fixes occ user:info when the user never logged in
2022-01-31 13:44:37 +01:00
Louis
e02f1a51d1
Merge pull request #30912 from nextcloud/dependabot/npm_and_yarn/stable23/clipboard-2.0.9
...
Bump clipboard from 2.0.8 to 2.0.9
2022-01-31 13:41:21 +01:00
dependabot[bot]
fa064dd3a9
Bump clipboard from 2.0.8 to 2.0.9
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.8...v2.0.9 )
---
updated-dependencies:
- dependency-name: clipboard
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 >
2022-01-31 11:50:08 +00:00
Côme Chilliet
19324e6342
Fixes occ user:info when the user never logged in
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-01-31 10:26:20 +00:00
Louis
094c10a6e5
Merge pull request #30913 from nextcloud/dependabot/npm_and_yarn/stable23/webpack-cli-4.9.2
...
Bump webpack-cli from 4.9.1 to 4.9.2
2022-01-31 10:32:53 +01:00
Carl Schwan
d9d60687bd
Merge pull request #30911 from nextcloud/dependabot/npm_and_yarn/stable23/dompurify-2.3.5
...
Bump dompurify from 2.3.4 to 2.3.5
2022-01-30 09:50:55 +01:00
dependabot[bot]
64b7a50b6c
Bump dompurify from 2.3.4 to 2.3.5
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.4...2.3.5 )
---
updated-dependencies:
- dependency-name: dompurify
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 >
2022-01-30 01:08:53 +00:00
Carl Schwan
003f2b59c9
Fix psalm warning related to registerEventListener
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-29 12:44:02 +01:00
dependabot[bot]
25530ede6f
Bump webpack-cli from 4.9.1 to 4.9.2
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2 )
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-29 03:36:11 +00:00
John Molakvoæ
e69281c66f
Merge pull request #30840 from nextcloud/releases/23.0.1
2022-01-27 20:33:21 +01:00
John Molakvoæ
3ee9bcc4f7
Merge pull request #30814 from nextcloud/backport/30508/stable23
2022-01-27 20:06:29 +01:00
Carl Schwan
d69531ac8e
Fix psalm not running
...
The issue was that we were using psalm/phar instead of vimeo/psalm. This
caused issue with the custom psalm plugin in buildd/psalm.
This is using the opportunity to also update the psalm version from 3.8
to 3.17 and the php-cs-fixer too.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-27 17:20:00 +01:00
John Molakvoæ
8de4709a10
Merge pull request #30872 from nextcloud/backport/30844/stable23
2022-01-27 10:42:51 +01:00
John Molakvoæ
f6f4c6c94f
Prevent merging on EOL branches
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-01-27 08:09:09 +00:00
John Molakvoæ
dd5ef2c3b0
Merge pull request #30847 from nextcloud/backport/30846/stable23
2022-01-26 13:13:03 +01:00
Louis Chemineau
91e49958bb
Fix php:cs
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-01-26 10:48:50 +00:00
John Molakvoæ
380f31114f
23.0.1 Final
2022-01-25 14:53:02 +01:00
John Molakvoæ
6b22bc3df2
Merge pull request #30799 from nextcloud/dependabot/composer/build/integration/stable23/sabre/dav-4.3.1
2022-01-24 08:07:48 +01:00
John Molakvoæ
37b49e615c
Merge pull request #30740 from nextcloud/backport23
2022-01-22 19:03:33 +01:00
John Molakvoæ
269f04b1b8
Merge pull request #30811 from nextcloud/backport/30795/stable23
2022-01-22 14:14:56 +01:00
John Molakvoæ
0c631830bb
Merge pull request #30773 from nextcloud/backport/30769/stable23
2022-01-22 10:25:50 +01:00
Carl Schwan
fc3b256dda
Fix accessing undefined offsets
...
Move this to inside the else clause of the count($matches)
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-22 08:58:20 +00:00
dependabot[bot]
454c61be82
Update sabre/dav requirement from 4.3.0 to 4.3.1 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/4.3.0...4.3.1 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-22 02:10:48 +00:00
John Molakvoæ
8cb7adc131
Merge pull request #30765 from nextcloud/release/23.0.1rc3
2022-01-20 21:37:22 +01:00
John Molakvoæ
c0b03000a5
Merge pull request #30782 from nextcloud/backport/29349/stable23
2022-01-20 21:25:58 +01:00
Robin Appelman
13b8179912
Add test for samba kerberos sso in ci
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-01-20 19:18:28 +00:00
Robin Appelman
0cdcccf9fe
update icewind/smb to 3.5.2
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-01-20 19:18:27 +00:00
Robin Appelman
48f6d0f2f6
update to release smb lib
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-01-20 19:18:25 +00:00
Robin Appelman
39b294e0f8
update icewind/smb to 3.5.1
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-01-20 19:18:24 +00:00
Arthur Schiwon
efad8ab4e3
do not use deprecated query() method
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-01-20 19:18:23 +00:00
Arthur Schiwon
8245c81584
add changes from Sebastian/dassIT and move default_realm to backend
...
- Sebastian added the switch depending on the preg_match result and with it
the fall back to login credentials
- I turned default_realm to a backend option (was previously suggested as
system config key)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-01-20 19:18:22 +00:00
Arthur Schiwon
dddab717bf
add KerberosApacheAuth support to files_external
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-01-20 19:18:21 +00:00
Côme Chilliet
20c3f6d634
Always call flush() as getAllKeys() is broken
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-01-20 15:38:02 +00:00
John Molakvoæ
4466eb1f42
Merge pull request #30728 from nextcloud/backport/30614/stable23
2022-01-20 11:12:34 +01:00
Carl Schwan
fab0e6dbe7
Fix tests with email templates
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-20 10:37:59 +01:00
John Molakvoæ
2645b6cd69
Merge pull request #29798 from nextcloud/stable23-disk
2022-01-20 10:36:40 +01:00
John Molakvoæ
182d1a3741
Merge pull request #30759 from nextcloud/backport/30731/stable23
2022-01-20 10:36:13 +01:00
John Molakvoæ
298333f07c
23.0.1 RC3
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-01-20 10:16:39 +01:00
Joas Schilling
713342cd23
Log bruteforce throttle and blocking
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-19 11:51:43 +00:00
John Molakvoæ
f5dd452d5f
Merge pull request #30753 from nextcloud/backport/30738/stable23
2022-01-19 11:04:33 +01:00
John Molakvoæ
84df632d62
Merge pull request #30747 from nextcloud/backport/30615/stable23
2022-01-19 10:45:33 +01:00
Joas Schilling
32c0710aa7
Create block-merge-freeze.yml
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-01-19 09:21:13 +00:00
Christopher Ng
38221b8c68
Update autoload and ClassLoader
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-01-19 02:12:15 +00:00
Christopher Ng
2063c58623
Improve installation pages
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
(cherry picked from commit 22768769c3 )
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-01-19 00:42:55 +00:00
Carl Schwan
49a8a8fa98
Merge pull request #30734 from nextcloud/backport/30470/stable23
...
[stable23] Hash job argument
2022-01-18 17:02:37 +01:00
acsfer
61509de933
[stable23] Increase email main buttons width for non-english languages
...
Manual backport of https://github.com/nextcloud/server/pull/30653
2022-01-18 16:01:26 +01:00
Julius Härtl
fb032ad04d
Add hashed attribute column for indexed job existence check
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-01-18 15:09:27 +01:00
Marek-Wojtowicz
10ae5acf64
Update Session.php
...
The http headers according to rfc 2616 is iso-8859-1. This patch fixes the behavior when non-ascii characters are present in the header.
Signed-off-by: Marek Wójtowicz <Marek.Wojtowicz@agh.edu.pl >
2022-01-17 23:23:17 +00:00
MichaIng
58b4db7f7d
Merge pull request #30685 from nextcloud/backport/29923/stable23
...
[stable23] Fix users can't login external mount user entered credentials not set
2022-01-17 21:20:05 +01:00
max-nextcloud
90ac982503
Merge pull request #30722 from nextcloud/backport/30719/stable23
...
[stable23] Fix loading of the text app in public shared links
2022-01-17 20:45:25 +01:00
Carl Schwan
f989dcbea8
Fix loading of the text app in public shared links
...
Instead of doing the centering for the entire public content, only do it
for the preview. This is more safe.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-17 18:03:28 +00:00
blizzz
93fda5154d
Merge pull request #30678 from nextcloud/release/23.0.1rc2
...
23.0.1 RC2
2022-01-17 12:28:47 +01:00
Carl Schwan
253d502471
Merge pull request #30684 from nextcloud/backport/30531/stable23
...
[stable23] Optimize FileSystemTags workflow for groupfolder
2022-01-17 10:15:26 +01:00
MichaIng
6c0d6e23e7
Merge pull request #30688 from nextcloud/backport/30499/stable23
...
[stable23] Remove inefficient fed share scanner
2022-01-15 02:52:03 +01:00
MichaIng
78f38493ba
Merge pull request #30689 from nextcloud/backport/30645/stable23
...
[stable23] New Files internal link GET param to avoid opening the file
2022-01-15 02:50:26 +01:00
MichaIng
9f7c05cf4f
Merge pull request #30695 from nextcloud/backport/30631/stable23
...
[stable23] updateEncryptedVersion: cleanup on target if cache already got renamed
2022-01-15 02:48:12 +01:00
MichaIng
5bebac3ab2
Merge pull request #30698 from nextcloud/backport/30655/stable23
...
[stable23] Improve layout for the public download page
2022-01-15 02:39:47 +01:00
Carl Schwan
05cb962361
Add non-breaking space in the file size
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-14 22:34:05 +00:00
Carl Schwan
7c1dfd9850
Improve layout for the public download page
...
This centers the content inside the pages, while also not hardcoded the
size of the footer.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-14 22:34:04 +00:00
Jonas Meurer
9da4620ff8
updateEncryptedVersion: cleanup on target if cache already got renamed
...
When moving a file to trash with encryption enabled, the cache gets
moved before the actual file. According to @icewind1991 this is in order
to not break object storage.
When moving a file from an unencrypted storage (e.g. a collectives
storage) to the encrypted trashbin storage, this causes errors, see
This commit fixes it by doing `updateEncryptedVersion()` on the target
cache entry *if* the source cache entry doesn't exist anymore, but the
corresponding target cache entry does exist already.
Fixes : #26544
Signed-off-by: Jonas Meurer <jonas@freesources.org >
2022-01-14 21:41:10 +00:00
Julien Veyssier
55dd10acca
[files] new internal link GET param to avoid setting 'openfile' on redirect
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-01-14 16:57:51 +00:00
John Molakvoæ
834385a190
Merge pull request #30672 from nextcloud/backport/stable23/30597
2022-01-14 17:30:13 +01:00
Vincent Petry
3cac62f7ba
Remove inefficient fed share scanner
...
Remove scanAll which relies on the "shareinfo" endpoint that returns the
full cache tree.
The latter can become big for big shares and result in timeouts.
Furthermode, the full tree would be retrieved again for each and every
detected change which can become expensive quickly.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-01-14 16:09:03 +00:00
John Molakvoæ
bbde8dafeb
Merge pull request #30674 from nextcloud/backport/30275/stable23
2022-01-14 16:27:21 +01:00
Anderson Luiz Alves
f71593e3d5
files_external SMB: throw InvalidArgument when user is not set
...
Signed-off-by: Anderson Luiz Alves <alacn1@gmail.com >
2022-01-14 15:16:18 +00:00
Carl Schwan
61624c2213
Fix psalm issues
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-14 14:17:11 +00:00
Carl Schwan
c3fcb2c199
Add helper method in Wrapper
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-14 14:17:06 +00:00
Carl Schwan
3c060e54fa
The storage is not static anymore
...
Don't call twice $cache->getId
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-14 14:17:04 +00:00
Carl Schwan
88774cfbba
Optimize FileSystemTags workflow for groupfolder
...
In https://github.com/nextcloud/server/pull/28774 we disabled the
caching for the groupfolder application since it worked due to the fact
that in groupfolders, getFileIds could be called with the same $cacheId
and path for actually different groupfolders.
This revert this change and instead add the folderId from the
groupFolder to the cacheId. This solve the issue of the uniqueness of
the cacheId inside GroupFolder. Downside is that we introduce
groupfolder specific implementation inside the server repo.
The seconf optimization is to not consider paths starting with
__groupfolders in executeCheck. This is due to the fact that files in
the groupfolder application call two times executeCheck one time with
the url __groupfolder/<folderId>/<path> and the other time with <path>.
The first time will always return an empty systemTags array while the
second call will return the correct system tags.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-14 14:17:00 +00:00
Simon L
377336a8f1
Merge pull request #30671 from nextcloud/backport/30363/stable23
...
[stable23] improve accessibility settings on mobile
2022-01-14 14:31:05 +01:00
Arthur Schiwon
2d147a4c4c
23.0.1 RC2
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-01-14 12:46:43 +01:00
Vincent Petry
3bdd8aeba0
Merge pull request #30662 from nextcloud/backport/30530/stable23
...
[stable23] Fix wrong unified search link to folder
2022-01-14 12:21:22 +01:00
blizzz
c36ae149a0
Merge pull request #30663 from nextcloud/backport/30568/stable23
...
[stable23] Fix primary key change in user_ldap migration
2022-01-14 12:04:06 +01:00
Joas Schilling
28c6a4db1d
Add version of disabled apps when available
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-14 11:02:47 +00:00
Carl Schwan
1904793d4b
Fix file picker not respecting hidden files settings
...
This will only respect the setting inside the file app. For other apps
we will either need to do an API call or add an input field with the
same idea to spare a blocking api call.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
(cherry picked from commit 1fa58be1aa )
2022-01-14 11:46:43 +01:00
Julius Härtl
1938c41ace
Merge pull request #30659 from nextcloud/backport/29622/stable23
2022-01-14 10:41:46 +01:00
szaimen
963220dbd7
address 2nd review
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-01-14 09:39:16 +00:00
szaimen
729ef0063f
address review
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-01-14 09:39:15 +00:00
szaimen
f47835cec3
improve accessibility settings on mobile
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-01-14 09:39:14 +00:00
Carl Schwan
f4fcbaa8b9
Merge pull request #30643 from nextcloud/backport/30600/stable23
...
[stable23] Fix idn emails not working in shares
2022-01-14 10:08:19 +01:00
Côme Chilliet
101338063e
Remove useless indexes with duplicated names on backup table
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-01-14 08:31:42 +00:00
Joas Schilling
9a9c8602e4
Update autoloader
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-14 08:31:41 +00:00
Côme Chilliet
e4235bdeba
Fix user_ldap migration for long DNs support
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-01-14 08:31:40 +00:00
Côme Chilliet
66ca2925e7
Move duplicated code to a base class for group_mapping migrations
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2022-01-14 08:31:38 +00:00
Côme Chilliet
03a570a500
Split dropTable and createTable in two migrations
...
It is not possible to drop and create the same table in one migration
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-01-14 08:31:38 +00:00
Côme Chilliet
d90e9088d0
Fix primary key change in user_ldap migration
...
Use a backup table to copy the data, drop table and recreate it with
correct primary key, then copy the data back and drop the backup table.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-01-14 08:31:36 +00:00
John Molakvoæ
c124c27cdf
Fix wrong unified search link to folder
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-01-14 08:22:29 +00:00
John Molakvoæ
05a13d3dc6
Implement multibucket shift for ObjectStore
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-01-14 08:31:38 +01:00
Carl Schwan
2b2d23ce21
Fix idn emails not working in shares
...
And add check before sending email that email address is valid
Fix #30595
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-13 17:10:43 +01:00
Vincent Petry
26b5949102
Merge pull request #30636 from nextcloud/backport/30620/stable23
...
[stable23] Properly abort uploads
2022-01-13 11:35:38 +01:00
Vincent Petry
ac9ad51b10
Properly hide progress bar after error
...
Whenever an error occurs, also hide the progress bar.
The logic was also adjusted to properly detect uploads that are pending
deletion, in which case the progress bar can already be hidden.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-01-13 08:29:29 +00:00
Vincent Petry
c78d542596
Properly abort uploads
...
Add a new approach for flagging an upload as aborted because we can't
rely on the browser fully cancelling the request as we now seem to
receive an error response from the server instead of a jQuery "abort"
message.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-01-13 08:29:28 +00:00
Vincent Petry
c2f3f37f69
Merge pull request #30627 from nextcloud/backport/30593/stable23
...
[stable23] Trigger "changeDirectory" event on URL change
2022-01-12 17:42:45 +01:00
MichaIng
0323ced93a
Merge pull request #30621 from nextcloud/backport/30358/stable23
...
[stable23] Reset job disabling timer on adding the job again
2022-01-12 16:01:56 +01:00
Vincent Petry
3340861c82
Trigger "changeDirectory" even on URL change
...
When using the browser back button or clicking on sections on the left
sidebar (like favorites), the "changeDirectory" jQuery event did not get
called, so apps like recommendations would not notice the directory
change.
This fixes the issue by also setting changeUrl to true when the file
list's directory got changed as a result from a URL change.
Added optional changedThroughUrl argument to make sure the event
recipient knows if the change was done through a URL change and make it
possible prevent a loop in the onDirectoryChange handler that actually
changes the URL when the origin was already from a URL change.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-01-12 13:46:13 +00:00
Carl Schwan
693771fd81
Merge pull request #30619 from nextcloud/backport/30609/stable23
...
[stable23] Fix RequestURL check for cli commands
2022-01-12 14:01:00 +01:00
Joas Schilling
b89e743976
Merge pull request #30611 from nextcloud/backport/30588/stable23
...
[stable23] Fix undefined/unset scope in account properties
2022-01-12 13:51:07 +01:00
Louis
141524a0e2
Merge pull request #30623 from nextcloud/backport/30485/stable23
...
[stable23] Set the file's mtime from the headers in bulk upload
2022-01-12 13:36:38 +01:00
Louis Chemineau
bb81f7afd8
Set the file's mtime from the headers in bulk upload
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-01-12 11:00:50 +00:00
Julius Härtl
d7cb3d0643
Reset job disabling timer on adding the job again
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-01-12 10:52:51 +00:00
blizzz
6d2b690881
Merge pull request #30602 from nextcloud/backport/30291/stable23
...
[stable23] Prevent loading images that would require too much memory.
2022-01-12 11:16:48 +01:00
Carl Schwan
1b8f9420a3
Fix RequestURL check for cli commands
...
Fix https://github.com/nextcloud/files_automatedtagging/issues/526
Fix https://github.com/nextcloud/groupfolders/issues/1855
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-12 09:07:31 +00:00
Joas Schilling
08037eac25
Fix test
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-11 18:44:56 +00:00
Joas Schilling
8fde21460f
Fix undefined/unset scope in account properties
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-11 18:44:52 +00:00
Joachim Bauch
cebac86ecd
Prevent loading images that would require too much memory.
...
For most image formats, the header specifies the width/height.
PHP allocates an image object from that size, even if the actual
image data is much smaller. This image object size is not limited
by the limit configured in PHP.
The memory limit can be configured through "config.php" setting
"preview_max_memory" and defaults to 128 MBytes which should be
enough for most images without filling up all memory.
Signed-off-by: Joachim Bauch <bauch@struktur.de >
2022-01-11 14:49:08 +00:00
MichaIng
c5ea067795
Merge pull request #30594 from nextcloud/backport/30533/stable23
...
[stable23] Avoid zero division in setup checks
2022-01-11 15:35:18 +01:00
Louis
4846f5d33e
Merge pull request #30592 from nextcloud/backport/30571/stable23
...
[stable23] fix: only use jquery once it is available
2022-01-11 14:18:28 +01:00
MichaIng
755381a4c2
Avoid zero division in setup checks
...
Fixes: https://github.com/nextcloud/server/issues/30532
Signed-off-by: MichaIng <micha@dietpi.com >
2022-01-11 12:42:02 +00:00
Azul
08016ac02d
fix: only use jquery once it is available
...
publicpage.js is loaded very early and cannot rely on jquery being loaded already.
Move the use of `$` into the `DomContentLoaded` handler.
Signed-off-by: Azul <azul@riseup.net >
2022-01-11 10:34:44 +00:00
Louis
ad5501a464
Merge pull request #30576 from nextcloud/backport/30565/stable23
...
[stable23] Fix fail when keys/files folder already exists
2022-01-11 10:44:10 +01:00
Vincent Petry
9eeaed0051
Fix fail when keys/files folder already exists
...
Fixes an issue with transfer ownership in move mode where the folder
"files_encryption/keys/files" already exists.
Instead of failing, its existence is checked before calling mkdir.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-01-11 08:20:41 +00:00
Vincent Petry
67fcbacd4f
Merge pull request #30580 from nextcloud/bugfix/noid/npm-ci-for-karma/stable23
...
[stable23] Use npm ci when running JS tests
2022-01-11 08:53:48 +01:00
Vincent Petry
035d73db11
Make chokidar happy with fsevents
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-01-10 18:00:24 +01:00
Vincent Petry
c948ceee60
Recompile JS
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-01-10 17:38:16 +01:00
Vincent Petry
4e4797b5b9
Fix JS tests after test lib updates
...
Prevent XHR during load by checking window.TESTING.
Adjust some expected values.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-01-10 17:30:32 +01:00
Vincent Petry
60e364018f
Update node deps for JS tests
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-01-10 17:28:16 +01:00
Vincent Petry
7dcbcd21e1
Use npm ci when running JS tests
...
This makes sure that the pinned versions are selected correctly.
Fixes the colors.js incident.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-01-10 17:26:23 +01:00
John Molakvoæ
ed1fcf1982
Merge pull request #30557 from nextcloud/backport/30468/stable23
2022-01-10 08:35:01 +01:00
Carl Schwan
b054321fc0
Handle LocalServerException when scanning external shares
...
When remoteIsOwnCloud trows LocalServerException, the storage is
unavailable and instead of crashing the scanner, ignore the specific
storage.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-01-09 17:40:39 +00:00
blizzz
99b400c733
Merge pull request #30528 from nextcloud/backport/30511/stable23
...
[stable23] update CRL after revocation of sharerenamer.crt
2022-01-08 00:55:12 +01:00
Pytal
cc9a2e0558
Merge pull request #30525 from nextcloud/backport/30491/stable23
2022-01-07 11:21:43 -08:00
John Molakvoæ
7d8be4d044
Merge pull request #30518 from nextcloud/release/23.0.1
2022-01-07 14:57:27 +01:00
Vitor Mattos
e2d9fb9d01
Update crl
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-01-07 11:25:47 +00:00
Christopher Ng
c699f1bec2
Fix email verification
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-01-07 10:52:36 +00:00
Joas Schilling
deeee36132
Merge pull request #30522 from nextcloud/backport/30492/stable23
...
[stable23] Fix passing on the parameter
2022-01-07 10:49:55 +01:00
Joas Schilling
3ca762e0af
Fix passing on the parameter
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-07 09:27:35 +01:00
Joas Schilling
551e1a799a
Merge pull request #30486 from nextcloud/backport/29780/stable23
...
[stable23] Run migrations fully when reenabling an app
2022-01-07 08:43:14 +01:00
John Molakvoæ
510e99a622
Merge pull request #30433 from nextcloud/backport/30392/stable23
2022-01-07 08:41:22 +01:00
John Molakvoæ
c8702c7766
Merge pull request #30339 from nextcloud/backport/27403/stable23
2022-01-07 08:41:06 +01:00
John Molakvoæ
e65a5e199e
23.0.1 RC 1
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-01-07 08:20:03 +01:00
blizzz
994b32f793
Merge pull request #30351 from nextcloud/backport/29958/stable23
...
[stable23] Remove iconv from dependencies and tests
2022-01-06 23:37:36 +01:00
Pytal
6a28abbbb6
Merge pull request #30480 from nextcloud/backport/30423/stable23
2022-01-04 17:05:32 -08:00
Pytal
b47ecc6396
Merge pull request #30431 from nextcloud/backport/30413/stable23
2022-01-04 11:21:56 -08:00
Joas Schilling
e69d0b0a65
Run migrations fully when reenabling an app
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-04 16:19:35 +00:00
Christoph Wurst
df21ccd73a
Add the Groupware Team as contactsinteraction co-maintainer
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-01-04 16:08:20 +01:00
Christoph Wurst
d068ae445c
Fix rendering app authors with homepage or email
...
When the first author of an app doesn't have homepage/email attributes
set in info.xml then any further author was rendered as `[object
Object]` due to the complex XML node seralized to a JavaScript string.
The logic was fixed so that it converts any of the authors to simple
text.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-01-04 16:08:20 +01:00
John Molakvoæ
9bffa5beff
Fix uploading text position
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-01-04 08:47:00 +00:00
MichaIng
022d0058ca
[stable23] Remove iconv from dependencies and tests
...
which is not used anymore since: https://github.com/nextcloud/server/pull/29470
Signed-off-by: MichaIng <micha@dietpi.com >
2022-01-04 03:06:55 +01:00
Louis
58dc589ed0
Merge pull request #30449 from nextcloud/backport/30440/stable23
...
[stable23] Make sure to get file model in template picker
2022-01-03 10:42:26 +01:00
Carl Schwan
d92be7b886
Merge pull request #30462 from nextcloud/backport/30409/stable23
...
[stable23] Allow using composer plugin with composer 2.2
2022-01-03 08:56:35 +01:00
Julius Härtl
d81768b2e2
Ignore composer/bin
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-01-01 14:01:01 +00:00
Julius Härtl
6bbd26b955
Allow using composer plugin with composer 2.2
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-01-01 14:01:00 +00:00
Simon L
f98d7827e9
Merge pull request #30455 from nextcloud/backport/30420/stable23
...
[stable23] improve status modal
2021-12-31 18:07:23 +01:00
szaimen
e6f837f4b5
improve status modal
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-12-30 18:50:19 +00:00
Julien Veyssier
dccd2a635a
fix template picker for file actions using the fileInfoModel
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-12-30 15:16:31 +00:00
Louis
955cb63e41
Merge pull request #30343 from nextcloud/backport/29329/stable23
...
[stable23] fix potential unwarranted memberships in nested groups from LDAP
2021-12-30 11:04:39 +01:00
Louis
94f3192b82
Merge pull request #30315 from nextcloud/backport/30266/stable23
...
[stable23] Fix share owner not being displayed in sharing tab
2021-12-30 10:57:01 +01:00
John Molakvoæ
eac352bcc3
Merge pull request #30443 from nextcloud/backport/30353/stable23
2021-12-30 08:12:01 +01:00
Carl Schwan
c68304d6d5
Handle external share with invalid host
...
remoteIsOwnCloud might throw an exception when the host is localhost.
Handle this case instead of aborting completely. The behavior is the
same as that is done 10 lines under it
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2021-12-29 17:13:06 +00:00
Julius Härtl
af25d91b8d
Merge pull request #30390 from nextcloud/backport/28438/stable23
2021-12-29 10:52:39 +01:00
Christoph Wurst
3cf98b75e2
Add missing index for propertypath only queries against properties
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-12-29 09:16:28 +00:00
Simon L
394915d2e4
Merge pull request #30411 from nextcloud/backport/30364/stable23
...
[stable23] improve personal settings on mobile
2021-12-27 23:54:38 +01:00
szaimen
83e5cf0ed0
improve personal settings on mobile
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-12-27 21:14:19 +00:00
Sven Strickroth
708d98d078
Don't die with LockedException when removing/restoring multiple files from trash
...
fixes issue #16491
Signed-off-by: Sven Strickroth <email@cs-ware.de >
2021-12-23 10:26:57 +00:00
John Molakvoæ
ad8cf1a2b4
Merge pull request #30356 from nextcloud/backport/30305/stable23
2021-12-21 11:17:06 +01:00
Joas Schilling
b947bf3765
Merge pull request #30026 from nextcloud/backport/30013/stable23
...
[stable23] Don't query the bruteforce attempts when we just deleted them
2021-12-21 09:38:20 +01:00
Daniel Calviño Sánchez
bcc54d06a1
Fix persistent tooltip in the "new folder" input of the file picker
...
When a new folder is tried to be created in the file picker dialog a
tooltip is shown on the input if the folder name exists already.
However, this tooltip was not cleared, so it was still shown even if the
name was fixed, the folder was created and then the "New folder" input
was shown again.
Now the tooltip is cleared as soon as the input changes, as keeping it
shown in that case did not provide any benefit either (and it is
consistent with how the "new folder" input works in the Files app view).
The input is also cleared whenever the menu that shows the input is
opened again, as otherwise the tooltip would be still shown if the menu
was closed and opened again without changing the input (and the menu
could be opened again after changing to another directory where the new
folder name is no longer duplicated).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-12-21 07:36:36 +00:00
Louis
d645869f74
Merge pull request #30344 from nextcloud/backport/30322/stable23
...
[stable23] fix overlapping in the help settings section
2021-12-20 11:32:02 +01:00
Côme Chilliet
e0c6673884
Merge pull request #29965 from nextcloud/backport/29470/stable23
...
[stable23] Avoid use of iconv to get rid of unicode
2021-12-20 10:54:25 +01:00
szaimen
f16b00ae23
fix overlapping in the help settings section
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2021-12-20 09:30:36 +00:00
Arthur Schiwon
bf81fa432a
fix potential unwarranted memberships in nested groups from LDAP
...
- the issue was present only when using PHP based resolving of nested
group members. Normally nested members are common in AD (and Samba4) and
are resolved per LDAP_MATCHING_RULE_IN_CHAIN by default
- resolving nested members is recursive
- when the cache entry was created it happend for intermediate groups, too,
containing members from the parent group
- the check was added to only cache the root group with its members
- a runtime cache stores intermediate ldap read results
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2021-12-20 09:18:59 +00:00
Côme Chilliet
4010e58a96
[stable23] Avoid use of iconv to get rid of unicode
...
Using iconv for translit depends upon server configuration, locale, and
PHP version. Using htmlentities instead to have a consistent behavior
independent of configuration.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
Co-authored-by: MichaIng <micha@dietpi.com >
2021-12-20 03:00:37 +01:00
MichaIng
fd481913ef
Enhance and complement OPcache setup checks
...
The current OPcache recommendations match the PHP defaults, but the values are much higher than required to run Nextcloud, even with a high number of installed apps. On the other hand, when other applications use the same OPcache instance, the recommended values might not be sufficient. Accurate recommendations need to take into account actual OPcache usage.
With this commit, recommendations are shown to raise the config value if more than 90% of max cache size or number of keys is used.
The checks whether the module is loaded and whether the OPcache is properly configured have been merged into a single function. This allowed to reduce the overhead of OPcache configuration checks when the module is not loaded.
A check has been added whether Nextcloud is permitted to use the OPcache API. Without this, inconsistencies during core or app upgrades may cause errors and OPcache usage cannot be determined for the new usage based checks.
OPcache usage based checks are skipped when Nextcloud is not permitted to use the API.
Signed-off-by: MichaIng <micha@dietpi.com >
2021-12-20 00:10:10 +00:00
MichaIng
cdedd2df38
Merge pull request #30252 from nextcloud/backport/30193/stable23
...
[stable23] Fix setting up 2FA when no providers are set up but backup codes
2021-12-19 19:41:20 +01:00
MichaIng
4b8b2b4740
Merge pull request #30301 from nextcloud/backport/30119/stable23
...
[stable23] Use proper translation source for direct editing
2021-12-19 19:39:23 +01:00
MichaIng
2217abfa44
Merge pull request #30306 from nextcloud/backport/30281/stable23
...
[stable23] Ignore non-existing groups when notifying group shares
2021-12-19 19:37:21 +01:00
dependabot[bot]
d9bcf061d5
Merge pull request #30325 from nextcloud/dependabot/composer/build/integration/stable23/sabre/dav-4.3.0
2021-12-18 05:34:16 +00:00
dependabot[bot]
1bea0296c0
Update sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/4.2.3...4.3.0 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-18 04:05:40 +00:00
Carl Schwan
2b7bee1bc3
Fix share owner not being displayed in sharing tab
...
This only concerns subfolder and files inside a shared folder and is
used as fallback when the OCS api returns a empty result, because it
only works on the shared folder and not the content inside of it.
This unify the tab with the folder list.
This offers a less descriptive share information but making the
OCS api returns all the details even for the subfolder would very
probably be bad for performance (since we would need to fetch the shares
for all the parent folders until we found one or are in the root folder).
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-12-17 13:23:23 +00:00
Vincent Petry
d4e83a7988
Discard share notification for non-existing groups
...
Group shares might exist even after a group got deleted.
This fix catches the situation and discards the notification for the
obsolete group.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Co-authored-by: Joas Schilling <coding@schilljs.com >
2021-12-17 07:04:25 +00:00
Azul
26886d753d
fix translation source in directEditing templates
...
The 'Empty file' string is translated in `lib` - not in `core`.
Signed-off-by: Azul <azul@riseup.net >
2021-12-16 18:23:12 +00:00
Louis
1c296cbc86
Merge pull request #30289 from nextcloud/backport/30256/stable23
...
[stable23] Fix ShareLink Upload UI for Folders
2021-12-16 10:58:14 +01:00
Pytal
659d10f7d5
Merge pull request #30272 from nextcloud/backport/30254/stable23
2021-12-15 17:35:19 -08:00
Christopher Ng
7479edbc1e
Migrate profile_config id column to bigint
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2021-12-15 19:30:15 +00:00
nextcloud-command
1f1758ee3e
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-12-15 19:10:23 +00:00
Jonas Rittershofer
c39c82a6bd
Fix ShareLink Upload UI for Folders
...
Do not show the Upload-Option if it is not allowed to check.
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com >
2021-12-15 19:51:41 +01:00
Christopher Ng
c4149aa8ed
Use bigint for autoincremented column
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2021-12-14 21:34:24 +00:00
Christoph Wurst
9e9b448998
Merge pull request #30267 from nextcloud/backport/30048/stable23
...
[stable23] Carefully filter out non matching time ranges for CalDAV search
2021-12-14 16:08:30 +01:00
Christoph Wurst
593b4e53b3
Carefully filter out non matching time ranges for CalDAV search
...
When we search for CalDAV objects in the DB we take the first and last
occurence into account. For recurring events that is when they take
place the very first time and the very last time. Searching in a more
specific time range will still match this condition, because the
recurring event starts before the end of the requested range but ends
after the start of the requested range.
Sabre has filters for this. If we apply them on all seach objects of a
search with a time range, then only the recurring events actually taking
place at the time of the requested time range will be returned.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-12-14 13:52:56 +00:00
Côme Chilliet
5282fcec05
Merge pull request #30238 from nextcloud/backport/29523/stable23
...
Support LDAP dn longer than 255 characters
2021-12-14 13:15:23 +01:00
Christoph Wurst
e4011bc3aa
Fix setting up 2FA when no providers are set up but backup codes
...
2FA set up is allowed when only backup codes are set up but no other
provider and no provider is failing.
This patch syncs up the login controller check with the challenge
controller check 10 lines above.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-12-13 15:59:27 +00:00
MichaIng
a31ee8d9f3
Merge pull request #30236 from nextcloud/backport/30200/stable23
...
[stable23] Don't check the configvalue for lastLogin which is never null
2021-12-13 15:20:40 +01:00
MichaIng
66e464a407
Merge pull request #30245 from nextcloud/backport/30156/stable23
...
[stable23] Only wildcard search if enumeration is allowed
2021-12-13 15:19:36 +01:00
Joas Schilling
dd2c1c6fb8
Make psalm more happy
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-13 13:49:15 +01:00
Joas Schilling
39d6624ab3
Fix docs to make Psalm happier
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-13 13:49:09 +01:00
Joas Schilling
955c0d4885
Convert strict_search to wildcard property and add psalm docs
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-13 13:49:03 +01:00
Joas Schilling
898c11c3b4
Limit more contact searches
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-13 13:48:55 +01:00
Joas Schilling
daad1ce010
Only limit search in the system address book
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-13 13:48:47 +01:00
Joas Schilling
b5d78d0b7c
Only wildcard search if enumeration is allowed
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-13 13:48:41 +01:00
Côme Chilliet
6b107026dd
Bump user_ldap version to make sure the migration runs
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-13 09:51:44 +01:00
Joas Schilling
995b45bb62
Don't check the configvalue for lastLogin which is never null
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-13 08:43:13 +00:00
Côme Chilliet
b5b080a219
Add missing copyright headers in migration steps
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-13 09:40:38 +01:00
Côme Chilliet
e7a769158d
Use clearer names for variables
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-13 09:40:15 +01:00
Côme Chilliet
9e33d51c44
Add an index for directory_uuid as well
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-13 09:40:08 +01:00
Côme Chilliet
fbed00bab4
Make sure that hash function returns a string
...
The documentation says it can return false, and even if that is highly
unlikely for sha256, better safe than sorry.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-13 09:39:55 +01:00
Côme Chilliet
98476a9d5d
Add the columns and alter the index in Version1010Date20200630192842
...
This is to ensure new installations do not need to go through migration
history.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-13 09:39:45 +01:00
Côme Chilliet
2336a188df
Fixes in migration step
...
We cannot set ldap_dn_hash column as notnull because it is empty for
existing users before postSchemaChange is called
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-13 09:39:33 +01:00
Côme Chilliet
a0db2a248c
Put back length check to have a clear error
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-13 09:39:23 +01:00
Côme Chilliet
189852b549
Fixed migration step for user_ldap
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-13 09:39:12 +01:00
Joas Schilling
54007f9993
Fix variable names
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-13 09:39:04 +01:00
Côme Chilliet
514b34084a
Change column names to ldap_dn and ldap_dn_hash and add migration
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-13 09:38:54 +01:00
Côme Chilliet
fe3203a66e
Support LDAP dns longer than 255 characters
...
Adds an ldap_full_dn column to store the dn, and only store a sha256
hash in the ldap_dn which is shorter and can be indexed without
trouble.
Migration still needs to be implemented.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-13 09:38:43 +01:00
MichaIng
86c0b22e97
Merge pull request #30214 from nextcloud/dependabot/npm_and_yarn/stable23/dompurify-2.3.4
...
Bump dompurify from 2.3.3 to 2.3.4
2021-12-11 21:50:21 +01:00
dependabot[bot]
2339d5d543
Bump dompurify from 2.3.3 to 2.3.4
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.3...2.3.4 )
---
updated-dependencies:
- dependency-name: dompurify
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 >
2021-12-11 16:31:23 +00:00
MichaIng
837d589cb4
Merge pull request #30215 from nextcloud/dependabot/npm_and_yarn/stable23/core-js-3.19.3
...
Bump core-js from 3.19.2 to 3.19.3
2021-12-11 16:04:39 +01:00
dependabot[bot]
7e2414c73a
Bump core-js from 3.19.2 to 3.19.3
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.19.2 to 3.19.3.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.19.2...v3.19.3 )
---
updated-dependencies:
- dependency-name: core-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 >
2021-12-11 12:59:40 +00:00
MichaIng
37b74dab89
Merge pull request #30213 from nextcloud/dependabot/composer/build/integration/stable23/sabre/dav-4.2.3
...
Update sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integration
2021-12-11 13:50:58 +01:00
dependabot[bot]
f35d000c7f
Update sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/4.2.1...4.2.3 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-11 07:04:10 +00:00
dependabot[bot]
fcb2bf130d
Merge pull request #30212 from nextcloud/dependabot/composer/build/integration/stable23/guzzlehttp/guzzle-6.5.5
2021-12-11 07:02:56 +00:00
dependabot[bot]
4a1c576325
Update guzzlehttp/guzzle requirement in /build/integration
...
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.5/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...6.5.5 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-11 03:35:25 +00:00
Pytal
7d80036bed
Merge pull request #30190 from nextcloud/backport/30157/stable23
2021-12-10 17:30:02 -08:00
Vincent Petry
de8b0275a0
Merge pull request #30187 from nextcloud/backport/30164/stable23
...
[stable23] Use correct icon for dir-external-root
2021-12-10 12:02:36 +01:00
John Molakvoæ
32eed324a1
Fix first day locale
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-12-10 10:35:05 +00:00
John Molakvoæ
ac5385101c
Properly format sharing datepicker locale
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2021-12-10 09:47:35 +00:00
Vincent Petry
1a032ce6f1
Use correct icon for dir-external-root
...
When an external storage mount is shared with circles, it triggers the
share icon state to be rerendered. The picking of the mime type icon
would use the regular file icon because there is no actual icon for
"dir-external-root" that is shared.
This fixes the logic to use the "folder-external" icon in such
scenarios.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2021-12-10 09:29:32 +00:00
Vincent Petry
1fc27e771c
Merge pull request #30180 from nextcloud/backport/30160/stable23
...
[stable23] Check resource before closing in encryption wrapper
2021-12-10 08:55:50 +01:00
John Molakvoæ
497fab8fe6
Merge pull request #30175 from nextcloud/backport/30168/stable23
2021-12-10 08:46:52 +01:00
John Molakvoæ
8e1b2cd59a
Merge pull request #30176 from nextcloud/backport/29996/stable23
2021-12-10 07:57:42 +01:00
Vincent Petry
1291abc130
Check resource before closing in encryption wrapper
...
In case of error there is no guarantee that $source or $target is set or
is a resource when handling an error.
Without this fix, there's a risk that fclose will fail and the actual
exception will not be thrown, making it impossible to find out about the
root cause.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2021-12-10 00:03:08 +00:00
Pytal
9135b177be
Update core/Migrations/Version23000Date20211203110726.php
...
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2021-12-09 23:07:30 +00:00
Christopher Ng
3600b84e6e
Fix relation "user_id" already exists migration error
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2021-12-09 23:07:30 +00:00
John Molakvoæ
72422ccb10
Allow to delete non-migrated previews instead of moving them
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2021-12-09 22:59:38 +00:00
John Molakvoæ
28992a403e
Merge pull request #30144 from nextcloud/backport/29968/stable23
2021-12-09 10:33:20 +01:00
Daniel Calviño Sánchez
30733d020d
Remove no longer needed CSS rules
...
Since Nextcloud 22 the "#new-user" rules had no effect, as the DOM
structure changed to show a dialog rather than adding a row on top of
the list when adding new users.
Similarly, the z-index was no longer needed, as there will be no
"new-user" row that could overlap. Moreover, the z-index was set even
higher (100) in another rule still active.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2021-12-09 06:58:07 +01:00
Daniel Calviño Sánchez
7b53eb4066
Fix input for groups validation in new user form
...
The hidden input used for form validation was not actually hidden since
Nextcloud 22, as the DOM structure changed to show a dialog rather than
adding a row on top of the list when adding new users, so the CSS rules
no longer matched.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2021-12-09 06:58:07 +01:00
MichaIng
c79b3be1aa
Merge pull request #30151 from nextcloud/backport/30141/stable23
...
[stable23] Reload page instead of file list when getting 401 authentification error
2021-12-08 14:32:00 +01:00
Carl Schwan
9a81b75b38
Reload page on 401 since there is an authentification problem
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2021-12-08 11:39:57 +00:00
Carl Schwan
ad44722397
Stop reloading file list when getting 401 error on root dir
...
When reaching the root dir, instead of reloading the file list we reload
the page completely. This trigger a redirection to the login page automatically
with the correct ?redirect_url= in thr url.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2021-12-08 11:39:57 +00:00
Julius Härtl
c311f43c1f
Merge pull request #30136 from nextcloud/backport/30134/stable23
2021-12-08 09:07:24 +01:00
Julien Veyssier
fb0e22a3c4
do not trigger events when setting active view in gotoplugin
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2021-12-07 14:38:22 +00:00
John Molakvoæ
e0b61fb449
Merge pull request #30132 from nextcloud/backport/30114/stable23
2021-12-07 13:55:54 +01:00
John Molakvoæ
36bacaa7af
Prevent writing invalid mtime
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2021-12-07 11:16:29 +00:00
John Molakvoæ
778d1a1793
Merge pull request #30009 from nextcloud/backport/29905/stable23
2021-12-07 09:27:50 +01:00
marco
07931d9bb6
Only add the vue exeption to actual button elements
...
Signed-off-by: marco <marcoambrosini@pm.me >
2021-12-07 01:13:21 +01:00
Côme Chilliet
c630c8ccec
Merge pull request #30115 from nextcloud/backport/30040/stable23
...
[stable23] Avoid calling image* methods on boolean
2021-12-06 16:58:23 +01:00
Louis
b2967923d2
Merge pull request #30106 from nextcloud/backport/30104/stable23
...
[stable23] Strengthify is now in the Nextcloud org
2021-12-06 15:58:28 +01:00
Côme Chilliet
f889b251b1
Avoid assignment in if clause
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-06 14:22:05 +00:00
Côme Chilliet
3fe20bfbbb
Fix typing problems in OC_Image
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-06 14:22:05 +00:00
Côme Chilliet
11b51ddbbe
Avoid calling image* methods on boolean
...
This avoids fatal errors on PHP>=8, and warnings on older versions.
Log should also be clearer.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-12-06 14:22:05 +00:00
Christoph Wurst
f88f57612b
Merge pull request #30025 from nextcloud/backport/30012/stable23
...
[stable23] Only check the twofactor state once per request
2021-12-06 14:49:45 +01:00
Joas Schilling
7b88878895
Strengthify is now in the Nextcloud org
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-06 08:59:57 +00:00
dependabot[bot]
af29d0b63e
Merge pull request #30083 from nextcloud/dependabot/composer/build/integration/stable23/sabre/dav-4.2.1
2021-12-05 16:17:46 +00:00
dependabot[bot]
8fc41f6cf1
Update sabre/dav requirement from 4.2.0 to 4.2.1 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/4.2.0...4.2.1 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-05 16:43:43 +01:00
dependabot[bot]
6aa3677eaa
Merge pull request #30088 from nextcloud/dependabot/npm_and_yarn/stable23/core-js-3.19.2
2021-12-04 13:25:01 +00:00
dependabot[bot]
99aca2f57c
Bump core-js from 3.19.1 to 3.19.2
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.19.1 to 3.19.2.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.19.1...v3.19.2 )
---
updated-dependencies:
- dependency-name: core-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 >
2021-12-04 12:49:10 +00:00
blizzz
76fa257789
Merge pull request #30036 from nextcloud/backport/30011/stable23
...
[stable23] Allow to log queries to db, ldap and redis
2021-12-03 11:53:59 +01:00
MichaIng
e20b3de09e
Merge pull request #30041 from nextcloud/backport/30032/stable23
...
[stable23] Add an index for selecting the next job
2021-12-03 03:02:13 +01:00
MichaIng
d622dc63b9
Merge pull request #30053 from nextcloud/backport/30046/stable23
...
[stable23] Close open cursor in the caldav back-end
2021-12-03 02:56:21 +01:00
Joas Schilling
617d742aa9
Merge pull request #30062 from nextcloud/backport/30024/stable23
...
[stable23] list.php files are only invoked via ViewController and APIController
2021-12-03 00:02:44 +01:00
Joas Schilling
d6bad0c0ba
list.php files are only invoked via ViewController and APIController
...
Both of them actually check that the user is logged in before
and also the list.php files themselves would break with
getUserSession()->getUser()->getUID() which they contain.
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-02 21:32:25 +00:00
Pytal
395e90c645
Merge pull request #30058 from nextcloud/backport/29735/stable23
2021-12-02 12:20:53 -08:00
Robin Appelman
cc57b2b68e
fix tests
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2021-12-02 17:47:06 +00:00
Robin Appelman
349555478f
code checker fixes for instanceOfStorage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2021-12-02 17:47:06 +00:00
Robin Appelman
c76c2d7581
stop background scan early if a users still has unscanned files after background scan
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2021-12-02 17:47:05 +00:00
Robin Appelman
375946b148
find users for background scan one by one
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2021-12-02 17:47:05 +00:00
Robin Appelman
c9db02a921
background scan the source storage when a background scan on a storage jail is triggered
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2021-12-02 17:47:05 +00:00
Robin Appelman
4433732f22
teach psalm about Storage::instanceOfStorage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2021-12-02 17:47:05 +00:00
Joas Schilling
62bff517dc
Merge pull request #30037 from nextcloud/backport/30028/stable23
...
[stable23] Fix log_query config flag
2021-12-02 17:14:11 +01:00
Christoph Wurst
2de7273905
Close open cursor in the caldav back-end
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-12-02 15:34:20 +00:00
Joas Schilling
88b6a42699
Add an index for selecting the next job
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-02 10:26:43 +00:00
Joas Schilling
a361e69d5e
Fix log_query config flag
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-02 09:35:52 +00:00
Joas Schilling
5e8fa37852
Allow to log DB, redis and LDAP requests into files
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-02 09:30:44 +00:00
MichaIng
e3ee81de05
Merge pull request #30021 from nextcloud/backport/30018/stable23
...
[stable23] Fix collaborative tags styles
2021-12-02 02:40:45 +01:00
Pytal
2ccefec021
Merge pull request #30014 from nextcloud/backport/29995/stable23
2021-12-01 15:48:03 -08:00
Joas Schilling
761b5ac91e
Don't query the bruteforce attempts when we just deleted them
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-01 20:29:47 +00:00
Joas Schilling
febca701ee
Only check the twofactor state once per request
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-01 20:29:28 +00:00
Christopher Ng
7fd7f73ab0
Fix profile actions menu
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-12-01 19:57:22 +00:00
Christopher Ng
e0ffaaae51
Fix collaborative tags styles
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2021-12-01 19:51:01 +00:00
Pytal
b67c6d9730
Merge pull request #29975 from nextcloud/backport/29872/stable23
2021-12-01 10:17:20 -08:00
Christoph Wurst
b2b1feba0f
Merge pull request #30008 from nextcloud/backport/30001/stable23
...
[stable23] Cast orphan subscription id to int
2021-12-01 19:07:18 +01:00
Christoph Wurst
ea450f1161
Cast orphan subscription id to int
...
DB columns are of type int by default, so they need to be casted.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-12-01 13:47:40 +00:00
Christopher Ng
510249e258
Set profile page title
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-11-30 17:02:52 +00:00
blizzz
4caad84389
Merge pull request #29967 from nextcloud/backport/29917/stable23
...
[stable23] Fix source of translations
2021-11-30 14:55:23 +01:00
Christoph Wurst
c7d5f98768
Merge pull request #29977 from nextcloud/backport/29974/stable23
...
[stable23] Let repair step query exceptions bubble up
2021-11-30 14:34:17 +01:00
Christoph Wurst
3b2122fc11
Include previous execption for repair steps that don't exist
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-30 11:56:53 +00:00
Christoph Wurst
3d58f6bd2b
Let repair step query exceptions bubble up
...
And hide the type error caused by a constructor call with missing
arguments.
`new $repairStep();` only works for the rare case that no arguments are
required. Anything else will throw. Then we previously hid the trace of
the more important query exception.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-30 11:56:53 +00:00
Louis
17a659e277
Merge pull request #29970 from nextcloud/backport/29870/stable23
...
[stable23] Prevent your own status from replacing another user's status on profile
2021-11-30 10:03:04 +01:00
Christopher Ng
259dc80fca
Prevent your own status from replacing another user's status
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-11-29 20:49:20 +00:00
Christoph Wurst
7b142f74a9
Merge pull request #29961 from nextcloud/backport/29951/stable23
...
[stable23] Interpolate the log message also for logged exceptions
2021-11-29 20:04:25 +01:00
Christopher Ng
3256de61a1
Fix source of translations
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2021-11-29 18:51:33 +00:00
Christoph Wurst
96aaa5dfa2
Interpolate the log message also for logged exceptions
...
According to PSR-3 the log message can have placeholders that are
replaced from the context object. Our logger implementation did that for
all PSR-3 logger methods. The only exception was our custom `logException`.
Since PsrLoggerAdapter calls logException when an exception key is
present in the context object, log messages were no longer interpolated.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-29 15:48:43 +00:00
dependabot[bot]
b8ec50e816
Merge pull request #29937 from nextcloud/dependabot/npm_and_yarn/stable23/testing-library/jest-dom-5.15.1
2021-11-27 14:59:15 +00:00
dependabot[bot]
6ed5da993b
Bump @testing-library/jest-dom from 5.15.0 to 5.15.1
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.15.0 to 5.15.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.15.0...v5.15.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-27 14:13:27 +00:00
dependabot[bot]
240e050360
Merge pull request #29936 from nextcloud/dependabot/npm_and_yarn/stable23/sass-1.43.5
2021-11-27 06:15:07 +00:00
dependabot[bot]
317e4242e6
Bump sass from 1.43.4 to 1.43.5
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.43.4 to 1.43.5.
- [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.43.4...1.43.5 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-27 03:17:43 +00:00
blizzz
0619207f13
Merge pull request #29925 from nextcloud/release/23.0.0
...
23.0.0
2021-11-26 21:49:32 +01:00
blizzz
842e22f882
Merge pull request #29928 from nextcloud/backport/29926/stable23
...
[stable23] obey accounts_data column length when inserting and searching
2021-11-26 20:58:36 +01:00
Arthur Schiwon
09014ec6d1
Obey col length of 255 to insert and search in accounts_data
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2021-11-26 17:27:16 +00:00
Arthur Schiwon
c853206e8a
add method to shorten a string to given byte size to Utils
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2021-11-26 17:27:16 +00:00
Pytal
df961fa2f3
Merge pull request #29918 from nextcloud/backport/29871/stable23
2021-11-26 09:16:22 -08:00
John Molakvoæ (skjnldsv)
d5f6547fb8
Nextcloud Hub II
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2021-11-26 17:17:03 +01:00
Christopher Ng
cb74a9af7d
Set number of visibility dropdown rows dynamically
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-11-26 14:59:24 +00:00
MichaIng
1441f46bbe
Merge pull request #29848 from nextcloud/backport/29836/stable23
...
[stable23] Make sure mapping cache is cleared when deleting a user
2021-11-26 15:46:16 +01:00
John Molakvoæ (skjnldsv)
614cc82d48
23.0.0
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2021-11-26 15:37:06 +01:00
Côme Chilliet
2b58973533
Test cache invalidation for AbstractMapping in test suite
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-11-26 14:19:14 +01:00
Côme Chilliet
e983376e58
Make sure mapping cache is cleared when deleting a user
...
This avoids phantom remnants staying after user deletion
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2021-11-26 14:19:14 +01:00
Carl Schwan
9275a9f28a
Merge pull request #29913 from nextcloud/backport/29906/stable23
...
[stable23] Use strict comparison to detect usage of redis cluster
2021-11-26 11:16:15 +01:00
Carl Schwan
ab9282fe26
Merge pull request #29916 from nextcloud/backport/29893/stable23
...
[stable23] Improve accessibility for personal info settings and profile
2021-11-26 11:15:37 +01:00
Christopher Ng
b5e314adf4
Improve accessibility
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-11-26 00:52:38 +00:00
Pytal
d03df09879
Merge pull request #29909 from nextcloud/backport/29891/stable23
2021-11-25 16:10:58 -08:00
Joas Schilling
11722dd537
Merge pull request #29908 from nextcloud/backport/29894/stable23
...
[stable23] Fix inactive profile parameters being displayed in the Profile visibility section
2021-11-25 22:56:13 +01:00
Louis Chemineau
3f0cff6667
Use strict comparison to detect usage of redis cluster
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2021-11-25 18:57:35 +00:00
Christopher Ng
be529b46d9
Adjust margin of status on profile
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-11-25 16:32:11 +00:00
Christopher Ng
608cf4a592
Fix inactive profile parameters being returned
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2021-11-25 16:28:34 +00:00
MichaIng
e3de5140b6
Merge pull request #29800 from nextcloud/backport/29632/stable23
...
[stable23] fix imagecreatetruecolor() error
2021-11-25 17:13:34 +01:00
Joas Schilling
b1d4efd9f2
Merge pull request #29898 from nextcloud/backport/29895/stable23
...
[stable23] Check for invalid characters before trimming
2021-11-25 14:14:45 +01:00
Joas Schilling
7f7f21a7b9
Correctly set the response after a ClientException as well
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-11-25 11:49:55 +00:00
Joas Schilling
e6d35b6655
Add an integration test
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-11-25 11:49:54 +00:00
Joas Schilling
4736bba7f6
Check for invalid characters before trimming
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-11-25 11:49:54 +00:00
Pytal
11be6bf4ec
Merge pull request #29877 from nextcloud/backport/29869/stable23
2021-11-24 11:07:38 -08:00
szaimen
43e032dd1b
Merge pull request #29882 from nextcloud/backport/29826/stable23
...
[stable23] Personalsettings - fix marginLeft as it breaks the layout
2021-11-24 17:41:44 +01:00
szaimen
48e8f5a536
Personalsettings - remove marginLeft as it breaks the layout
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-11-24 13:47:34 +00:00
Vincent Petry
29166b6c61
Merge pull request #29876 from nextcloud/backport/29864/stable23
...
[stable23] Allow to fetch the creation time of folders
2021-11-24 12:45:43 +01:00
Christopher Ng
3a68a36ee4
Hide user status from public
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2021-11-24 10:33:33 +00:00
Julius Härtl
3d8aa4e038
Allow to fetch the creation time of folders
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2021-11-24 10:23:30 +00:00
Pytal
21a1b0cace
Merge pull request #29858 from nextcloud/backport/29791/stable23
2021-11-23 16:19:19 -08:00
szaimen
d0385114e1
Merge pull request #29847 from nextcloud/backport/29833/stable23
...
[stable23] make profile page usable on mobile
2021-11-23 17:33:34 +01:00
szaimen
ce69760500
fix imagecreatetruecolor() error
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2021-11-23 14:26:26 +00:00
szaimen
7b4c6fe066
make profile page usable on mobile
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-11-23 14:18:47 +00:00
Carl Schwan
17db07c50a
Fix multiple bugs with user status
...
* Fix editing the status while on a call, don't send a bogus request
* Clean backup user status when setting up a new status manually
* A bit more type hinting
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2021-11-23 13:39:27 +00:00
Louis
9b0b0fc8d3
Merge pull request #29844 from nextcloud/backport/29567/stable23
...
[stable23] Improve sorting of profile visibility dropdowns
2021-11-23 14:19:42 +01:00
Louis
503be0ef9f
Merge pull request #29845 from nextcloud/backport/29544/stable23
...
[stable23] Fix wording on profile page
2021-11-23 14:17:43 +01:00
Vincent Petry
a08b3b0f00
Merge pull request #29849 from nextcloud/backport/29835/stable23
...
[stable23] Fix getting subnet of ipv4 mapped ipv6 addresses
2021-11-23 14:03:01 +01:00
Vincent Petry
6ffd6b2dee
Type hint in IpAddress
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
2021-11-23 10:23:02 +00:00
Vincent Petry
e7890cc401
Improve normalizer detecting IPv4 inside of IPv6
...
The subnet for an IPv4 address inside of IPv6 is now returned in its
IPv4 form.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2021-11-23 10:23:02 +00:00
Vincent Petry
e98ee218be
Fix getting subnet of ipv4 mapped ipv6 addresses
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2021-11-23 10:23:00 +00:00
Christopher Ng
185da2f25f
Fix wording on profile page
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-11-23 01:35:53 +00:00
Christopher Ng
256437d120
Improve sorting
...
- Extract sort logic into a separate function
- Sort non-core parameters with localeCompare
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2021-11-23 01:35:52 +00:00
dependabot[bot]
a33e0a6580
Merge pull request #29815 from nextcloud/dependabot/composer/build/integration/stable23/sabre/dav-4.2.0
2021-11-22 20:43:40 +00:00
dependabot[bot]
2aeb134993
Update sabre/dav requirement from 4.1.5 to 4.2.0 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/4.1.5...4.2.0 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-22 19:58:42 +00:00
Louis
83e6007e34
Merge pull request #29813 from nextcloud/dependabot/npm_and_yarn/stable23/camelcase-6.2.1
...
Bump camelcase from 6.2.0 to 6.2.1
2021-11-22 11:06:23 +01:00
Joas Schilling
78db627d88
Merge pull request #29828 from nextcloud/backport/29708/stable23
...
[stable23] Do not print verbose info about app updates if there are none
2021-11-22 09:24:15 +01:00
Christoph Wurst
0afe44c449
Do not print verbose info about app updates if there are none
...
This is cosmetical but if you have a large number of apps installed then
you'll see a wall of text during the server and app upgrade when it
tries to update each app via the app store. In may cases nothing will be
updated. For those boring cases we can hide the verbose info, but show
when occ is run with -v. Any actual update will still print a few lines.
Those are the important ones for the admin.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-22 02:24:59 +00:00
MichaIng
8fe072e798
Merge pull request #29793 from nextcloud/backport/29605/stable23
...
[stable23] Normalize file name before existence check in scanner
2021-11-21 20:02:09 +01:00
MichaIng
6debeae0cf
Merge pull request #29797 from nextcloud/backport/29788/stable23
...
[stable23] Fix doc link in sharing settings
2021-11-21 19:58:52 +01:00
dependabot[bot]
ba2145ae57
Bump camelcase from 6.2.0 to 6.2.1
...
Bumps [camelcase](https://github.com/sindresorhus/camelcase ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/sindresorhus/camelcase/releases )
- [Commits](https://github.com/sindresorhus/camelcase/compare/v6.2.0...v6.2.1 )
---
updated-dependencies:
- dependency-name: camelcase
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-20 03:32:16 +00:00
acsfer
913e64c81a
[stable23] Check for disk_free_space
...
Backport of https://github.com/nextcloud/server/pull/29758
2021-11-19 20:03:34 +01:00
Vincent Petry
38e7d94006
Fix doc link in sharing settings
...
The doc link "i" icon was on the wrong line.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2021-11-19 15:54:02 +00:00
szaimen
6559144834
Merge pull request #29789 from nextcloud/backport/29784/stable23
...
[stable23] App summary is optional
2021-11-19 16:24:45 +01:00
Vincent Petry
f0661de4e5
Normalize directory entries in Encoding wrapper
...
Directory entry file names are now normalized in getMetaData(),
getDirectoryContents() and opendir().
This makes the scanner work properly as it assumes pre-normalized names.
In case the names were not normalized, the scanner will now skip the
entries and display a warning when applicable.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2021-11-19 14:51:38 +00:00
Vincent Petry
516b10de33
Move storage encoding compatibility warning logic
...
The encoding check for file names is now happening the Scanner, and an
event will be emitted only if the storage doesn't contain the encoding
compatibility wrapper.
The event is listened to by the occ scan command to be able to display a
warning in case of file name mismatches when they have NFD encoding.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2021-11-19 14:51:38 +00:00
Vincent Petry
106950d493
Normalize file name before existence check in scanner
...
The scanner would not find a NFD-encoded file name in an
existing file list that is normalized.
This normalizes the file name before scanning.
Fixes issues where scanning repeatedly would make NFD files flicker in
and out of existence in the file cache.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2021-11-19 14:51:38 +00:00
Joas Schilling
098cf1f9aa
App summary is optional
...
Fixing:
Error: Undefined index: summary at /var/www/html/apps/theming/lib/Controller/ThemingController.php#392
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-11-19 14:08:55 +00:00
blizzz
d9e25f5f32
Merge pull request #29766 from nextcloud/version/23rc3
...
23 RC 3
2021-11-18 15:28:12 +01:00
blizzz
6c95b46948
Merge pull request #29760 from nextcloud/backport/29752/stable23
...
[stable23] Explicitly allow some routes without 2FA
2021-11-18 15:27:22 +01:00
Arthur Schiwon
6c7bc8ac98
23 RC 3
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2021-11-18 13:58:39 +01:00
Christoph Wurst
ea38a798f3
Explicitly allow some routes without 2FA
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-18 13:03:39 +01:00
Carl Schwan
7be83b23f4
Merge pull request #29749 from nextcloud/backport/29747/stable23
...
[stable23] Allow to serve static WebAssembly and TensorFlow Lite files
2021-11-17 20:55:12 +01:00
rakekniven
73b8a016a4
Merge pull request #29746 from nextcloud/backport/29734/stable23
...
[stable23] Fixed grammar
2021-11-17 16:56:05 +01:00
Daniel Calviño Sánchez
8ff4870026
Allow to serve static WebAssembly and TensorFlow Lite files
...
Since Talk 13 (and thus Nextcloud 23) WebAssembly (.wasm) and TensorFlow
Lite (.tflite) files need to be loaded from the web server to provide
certain features (like the background blur in the WebUI).
Those files can be treated in a similar way to other static resources,
and there should not be any problem caching or compressing them.
However, as compressed TensorFlow Lite files are only ~12% smaller,
the compression directive depends on the MIME type and there is no
standard MIME type for TensorFlow Lite files it is not worth to compress
them.
Moreover, no directives to compress WebAssembly files were added either,
as it seems that they would override any other compression directives
set in the default server configuration; for reference it could be done
with something like:
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE application/wasm
</IfModule>
</IfModule>
Depending on the setup "application/wasm" may not be associated with
".wasm" files, so the directive was added just in case, as otherwise
browsers log a warning.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2021-11-17 14:11:52 +00:00
Vincent Petry
016482e50c
Merge pull request #29672 from nextcloud/backport/29663/stable23
...
[stable23] Fix loading all principal calendars in the dav app calendar provider
2021-11-17 13:14:47 +01:00
Vincent Petry
2fb31dffc6
Merge pull request #29662 from nextcloud/enhancement/calendar-search-properties-api-stable23
...
[stable23] Document allowed property names for calendar property searches
2021-11-17 13:14:05 +01:00
rakekniven
eecfa3f105
Fixed grammar
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2021-11-17 11:08:09 +00:00
Vincent Petry
b8318c2363
Merge pull request #29737 from nextcloud/backport/29695/stable23
...
[stable23] Fix missing setlocale with php 8
2021-11-17 08:10:45 +01:00
Naoto Kobayashi
acece8f4ba
OC_Util::isNonUTF8Locale: fix lint error
...
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com >
2021-11-16 17:52:18 +00:00
Naoto Kobayashi
5fc031c91f
OC_Util::isSetLocaleWorking: fix typo
...
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com >
2021-11-16 17:52:18 +00:00
Naoto Kobayashi
d27be604d4
OC_Util: Add fallbacks to check if current locale is UTF8
...
Using escapeshellcmd to get current locale causes error
if the function is disabled.
Add fallbacks to prevent the error.
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com >
2021-11-16 17:52:18 +00:00
Naoto Kobayashi
df52393d31
Add check whether escapeshellcmd behaves the same as basename
...
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com >
2021-11-16 17:52:18 +00:00
Naoto Kobayashi
3b83976c98
Check whether setlocale works only after setlocale
...
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com >
2021-11-16 17:52:18 +00:00
Naoto Kobayashi
7e80182e75
Fix missing setlocale with php 8
...
When php version = 8, basename('§') does not bug even if LC_ALL is non-UTF-8 locale.
This cause OC_Util::isSetLocaleWorking() to skip setlocale("C.UTF-8").
Fix it by using escapeshellcmd instead of basename.
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com >
2021-11-16 17:52:17 +00:00
MichaIng
a80d49a0e7
Merge pull request #29728 from nextcloud/backport/29683/stable23
...
[stable23] Fix core depending on theming app
2021-11-16 13:24:26 +01:00
MichaIng
077c45f173
Correct comment about OC_Defaults being used
...
Signed-off-by: MichaIng <micha@dietpi.com >
2021-11-16 10:36:05 +00:00
Carl Schwan
b8da11cd62
Fix core depending on theming app
...
This was introduced in https://github.com/nextcloud/server/commit/309354852f12ae88d5eef05d311d6ebcba8ee762
to fix a bug but I can't reproduce the bug after reverting this change.
Ideally we would need to create an interface in OCP and cleanup OC_Defaults
instead of depending on OC_Defaults.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2021-11-16 10:36:04 +00:00
John Molakvoæ
0233cd4edb
Merge pull request #29716 from nextcloud/bump-doctrine-dbal-23
2021-11-15 19:55:18 +01:00
Joas Schilling
ebfb94fbc0
Bump doctrine/dbal to 3.1.4
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-11-15 18:55:23 +01:00
Joas Schilling
8b0bf9eadf
Allow NULL as well for limit, not integer only
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-11-15 18:53:42 +01:00
szaimen
1e1ef32cca
Merge pull request #29705 from nextcloud/backport/29679/stable23
...
[stable23] don't flash external storage mountpoints during the status check
2021-11-15 16:33:21 +01:00
szaimen
3bd26b630e
don't flash external storage mountpoints during the status check
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2021-11-15 12:12:37 +00:00
Louis
9eac3099d3
Merge pull request #29659 from nextcloud/dependabot/npm_and_yarn/stable23/bootstrap-4.6.1
...
Bump bootstrap from 4.6.0 to 4.6.1
2021-11-15 11:53:29 +01:00
Louis
28376490bf
Merge pull request #29653 from nextcloud/dependabot/npm_and_yarn/stable23/moment-timezone-0.5.34
...
Bump moment-timezone from 0.5.33 to 0.5.34
2021-11-15 11:46:53 +01:00
Louis
f37d550f8a
Merge pull request #29649 from nextcloud/dependabot/composer/build/integration/stable23/sabre/dav-4.1.5
...
Update sabre/dav requirement from 3.2.3 to 4.1.5 in /build/integration
2021-11-15 11:34:00 +01:00
Louis
ca2e024fb0
Merge pull request #29654 from nextcloud/dependabot/npm_and_yarn/stable23/marked-3.0.8
...
Bump marked from 3.0.7 to 3.0.8
2021-11-15 11:30:03 +01:00
John Molakvoæ
b1c32d32b1
Merge pull request #29701 from nextcloud/fix-branch-selection-in-stable23
2021-11-15 10:13:41 +01:00
Christoph Wurst
bf5c89bbdd
Merge pull request #29671 from nextcloud/backport/29660/stable23
...
[stable23] Fix initialization of calendar search URIs
2021-11-15 09:52:24 +01:00
Joas Schilling
49486de8cd
Fix branch selection in stable23
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-11-15 06:58:05 +01:00
dependabot[bot]
59cb10c59a
Bump bootstrap from 4.6.0 to 4.6.1
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v4.6.1 )
---
updated-dependencies:
- dependency-name: bootstrap
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 >
2021-11-13 21:48:51 +00:00
dependabot[bot]
025951ebf4
Update sabre/dav requirement from 3.2.3 to 4.1.5 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/3.2.3...4.1.5 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-13 18:09:40 +00:00
dependabot[bot]
7a5dcf7e3e
Bump moment-timezone from 0.5.33 to 0.5.34
...
Bumps [moment-timezone](https://github.com/moment/moment-timezone ) from 0.5.33 to 0.5.34.
- [Release notes](https://github.com/moment/moment-timezone/releases )
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md )
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.33...0.5.34 )
---
updated-dependencies:
- dependency-name: moment-timezone
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 >
2021-11-13 18:09:39 +00:00
MichaIng
6db690c3c7
Merge pull request #29651 from nextcloud/dependabot/composer/build/integration/stable23/behat/behat-approx-3.10.0
...
Update behat/behat requirement from ~3.9.0 to ~3.10.0 in /build/integration
2021-11-13 19:08:47 +01:00
dependabot[bot]
fb214c25c6
Bump marked from 3.0.7 to 3.0.8
...
Bumps [marked](https://github.com/markedjs/marked ) from 3.0.7 to 3.0.8.
- [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/v3.0.7...v3.0.8 )
---
updated-dependencies:
- dependency-name: marked
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 >
2021-11-13 16:49:45 +00:00
blizzz
84397254b6
Merge pull request #29686 from nextcloud/version/23rc2
...
23.0.0 RC2
2021-11-12 16:42:13 +01:00
blizzz
22641dfd3f
Merge pull request #29684 from nextcloud/backport/29682/stable23
...
[stable23] Fix missing token update
2021-11-12 16:41:48 +01:00
Arthur Schiwon
cbfb7811a5
udpdate CA bundle
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2021-11-12 16:30:14 +01:00
Arthur Schiwon
d67f540d15
23.0.0 RC2
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2021-11-12 15:58:14 +01:00
Joas Schilling
f0045bf139
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-11-12 14:49:38 +00:00
Joas Schilling
21f7134fe0
Fix missing token update
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-11-12 14:49:38 +00:00
Joas Schilling
35546c034d
Merge pull request #29677 from nextcloud/bugfix/noid/fix-video-verification-tests
...
Fix video verification tests
2021-11-12 12:19:36 +01:00
Joas Schilling
9967198e5a
Fix video verification tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-11-11 16:47:12 +01:00
John Molakvoæ
36f1714f1d
Merge pull request #29666 from nextcloud/backport/29664/stable23
2021-11-11 16:44:31 +01:00
Christoph Wurst
dab21ab707
Fix loading all principal calendars in the dav app calendar provider
...
If we load all calendar infos of a principal then we get back an array
and not a single calendar info. This was handled incorrectly and an
array of calendar infos were passed to the calendar implementation,
resulting in interesting bugs.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-11 15:12:51 +00:00
Christoph Wurst
ddf6b82112
Fix initialization of calendar search URIs
...
They are an empty array by default. If you don't initialize then
accessing them via the setter will throw a type error.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-11 15:07:36 +00:00
Joas Schilling
32005be6b2
Fix updating with apps
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-11-11 13:39:22 +00:00
Christoph Wurst
0b72abb7a5
Document allowed property names for calendar property searches
...
For API users it looked like any properties could be searched. But it
turned out to be a hand picked list of properties that we index and then
use for the search. To prevent application errors where special props
are not found, I suggest we document the allowed values.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-11 11:02:48 +01:00
dependabot[bot]
2e14d28262
Update behat/behat requirement in /build/integration
...
Updates the requirements on [behat/behat](https://github.com/Behat/Behat ) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases )
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Behat/Behat/compare/v3.9.0...v3.10.0 )
---
updated-dependencies:
- dependency-name: behat/behat
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-11 09:38:46 +00:00