mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
printf placeholder extraction
This commit is contained in:
parent
b24297dfd5
commit
e992588923
8 changed files with 341 additions and 234 deletions
|
|
@ -54,7 +54,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Service/AttachmentService.php" , line : 116usize , placeholders : & ["$type"] , exception : Some ("OCA\\Deck\\InvalidAttachmentType") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Service/AttachmentService.php" , line : 127usize , placeholders : & [] , exception : Some ("OCA\\Deck\\BadRequestException") , pattern : "card id must be a number\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Service/AttachmentService.php" , line : 167usize , placeholders : & [] , exception : Some ("OCA\\Deck\\BadRequestException") , pattern : "card id must be a number\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Service/AttachmentService.php" , line : 216usize , placeholders : & ["$this->l10n->t('No data was provided to create an attachment.')"] , exception : Some ("OCA\\Deck\\StatusException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Service/AttachmentService.php" , line : 216usize , placeholders : & [] , exception : Some ("OCA\\Deck\\StatusException") , pattern : "No data was provided to create an attachment.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Service/AttachmentService.php" , line : 246usize , placeholders : & [] , exception : Some ("OCA\\Deck\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Service/AttachmentService.php" , line : 253usize , placeholders : & [] , exception : Some ("OCA\\Deck\\NoPermissionException") , pattern : "Permission denied\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Service/AttachmentService.php" , line : 260usize , placeholders : & [] , exception : Some ("OCA\\Deck\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||
|
|
@ -189,7 +189,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Sharing/DeckShareProvider.php" , line : 610usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Sharing/DeckShareProvider.php" , line : 861usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Sharing/ShareAPIHelper.php" , line : 61usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCP\\Files\\NotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Sharing/ShareAPIHelper.php" , line : 79usize , placeholders : & ["$this->l10n->t('Invalid date, date format must be YYYY-MM-DD')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Sharing/ShareAPIHelper.php" , line : 79usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Invalid date, date format must be YYYY-MM-DD\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Sharing/ShareAPIHelper.php" , line : 99usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Invalid date. Format must be YYYY-MM-DD\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Validators/BaseValidator.php" , line : 61usize , placeholders : & ["$this->getErrorMessage($rule, $field, $parameter)"] , exception : Some ("OCA\\Deck\\BadRequestException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Validators/BaseValidator.php" , line : 66usize , placeholders : & ["$field" , "str_replace(\"_\", \" \", $rule)"] , exception : Some ("OCA\\Deck\\BadRequestException") , pattern : "\0 must be provided and must be \0\u{1}\u{1}" , },
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/Operation.php" , line : 104usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 106usize , placeholders : & [] , exception : Some ("OCP\\Files\\ForbiddenException") , pattern : "Access denied\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 203usize , placeholders : & ["$this->l->t('No rule given')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 203usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "No rule given\u{1}\u{1}" , },
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/AvirWrapper.php" , line : 114usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/AvirWrapper.php" , line : 173usize , placeholders : & ["$status->getDetails()" , "$owner" , "$path"] , exception : None , pattern : "Infected file deleted. \0 Account: \0 Path: \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/AvirWrapper.php" , line : 188usize , placeholders : & ["$status->getDetails()" , "$path" , "$owner"] , exception : None , pattern : "Infected file deleted. \0 File: \0 Account: \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/AvirWrapper.php" , line : 191usize , placeholders : & ["$this->l10n->t('Virus %s is detected in the file. Upload cannot be completed.',$status->getDetails())"] , exception : Some ("OCP\\Files\\InvalidContentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/AvirWrapper.php" , line : 191usize , placeholders : & ["$status->getDetails()"] , exception : Some ("OCP\\Files\\InvalidContentException") , pattern : "Virus \0 is detected in the file. Upload cannot be completed.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/BackgroundJob/BackgroundScanner.php" , line : 77usize , placeholders : & [] , exception : None , pattern : "Antivirus background scan disabled, skipping\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/BackgroundJob/BackgroundScanner.php" , line : 90usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/BackgroundJob/BackgroundScanner.php" , line : 95usize , placeholders : & [] , exception : None , pattern : "Start background scan\u{1}\u{1}" , },
|
||||
|
|
|
|||
|
|
@ -2698,20 +2698,20 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/Circle.php" , line : 635usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\OwnerNotFoundException") , pattern : "circle has no owner\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/Circle.php" , line : 800usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Tools\\Exceptions\\InvalidItemException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/Circle.php" , line : 897usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\CircleNotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedCircle.php" , line : 242usize , placeholders : & ["$this->l10n->t(\"This feature is not available for personal circles\")"] , exception : Some ("OCA\\Circles\\Exceptions\\CircleTypeNotValidException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedCircle.php" , line : 254usize , placeholders : & ["$this->l10n->t('The team is not federated')"] , exception : Some ("OCA\\Circles\\Exceptions\\FederatedCircleNotAllowedException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedCircle.php" , line : 242usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\CircleTypeNotValidException") , pattern : "This feature is not available for personal circles\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedCircle.php" , line : 254usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\FederatedCircleNotAllowedException") , pattern : "The team is not federated\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 42usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\CircleTypeNotValidException") , pattern : "Invalid circle type\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 68usize , placeholders : & ["$this->l10n->t('You cannot join this team')"] , exception : Some ("OCA\\Circles\\Exceptions\\MemberCantJoinCircleException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 121usize , placeholders : & ["$this->l10n->t('This member is not a moderator')"] , exception : Some ("OCA\\Circles\\Exceptions\\MemberIsNotModeratorException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 135usize , placeholders : & ["$this->l10n->t('Insufficient privileges')"] , exception : Some ("OCA\\Circles\\Exceptions\\ModeratorIsNotHighEnoughException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 147usize , placeholders : & ["$this->l10n->t('This member does not exist')"] , exception : Some ("OCA\\Circles\\Exceptions\\MemberDoesNotExistException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 162usize , placeholders : & ["$this->l10n->t('This member does not exist')"] , exception : Some ("OCA\\Circles\\Exceptions\\MemberDoesNotExistException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 171usize , placeholders : & ["$this->l10n->t('This member is the owner of the team')"] , exception : Some ("OCA\\Circles\\Exceptions\\MemberIsOwnerException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 212usize , placeholders : & ["$this->l10n->t('Level cannot be changed for this type of member')"] , exception : Some ("OCA\\Circles\\Exceptions\\MemberTypeCantEditLevelException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 225usize , placeholders : & ["$this->l10n->t(\"You are already a member of this circle\")"] , exception : Some ("OCA\\Circles\\Exceptions\\MemberAlreadyExistsException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 231usize , placeholders : & ["$this->l10n->t(\"You have been blocked from this circle\")"] , exception : Some ("OCA\\Circles\\Exceptions\\MemberIsBlockedException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 243usize , placeholders : & ["$this->l10n->t(\"The account is already a member of this circle\")"] , exception : Some ("OCA\\Circles\\Exceptions\\MemberAlreadyExistsException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 249usize , placeholders : & ["$this->l10n->t(\"The account has already been invited into this circle\")"] , exception : Some ("OCA\\Circles\\Exceptions\\MemberAlreadyExistsException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 68usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\MemberCantJoinCircleException") , pattern : "You cannot join this team\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 121usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\MemberIsNotModeratorException") , pattern : "This member is not a moderator\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 135usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\ModeratorIsNotHighEnoughException") , pattern : "Insufficient privileges\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 147usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\MemberDoesNotExistException") , pattern : "This member does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 162usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\MemberDoesNotExistException") , pattern : "This member does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 171usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\MemberIsOwnerException") , pattern : "This member is the owner of the team\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 212usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\MemberTypeCantEditLevelException") , pattern : "Level cannot be changed for this type of member\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 225usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\MemberAlreadyExistsException") , pattern : "You are already a member of this circle\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 231usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\MemberIsBlockedException") , pattern : "You have been blocked from this circle\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 243usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\MemberAlreadyExistsException") , pattern : "The account is already a member of this circle\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/DeprecatedMember.php" , line : 249usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\MemberAlreadyExistsException") , pattern : "The account has already been invited into this circle\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/Federated/RemoteInstance.php" , line : 471usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\RemoteUidException") , pattern : "identity not authed\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/Federated/RemoteInstance.php" , line : 549usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\RemoteNotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Model/FederatedLink.php" , line : 310usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\FederatedCircleStatusUpdateException") , pattern : "The status could not be updated\u{1}\u{1}" , },
|
||||
|
|
@ -2811,7 +2811,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Service/MiscService.php" , line : 159usize , placeholders : & [] , exception : Some ("OC\\User\\NoUserException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Service/MiscService.php" , line : 331usize , placeholders : & [] , exception : Some ("OC\\User\\NoUserException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/circles/lib/Service/OutputService.php" , line : 88usize , placeholders : & ["$message"] , exception : None , pattern : "(Circles) \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Service/PermissionService.php" , line : 77usize , placeholders : & ["$this->l10n->t('You have no permission to create a new team')"] , exception : Some ("OCA\\Circles\\Exceptions\\InsufficientPermissionException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Service/PermissionService.php" , line : 77usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\InsufficientPermissionException") , pattern : "You have no permission to create a new team\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Service/PermissionService.php" , line : 102usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\InsufficientPermissionException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Service/PermissionService.php" , line : 116usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\MembershipNotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Service/RemoteDownstreamService.php" , line : 144usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\FederatedEventDSyncException") , pattern : "Circle is not from this instance\u{1}\u{1}" , },
|
||||
|
|
@ -2846,7 +2846,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Service/ShareTokenService.php" , line : 118usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Exceptions\\ShareTokenAlreadyExistException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Service/ShareWrapperService.php" , line : 131usize , placeholders : & [] , exception : Some ("Exception") , pattern : "$initiator cannot be empty\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/Service/ShareWrapperService.php" , line : 238usize , placeholders : & [] , exception : Some ("OCA\\Circles\\Tools\\Exceptions\\InvalidItemException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/ShareByCircleProvider.php" , line : 182usize , placeholders : & ["$this->l10n->t('This item is already shared with this team')"] , exception : Some ("OCP\\Share\\Exceptions\\AlreadySharedException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/ShareByCircleProvider.php" , line : 182usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\AlreadySharedException") , pattern : "This item is already shared with this team\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/circles/lib/ShareByCircleProvider.php" , line : 204usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/circles/lib/ShareByCircleProvider.php" , line : 305usize , placeholders : & [] , exception : None , pattern : "Shares::move()\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/circles/lib/ShareByCircleProvider.php" , line : 334usize , placeholders : & [] , exception : None , pattern : "Shares::move()\u{1}\u{1}" , },
|
||||
|
|
@ -3303,47 +3303,47 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php" , line : 122usize , placeholders : & ["$ex->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php" , line : 129usize , placeholders : & ["$ex->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 143usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 146usize , placeholders : & ["$this->l10n->t('File is not updatable: %1$s', [$e->getMessage()])"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 181usize , placeholders : & ["$this->l10n->t('Could not write to final file, canceled by hook')"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 146usize , placeholders : & ["File is not updatable: %1$s"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 181usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "Could not write to final file, canceled by hook\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 206usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 267usize , placeholders : & [] , exception : None , pattern : "\\OC\\Files\\Filesystem::fopen() failed\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 269usize , placeholders : & ["$this->l10n->t('Could not write file contents')"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 282usize , placeholders : & ["$this->l10n->t('Error while copying file to target location (copied: %1$s, expected filesize: %2$s)',[$this->l10n->n('%n byte', '%n bytes', $count),$this->l10n->n('%n byte', '%n bytes', $expected),],)"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 301usize , placeholders : & ["$this->l10n->t('Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side.',[$this->l10n->n('%n byte', '%n bytes', $expected),$this->l10n->n('%n byte', '%n bytes', $count),],)"] , exception : Some ("Sabre\\DAV\\Exception\\BadRequest") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 269usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "Could not write file contents\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 282usize , placeholders : & ["Error while copying file to target location (copied: %1$s, expected filesize: %2$s)"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 301usize , placeholders : & ["Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side."] , exception : Some ("Sabre\\DAV\\Exception\\BadRequest") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 314usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 316usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 329usize , placeholders : & ["$this->l10n->t('Could not rename part file to final file, canceled by hook')"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 329usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "Could not rename part file to final file, canceled by hook\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 348usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 357usize , placeholders : & ["($renameOkay ? 'true' : 'false')" , "($fileExists ? 'true' : 'false')"] , exception : None , pattern : "renaming part file to final file failed $renameOkay: \0, $fileExists: \0)\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 358usize , placeholders : & ["$this->l10n->t('Could not rename part file to final file')"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 358usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "Could not rename part file to final file\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 364usize , placeholders : & ["$ex->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 377usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 417usize , placeholders : & ["$this->l10n->t('Failed to check file size: %1$s', [$e->getMessage()])"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 417usize , placeholders : & ["Failed to check file size: %1$s"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 496usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\NotFound") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 505usize , placeholders : & ["$this->l10n->t('Could not open file')"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 505usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "Could not open file\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 512usize , placeholders : & ["$this->getId()"] , exception : None , pattern : "fixing cached size of file id=\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 521usize , placeholders : & ["$this->l10n->t('Encryption not ready: %1$s', [$e->getMessage()])"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 523usize , placeholders : & ["$this->l10n->t('Failed to open file: %1$s', [$e->getMessage()])"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 521usize , placeholders : & ["Encryption not ready: %1$s"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 523usize , placeholders : & ["Failed to open file: %1$s"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 525usize , placeholders : & ["$ex->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 527usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 539usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 545usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 548usize , placeholders : & ["$this->l10n->t('Failed to unlink: %1$s', [$e->getMessage()])"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 548usize , placeholders : & ["Failed to unlink: %1$s"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 550usize , placeholders : & ["$ex->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 552usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 602usize , placeholders : & ["$this->l10n->t('Invalid chunk name')"] , exception : Some ("Sabre\\DAV\\Exception\\NotImplemented") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 615usize , placeholders : & ["$this->l10n->t('Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side.',[$this->l10n->n('%n byte', '%n bytes', $expected),$this->l10n->n('%n byte', '%n bytes', $bytesWritten),],)"] , exception : Some ("Sabre\\DAV\\Exception\\BadRequest") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 602usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\NotImplemented") , pattern : "Invalid chunk name\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 615usize , placeholders : & ["Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side."] , exception : Some ("Sabre\\DAV\\Exception\\BadRequest") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 661usize , placeholders : & [] , exception : None , pattern : "\\OC\\Files\\Filesystem::rename() failed\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 670usize , placeholders : & ["$this->l10n->t('Could not rename part file assembled from chunks')"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 670usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "Could not rename part file assembled from chunks\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 731usize , placeholders : & ["$e->getMessage()"] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 735usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 739usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\EntityTooLarge") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 743usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\UnsupportedMediaType") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 748usize , placeholders : & ["$e->getMessage()"] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 752usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 756usize , placeholders : & ["$this->l10n->t('Encryption not ready: %1$s', [$e->getMessage()])"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 759usize , placeholders : & ["$this->l10n->t('Failed to write file contents: %1$s', [$e->getMessage()])"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 762usize , placeholders : & ["$this->l10n->t('File not found: %1$s', [$e->getMessage()])"] , exception : Some ("Sabre\\DAV\\Exception\\NotFound") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 756usize , placeholders : & ["Encryption not ready: %1$s"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 759usize , placeholders : & ["Failed to write file contents: %1$s"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 762usize , placeholders : & ["File not found: %1$s"] , exception : Some ("Sabre\\DAV\\Exception\\NotFound") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 765usize , placeholders : & ["$e->getMessage()"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/FilesPlugin.php" , line : 193usize , placeholders : & ["$source"] , exception : Some ("Sabre\\DAV\\Exception\\NotFound") , pattern : "\0 does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/FilesPlugin.php" , line : 197usize , placeholders : & ["$source"] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "\0 cannot be deleted\u{1}\u{1}" , },
|
||||
|
|
@ -3351,8 +3351,8 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php" , line : 217usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\BadRequest") , pattern : "Missing filter-rule block in request\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php" , line : 229usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\PreconditionFailed") , pattern : "Cannot filter by non-existing tag\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/LockPlugin.php" , line : 76usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php" , line : 86usize , placeholders : & ["$this->l10n->t('System is in maintenance mode.')"] , exception : Some ("OCA\\DAV\\Exception\\ServerMaintenanceMode") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php" , line : 89usize , placeholders : & ["$this->l10n->t('Upgrade needed')"] , exception : Some ("OCA\\DAV\\Exception\\ServerMaintenanceMode") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php" , line : 86usize , placeholders : & [] , exception : Some ("OCA\\DAV\\Exception\\ServerMaintenanceMode") , pattern : "System is in maintenance mode.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php" , line : 89usize , placeholders : & [] , exception : Some ("OCA\\DAV\\Exception\\ServerMaintenanceMode") , pattern : "Upgrade needed\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/MtimeSanitizer.php" , line : 32usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "X-OC-MTime header must be an integer (unix timestamp).\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/MtimeSanitizer.php" , line : 37usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "X-OC-MTime header must be a valid positive integer\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/Node.php" , line : 108usize , placeholders : & ["$this->path"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "Failed to get fileinfo for \0\u{1}\u{1}" , },
|
||||
|
|
@ -4161,60 +4161,60 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 175usize , placeholders : & [] , exception : Some ("OCP\\Files\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 342usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 424usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 472usize , placeholders : & ["$this->l->t('Wrong share ID, share does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 491usize , placeholders : & ["$this->l->t('Wrong share ID, share does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 510usize , placeholders : & ["$this->l->t('Wrong share ID, share does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 516usize , placeholders : & ["$this->l->t('Could not delete share')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 520usize , placeholders : & ["$this->l->t('Wrong share ID, share does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 531usize , placeholders : & ["$this->l->t('Could not delete share')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 595usize , placeholders : & ["$this->l->t('Please specify a file or folder path')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 603usize , placeholders : & ["$this->l->t('Wrong path, file/folder does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 620usize , placeholders : & ["$this->l->t('Could not create share')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 624usize , placeholders : & ["$this->l->t('Invalid permissions')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 656usize , placeholders : & ["$this->l->t('Invalid date, date format must be YYYY-MM-DD')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 671usize , placeholders : & ["$this->l->t('Please specify a valid account to share with')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 677usize , placeholders : & ["$this->l->t('Group sharing is disabled by the administrator')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 682usize , placeholders : & ["$this->l->t('Please specify a valid group')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 691usize , placeholders : & ["$this->l->t('Public link sharing is disabled by the administrator')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 697usize , placeholders : & ["$this->l->t('Public upload disabled by the administrator')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 702usize , placeholders : & ["$this->l->t('Public upload is only possible for publicly shared folders')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 735usize , placeholders : & ["$this->l->t('Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled', [$node->getPath()])"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 742usize , placeholders : & ["$this->l->t('Sharing %1$s failed because the back end does not allow shares from type %2$s', [$node->getPath(), $shareType])"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 746usize , placeholders : & ["$this->l->t('Please specify a valid federated account ID')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 754usize , placeholders : & ["$this->l->t('Sharing %1$s failed because the back end does not allow shares from type %2$s', [$node->getPath(), $shareType])"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 758usize , placeholders : & ["$this->l->t('Please specify a valid federated group ID')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 765usize , placeholders : & ["$this->l->t('You cannot share to a Circle if the app is not enabled')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 772usize , placeholders : & ["$this->l->t('Please specify a valid circle')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 780usize , placeholders : & ["$this->l->t('Sharing %s failed because the back end does not support room shares', [$node->getPath()])"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 786usize , placeholders : & ["$this->l->t('Sharing %s failed because the back end does not support room shares', [$node->getPath()])"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 792usize , placeholders : & ["$this->l->t('Sharing %s failed because the back end does not support ScienceMesh shares', [$node->getPath()])"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 795usize , placeholders : & ["$this->l->t('Unknown share type')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 472usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Wrong share ID, share does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 491usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Wrong share ID, share does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 510usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Wrong share ID, share does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 516usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Could not delete share\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 520usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Wrong share ID, share does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 531usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "Could not delete share\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 595usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Please specify a file or folder path\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 603usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Wrong path, file/folder does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 620usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Could not create share\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 624usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Invalid permissions\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 656usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Invalid date, date format must be YYYY-MM-DD\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 671usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Please specify a valid account to share with\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 677usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Group sharing is disabled by the administrator\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 682usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Please specify a valid group\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 691usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Public link sharing is disabled by the administrator\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 697usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "Public upload disabled by the administrator\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 702usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Public upload is only possible for publicly shared folders\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 735usize , placeholders : & ["[$node->getPath()]"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "Sharing \0 sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 742usize , placeholders : & ["Sharing %1$s failed because the back end does not allow shares from type %2$s"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 746usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Please specify a valid federated account ID\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 754usize , placeholders : & ["Sharing %1$s failed because the back end does not allow shares from type %2$s"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 758usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Please specify a valid federated group ID\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 765usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "You cannot share to a Circle if the app is not enabled\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 772usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Please specify a valid circle\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 780usize , placeholders : & ["[$node->getPath()]"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "Sharing \0 failed because the back end does not support room shares\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 786usize , placeholders : & ["[$node->getPath()]"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "Sharing \0 failed because the back end does not support room shares\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 792usize , placeholders : & ["[$node->getPath()]"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "Sharing \0 failed because the back end does not support ScienceMesh shares\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 795usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "Unknown share type\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 807usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 809usize , placeholders : & ["$e->getHint()"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 811usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 812usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 867usize , placeholders : & ["$this->l->t('Not a directory')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 942usize , placeholders : & ["$this->l->t('Wrong path, file/folder does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 946usize , placeholders : & ["$this->l->t('Could not lock node')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1072usize , placeholders : & ["$this->l->t('Wrong path, file/folder does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1074usize , placeholders : & ["$this->l->t('Could not lock path')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 867usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "Not a directory\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 942usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Wrong path, file/folder does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 946usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Could not lock node\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1072usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Wrong path, file/folder does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1074usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Could not lock path\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1078usize , placeholders : & [] , exception : Some ("OCA\\Files_Sharing\\Exceptions\\SharingRightsException") , pattern : "no sharing rights on this item\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1179usize , placeholders : & ["$this->l->t('Wrong share ID, share does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1185usize , placeholders : & ["$this->l->t('Wrong share ID, share does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1179usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Wrong share ID, share does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1185usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Wrong share ID, share does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1189usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "You are not allowed to edit incoming shares\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1203usize , placeholders : & ["$this->l->t('Wrong or no update parameter given')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1203usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "Wrong or no update parameter given\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1230usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "You are not allowed to edit link shares that you don't own\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1254usize , placeholders : & ["$this->l->t('Share must at least have READ or CREATE permissions')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1260usize , placeholders : & ["$this->l->t('Share must have READ permission if UPDATE or DELETE permission is set')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1271usize , placeholders : & ["$this->l->t('Public upload disabled by the administrator')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1275usize , placeholders : & ["$this->l->t('Public upload is only possible for publicly shared folders')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1254usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "Share must at least have READ or CREATE permissions\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1260usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "Share must have READ permission if UPDATE or DELETE permission is set\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1271usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "Public upload disabled by the administrator\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1275usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "Public upload is only possible for publicly shared folders\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1302usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "Maximum label length is 255\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1309usize , placeholders : & ["$this->l->t('\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled.')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1309usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1331usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1340usize , placeholders : & ["$e->getHint()"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1342usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1418usize , placeholders : & ["$this->l->t('Wrong share ID, share does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1422usize , placeholders : & ["$this->l->t('Wrong share ID, share does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1418usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Wrong share ID, share does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1422usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Wrong share ID, share does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1429usize , placeholders : & ["$e->getHint()"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1431usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Controller/ShareAPIController.php" , line : 1652usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Invalid date. Format must be YYYY-MM-DD\u{1}\u{1}" , },
|
||||
|
|
@ -4261,7 +4261,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/External/Storage.php" , line : 430usize , placeholders : & [] , exception : Some ("Exception") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/files_sharing/lib/Listener/ShareInteractionListener.php" , line : 62usize , placeholders : & [] , exception : None , pattern : "Share type does not allow to emit interaction event\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/apps/files_sharing/lib/Listener/ShareInteractionListener.php" , line : 68usize , placeholders : & [] , exception : None , pattern : "Share was not created by a user, can't emit interaction event\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php" , line : 56usize , placeholders : & ["$this->l->t('Share API is disabled')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php" , line : 56usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSNotFoundException") , pattern : "Share API is disabled\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Middleware/ShareInfoMiddleware.php" , line : 54usize , placeholders : & [] , exception : Some ("OCA\\Files_Sharing\\Exceptions\\S2SException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php" , line : 91usize , placeholders : & [] , exception : Some ("OCP\\Files\\NotFoundException") , pattern : "Sharing is disabled.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php" , line : 96usize , placeholders : & [] , exception : Some ("OCA\\Files_Sharing\\Exceptions\\S2SException") , pattern : "Federated sharing not allowed\u{1}\u{1}" , },
|
||||
|
|
@ -4609,7 +4609,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/AUserData.php" , line : 274usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "User does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/provisioning_api/lib/Controller/AUserData.php" , line : 285usize , placeholders : & ["{user}"] , exception : None , pattern : "Could not load storage info for \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/AppConfigController.php" , line : 132usize , placeholders : & [] , exception : Some ("Exception") , pattern : "User is not logged in.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/AppConfigController.php" , line : 136usize , placeholders : & ["$this->l10n->t('Logged in account must be an administrator or have authorization to edit this setting.')"] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/AppConfigController.php" , line : 136usize , placeholders : & [] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException") , pattern : "Logged in account must be an administrator or have authorization to edit this setting.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/AppConfigController.php" , line : 181usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid app id given\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/AppConfigController.php" , line : 193usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "The given key can not be set\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/AppConfigController.php" , line : 197usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "The given key can not be set\u{1}\u{1}" , },
|
||||
|
|
@ -4636,18 +4636,18 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 241usize , placeholders : & ["$limit"] , exception : Some ("InvalidArgumentException") , pattern : "Invalid limit value: \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 244usize , placeholders : & ["$offset"] , exception : Some ("InvalidArgumentException") , pattern : "Invalid offset value: \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 287usize , placeholders : & [] , exception : None , pattern : "Found one disabled account that was removed from its backend, but still exists in Nextcloud database\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 393usize , placeholders : & ["$this->l10n->t('Could not create non-existing user ID')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 393usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Could not create non-existing user ID\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 437usize , placeholders : & [] , exception : None , pattern : "Failed addUser attempt: User already exists.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 438usize , placeholders : & ["$this->l10n->t('User already exists')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 444usize , placeholders : & ["$this->l10n->t('Group %1$s does not exist', [$group])"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 447usize , placeholders : & ["$this->l10n->t('Insufficient privileges for group %1$s', [$group])"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 452usize , placeholders : & ["$this->l10n->t('No group specified (required for sub-admins)')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 462usize , placeholders : & ["$this->l10n->t('Sub-admin group does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 466usize , placeholders : & ["$this->l10n->t('Cannot create sub-admins for admin group')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 470usize , placeholders : & ["$this->l10n->t('No permissions to promote sub-admins')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 478usize , placeholders : & ["$this->l10n->t('Invalid password value')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 482usize , placeholders : & ["$this->l10n->t('To send a password link to the user an email address is required.')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 501usize , placeholders : & ["$this->l10n->t('Required email address was not provided')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 438usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "User already exists\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 444usize , placeholders : & ["Group %1$s does not exist"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 447usize , placeholders : & ["Insufficient privileges for group %1$s"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 452usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "No group specified (required for sub-admins)\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 462usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Sub-admin group does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 466usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Cannot create sub-admins for admin group\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 470usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "No permissions to promote sub-admins\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 478usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Invalid password value\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 482usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "To send a password link to the user an email address is required.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 501usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Required email address was not provided\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 506usize , placeholders : & ["$userid"] , exception : None , pattern : "Successful addUser call with userid: \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 510usize , placeholders : & ["$userid" , "$group"] , exception : None , pattern : "Added userid \0 to group \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 554usize , placeholders : & ["$email"] , exception : None , pattern : "Unable to send the invitation mail to \0\u{1}\u{1}" , },
|
||||
|
|
@ -4675,14 +4675,14 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 961usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 966usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 975usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 987usize , placeholders : & ["$this->l10n->t('Invalid quota value: %1$s', [$value])"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 994usize , placeholders : & ["$this->l10n->t('Invalid quota value. %1$s is exceeding the maximum quota', [$value])"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1003usize , placeholders : & ["$this->l10n->t('Unlimited quota is forbidden on this instance')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1014usize , placeholders : & ["$this->l10n->t('Invalid password value')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1017usize , placeholders : & ["$this->l10n->t('Setting the password is not supported by the users backend')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 987usize , placeholders : & ["Invalid quota value: %1$s"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 994usize , placeholders : & ["Invalid quota value. %1$s is exceeding the maximum quota"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1003usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Unlimited quota is forbidden on this instance\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1014usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Invalid password value\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1017usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Setting the password is not supported by the users backend\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1021usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1027usize , placeholders : & ["$this->l10n->t('Invalid language')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1033usize , placeholders : & ["$this->l10n->t('Invalid locale')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1027usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Invalid language\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1033usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Invalid locale\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1044usize , placeholders : & [] , exception : None , pattern : "Cannot set primary email, because provided address is not verified\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1054usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1061usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\u{1}\u{1}" , },
|
||||
|
|
@ -4711,23 +4711,23 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1398usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1403usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1409usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1416usize , placeholders : & ["$this->l10n->t('Cannot remove yourself from the admin group')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1420usize , placeholders : & ["$this->l10n->t('Cannot remove yourself from this group as you are a sub-admin')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1433usize , placeholders : & ["$this->l10n->t('Not viable to remove user from the last group you are sub-admin of')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1460usize , placeholders : & ["$this->l10n->t('User does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1464usize , placeholders : & ["$this->l10n->t('Group does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1468usize , placeholders : & ["$this->l10n->t('Cannot create sub-admins for admin group')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1501usize , placeholders : & ["$this->l10n->t('User does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1505usize , placeholders : & ["$this->l10n->t('Group does not exist')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1509usize , placeholders : & ["$this->l10n->t('User is not a sub-admin of this group')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1416usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Cannot remove yourself from the admin group\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1420usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Cannot remove yourself from this group as you are a sub-admin\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1433usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Not viable to remove user from the last group you are sub-admin of\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1460usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "User does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1464usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Group does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1468usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Cannot create sub-admins for admin group\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1501usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "User does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1505usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Group does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1509usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "User is not a sub-admin of this group\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1548usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1558usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1563usize , placeholders : & ["$this->l10n->t('Email address not available')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1563usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Email address not available\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1575usize , placeholders : & ["$email"] , exception : None , pattern : "Can't send new user mail to \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1582usize , placeholders : & ["$this->l10n->t('Sending email failed')"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/UsersController.php" , line : 1582usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "Sending email failed\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/VerificationController.php" , line : 86usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Logged in account is not mail address owner\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/VerificationController.php" , line : 107usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Logged in account is not mail address owner\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/VerificationController.php" , line : 120usize , placeholders : & ["$this->l10n->t('Email was already removed from account and cannot be confirmed anymore.')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Controller/VerificationController.php" , line : 120usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Email was already removed from account and cannot be confirmed anymore.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php" , line : 75usize , placeholders : & [] , exception : Some ("OCA\\Provisioning_API\\Middleware\\Exceptions\\NotSubAdminException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php" , line : 88usize , placeholders : & ["$exception->getMessage()"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/recommendations/lib/Controller/RecommendationController.php" , line : 59usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Not logged in\u{1}\u{1}" , },
|
||||
|
|
@ -4827,18 +4827,18 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/DeclarativeSettingsController.php" , line : 86usize , placeholders : & [] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/DeclarativeSettingsController.php" , line : 103usize , placeholders : & [] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotLoggedInException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/LogSettingsController.php" , line : 59usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "Log file not available\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/MailSettingsController.php" , line : 171usize , placeholders : & ["$this->l10n->t('Email could not be sent. Check your mail server log')"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/UsersController.php" , line : 454usize , placeholders : & ["$this->l10n->t('Unable to change full name')"] , exception : Some ("OC\\ForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/UsersController.php" , line : 464usize , placeholders : & ["$this->l10n->t('Unable to change email address')"] , exception : Some ("OC\\ForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/UsersController.php" , line : 473usize , placeholders : & ["$this->l10n->t('Unable to set invalid phone number')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/UsersController.php" , line : 476usize , placeholders : & ["$this->l10n->t('Unable to set invalid website')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/UsersController.php" , line : 478usize , placeholders : & ["$this->l10n->t('Some account data was invalid')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/MailSettingsController.php" , line : 171usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "Email could not be sent. Check your mail server log\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/UsersController.php" , line : 454usize , placeholders : & [] , exception : Some ("OC\\ForbiddenException") , pattern : "Unable to change full name\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/UsersController.php" , line : 464usize , placeholders : & [] , exception : Some ("OC\\ForbiddenException") , pattern : "Unable to change email address\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/UsersController.php" , line : 473usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Unable to set invalid phone number\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/UsersController.php" , line : 476usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Unable to set invalid website\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Controller/UsersController.php" , line : 478usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Some account data was invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/settings/lib/Controller/WebAuthnController.php" , line : 64usize , placeholders : & [] , exception : None , pattern : "Starting WebAuthn registration\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/settings/lib/Controller/WebAuthnController.php" , line : 81usize , placeholders : & [] , exception : None , pattern : "Finishing WebAuthn registration\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/settings/lib/Controller/WebAuthnController.php" , line : 84usize , placeholders : & [] , exception : None , pattern : "Trying to finish WebAuthn registration without session data\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/settings/lib/Controller/WebAuthnController.php" , line : 102usize , placeholders : & [] , exception : None , pattern : "Finishing WebAuthn registration\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/apps/settings/lib/Listener/AppPasswordCreatedActivityListener.php" , line : 74usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "Could not publish activity: \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Middleware/SubadminMiddleware.php" , line : 70usize , placeholders : & ["$this->l10n->t('Logged in account must be a subadmin')"] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Middleware/SubadminMiddleware.php" , line : 70usize , placeholders : & [] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException") , pattern : "Logged in account must be a subadmin\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/settings/lib/Service/AuthorizedGroupService.php" , line : 67usize , placeholders : & [] , exception : Some ("OCA\\Settings\\Service\\NotFoundException") , pattern : "AuthorizedGroup not found\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/settings/lib/SetupChecks/CheckServerResponseTrait.php" , line : 100usize , placeholders : & [] , exception : None , pattern : "Can not connect to local server for running setup checks\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/settings/lib/SetupChecks/DataDirectoryProtected.php" , line : 70usize , placeholders : & [] , exception : None , pattern : "[expected] Could not access data directory from outside.\u{1}\u{1}" , },
|
||||
|
|
@ -4863,12 +4863,12 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/sharebymail/lib/Activity.php" , line : 262usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 121usize , placeholders : & ["sprintf($message, $share->getNode()->getName(), $shareWith)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 122usize , placeholders : & ["$message_t"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 165usize , placeholders : & ["$this->l->t(\"We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again.\")"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 165usize , placeholders : & [] , exception : Some ("Exception") , pattern : "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 275usize , placeholders : & ["$share->getSharedWith()"] , exception : None , pattern : "Failed to send share by mail. Got an invalid email address \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 293usize , placeholders : & [] , exception : None , pattern : "Failed to send share by mail.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 300usize , placeholders : & [] , exception : None , pattern : "Failed to send share by mail.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 305usize , placeholders : & [] , exception : Some ("OCP\\HintException") , pattern : "Failed to send share by mail\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 525usize , placeholders : & ["$this->l->t(\"We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again.\")"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 525usize , placeholders : & [] , exception : Some ("Exception") , pattern : "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 732usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\GenericShareException") , pattern : "not implemented\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 807usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/sharebymail/lib/ShareByMailProvider.php" , line : 813usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "\u{1}\u{1}" , },
|
||||
|
|
@ -6238,7 +6238,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/updatenotification/lib/Notification/Notifier.php" , line : 118usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Unknown subject\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/updatenotification/lib/Notification/Notifier.php" , line : 126usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Update checked worked again\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/updatenotification/lib/Notification/Notifier.php" , line : 183usize , placeholders : & [] , exception : Some ("OCP\\Notification\\AlreadyProcessedException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/ajax/clearMappings.php" , line : 54usize , placeholders : & ["$l->t('Failed to clear the mappings.')"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/ajax/clearMappings.php" , line : 54usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Failed to clear the mappings.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/composer/composer/ClassLoader.php" , line : 250usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "A non-empty PSR-4 prefix must end with a namespace separator.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/composer/composer/ClassLoader.php" , line : 305usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "A non-empty PSR-4 prefix must end with a namespace separator.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/composer/composer/InstalledVersions.php" , line : 161usize , placeholders : & ["$packageName"] , exception : Some ("OutOfBoundsException") , pattern : "Package \"\0\" is not installed\u{1}\u{1}" , },
|
||||
|
|
@ -6455,13 +6455,13 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/User_LDAP.php" , line : 686usize , placeholders : & [] , exception : Some ("Exception") , pattern : "This is implemented directly in User_Proxy\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 107usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Requirements not met\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 119usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Internal error: Invalid object type\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 254usize , placeholders : & ["self::$l->t('Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings.')"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 254usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/user_ldap/lib/Wizard.php" , line : 297usize , placeholders : & [] , exception : None , pattern : "The mail attribute has automatically been reset, because the original value did not return any results.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 324usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Failed to determine user attributes\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 355usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not connect to LDAP\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 412usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not connect to LDAP\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 421usize , placeholders : & [] , exception : Some ("Exception") , pattern : "memberOf is not supported by the server\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 469usize , placeholders : & ["self::$l->t('Could not find the desired feature')"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 469usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not find the desired feature\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 516usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not connect to LDAP\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 544usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not connect to LDAP\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 606usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Cannot create filter\u{1}\u{1}" , },
|
||||
|
|
@ -6480,15 +6480,15 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 924usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not connect to LDAP\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 993usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Failed to get user attributes\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/user_ldap/lib/Wizard.php" , line : 1046usize , placeholders : & ["$filter"] , exception : None , pattern : "Wiz: Final filter \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 1066usize , placeholders : & ["self::$l->t('Invalid Host')"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 1066usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Invalid Host\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/user_ldap/lib/Wizard.php" , line : 1068usize , placeholders : & [] , exception : None , pattern : "Wiz: Attempting to connect\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 1074usize , placeholders : & ["self::$l->t('Invalid Host')"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 1074usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Invalid Host\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/user_ldap/lib/Wizard.php" , line : 1091usize , placeholders : & [] , exception : None , pattern : "Wiz: Attempting to Bind\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/user_ldap/lib/Wizard.php" , line : 1101usize , placeholders : & ["$cr"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/user_ldap/lib/Wizard.php" , line : 1108usize , placeholders : & ["$port" , "(int)$tls"] , exception : None , pattern : "Wiz: Bind successful to Port \0 TLS \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 1119usize , placeholders : & ["$error"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 1241usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not connect to LDAP\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 1263usize , placeholders : & ["self::$l->t('Could not find the desired feature')"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/Wizard.php" , line : 1263usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not find the desired feature\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_status/composer/composer/ClassLoader.php" , line : 250usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "A non-empty PSR-4 prefix must end with a namespace separator.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_status/composer/composer/ClassLoader.php" , line : 305usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "A non-empty PSR-4 prefix must end with a namespace separator.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_status/composer/composer/InstalledVersions.php" , line : 161usize , placeholders : & ["$packageName"] , exception : Some ("OutOfBoundsException") , pattern : "Package \"\0\" is not installed\u{1}\u{1}" , },
|
||||
|
|
@ -6537,28 +6537,28 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/composer/composer/InstalledVersions.php" , line : 224usize , placeholders : & ["$packageName"] , exception : Some ("OutOfBoundsException") , pattern : "Package \"\0\" is not installed\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/composer/composer/InstalledVersions.php" , line : 241usize , placeholders : & ["$packageName"] , exception : Some ("OutOfBoundsException") , pattern : "Package \"\0\" is not installed\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/workflowengine/lib/AppInfo/Application.php" , line : 104usize , placeholders : & ["{name}" , "{event}" , "{entity}" , "{operation}"] , exception : None , pattern : "Cannot handle event \0 of \0 against entity \0 and operation \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/AbstractStringCheck.php" , line : 89usize , placeholders : & ["$this->l->t('The given operator is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/AbstractStringCheck.php" , line : 94usize , placeholders : & ["$this->l->t('The given regular expression is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSize.php" , line : 84usize , placeholders : & ["$this->l->t('The given operator is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSize.php" , line : 88usize , placeholders : & ["$this->l->t('The given file size is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSystemTags.php" , line : 97usize , placeholders : & ["$this->l->t('The given operator is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSystemTags.php" , line : 109usize , placeholders : & ["$this->l->t('The given tag id is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSystemTags.php" , line : 114usize , placeholders : & ["$this->l->t('The given tag id is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSystemTags.php" , line : 116usize , placeholders : & ["$this->l->t('The given tag id is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/AbstractStringCheck.php" , line : 89usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given operator is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/AbstractStringCheck.php" , line : 94usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given regular expression is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSize.php" , line : 84usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given operator is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSize.php" , line : 88usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given file size is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSystemTags.php" , line : 97usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given operator is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSystemTags.php" , line : 109usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given tag id is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSystemTags.php" , line : 114usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given tag id is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSystemTags.php" , line : 116usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given tag id is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/FileSystemTags.php" , line : 166usize , placeholders : & [] , exception : Some ("LogicException") , pattern : "Should not happen: Storage is instance of GroupFolderStorage but no group folder storage found while unwrapping.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestRemoteAddress.php" , line : 77usize , placeholders : & ["$this->l->t('The given operator is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestRemoteAddress.php" , line : 82usize , placeholders : & ["$this->l->t('The given IP range is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestRemoteAddress.php" , line : 87usize , placeholders : & ["$this->l->t('The given IP range is not valid for IPv4')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestRemoteAddress.php" , line : 90usize , placeholders : & ["$this->l->t('The given IP range is not valid for IPv4')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestRemoteAddress.php" , line : 94usize , placeholders : & ["$this->l->t('The given IP range is not valid for IPv6')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestRemoteAddress.php" , line : 97usize , placeholders : & ["$this->l->t('The given IP range is not valid for IPv6')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestTime.php" , line : 102usize , placeholders : & ["$this->l->t('The given operator is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestTime.php" , line : 108usize , placeholders : & ["$this->l->t('The given time span is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestTime.php" , line : 114usize , placeholders : & ["$this->l->t('The given start time is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestTime.php" , line : 119usize , placeholders : & ["$this->l->t('The given end time is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestRemoteAddress.php" , line : 77usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given operator is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestRemoteAddress.php" , line : 82usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given IP range is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestRemoteAddress.php" , line : 87usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given IP range is not valid for IPv4\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestRemoteAddress.php" , line : 90usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given IP range is not valid for IPv4\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestRemoteAddress.php" , line : 94usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given IP range is not valid for IPv6\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestRemoteAddress.php" , line : 97usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given IP range is not valid for IPv6\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestTime.php" , line : 102usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given operator is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestTime.php" , line : 108usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given time span is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestTime.php" , line : 114usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given start time is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/RequestTime.php" , line : 119usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given end time is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/TFileCheck.php" , line : 63usize , placeholders : & ["{class}"] , exception : Some ("UnexpectedValueException") , pattern : "Expected Node subject for File entity, got \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/UserGroupMembership.php" , line : 86usize , placeholders : & ["$this->l->t('The given operator is invalid')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/UserGroupMembership.php" , line : 90usize , placeholders : & ["$this->l->t('The given group does not exist')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/UserGroupMembership.php" , line : 86usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given operator is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Check/UserGroupMembership.php" , line : 90usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The given group does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Controller/AWorkflowController.php" , line : 122usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSBadRequestException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Controller/AWorkflowController.php" , line : 124usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCP\\AppFramework\\OCS\\OCSForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/workflowengine/lib/Controller/AWorkflowController.php" , line : 126usize , placeholders : & [] , exception : None , pattern : "Error when inserting flow\u{1}\u{1}" , },
|
||||
|
|
@ -6577,24 +6577,24 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Entity/File.php" , line : 195usize , placeholders : & [] , exception : Some ("OCP\\Files\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Helper/ScopeContext.php" , line : 48usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid scope\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Helper/ScopeContext.php" , line : 54usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "user scope requires a user id\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 256usize , placeholders : & ["$this->l->t('Operation #%s does not exist', [$id])"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 256usize , placeholders : & ["[$id]"] , exception : Some ("UnexpectedValueException") , pattern : "Operation #\0 does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 372usize , placeholders : & [] , exception : Some ("DomainException") , pattern : "Target operation not within scope\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 413usize , placeholders : & [] , exception : Some ("DomainException") , pattern : "Target operation not within scope\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 447usize , placeholders : & ["$this->l->t('Entity %s does not exist', [$entity])"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 451usize , placeholders : & ["$this->l->t('Entity %s is invalid', [$entity])"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 456usize , placeholders : & ["$this->l->t('No events are chosen.')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 469usize , placeholders : & ["$this->l->t('Entity %s has no event %s', [$entity, array_shift($diff)])"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 488usize , placeholders : & ["$this->l->t('Operation %s does not exist', [$class])"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 492usize , placeholders : & ["$this->l->t('Operation %s is invalid', [$class])"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 496usize , placeholders : & ["$this->l->t('Operation %s is invalid', [$class])"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 502usize , placeholders : & ["$this->l->t('At least one check needs to be provided')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 506usize , placeholders : & ["$this->l->t('The provided operation data is too long')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 513usize , placeholders : & ["$this->l->t('Invalid check provided')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 520usize , placeholders : & ["$this->l->t('Check %s does not exist', [$class])"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 524usize , placeholders : & ["$this->l->t('Check %s is invalid', [$class])"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 530usize , placeholders : & ["$this->l->t('Check %s is not allowed with this entity', [$class])"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 534usize , placeholders : & ["$this->l->t('The provided check value is too long')"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 576usize , placeholders : & ["$this->l->t('Check #%s does not exist', $missingCheck)"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 447usize , placeholders : & ["[$entity]"] , exception : Some ("UnexpectedValueException") , pattern : "Entity \0 does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 451usize , placeholders : & ["[$entity]"] , exception : Some ("UnexpectedValueException") , pattern : "Entity \0 is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 456usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "No events are chosen.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 469usize , placeholders : & ["[$entity, array_shift($diff)]" , ")"] , exception : Some ("UnexpectedValueException") , pattern : "Entity \0 has no event \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 488usize , placeholders : & ["[$class]"] , exception : Some ("UnexpectedValueException") , pattern : "Operation \0 does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 492usize , placeholders : & ["[$class]"] , exception : Some ("UnexpectedValueException") , pattern : "Operation \0 is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 496usize , placeholders : & ["[$class]"] , exception : Some ("UnexpectedValueException") , pattern : "Operation \0 is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 502usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "At least one check needs to be provided\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 506usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The provided operation data is too long\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 513usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "Invalid check provided\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 520usize , placeholders : & ["[$class]"] , exception : Some ("UnexpectedValueException") , pattern : "Check \0 does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 524usize , placeholders : & ["[$class]"] , exception : Some ("UnexpectedValueException") , pattern : "Check \0 is invalid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 530usize , placeholders : & ["[$class]"] , exception : Some ("UnexpectedValueException") , pattern : "Check \0 is not allowed with this entity\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 534usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "The provided check value is too long\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Manager.php" , line : 576usize , placeholders : & ["$missingCheck"] , exception : Some ("UnexpectedValueException") , pattern : "Check #\0 does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/workflowengine/lib/Manager.php" , line : 693usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/workflowengine/lib/Manager.php" , line : 707usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/workflowengine/lib/Manager.php" , line : 729usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
|
|
@ -6613,7 +6613,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Service/RuleMatcher.php" , line : 119usize , placeholders : & [] , exception : Some ("LogicException") , pattern : "Entity was not set yet\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Service/RuleMatcher.php" , line : 126usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "Operation is not set\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Service/RuleMatcher.php" , line : 233usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "Must set file info before running the check\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Service/RuleMatcher.php" , line : 243usize , placeholders : & ["$this->l->t('Check %s is invalid or does not exist', $check['class'])"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/workflowengine/lib/Service/RuleMatcher.php" , line : 243usize , placeholders : & ["$check['class']"] , exception : Some ("UnexpectedValueException") , pattern : "Check \0 is invalid or does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php" , line : 59usize , placeholders : & ["$backupFolderPath"] , exception : None , pattern : "\0 exists - start to clean it up\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php" , line : 82usize , placeholders : & ["json_encode($dirList)"] , exception : None , pattern : "List of all directories that will be deleted: \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php" , line : 85usize , placeholders : & ["$dir"] , exception : None , pattern : "Removing \0 ...\u{1}\u{1}" , },
|
||||
|
|
@ -6711,8 +6711,8 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/core/Controller/GuestAvatarController.php" , line : 77usize , placeholders : & ["$size"] , exception : None , pattern : "Avatar requested in deprecated size \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/core/Controller/GuestAvatarController.php" , line : 92usize , placeholders : & [] , exception : None , pattern : "error while creating guest avatar\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Controller/LostController.php" , line : 160usize , placeholders : & ["$error"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/core/Controller/LostController.php" , line : 180usize , placeholders : & ["$this->l10n->t('Password reset is disabled')"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/core/Controller/LostController.php" , line : 186usize , placeholders : & ["$this->l10n->t('Unsupported email length (>255)')"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/core/Controller/LostController.php" , line : 180usize , placeholders : & [] , exception : None , pattern : "Password reset is disabled\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/core/Controller/LostController.php" , line : 186usize , placeholders : & [] , exception : None , pattern : "Unsupported email length (>255)\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/core/Controller/LostController.php" , line : 200usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "Could not send password reset email: \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/core/Controller/LostController.php" , line : 202usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/core/Controller/LostController.php" , line : 224usize , placeholders : & [] , exception : None , pattern : "\u{1}\u{1}" , },
|
||||
|
|
@ -6936,9 +6936,9 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/AppFramework/Middleware/Security/ReloadExecutionMiddleware.php" , line : 51usize , placeholders : & [] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\ReloadExecutionException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php" , line : 61usize , placeholders : & [] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\LaxSameSiteCookieFailedException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php" , line : 161usize , placeholders : & [] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotLoggedInException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php" , line : 183usize , placeholders : & ["$this->l10n->t('Logged in account must be an admin, a sub admin or gotten special right to access this setting')"] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php" , line : 190usize , placeholders : & ["$this->l10n->t('Logged in account must be an admin or sub admin')"] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php" , line : 196usize , placeholders : & ["$this->l10n->t('Logged in account must be an admin')"] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php" , line : 183usize , placeholders : & [] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException") , pattern : "Logged in account must be an admin, a sub admin or gotten special right to access this setting\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php" , line : 190usize , placeholders : & [] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException") , pattern : "Logged in account must be an admin or sub admin\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php" , line : 196usize , placeholders : & [] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException") , pattern : "Logged in account must be an admin\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php" , line : 204usize , placeholders : & [] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\StrictCookieMissingException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php" , line : 219usize , placeholders : & [] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\CrossSiteRequestForgeryException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php" , line : 236usize , placeholders : & [] , exception : Some ("OC\\AppFramework\\Middleware\\Security\\Exceptions\\AppNotEnabledException") , pattern : "\u{1}\u{1}" , },
|
||||
|
|
@ -7026,9 +7026,9 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Avatar/AvatarManager.php" , line : 148usize , placeholders : & ["$userId"] , exception : None , pattern : "Account \0 not found. Ignoring avatar deletion\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Avatar/PlaceholderAvatar.php" , line : 116usize , placeholders : & ["$this->user->getUID()"] , exception : None , pattern : "Failed to save avatar placeholder for \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Avatar/PlaceholderAvatar.php" , line : 117usize , placeholders : & [] , exception : Some ("OCP\\Files\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Avatar/UserAvatar.php" , line : 155usize , placeholders : & ["$this->l->t('Unknown filetype')"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Avatar/UserAvatar.php" , line : 159usize , placeholders : & ["$this->l->t('Invalid image')"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Avatar/UserAvatar.php" , line : 163usize , placeholders : & ["$this->l->t('Avatar image is not square')"] , exception : Some ("OC\\NotSquareException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Avatar/UserAvatar.php" , line : 155usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Unknown filetype\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Avatar/UserAvatar.php" , line : 159usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Invalid image\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Avatar/UserAvatar.php" , line : 163usize , placeholders : & [] , exception : Some ("OC\\NotSquareException") , pattern : "Avatar image is not square\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Avatar/UserAvatar.php" , line : 271usize , placeholders : & ["$this->user->getUID()"] , exception : None , pattern : "Failed to save avatar for \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Avatar/UserAvatar.php" , line : 272usize , placeholders : & [] , exception : Some ("OCP\\Files\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/BackgroundJob/JobList.php" , line : 74usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Background job arguments can't exceed 4000 characters (json encoded)\u{1}\u{1}" , },
|
||||
|
|
@ -7522,10 +7522,10 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Files/Storage/Wrapper/Wrapper.php" , line : 69usize , placeholders : & ["$message"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Stream/Encryption.php" , line : 248usize , placeholders : & ["$property"] , exception : Some ("BadMethodCallException") , pattern : "Invalid context, \"\0\" options not set\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Stream/SeekableHttpStream.php" , line : 111usize , placeholders : & ["get_class($responseHead)"] , exception : Some ("Exception") , pattern : "Failed to get source stream from stream wrapper of \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Template/TemplateManager.php" , line : 154usize , placeholders : & ["$this->l10n->t('File already exists')"] , exception : Some ("OCP\\Files\\GenericFileException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Template/TemplateManager.php" , line : 159usize , placeholders : & ["$this->l10n->t('Invalid path')"] , exception : Some ("OCP\\Files\\GenericFileException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Template/TemplateManager.php" , line : 154usize , placeholders : & [] , exception : Some ("OCP\\Files\\GenericFileException") , pattern : "File already exists\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Template/TemplateManager.php" , line : 159usize , placeholders : & [] , exception : Some ("OCP\\Files\\GenericFileException") , pattern : "Invalid path\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Files/Template/TemplateManager.php" , line : 180usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Template/TemplateManager.php" , line : 181usize , placeholders : & ["$this->l10n->t('Failed to create file from template')"] , exception : Some ("OCP\\Files\\GenericFileException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Template/TemplateManager.php" , line : 181usize , placeholders : & [] , exception : Some ("OCP\\Files\\GenericFileException") , pattern : "Failed to create file from template\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Template/TemplateManager.php" , line : 195usize , placeholders : & [] , exception : Some ("OCP\\Files\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Files/Template/TemplateManager.php" , line : 346usize , placeholders : & ["$userLang" , "$userId"] , exception : None , pattern : "Failed to initialize templates directory to user language \0 for \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/Files/Type/Detection.php" , line : 135usize , placeholders : & ["$fileName" , "json_last_error_msg()"] , exception : None , pattern : "Failed to parse \0: \0\u{1}\u{1}" , },
|
||||
|
|
@ -7552,11 +7552,11 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1779usize , placeholders : & ["sprintf('File with id \"%s\" has not been found.', $id)"] , exception : Some ("OCP\\Files\\NotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1792usize , placeholders : & ["$pathLen" , "$maxLen" , "$path"] , exception : Some ("OCP\\Files\\InvalidPathException") , pattern : "Path length(\0) exceeds max path length(\0): \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Files/View.php" , line : 1819usize , placeholders : & [] , exception : None , pattern : "It is not allowed to move one mount point into a shared folder\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1868usize , placeholders : & ["$l->t('File name is a reserved word')"] , exception : Some ("OCP\\Files\\InvalidPathException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1871usize , placeholders : & ["$l->t('File name contains at least one invalid character')"] , exception : Some ("OCP\\Files\\InvalidPathException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1874usize , placeholders : & ["$l->t('File name is too long')"] , exception : Some ("OCP\\Files\\InvalidPathException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1877usize , placeholders : & ["$l->t('Dot files are not allowed')"] , exception : Some ("OCP\\Files\\InvalidPathException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1880usize , placeholders : & ["$l->t('Empty filename is not allowed')"] , exception : Some ("OCP\\Files\\InvalidPathException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1868usize , placeholders : & [] , exception : Some ("OCP\\Files\\InvalidPathException") , pattern : "File name is a reserved word\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1871usize , placeholders : & [] , exception : Some ("OCP\\Files\\InvalidPathException") , pattern : "File name contains at least one invalid character\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1874usize , placeholders : & [] , exception : Some ("OCP\\Files\\InvalidPathException") , pattern : "File name is too long\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1877usize , placeholders : & [] , exception : Some ("OCP\\Files\\InvalidPathException") , pattern : "Dot files are not allowed\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1880usize , placeholders : & [] , exception : Some ("OCP\\Files\\InvalidPathException") , pattern : "Empty filename is not allowed\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 1963usize , placeholders : & ["$this->getPathRelativeToFiles($absolutePath)"] , exception : Some ("OCP\\Lock\\LockedException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 2004usize , placeholders : & ["$this->getPathRelativeToFiles($absolutePath)"] , exception : Some ("OCP\\Lock\\LockedException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/View.php" , line : 2010usize , placeholders : & ["$absolutePath"] , exception : Some ("OCP\\Lock\\LockedException") , pattern : "\0\u{1}\u{1}" , },
|
||||
|
|
@ -7626,7 +7626,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/InitialStateService.php" , line : 133usize , placeholders : & ["$initialState->getService()"] , exception : None , pattern : "Initial state provider is not an InitialStateProvider instance: \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 91usize , placeholders : & [] , exception : Some ("Exception") , pattern : "App not found in any app directory\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 97usize , placeholders : & ["$appId"] , exception : Some ("Exception") , pattern : "The appinfo/database.xml file is not longer supported. Used in \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 104usize , placeholders : & ["$l->t('App \"%s\" cannot be installed because appinfo file cannot be read.',[$appId])"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 104usize , placeholders : & ["[$appId]"] , exception : Some ("Exception") , pattern : "App \"\0\" cannot be installed because appinfo file cannot be read.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Installer.php" , line : 179usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 232usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not validate CRL signature\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 237usize , placeholders : & ["sprintf('Certificate \"%s\" has been revoked',$csn)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
|
|
@ -7988,16 +7988,16 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Settings/Manager.php" , line : 204usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Settings/Manager.php" , line : 210usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Setup/MySQL.php" , line : 73usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Setup/MySQL.php" , line : 76usize , placeholders : & ["$this->trans->t('MySQL Login and/or password not valid')"] , exception : Some ("OC\\DatabaseSetupException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Setup/MySQL.php" , line : 76usize , placeholders : & [] , exception : Some ("OC\\DatabaseSetupException") , pattern : "MySQL Login and/or password not valid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Setup/MySQL.php" , line : 93usize , placeholders : & [] , exception : None , pattern : "Database creation failed.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Setup/MySQL.php" , line : 105usize , placeholders : & [] , exception : None , pattern : "Could not automatically grant privileges, this can be ignored if database user already had privileges.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Setup/MySQL.php" , line : 135usize , placeholders : & [] , exception : None , pattern : "Database user creation failed.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Setup/MySQL.php" , line : 197usize , placeholders : & [] , exception : None , pattern : "Can not create a new MySQL user, will continue with the provided user.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Setup/OCI.php" , line : 71usize , placeholders : & ["$this->trans->t('Oracle connection could not be established')"] , exception : Some ("OC\\DatabaseSetupException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Setup/OCI.php" , line : 78usize , placeholders : & ["$this->trans->t('Oracle Login and/or password not valid')"] , exception : Some ("OC\\DatabaseSetupException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Setup/OCI.php" , line : 71usize , placeholders : & [] , exception : Some ("OC\\DatabaseSetupException") , pattern : "Oracle connection could not be established\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Setup/OCI.php" , line : 78usize , placeholders : & [] , exception : Some ("OC\\DatabaseSetupException") , pattern : "Oracle Login and/or password not valid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/Setup/PostgreSQL.php" , line : 98usize , placeholders : & [] , exception : None , pattern : "Error trying to connect as \"postgres\", assuming database is setup and tables need to be created\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Setup/PostgreSQL.php" , line : 114usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Setup/PostgreSQL.php" , line : 117usize , placeholders : & ["$this->trans->t('PostgreSQL Login and/or password not valid')"] , exception : Some ("OC\\DatabaseSetupException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Setup/PostgreSQL.php" , line : 117usize , placeholders : & [] , exception : Some ("OC\\DatabaseSetupException") , pattern : "PostgreSQL Login and/or password not valid\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Setup/PostgreSQL.php" , line : 129usize , placeholders : & [] , exception : None , pattern : "Error while trying to create database\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Setup/PostgreSQL.php" , line : 138usize , placeholders : & [] , exception : None , pattern : "Error while trying to restrict database permissions\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Setup/PostgreSQL.php" , line : 182usize , placeholders : & [] , exception : None , pattern : "Error while trying to create database user\u{1}\u{1}" , },
|
||||
|
|
@ -8094,9 +8094,9 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Share20/Manager.php" , line : 1373usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Share20/Manager.php" , line : 1381usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Share20/Manager.php" , line : 1415usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Share20/Manager.php" , line : 1467usize , placeholders : & ["$this->l->t('The requested share does not exist anymore')"] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Share20/Manager.php" , line : 1491usize , placeholders : & ["$this->l->t('The requested share does not exist anymore')"] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Share20/Manager.php" , line : 1498usize , placeholders : & ["$this->l->t('The requested share comes from a disabled user')"] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Share20/Manager.php" , line : 1467usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "The requested share does not exist anymore\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Share20/Manager.php" , line : 1491usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "The requested share does not exist anymore\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Share20/Manager.php" , line : 1498usize , placeholders : & [] , exception : Some ("OCP\\Share\\Exceptions\\ShareNotFound") , pattern : "The requested share comes from a disabled user\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Share20/ProviderFactory.php" , line : 270usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Share20/ProviderFactory.php" , line : 308usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Share20/ProviderFactory.php" , line : 320usize , placeholders : & ["$id"] , exception : Some ("OC\\Share20\\Exception\\ProviderException") , pattern : "No provider with id .\0 found.\u{1}\u{1}" , },
|
||||
|
|
@ -8146,7 +8146,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Streamer.php" , line : 134usize , placeholders : & ["print_r($file, true)"] , exception : None , pattern : "Unable to open file for stream: \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Support/CrashReport/Registry.php" , line : 128usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "Could not load lazy crash reporter: \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Support/CrashReport/Registry.php" , line : 143usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "Could not register lazy crash reporter: \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Support/Subscription/Assertion.php" , line : 52usize , placeholders : & ["$l->t('The user was not created because the user limit has been reached. Check your notifications to learn more.')"] , exception : Some ("OCP\\HintException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Support/Subscription/Assertion.php" , line : 52usize , placeholders : & [] , exception : Some ("OCP\\HintException") , pattern : "The user was not created because the user limit has been reached. Check your notifications to learn more.\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Support/Subscription/Registry.php" , line : 99usize , placeholders : & [] , exception : Some ("OCP\\Support\\Subscription\\Exception\\AlreadyRegisteredException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Support/Subscription/Registry.php" , line : 106usize , placeholders : & [] , exception : Some ("OCP\\Support\\Subscription\\Exception\\AlreadyRegisteredException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/Support/Subscription/Registry.php" , line : 201usize , placeholders : & ["get_class($backend)"] , exception : None , pattern : "Can not determine user count for \0\u{1}\u{1}" , },
|
||||
|
|
@ -8167,7 +8167,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/TagManager.php" , line : 150usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Tags.php" , line : 204usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Tags.php" , line : 230usize , placeholders : & ["__METHOD__"] , exception : None , pattern : "\0 Cannot use empty tag names\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Tags.php" , line : 238usize , placeholders : & ["$l10n->t('Could not find category \"%s\"', [$tag])"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Tags.php" , line : 238usize , placeholders : & ["[$tag]"] , exception : Some ("Exception") , pattern : "Could not find category \"\0\"\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Tags.php" , line : 251usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Tags.php" , line : 297usize , placeholders : & ["__METHOD__"] , exception : None , pattern : "\0 Cannot add an empty tag\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Tags.php" , line : 302usize , placeholders : & ["__METHOD__"] , exception : None , pattern : "\0 Tag with name already exists\u{1}\u{1}" , },
|
||||
|
|
@ -8317,14 +8317,14 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Database.php" , line : 523usize , placeholders : & ["$uid"] , exception : Some ("RuntimeException") , pattern : "\0 does not exist\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/User/Listeners/BeforeUserDeletedListener.php" , line : 63usize , placeholders : & ["$user->getUID()"] , exception : None , pattern : "Could not cleanup avatar of \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/User/Manager.php" , line : 239usize , placeholders : & ["$loginName" , "\\OC::$server->getRequest()->getRemoteAddress()"] , exception : None , pattern : "Login failed: '\0' (Remote IP: '\0')\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 464usize , placeholders : & ["$l->t('A valid password must be provided')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 469usize , placeholders : & ["$l->t('The Login is already being used')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 477usize , placeholders : & ["$l->t('Could not create account')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 747usize , placeholders : & ["$l->t('Only the following characters are allowed in an Login:'. ' \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-\\'\"')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 753usize , placeholders : & ["$l->t('A valid Login must be provided')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 758usize , placeholders : & ["$l->t('Login contains whitespace at the beginning or at the end')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 763usize , placeholders : & ["$l->t('Login must not consist of dots only')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 767usize , placeholders : & ["$l->t('Login is invalid because files already exist for this user')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 464usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "A valid password must be provided\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 469usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "The Login is already being used\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 477usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Could not create account\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 747usize , placeholders : & ["." , "' \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-\\'\"'"] , exception : Some ("InvalidArgumentException") , pattern : "\0\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 753usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "A valid Login must be provided\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 758usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Login contains whitespace at the beginning or at the end\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 763usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Login must not consist of dots only\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 767usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Login is invalid because files already exist for this user\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Session.php" , line : 337usize , placeholders : & [] , exception : Some ("OC\\User\\NoUserException") , pattern : "\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Session.php" , line : 382usize , placeholders : & ["$message"] , exception : Some ("OC\\User\\LoginException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Session.php" , line : 421usize , placeholders : & ["$message"] , exception : Some ("OC\\User\\LoginException") , pattern : "\0\u{1}\u{1}" , },
|
||||
|
|
@ -8356,7 +8356,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
|||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/legacy/OC_App.php" , line : 756usize , placeholders : & ["$appId"] , exception : None , pattern : "The appinfo/database.xml file is not longer supported. Used in \0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/legacy/OC_App.php" , line : 874usize , placeholders : & ["$appId"] , exception : None , pattern : "Can't get app storage, app \0, user not logged in\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/legacy/OC_App.php" , line : 878usize , placeholders : & ["$appId"] , exception : None , pattern : "Can't get app storage, app \0 not enabled\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/legacy/OC_App.php" , line : 969usize , placeholders : & ["$l->t('App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s',[$info['name'], $missingMsg])"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/legacy/OC_App.php" , line : 969usize , placeholders : & ["App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/legacy/OC_EventSource.php" , line : 107usize , placeholders : & ["$type"] , exception : Some ("BadMethodCallException") , pattern : "Type needs to be alphanumeric (\0)\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/legacy/OC_Files.php" , line : 174usize , placeholders : & ["$event->getErrorMessage()"] , exception : Some ("OC\\ForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/legacy/OC_Files.php" , line : 203usize , placeholders : & ["{file}"] , exception : None , pattern : "File given, but no Node available. Name \0\u{1}\u{1}" , },
|
||||
|
|
|
|||
10
logging-extractor/Cargo.lock
generated
10
logging-extractor/Cargo.lock
generated
|
|
@ -120,6 +120,7 @@ dependencies = [
|
|||
"regex-syntax",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sprintf",
|
||||
"test-case",
|
||||
"thiserror",
|
||||
"tracing",
|
||||
|
|
@ -283,6 +284,15 @@ version = "1.13.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
||||
|
||||
[[package]]
|
||||
name = "sprintf"
|
||||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "39b60413e681681e22dfe3966674082c075c5f6ed73c3900b95dd19eb9e0181d"
|
||||
dependencies = [
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "2.0.71"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ memchr = "2.7.4"
|
|||
databake = { version = "0.1.8", features = ["derive"] }
|
||||
regex-syntax = "0.8.4"
|
||||
regex = "1.10.5"
|
||||
sprintf = "0.3.1"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.1.6"
|
||||
|
|
|
|||
|
|
@ -245,6 +245,7 @@ fn test_extract_logging() {
|
|||
throw new SomeException();
|
||||
throw new \SomeException();
|
||||
$this->logger->error("foo {bar} {asd}");
|
||||
$this->logger->error($this->l10n->t("translated %s", $foo));
|
||||
}
|
||||
?>
|
||||
"#;
|
||||
|
|
@ -367,4 +368,18 @@ fn test_extract_logging() {
|
|||
]
|
||||
}
|
||||
);
|
||||
assert_eq!(
|
||||
logs[9],
|
||||
LoggingStatement {
|
||||
path: "foo.php",
|
||||
line: 16,
|
||||
level: LogLevel::Error,
|
||||
has_meaningful_message: true,
|
||||
exception: None,
|
||||
message_parts: vec![
|
||||
MessagePart::Literal("translated ".into()),
|
||||
MessagePart::PlaceHolder("$foo".into()),
|
||||
]
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
use crate::string::{unescape, DoubleQuoteString, SingleQuoteString};
|
||||
use crate::MessagePart;
|
||||
use regex::Regex;
|
||||
use tree_sitter::Node;
|
||||
use sprintf::parser::{parse_format_string, FormatElement};
|
||||
use tree_sitter::{Node, TreeCursor};
|
||||
|
||||
pub struct MessageBuilder {
|
||||
pub parts: Vec<MessagePart>,
|
||||
|
|
@ -46,46 +47,45 @@ impl MessageBuilder {
|
|||
Self::push_placeholder_inner(&mut self.parts, placeholder);
|
||||
}
|
||||
|
||||
pub fn push_printf<'a, Args: Iterator<Item = &'a str>>(
|
||||
&mut self,
|
||||
string: &str,
|
||||
placeholders: &mut Args,
|
||||
) {
|
||||
if let Ok(format_elements) = parse_format_string(string) {
|
||||
for element in format_elements {
|
||||
match element {
|
||||
FormatElement::Verbatim(str) => Self::push_literal_inner(&mut self.parts, &str),
|
||||
FormatElement::Format(_) => Self::push_placeholder_inner(
|
||||
&mut self.parts,
|
||||
placeholders.next().unwrap_or_default(),
|
||||
),
|
||||
}
|
||||
}
|
||||
} else {
|
||||
Self::push_placeholder_inner(&mut self.parts, string);
|
||||
}
|
||||
}
|
||||
|
||||
fn push_placeholder_inner(parts: &mut Vec<MessagePart>, placeholder: &str) {
|
||||
let placeholder = placeholder.replace(['\n', '\r', '\t'], "");
|
||||
parts
|
||||
.push(MessagePart::PlaceHolder(placeholder));
|
||||
parts.push(MessagePart::PlaceHolder(placeholder));
|
||||
}
|
||||
|
||||
fn extend<I: Iterator<Item = MessagePart>>(&mut self, parts: I) {
|
||||
for part in parts {
|
||||
match part {
|
||||
MessagePart::Literal(lit) => self.push_literal(&lit),
|
||||
MessagePart::PlaceHolder(placeholder) => self.push_placeholder(&placeholder),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub fn push_node(&mut self, node: Node, code: &str) {
|
||||
let mut cursor = node.walk();
|
||||
match node.grammar_name() {
|
||||
"string" | "encapsed_string" => {
|
||||
let mut argument_string_parts = node.children(&mut cursor);
|
||||
let is_double_quote = argument_string_parts
|
||||
.next()
|
||||
.map(|child| child.grammar_name())
|
||||
.unwrap_or_default()
|
||||
== r#"""#;
|
||||
|
||||
for string_part in argument_string_parts {
|
||||
match string_part.grammar_name() {
|
||||
"string_content" => {
|
||||
let content = string_part.utf8_text(code.as_bytes()).unwrap();
|
||||
self.push_literal(content);
|
||||
}
|
||||
"escape_sequence" => {
|
||||
let raw = string_part.utf8_text(code.as_bytes()).unwrap();
|
||||
let content = if is_double_quote {
|
||||
unescape::<DoubleQuoteString>(raw)
|
||||
} else {
|
||||
unescape::<SingleQuoteString>(raw)
|
||||
}
|
||||
.unwrap();
|
||||
self.push_literal(&content);
|
||||
}
|
||||
r#"'"# | r#"""# | r#"{"# | r#"}"# => {}
|
||||
_ => {
|
||||
let placeholder = string_part.utf8_text(code.as_bytes()).unwrap();
|
||||
self.push_placeholder(placeholder);
|
||||
}
|
||||
}
|
||||
}
|
||||
self.extend(string_parts(node, code, &mut cursor).into_iter());
|
||||
}
|
||||
"binary_expression" => {
|
||||
let start = node.named_child(0).unwrap().range().end_byte;
|
||||
|
|
@ -97,6 +97,36 @@ impl MessageBuilder {
|
|||
}
|
||||
}
|
||||
}
|
||||
"member_call_expression" => {
|
||||
match node
|
||||
.child_by_field_name("name")
|
||||
.and_then(|name| name.utf8_text(code.as_bytes()).ok())
|
||||
{
|
||||
Some("t") => {
|
||||
let arguments =
|
||||
node.child_by_field_name("arguments").expect("no arguments");
|
||||
let mut arguments = arguments.children(&mut cursor).skip(1); // opening bracket
|
||||
let mut cursor = node.walk();
|
||||
let fmt = string_parts(arguments.next().unwrap().child(0).unwrap(), code, &mut cursor);
|
||||
let mut arguments = arguments.filter_map(|arg| {
|
||||
(arg.grammar_name() != ",")
|
||||
.then(|| arg.utf8_text(code.as_bytes()).unwrap())
|
||||
});
|
||||
for part in fmt {
|
||||
match part {
|
||||
MessagePart::Literal(lit) => self.push_printf(&lit, &mut arguments),
|
||||
MessagePart::PlaceHolder(placeholder) => {
|
||||
self.push_placeholder(&placeholder)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
_ => {
|
||||
let placeholder = node.utf8_text(code.as_bytes()).unwrap();
|
||||
self.push_placeholder(placeholder);
|
||||
}
|
||||
}
|
||||
}
|
||||
_ => {
|
||||
let placeholder = node.utf8_text(code.as_bytes()).unwrap();
|
||||
self.push_placeholder(placeholder);
|
||||
|
|
@ -115,3 +145,54 @@ impl From<MessageBuilder> for Vec<MessagePart> {
|
|||
value.parts
|
||||
}
|
||||
}
|
||||
|
||||
fn string_parts<'cursor, 'node: 'cursor>(
|
||||
node: Node<'node>,
|
||||
code: &str,
|
||||
cursor: &mut TreeCursor<'cursor>,
|
||||
) -> Vec<MessagePart> {
|
||||
let mut argument_string_parts = node.children(cursor);
|
||||
let is_double_quote = argument_string_parts
|
||||
.next()
|
||||
.map(|child| child.grammar_name())
|
||||
.unwrap_or_default()
|
||||
== r#"""#;
|
||||
|
||||
argument_string_parts
|
||||
.filter_map(move |string_part| match string_part.grammar_name() {
|
||||
"string_content" => {
|
||||
let content = string_part.utf8_text(code.as_bytes()).unwrap();
|
||||
Some(MessagePart::Literal(content.into()))
|
||||
}
|
||||
"escape_sequence" => {
|
||||
let raw = string_part.utf8_text(code.as_bytes()).unwrap();
|
||||
let content = if is_double_quote {
|
||||
unescape::<DoubleQuoteString>(raw)
|
||||
} else {
|
||||
unescape::<SingleQuoteString>(raw)
|
||||
}
|
||||
.unwrap();
|
||||
Some(MessagePart::Literal(content.into()))
|
||||
}
|
||||
r#"'"# | r#"""# | r#"{"# | r#"}"# => None,
|
||||
_ => {
|
||||
let placeholder = string_part.utf8_text(code.as_bytes()).unwrap();
|
||||
Some(MessagePart::PlaceHolder(placeholder.into()))
|
||||
}
|
||||
})
|
||||
.collect()
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_printf() {
|
||||
let mut builder = MessageBuilder::with_capacity(4);
|
||||
builder.push_printf("test %s foo", &mut ["$name"].into_iter());
|
||||
assert_eq!(
|
||||
vec![
|
||||
MessagePart::Literal("test ".into()),
|
||||
MessagePart::PlaceHolder("$name".into()),
|
||||
MessagePart::Literal(" foo".into())
|
||||
],
|
||||
builder.parts
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue