summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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 #30963 from nextcloud/feat/calendar-migrationPytal2022-03-101-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Various minor updatesChristopher Ng2022-03-021-1/+1
| * | | | Calendar export and importChristopher Ng2022-03-021-0/+5
* | | | | 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-093-0/+24
* | | | | 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-0819-424/+569
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | type fixesRobin Appelman2022-03-047-41/+21
| * | | | move user mountpoint setup to setupmanagerRobin Appelman2022-03-047-112/+86
| * | | | 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-043-36/+41
| * | | | adjust tests to new fs setupRobin Appelman2022-03-046-8/+40
| * | | | 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 #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 #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 #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-047-107/+114
|\ \ \ \ \
| * | | | | 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-245-104/+107
* | | | | | Merge pull request #31387 from nextcloud/fix/common-main-core-script-orderJohn Molakvoæ2022-03-041-1/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make sure common and main core scripts are loaded firstJohn Molakvoæ2022-03-041-1/+6
* | | | | | Fix avatar file return typeChristopher Ng2022-03-031-2/+2
* | | | | | 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-0211-22/+119
|\ \ \ \ \ \
| * | | | | | Add event logging for db and redis connectionJulius Härtl2022-02-283-5/+21
| * | | | | | Add event logging to app loadingJulius Härtl2022-02-284-3/+21
| * | | | | | Diagnostics event logging to Nextcloud logJulius Härtl2022-02-286-14/+77
* | | | | | | 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
* | | | | | | | Censor more configsJoas Schilling2022-03-012-0/+24
| |_|/ / / / / |/| | | | | |
* | | | | | | 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