Commit Graph

61690 Commits

Author SHA1 Message Date
Vincent Petry
8a52591335
Merge pull request #31436 from nextcloud/fix/noid/migration-column-handling
be conservative when reading from fresh created column
2022-03-04 10:20:03 +01:00
John Molakvoæ
a78f473252
Merge pull request #31435 from nextcloud/update-images-in-scripts-to-run-local-tests-in-Docker 2022-03-04 09:23:17 +01:00
Carl Schwan
8b1857fc72
Merge pull request #31439 from nextcloud/automated/noid/psalm-baseline-update-1646367093
[Automated] Update psalm-baseline.xml
2022-03-04 09:09:16 +01:00
Pytal
f1604cf7af
Merge pull request #31358 from nextcloud/fix/error-message-timeout 2022-03-03 22:10:01 -08:00
Christopher Ng
c22cfa057d Fix settings error message timeout
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-04 04:56:48 +00:00
nextcloud-command
1b80d8264d Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-03-04 04:11:33 +00:00
Nextcloud bot
a6bacaacb3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-04 02:26:39 +00:00
MichaIng
3980322621
Merge pull request #31267 from nextcloud/enh/docs-link-for-opcache-recommends
Add Nextcloud docs link to OPcache recommends
2022-03-04 01:24:10 +01:00
MichaIng
fdf4024ccb
Merge pull request #31415 from knox/fix-opcache-permitted-path
Fix "Nextcloud is not allowed to use the OPcache API" warning
2022-03-04 00:38:00 +01:00
MichaIng
aec2e0fdc4
Merge pull request #31416 from nextcloud/automated/noid/psalm-baseline-update-1646280947
[Automated] Update psalm-baseline.xml
2022-03-04 00:15:03 +01:00
MichaIng
5ac91f1cb8 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-03 23:00:07 +00:00
Arthur Schiwon
16b6504cc6
code style
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-03-03 21:32:54 +01:00
Arthur Schiwon
f3668f2748
be conservative when reading from fresh created column
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-03-03 21:26:18 +01:00
Daniel Calviño Sánchez
a3f3ffe6a6 Update images in scripts to run local tests in Docker
PHP 7.3 support was dropped for Nextcloud 24. The Docker images are
updated to the same images used for integration and acceptance tests in
CI.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-03-03 19:53:26 +01:00
Pytal
787f4f02b3
Merge pull request #31417 from nextcloud/fix/avatar-return-type 2022-03-03 10:01:43 -08:00
Vincent Petry
8f6a3f4e6d
Merge pull request #31359 from nextcloud/fix/apps-error-message-timeout
Fix apps settings error message timeout
2022-03-03 17:16:15 +01:00
Christopher Ng
31a9be0482 Fix avatar file return type
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-03 15:48:00 +00:00
Vincent Petry
b8d4be404c
Merge pull request #31372 from nextcloud/enh/noid/prevent-right-click-for-hide-download
prevent default right-click options when hideDownload is enabled
2022-03-03 16:45:16 +01:00
Vanessa
d7109063a3
Merge pull request #31336 from nextcloud/fix/31237/new-button-AdminTwoFactor
use new button component
2022-03-03 15:11:55 +01:00
szaimen
40a51e0e03 prevent right-click when hideDownload is enabled
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-03-03 14:02:41 +01:00
nextcloud-command
996e5de2e3 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-03-03 04:15:47 +00:00
Nextcloud bot
213e75b78a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-03 02:26:09 +00:00
Mickey Knox
f63eb4261f Fix permittedPath comparison
Signed-off-by: Mickey Knox <mickey@netfreaks.org>
2022-03-02 22:38:11 +01:00
Simon L
0f34bce344
Merge pull request #31389 from nextcloud/enh/27671/fix-sharing-overview-actions
fix fileactions for sharing overview
2022-03-02 21:54:21 +01:00
John Molakvoæ
fd5f7486da
Merge pull request #31408 from nextcloud/enh/sidebar-preview-viewer 2022-03-02 17:33:17 +01:00
szaimen
1bb2534571 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-02 16:00:38 +00:00
Julius Härtl
31077e400d
Hide preview if it is in full screen mode (viewer is open)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-03-02 15:05:11 +01:00
John Molakvoæ
6261d6731a
Merge pull request #31398 from nextcloud/techdebt/noid/also-use-hashed-column-on-delete 2022-03-02 12:08:10 +01:00
Julius Härtl
2ff0c972c9
Merge pull request #31124 from nextcloud/enh/diagnostics-logging
Diagnostics event logging to log
2022-03-02 12:00:44 +01:00
Joas Schilling
18bafefb00
Merge pull request #31218 from nextcloud/techdebt/noid/use-cache-also-for-userbackend-getpassword
Use the cache also for UserBackend::getPassword
2022-03-02 11:41:32 +01:00
Joas Schilling
5bc2a6a37e
Merge pull request #31390 from nextcloud/bugfix/noid/more-censor
Censor more configs
2022-03-02 11:21:40 +01:00
Joas Schilling
abcf45e336
Also use hashed/indexed column on delete
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-02 09:23:16 +01:00
Nextcloud bot
5ac1995b0a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-02 02:47:02 +00:00
Pytal
83ccfb63a7
Merge pull request #31347 from nextcloud/fix/31164/duplicate-email-message 2022-03-01 18:15:23 -08:00
Christopher Ng
a68318a52b Fix duplicate primary email message
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-02 01:16:16 +00:00
Pytal
9d088dfa5a
Merge pull request #30536 from nextcloud/fix/l10n-exception-message 2022-03-01 16:11:14 -08:00
Christopher Ng
135f70ee9a 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-03-02 00:06:23 +00:00
Christopher Ng
67ec9813e3 Make Sabre File exception messages translatable
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-01 23:29:33 +00:00
Joas Schilling
1e27aed4dc
Censor more configs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-01 21:08:16 +01:00
Carl Schwan
3026d57ccf
Merge pull request #31354 from nextcloud/fix/caching-avatar
Fix caching of the user avatar
2022-03-01 14:58:26 +01:00
Côme Chilliet
3ade269d1b
Merge pull request #31333 from nextcloud/fix/fix-archive-typing
Improve typing in OC\Archive classes
2022-03-01 14:20:03 +01:00
Côme Chilliet
ce87b44224
Merge pull request #31380 from nextcloud/fix/opendocument-preview-avoid-errors
Ignore errors when searching for bundled preview
2022-03-01 14:10:47 +01:00
Carl Schwan
2ebffc0535 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-01 12:15:31 +01:00
Simon L
774fac10dc
Merge pull request #31355 from nextcloud/fix/23441/fix-developer-link
try to fix developer link
2022-03-01 10:42:18 +01:00
Joas Schilling
46e6c49b18
Merge pull request #31363 from nextcloud/techdebt/noid/delay-getting-preferences
Delay loading user preferences until we need them
2022-03-01 10:06:34 +01:00
Côme Chilliet
c2dddf5803
Merge pull request #31383 from nextcloud/automated/noid/psalm-baseline-update-1646108128
[Automated] Update psalm-baseline.xml
2022-03-01 09:41:05 +01:00
Vanessa
abf935c560
Merge pull request #31340 from nextcloud/fix/31237/new-button-authTokenSetupDialogue
Fix/31237/new button auth token setup dialogue
2022-03-01 09:16:17 +01:00
szaimen
ec2462d5d2
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-01 09:03:49 +01:00
Vanessa Pertsch
800f5f1be1 use new button component
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com>
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-01 07:37:35 +00:00
nextcloud-command
4f6e7017e3 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-03-01 04:15:28 +00:00