Commit graph

61487 commits

Author SHA1 Message Date
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