summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make sure common and main core scripts are loaded firstJohn Molakvoæ2022-03-041-1/+6
* 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
|\
| * use persistent connections when connecting to redisRobin Appelman2022-02-011-4/+12
* | Merge pull request #31035 from paierlep/fix/occ_scan_no_files_errorVincent Petry2022-02-101-1/+1
|\ \
| * | Removes misleading error message in occ files:scan for new users.Christian Paier2022-02-051-1/+1
* | | handle setupFS with null userRobin Appelman2022-02-091-4/+4
* | | dont mark fs as setup when no user is activeRobin Appelman2022-02-091-2/+2
* | | fix fs cache test user setupRobin Appelman2022-02-091-0/+2
* | | pass user object during fs initRobin Appelman2022-02-092-8/+15