summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* improve overwrite cli url setup checkszaimen2022-03-092-9/+8
* Merge pull request #31417 from nextcloud/fix/avatar-return-typePytal2022-03-031-2/+2
|\
| * Fix avatar file return typeChristopher Ng2022-03-031-2/+2
* | Merge pull request #31359 from nextcloud/fix/apps-error-message-timeoutVincent Petry2022-03-033-4/+4
|\ \
| * | Fix apps settings error message timeoutChristopher Ng2022-03-023-4/+4
* | | Merge pull request #31372 from nextcloud/enh/noid/prevent-right-click-for-hid...Vincent Petry2022-03-031-0/+8
|\ \ \
| * | | prevent right-click when hideDownload is enabledszaimen2022-03-031-0/+8
* | | | Merge pull request #31336 from nextcloud/fix/31237/new-button-AdminTwoFactorVanessa2022-03-030-0/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | use new button componentVanessa Pertsch2022-02-243-6/+9
* | | | [tx-robot] updated from transifexNextcloud bot2022-03-0336-62/+326
* | | | Merge pull request #31389 from nextcloud/enh/27671/fix-sharing-overview-actionsSimon L2022-03-023-3/+4
|\ \ \ \
| * | | | try to fix correct fileactions for sharing overviewszaimen2022-03-023-3/+4
| | |_|/ | |/| |
* | | | 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
|/ / / /
* | | | Merge pull request #31398 from nextcloud/techdebt/noid/also-use-hashed-column...John Molakvoæ2022-03-021-2/+2
|\ \ \ \
| * | | | Also use hashed/indexed column on deleteJoas Schilling2022-03-021-2/+2
* | | | | Merge pull request #31124 from nextcloud/enh/diagnostics-loggingJulius Härtl2022-03-0216-31/+173
|\ \ \ \ \
| * | | | | Add event logging for db and redis connectionJulius Härtl2022-02-283-5/+21
| * | | | | Add logging around dav execJulius Härtl2022-02-281-0/+5
| * | | | | Fix testsJulius Härtl2022-02-282-9/+29
| * | | | | Add event logging to app loadingJulius Härtl2022-02-285-3/+27
| * | | | | Diagnostics event logging to Nextcloud logJulius Härtl2022-02-287-14/+91
* | | | | | Merge pull request #31218 from nextcloud/techdebt/noid/use-cache-also-for-use...Joas Schilling2022-03-021-18/+13
|\ \ \ \ \ \
| * | | | | | Update cache when setting the passwordJoas Schilling2022-02-181-1/+7
| * | | | | | Use the cache also for UserBackend::getPasswordJoas Schilling2022-02-161-17/+6
* | | | | | | Merge pull request #31390 from nextcloud/bugfix/noid/more-censorJoas Schilling2022-03-022-0/+24
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Censor more configsJoas Schilling2022-03-012-0/+24
| | |_|/ / / | |/| | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-022-2/+2
* | | | | | 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
|/ / / / / /
* | | | | | 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
|/ / / / /
* | | | | Merge pull request #31354 from nextcloud/fix/caching-avatarCarl Schwan2022-03-012-1/+2
|\ \ \ \ \
| * | | | | Add warning to the userCarl Schwan2022-03-011-0/+1
| * | | | | Fix caching of the user avatarCarl Schwan2022-02-251-1/+1
* | | | | | Merge pull request #31333 from nextcloud/fix/fix-archive-typingCôme Chilliet2022-03-013-169/+123
|\ \ \ \ \ \
| * | | | | | Move to strong typing in OC\ArchiveCôme Chilliet2022-02-243-155/+78
| * | | | | | Fix unused import in OC\Archive\ZIPCôme Chilliet2022-02-241-1/+0
| * | | | | | Fix more typing in OC\Archive classesCôme Chilliet2022-02-243-9/+9
| * | | | | | Improve typing in OC\Archive classesCôme Chilliet2022-02-243-18/+50
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #31380 from nextcloud/fix/opendocument-preview-avoid-errorsCôme Chilliet2022-03-011-1/+1
|\ \ \ \ \ \
| * | | | | | Ignore errors when searching for bundled previewCôme Chilliet2022-02-281-1/+1
* | | | | | | Merge pull request #31355 from nextcloud/fix/23441/fix-developer-linkSimon L2022-03-015-8/+11
|\ \ \ \ \ \ \
| * | | | | | | try to fix developer linkszaimen2022-03-015-8/+11
* | | | | | | | Merge pull request #31363 from nextcloud/techdebt/noid/delay-getting-preferencesJoas Schilling2022-03-011-8/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Delay loading user preferences until we need themJoas Schilling2022-02-281-8/+12
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #31383 from nextcloud/automated/noid/psalm-baseline-update...Côme Chilliet2022-03-011-14/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Update psalm baselinenextcloud-command2022-03-011-14/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #31340 from nextcloud/fix/31237/new-button-authTokenSetupD...Vanessa2022-03-013-9/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | use new button componentVanessa Pertsch2022-03-013-9/+15
|/ / / / / / /