summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | 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
|\ \ \ \