summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Simplify comment search in special casesJoas Schilling2022-03-181-3/+6
* Add profile default setting for adminChristopher Ng2022-03-182-12/+8
* Add global profile toggle configChristopher Ng2022-03-183-21/+41
* Merge pull request #31488 from nextcloud/enh/account-set-all-propertiesPytal2022-03-171-0/+22
|\
| * Add method to set all account properties from jsonChristopher Ng2022-03-171-0/+22
* | Merge pull request #31608 from nextcloud/scanner-performance2Robin Appelman2022-03-174-10/+30
|\ \
| * | some file scanner performance improvementsRobin Appelman2022-03-174-10/+30
* | | Merge pull request #31598 from nextcloud/mount-find-rootRobin Appelman2022-03-172-4/+28
|\ \ \ | |_|/ |/| |
| * | setup for current user when finding mounts in the rootRobin Appelman2022-03-172-4/+28
| |/
* | Merge pull request #31487 from nextcloud/enh/account-json-serializationPytal2022-03-171-2/+9
|\ \ | |/ |/|
| * Discard duplicate collection name from account serializationChristopher Ng2022-03-171-2/+9
* | Merge pull request #31574 from nextcloud/s3-crt-bundleRobin Appelman2022-03-173-8/+24
|\ \ | |/ |/|
| * don't try to get custom certs for s3 primary storageRobin Appelman2022-03-152-3/+10
| * return default bundle when there is an error getting the bundleRobin Appelman2022-03-141-7/+11
| * use the nextcloud certificate bundle for s3Robin Appelman2022-03-141-1/+6
* | Fix unknown Talk broker interfaceChristoph Wurst2022-03-151-0/+4
* | Merge pull request #31573 from nextcloud/exceptionserializer-load-failRobin Appelman2022-03-151-1/+7
|\ \
| * | don't error if we can't load the ExceptionSerializer for early exceptionsRobin Appelman2022-03-141-1/+7
| |/
* | Merge pull request #31513 from nextcloud/techdebt/noid/enforce-primary-keysJoas Schilling2022-03-151-0/+2
|\ \ | |/ |/|
| * Enforce primary keys as they are required to be performant in MySQL clustersJoas Schilling2022-03-101-0/+2
* | Merge pull request #31542 from nextcloud/psalm-userCountsCarl Schwan2022-03-141-0/+2
|\ \
| * | Fix psalm issue about userCountsCarl Schwan2022-03-111-0/+2
| |/
* | Merge pull request #31511 from nextcloud/bugfix/noid/allow-installing-unstabl...Joas Schilling2022-03-111-3/+5
|\ \
| * | Also allow pre-releases and nightlies when installing from gitJoas Schilling2022-03-101-3/+3
| * | Similar to the fetch() method respect the channel in the get()Joas Schilling2022-03-101-1/+3
* | | Only log events when enabled in debug modeJulius Härtl2022-03-111-2/+3
|/ /
* | Merge pull request #31494 from nextcloud/fix/fix-group-metadata-typingVincent Petry2022-03-101-21/+13
|\ \ | |/ |/|
| * Strong type OC\Group\MetaDataCôme Chilliet2022-03-081-19/+11
| * Fix typing of OC\Group\MetaData::sortingCôme Chilliet2022-03-081-2/+2
* | Allow to set a strict-dynamic CSP through the APIJulius Härtl2022-03-091-0/+7
* | 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-0813-407/+512
|\ \ | |/ |/|
| * type fixesRobin Appelman2022-03-046-41/+19
| * move user mountpoint setup to setupmanagerRobin Appelman2022-03-045-112/+84
| * simplify setup of circular SetupManager<->ManagerRobin Appelman2022-03-042-11/+62
| * add template annotations to CappedMemoryCacheRobin Appelman2022-03-042-10/+32
| * move logic to decide what to setup to setupmanagerRobin Appelman2022-03-042-35/+40
| * adjust tests to new fs setupRobin Appelman2022-03-043-6/+6
| * move teardown logic to SetupManagerRobin Appelman2022-03-048-55/+86
| * start moving filesystem setup logic to it's own placeRobin Appelman2022-03-043-141/+215
| * more type hints for ICachedMountInfo and IMountManagerRobin Appelman2022-03-044-57/+29
* | Merge pull request #31418 from nextcloud/enh/simple-file-extensionPytal2022-03-072-0/+18
|\ \ | |/ |/|
| * Extend simple file with extension getterChristopher Ng2022-03-042-0/+18
* | 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-045-107/+112
|\ \ | |/ |/|
| * return dummy availability if storage is not found in cacheRobin Appelman2022-02-251-2/+5
| * catch storage not available when deleting avatarRobin Appelman2022-02-251-1/+2
| * move root mount setup to mountprovidersRobin Appelman2022-02-243-104/+105