aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Delay loading user preferences until we need themJoas Schilling2022-02-281-8/+12
|/ /
* | 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
* | | Merge pull request #30889 from nextcloud/fix/fix-occ-listenersCôme Chilliet2022-02-281-0/+2
|\ \ \
| * | | Build OC\Core\Application when running occ or cron to register listeners corr...Côme Chilliet2022-02-281-0/+2
* | | | Merge pull request #31339 from nextcloud/fix/preview-code-cleaningCôme Chilliet2022-02-287-37/+58
|\ \ \ \
| * | | | Fix tmp file cleaning for bundled previewsCôme Chilliet2022-02-242-2/+4
| * | | | Fix typing in OC\Preview\MovieCôme Chilliet2022-02-241-10/+3
| * | | | Fix typing in OC\PreviewCôme Chilliet2022-02-247-25/+51
| | |_|/ | |/| |
* | | | Merge pull request #31304 from nextcloud/feature/dry_run_for_add_indicesChristoph Wurst2022-02-281-2/+10
|\ \ \ \
| * | | | Add --dry-run option for db:add-missing-* cmdLouis Chemineau2022-02-241-2/+10
* | | | | Don't set up full filesystem to check for certificatesJoas Schilling2022-02-261-0/+3
* | | | | Only setupFS when we have to copy the skeletonJoas Schilling2022-02-251-4/+4
* | | | | Extend ImportSource interface to list files of a folderChristopher Ng2022-02-241-0/+10
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2022-02-242-0/+36
* | | | store mountprovider for each mount in the mounts tableRobin Appelman2022-02-2315-30/+122
* | | | Merge pull request #31328 from nextcloud/bugfix/noid/mark-split-database-conf...Simon L2022-02-231-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Mark split database configs as sensitiveJoas Schilling2022-02-231-0/+4
* | | | Merge pull request #31106 from nextcloud/techdebt/noid/improve-user-status-up...Joas Schilling2022-02-233-1/+33
|\ \ \ \
| * | | | Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling2022-02-153-1/+33
* | | | | [tx-robot] updated from transifexNextcloud bot2022-02-23134-136/+2
| |_|_|/ |/| | |
* | | | Deprecate our old, internal background job base classesChristoph Wurst2022-02-225-0/+13
* | | | Merge pull request #31173 from nextcloud/enhancement/user_migration-version-h...Côme Chilliet2022-02-226-0/+101
|\ \ \ \
| * | | | Please drone checkersCôme Chilliet2022-02-211-0/+2
| * | | | Update autoloadCôme Chilliet2022-02-212-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
* | | | | [tx-robot] updated from transifexNextcloud bot2022-02-224-2/+6
| |_|_|/ |/| | |
* | | | Merge pull request #31217 from nextcloud/bugfix/noid/also-cache-non-existing-...Joas Schilling2022-02-211-0/+5
|\ \ \ \
| * | | | Also cache non-existing to reuse itJoas Schilling2022-02-161-0/+5
| |/ / /
* | | | Merge pull request #31195 from nextcloud/wrap_exceptionLouis2022-02-211-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Wrap S3 multipart upload exceptionLouis Chemineau2022-02-161-1/+1
| * | | Wrap S3 multipart upload exceptionLouis Chemineau2022-02-151-1/+1
| | |/ | |/|
* | | Merge pull request #30367 from nextcloud/fix/minor-api-doc-fixJulius Härtl2022-02-183-10/+8
|\ \ \
| * | | Fix some issues with the API documentationCarl Schwan2022-02-173-10/+8
| | |/ | |/|
* | | 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-173-0/+72
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2022-02-162-2/+78
| |/ |/|
* | Extend export destination interfaceChristopher Ng2022-02-111-2/+13
* | Allow registration of migratorsChristopher Ng2022-02-117-0/+236
|/
* Merge pull request #30959 from nextcloud/redis-pconnectVincent Petry2022-02-111-4/+12
|\