summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #31124 from nextcloud/enh/diagnostics-loggingJulius Härtl2022-03-0210-22/+112
|\ | | | | Diagnostics event logging to log
| * Add event logging for db and redis connectionJulius Härtl2022-02-283-5/+21
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add event logging to app loadingJulius Härtl2022-02-283-3/+14
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Diagnostics event logging to Nextcloud logJulius Härtl2022-02-286-14/+77
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Add config samples Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #31218 from ↵Joas Schilling2022-03-021-18/+13
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/use-cache-also-for-userbackend-getpassword Use the cache also for UserBackend::getPassword
| * | Update cache when setting the passwordJoas Schilling2022-02-181-1/+7
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Use the cache also for UserBackend::getPasswordJoas Schilling2022-02-161-17/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Censor more configsJoas Schilling2022-03-012-0/+24
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #31333 from nextcloud/fix/fix-archive-typingCôme Chilliet2022-03-013-169/+123
|\ \ \ | | | | | | | | Improve typing in OC\Archive classes
| * | | Move to strong typing in OC\ArchiveCôme Chilliet2022-02-243-155/+78
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix unused import in OC\Archive\ZIPCôme Chilliet2022-02-241-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix more typing in OC\Archive classesCôme Chilliet2022-02-243-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Improve typing in OC\Archive classesCôme Chilliet2022-02-243-18/+50
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #31380 from nextcloud/fix/opendocument-preview-avoid-errorsCôme Chilliet2022-03-011-1/+1
|\ \ \ \ | | | | | | | | | | Ignore errors when searching for bundled preview
| * | | | Ignore errors when searching for bundled previewCôme Chilliet2022-02-281-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | When an odt file is xml and not zip, it would throw a ValueError. It will now just ignore this file and return null for the preview. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / | | Delay loading user preferences until we need themJoas Schilling2022-02-281-8/+12
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #31339 from nextcloud/fix/preview-code-cleaningCôme Chilliet2022-02-287-37/+58
|\ \ \ | | | | | | | | Fix typing in OC\Preview
| * | | Fix tmp file cleaning for bundled previewsCôme Chilliet2022-02-242-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix typing in OC\Preview\MovieCôme Chilliet2022-02-241-10/+3
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix typing in OC\PreviewCôme Chilliet2022-02-247-25/+51
| |/ / | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #31304 from nextcloud/feature/dry_run_for_add_indicesChristoph Wurst2022-02-281-2/+10
|\ \ \ | | | | | | | | Add --dry-run option for add-missing-* cmd
| * | | Add --dry-run option for db:add-missing-* cmdLouis Chemineau2022-02-241-2/+10
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Don't set up full filesystem to check for certificatesJoas Schilling2022-02-261-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Only setupFS when we have to copy the skeletonJoas Schilling2022-02-251-4/+4
| |/ / |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | store mountprovider for each mount in the mounts tableRobin Appelman2022-02-2311-30/+104
| | | | | | | | | | | | | | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #31328 from ↵Simon L2022-02-231-0/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/mark-split-database-configs-as-sensitive Mark split database configs as sensitive
| * | | Mark split database configs as sensitiveJoas Schilling2022-02-231-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #31106 from ↵Joas Schilling2022-02-232-0/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/improve-user-status-update-handling Improve user status revert performance
| * | | | Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling2022-02-152-0/+19
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Deprecate our old, internal background job base classesChristoph Wurst2022-02-225-0/+13
| |_|/ |/| | | | | | | | | | | | | | | | | The OCP ones should be used instead. This makes it more visible in our IDEs that the base class of background job should be replaced. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #31217 from ↵Joas Schilling2022-02-211-0/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/also-cache-non-existing-entry Also cache non-existing to reuse it
| * | | Also cache non-existing to reuse itJoas Schilling2022-02-161-0/+5
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #31195 from nextcloud/wrap_exceptionLouis2022-02-211-1/+1
|\ \ \ | |_|/ |/| | Wrap S3 multipart upload exception
| * | Wrap S3 multipart upload exceptionLouis Chemineau2022-02-161-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Wrap S3 multipart upload exceptionLouis Chemineau2022-02-151-1/+1
| |/ | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* / Fix some issues with the API documentationCarl Schwan2022-02-171-8/+3
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Allow registration of migratorsChristopher Ng2022-02-111-0/+25
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #30959 from nextcloud/redis-pconnectVincent Petry2022-02-111-4/+12
|\ | | | | use persistent connections when connecting to redis
| * use persistent connections when connecting to redisRobin Appelman2022-02-011-4/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | 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.
| * | Removes misleading error message in occ files:scan for new users.Christian Paier2022-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the occ files:scan command printed an error message for any new users without any files/folders in the data directory. With this change only users with any file/folder is scanned. This fixes #25433. Signed-off-by: Christian Paier <hallo+git@cpaier.com>
* | | handle setupFS with null userRobin Appelman2022-02-091-4/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | dont mark fs as setup when no user is activeRobin Appelman2022-02-091-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix fs cache test user setupRobin Appelman2022-02-091-0/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | pass user object during fs initRobin Appelman2022-02-092-8/+15
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | only setup part of the filesystem for appdata requestsRobin Appelman2022-02-094-49/+61
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #31007 from ↵Christoph Wurst2022-02-093-22/+130
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enhancement/bootstrap-calendar-resource-room-backend-registration Move calendar resource/room backend registration to IBootstrap
| * | | Move calendar resource/room backend registration to IBootstrapChristoph Wurst2022-02-073-22/+130
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #30945 from ↵Joas Schilling2022-02-082-3/+16
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/background-job-time-windows Background job time windows
| * | | Use the new option to signaling insensitivityJoas Schilling2022-02-071-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>