summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Nextcloud docs link to OPcache recommendsMichaIng2022-03-034-12/+5
| | | | | | | | 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>
* Merge pull request #31417 from nextcloud/fix/avatar-return-typePytal2022-03-031-2/+2
|\
| * Fix avatar file return typeChristopher Ng2022-03-031-2/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #31359 from nextcloud/fix/apps-error-message-timeoutVincent Petry2022-03-033-4/+4
|\ \ | | | | | | Fix apps settings error message timeout
| * | Fix apps settings error message timeoutChristopher Ng2022-03-023-4/+4
| | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #31372 from ↵Vincent Petry2022-03-031-0/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/noid/prevent-right-click-for-hide-download prevent default right-click options when hideDownload is enabled
| * | | prevent right-click when hideDownload is enabledszaimen2022-03-031-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | Merge pull request #31336 from nextcloud/fix/31237/new-button-AdminTwoFactorVanessa2022-03-030-0/+0
|\ \ \ \ | |_|_|/ |/| | | use new button component
| * | | use new button componentVanessa Pertsch2022-02-243-6/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
* | | | [tx-robot] updated from transifexNextcloud bot2022-03-0336-62/+326
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #31389 from nextcloud/enh/27671/fix-sharing-overview-actionsSimon L2022-03-023-3/+4
|\ \ \ \ | | | | | | | | | | fix fileactions for sharing overview
| * | | | try to fix correct fileactions for sharing overviewszaimen2022-03-023-3/+4
| | |_|/ | |/| | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #31408 from nextcloud/enh/sidebar-preview-viewerJohn Molakvoæ2022-03-023-6/+6
|\ \ \ \
| * | | | Hide preview if it is in full screen mode (viewer is open)Julius Härtl2022-03-023-6/+6
|/ / / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #31398 from ↵John Molakvoæ2022-03-021-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/techdebt/noid/also-use-hashed-column-on-delete
| * | | | Also use hashed/indexed column on deleteJoas Schilling2022-03-021-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #31124 from nextcloud/enh/diagnostics-loggingJulius Härtl2022-03-0216-31/+173
|\ \ \ \ \ | | | | | | | | | | | | Diagnostics event logging to log
| * | | | | Add event logging for db and redis connectionJulius Härtl2022-02-283-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Add logging around dav execJulius Härtl2022-02-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Fix testsJulius Härtl2022-02-282-9/+29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Add event logging to app loadingJulius Härtl2022-02-285-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Diagnostics event logging to Nextcloud logJulius Härtl2022-02-287-14/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Add config samples Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #31218 from ↵Joas Schilling2022-03-021-18/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/use-cache-also-for-userbackend-getpassword Use the cache also for UserBackend::getPassword
| * | | | | | Update cache when setting the passwordJoas Schilling2022-02-181-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Use the cache also for UserBackend::getPasswordJoas Schilling2022-02-161-17/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #31390 from nextcloud/bugfix/noid/more-censorJoas Schilling2022-03-022-0/+24
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Censor more configs
| * | | | | | Censor more configsJoas Schilling2022-03-012-0/+24
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #31347 from nextcloud/fix/31164/duplicate-email-messagePytal2022-03-013-7/+7
|\ \ \ \ \ \
| * | | | | | Fix duplicate primary email messageChristopher Ng2022-03-023-7/+7
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #30536 from nextcloud/fix/l10n-exception-messagePytal2022-03-011-18/+52
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make Sabre File exception messages translatableChristopher Ng2022-03-011-18/+52
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #31354 from nextcloud/fix/caching-avatarCarl Schwan2022-03-012-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix caching of the user avatar
| * | | | | Add warning to the userCarl Schwan2022-03-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: MichaIng <micha@dietpi.com> Co-authored-by: zroebg <carlos@reendex.com>
| * | | | | Fix caching of the user avatarCarl Schwan2022-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #31333 from nextcloud/fix/fix-archive-typingCôme Chilliet2022-03-013-169/+123
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve typing in OC\Archive classes
| * | | | | | Move to strong typing in OC\ArchiveCôme Chilliet2022-02-243-155/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix unused import in OC\Archive\ZIPCôme Chilliet2022-02-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix more typing in OC\Archive classesCôme Chilliet2022-02-243-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Improve typing in OC\Archive classesCôme Chilliet2022-02-243-18/+50
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #31380 from nextcloud/fix/opendocument-preview-avoid-errorsCôme Chilliet2022-03-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ignore errors when searching for bundled preview
| * | | | | | Ignore errors when searching for bundled previewCôme Chilliet2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #31355 from nextcloud/fix/23441/fix-developer-linkSimon L2022-03-015-8/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | try to fix developer link
| * | | | | | | try to fix developer linkszaimen2022-03-015-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Merge pull request #31363 from nextcloud/techdebt/noid/delay-getting-preferencesJoas Schilling2022-03-011-8/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Delay loading user preferences until we need them
| * | | | | | | | Delay loading user preferences until we need themJoas Schilling2022-02-281-8/+12
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #31383 from ↵Côme Chilliet2022-03-011-14/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1646108128 [Automated] Update psalm-baseline.xml
| * | | | | | | | Update psalm baselinenextcloud-command2022-03-011-14/+0
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | Merge pull request #31340 from ↵Vanessa2022-03-013-9/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/31237/new-button-authTokenSetupDialogue Fix/31237/new button auth token setup dialogue
| * | | | | | | use new button componentVanessa Pertsch2022-03-013-9/+15
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>