summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31500 from nextcloud/bugfix/noid/fix-alternativ-login-but...Vincent Petry2022-03-093-29/+15
|\
| * Fix alternative login buttonsJoas Schilling2022-03-093-29/+15
|/
* [tx-robot] updated from transifexNextcloud bot2022-03-0946-62/+30
* Merge pull request #31493 from nextcloud/bugfix/noid/app-script-mainJohn Molakvoæ2022-03-081-1/+1
|\
| * Avoid double-loading dist/core-main.js when apps have scripts named mainJulius Härtl2022-03-081-1/+1
* | Merge pull request #31431 from nextcloud/fs-setup-managerRobin Appelman2022-03-0842-525/+767
|\ \ | |/ |/|
| * type fixesRobin Appelman2022-03-049-45/+23
| * move user mountpoint setup to setupmanagerRobin Appelman2022-03-047-112/+86
| * simplify setup of circular SetupManager<->ManagerRobin Appelman2022-03-045-29/+68
| * add template annotations to CappedMemoryCacheRobin Appelman2022-03-042-10/+32
| * move logic to decide what to setup to setupmanagerRobin Appelman2022-03-046-41/+46
| * adjust tests to new fs setupRobin Appelman2022-03-0428-109/+252
| * move teardown logic to SetupManagerRobin Appelman2022-03-0410-55/+90
| * start moving filesystem setup logic to it's own placeRobin Appelman2022-03-043-141/+215
| * more type hints for ICachedMountInfo and IMountManagerRobin Appelman2022-03-047-74/+46
* | Merge pull request #31470 from nextcloud/enh/13099/allow-disable-imagick-warningJohn Molakvoæ2022-03-084-14/+205
|\ \
| * | fix testsszaimen2022-03-072-0/+166
| * | allow to disable the imagick warningszaimen2022-03-072-14/+39
* | | [tx-robot] updated from transifexNextcloud bot2022-03-082-2/+2
* | | Merge pull request #28227 from nextcloud/enh/noid/report-remoteAddressSimon L2022-03-077-14/+53
|\ \ \
| * | | Fix too many file download notifications when watching a videoszaimen2022-03-077-14/+53
|/ / /
* | | Merge pull request #30828 from nextcloud/fix/dialog-menuSimon L2022-03-076-13/+10
|\ \ \
| * | | Center dialog new file menuJohn Molakvoæ2022-03-076-13/+10
* | | | Merge pull request #31418 from nextcloud/enh/simple-file-extensionPytal2022-03-074-1/+36
|\ \ \ \
| * | | | Note DI only usage in PHPDocChristopher Ng2022-03-071-1/+5
| * | | | Add missing @since in InMemoryFile to please CICôme Chilliet2022-03-071-0/+1
| * | | | Extend simple file with extension getterChristopher Ng2022-03-044-0/+30
* | | | | Merge pull request #31426 from nextcloud/enh/noid/make-connectivity-check-softerJulien Veyssier2022-03-072-8/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | allow adding protocol to domains in 'connectivity_check_domains' configJulien Veyssier2022-03-072-8/+17
|/ / / /
* | | | Merge pull request #31466 from nextcloud/feat/workflow-auto-update-command-re...Carl Schwan2022-03-071-1/+1
|\ \ \ \
| * | | | Updating command-rebase.yml workflow from templateNextcloud bot2022-03-051-1/+1
* | | | | Merge pull request #31463 from nextcloud/dependabot/npm_and_yarn/webpack-5.70.0dependabot[bot]2022-03-074-19/+19
|\ \ \ \ \
| * | | | | Bump webpack from 5.69.1 to 5.70.0dependabot[bot]2022-03-074-19/+19
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2022-03-078-6/+10
* | | | | [tx-robot] updated from transifexNextcloud bot2022-03-0622-6/+122
* | | | | Merge pull request #31462 from nextcloud/dependabot/npm_and_yarn/css-loader-6...dependabot[bot]2022-03-062-32/+32
|\ \ \ \ \
| * | | | | Bump css-loader from 6.6.0 to 6.7.0dependabot[bot]2022-03-062-32/+32
|/ / / / /
* | | | | Merge pull request #31447 from nextcloud/doc/manager-interfaceMichaIng2022-03-065-3/+37
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add a few more non-extendable interfaceCarl Schwan2022-03-053-1/+27
| * | | | Clarify that some interface are not meant to be implementedCarl Schwan2022-03-042-2/+10
* | | | | Merge pull request #31461 from nextcloud/dependabot/npm_and_yarn/puppeteer-13...dependabot[bot]2022-03-052-8/+8
|\ \ \ \ \
| * | | | | Bump puppeteer from 13.4.0 to 13.4.1dependabot[bot]2022-03-052-8/+8
|/ / / / /
* | | | | Merge pull request #31465 from nextcloud/automated/noid/psalm-baseline-update...Carl Schwan2022-03-051-6/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update psalm baselinenextcloud-command2022-03-051-6/+0
* | | | | Merge pull request #31460 from nextcloud/dependabot/npm_and_yarn/nextcloud/vu...dependabot[bot]2022-03-054-15/+69
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bump @nextcloud/vue from 5.0.0 to 5.1.0dependabot[bot]2022-03-054-15/+69
| | |_|/ | |/| |
* / | | [tx-robot] updated from transifexNextcloud bot2022-03-0510-0/+10
|/ / /
* | | Merge pull request #31449 from nextcloud/bugfix/noid/even-more-censorJohn Molakvoæ2022-03-041-0/+50
|\ \ \
| * | | censor app config values for all integration appsJulien Veyssier2022-03-041-0/+50
| |/ /
* | | Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman2022-03-0413-113/+361
|\ \ \