mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
fix data
This commit is contained in:
parent
6d4ec29d43
commit
fe96537a74
2 changed files with 5 additions and 15 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
|
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 76usize , placeholders : & ["$this->l->t('No tags given')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/Operation.php" , line : 104usize , placeholders : & ["$e->getMessage()"] , exception : None , regex : "^(.*)$" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 89usize , placeholders : & ["$this->l->t('At least one of the given tags is invalid')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 106usize , placeholders : & [] , exception : Some ("OCP\\Files\\ForbiddenException") , regex : "^Access denied$" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 94usize , placeholders : & ["$this->l->t('At least one of the given tags is invalid')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 203usize , placeholders : & ["$this->l->t('No rule given')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 96usize , placeholders : & ["$this->l->t('At least one of the given tags is invalid')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
|
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 149usize , placeholders : & [] , exception : Some ("RuntimeException") , regex : "^no instance id!$" , },
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -175,20 +175,12 @@
|
||||||
"prefix": "/apps/mail"
|
"prefix": "/apps/mail"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"files_accesscontrol": {
|
"files_automatedtagging": {
|
||||||
"1": {
|
|
||||||
"version": "1.19.1",
|
|
||||||
"url": "https://github.com/nextcloud-releases/files_accesscontrol/releases/download/v1.19.1/files_accesscontrol-v1.19.1.tar.gz",
|
|
||||||
"sha256": "sha256-e9387k5yn3lAZ7uN0YU8zNVkX8sCoNxyc5M3E3azo80=",
|
|
||||||
"prefix": "/apps/files_accesscontrol"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"files_accesscontrol": {
|
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.20.0",
|
"version": "1.20.0",
|
||||||
"url": "https://github.com/nextcloud-releases/files_automatedtagging/releases/download/v1.20.0/files_automatedtagging-v1.20.0.tar.gz",
|
"url": "https://github.com/nextcloud-releases/files_automatedtagging/releases/download/v1.20.0/files_automatedtagging-v1.20.0.tar.gz",
|
||||||
"sha256": "sha256-Go46bhi/AzuIRkUK61s73y+jLsSLH6Ixobd6gAsSH2U=",
|
"sha256": "sha256-Go46bhi/AzuIRkUK61s73y+jLsSLH6Ixobd6gAsSH2U=",
|
||||||
"prefix": "/apps/files_accesscontrol"
|
"prefix": "/apps/files_automatedtagging"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"files_retention": {
|
"files_retention": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue