summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Add a few more non-extendable interfaceCarl Schwan2022-03-053-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Clarify that some interface are not meant to be implementedCarl Schwan2022-03-042-2/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This make sure that apps don't implement this interfaces and gives us more liberty to add new methods to them (as long as it is compatible from an usage point of view) Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Merge pull request #31449 from nextcloud/bugfix/noid/even-more-censorJohn Molakvoæ2022-03-041-0/+50
|\ \ \ \ \
| * | | | | censor app config values for all integration appsJulien Veyssier2022-03-041-0/+50
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman2022-03-047-107/+114
|\ \ \ \ \ | | | | | | | | | | | | move root mount setup to mountproviders
| * | | | | return dummy availability if storage is not found in cacheRobin Appelman2022-02-251-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | catch storage not available when deleting avatarRobin Appelman2022-02-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | move root mount setup to mountprovidersRobin Appelman2022-02-245-104/+107
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | Fix avatar file return typeChristopher Ng2022-03-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #31398 from ↵John Molakvoæ2022-03-021-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/also-use-hashed-column-on-delete
| * | | | | | Also use hashed/indexed column on deleteJoas Schilling2022-03-021-2/+2
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #31124 from nextcloud/enh/diagnostics-loggingJulius Härtl2022-03-0211-22/+119
|\ \ \ \ \ \ | | | | | | | | | | | | | | 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-284-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #31377 from nextcloud/fix/specify-nullable-stringAnna2022-02-281-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Specify string as nullable for credentials password
| * | | | | | | Specify string as nullable for credentials passwordAnna Larch2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | | Merge pull request #30889 from nextcloud/fix/fix-occ-listenersCôme Chilliet2022-02-281-0/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Fix listeners declaration in case of occ usage
| * | | | | | | Build OC\Core\Application when running occ or cron to register listeners ↵Côme Chilliet2022-02-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.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>
* | | | | | | | | Extend ImportSource interface to list files of a folderChristopher Ng2022-02-241-0/+10
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-02-242-0/+36
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | store mountprovider for each mount in the mounts tableRobin Appelman2022-02-2315-30/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-233-1/+33
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | 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-153-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-02-23134-136/+2
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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>