summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24166 from nextcloud/imaginary-prototypeCarl Schwan2022-03-181-0/+30
|\
| * Send images to imaginary docker to generate previewsVincent Petry2022-03-171-0/+30
* | Merge pull request #30768 from nextcloud/feat/chunked-mysql-joblist-removeCarl Schwan2022-03-181-0/+5
|\ \
| * | Do chuncked job deletionCarl Schwan2022-03-171-0/+5
* | | Add example to DocBlockChristopher Ng2022-03-171-0/+34
* | | Add method to set all account properties from jsonChristopher Ng2022-03-171-0/+9
|/ /
* | Fix autoloader and phpdoc for new classCôme Chilliet2022-03-142-0/+4
* | Improve wording of pathExists descriptionCôme Chilliet2022-03-141-1/+1
* | Add getOriginalUid in IImportSource to simplify code when importing under ano...Côme Chilliet2022-03-141-0/+8
* | Add pathExists method to IImportSource to test if a path exists in the archiveCôme Chilliet2022-03-141-0/+7
* | Move UserMigrationException to OCP and add @throws documentationCôme Chilliet2022-03-142-0/+32
* | 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
* | | Allow to set a strict-dynamic CSP through the APIJulius Härtl2022-03-092-0/+17
* | | Merge pull request #31431 from nextcloud/fs-setup-managerRobin Appelman2022-03-084-17/+51
|\ \ \
| * | | type fixesRobin Appelman2022-03-041-0/+2
| * | | move logic to decide what to setup to setupmanagerRobin Appelman2022-03-041-1/+1
| * | | adjust tests to new fs setupRobin Appelman2022-03-041-0/+32
| * | | more type hints for ICachedMountInfo and IMountManagerRobin Appelman2022-03-043-17/+17
* | | | Merge pull request #31418 from nextcloud/enh/simple-file-extensionPytal2022-03-072-1/+18
|\ \ \ \
| * | | | 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-042-0/+12
* | | | | 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 #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 #31377 from nextcloud/fix/specify-nullable-stringAnna2022-02-281-1/+1
|\ \
| * | Specify string as nullable for credentials passwordAnna Larch2022-02-281-1/+1
* | | Extend ImportSource interface to list files of a folderChristopher Ng2022-02-241-0/+10
* | | store mountprovider for each mount in the mounts tableRobin Appelman2022-02-232-0/+16
|/ /
* | Merge pull request #31106 from nextcloud/techdebt/noid/improve-user-status-up...Joas Schilling2022-02-231-1/+14
|\ \
| * | Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling2022-02-151-1/+14
* | | Merge pull request #31173 from nextcloud/enhancement/user_migration-version-h...Côme Chilliet2022-02-224-0/+99
|\ \ \ | |_|/ |/| |
| * | Please drone checkersCôme Chilliet2022-02-211-0/+2
| * | Avoid passing both $importSource and $version while version comes from sourceCôme Chilliet2022-02-173-8/+14
| * | Improve version handling for user_migrationCôme Chilliet2022-02-174-3/+31
| * | Add version handling to IMigratorCôme Chilliet2022-02-172-0/+63
| |/
* | Merge pull request #30367 from nextcloud/fix/minor-api-doc-fixJulius Härtl2022-02-182-2/+5
|\ \
| * | Fix some issues with the API documentationCarl Schwan2022-02-172-2/+5
| |/
* | Merge pull request #31141 from nextcloud/fix/better-cache-policyCarl Schwan2022-02-171-2/+2
|\ \
| * | Improve caching policyCarl Schwan2022-02-161-2/+2
* | | Add Transactional trait for atomic DB operationsChristoph Wurst2022-02-171-0/+70
| |/ |/|
* | Extend export destination interfaceChristopher Ng2022-02-111-2/+13
* | Allow registration of migratorsChristopher Ng2022-02-114-0/+205
|/
* Merge pull request #31007 from nextcloud/enhancement/bootstrap-calendar-resou...Christoph Wurst2022-02-093-4/+38
|\
| * Move calendar resource/room backend registration to IBootstrapChristoph Wurst2022-02-073-4/+38