mirror of
https://github.com/gotson/komga.git
synced 2026-04-30 02:42:26 +02:00
chore(release): 1.5.0 [skip ci]
This commit is contained in:
parent
7168af4e3f
commit
9aba4414bd
3 changed files with 559 additions and 179 deletions
119
CHANGELOG.md
119
CHANGELOG.md
|
|
@ -1,3 +1,122 @@
|
|||
# [1.5.0](https://github.com/gotson/komga/compare/v1.4.0...v1.5.0) (2023-10-04)
|
||||
## 🚀 Features
|
||||
**api**
|
||||
- move some configuration keys to API and database ([48e9d32](https://github.com/gotson/komga/commits/48e9d32)), closes [#815](https://github.com/gotson/komga/issues/815)
|
||||
- configure scan directory exclusions at library level ([b518473](https://github.com/gotson/komga/commits/b518473))
|
||||
- configure scan interval, startup, and file types at library level ([e068485](https://github.com/gotson/komga/commits/e068485)), closes [#877](https://github.com/gotson/komga/issues/877)
|
||||
- add limited content negotiation for getBookPage API ([a2761f1](https://github.com/gotson/komga/commits/a2761f1)), closes [#1219](https://github.com/gotson/komga/issues/1219)
|
||||
|
||||
**desktop**
|
||||
- add menu items to locate log file and configuration directory ([80b5a33](https://github.com/gotson/komga/commits/80b5a33))
|
||||
|
||||
**komga**
|
||||
- support webp cover sidecars ([4b435be](https://github.com/gotson/komga/commits/4b435be)), closes [#1238](https://github.com/gotson/komga/issues/1238)
|
||||
- replace configuration komga.session-timeout with the standard server.servlet.session.timeout ([0364621](https://github.com/gotson/komga/commits/0364621))
|
||||
|
||||
**webreader**
|
||||
- detect browser support for AVIF ([b5236c6](https://github.com/gotson/komga/commits/b5236c6))
|
||||
|
||||
**webui**
|
||||
- unread filter only shows unread elements ([8ff6694](https://github.com/gotson/komga/commits/8ff6694)), closes [#1234](https://github.com/gotson/komga/issues/1234)
|
||||
- add server settings configuration screen, add remember-me checkbox for login ([505b54c](https://github.com/gotson/komga/commits/505b54c))
|
||||
- add scan directory exclusions to the library edit dialog ([364df50](https://github.com/gotson/komga/commits/364df50))
|
||||
- add new scanner options to the library edit dialog ([c6c7c89](https://github.com/gotson/komga/commits/c6c7c89))
|
||||
|
||||
## 🐛 Fixes
|
||||
**api**
|
||||
- missing validation ([6270986](https://github.com/gotson/komga/commits/6270986))
|
||||
- unknown API endpoints now return 404 instead of redirecting to index ([7315df5](https://github.com/gotson/komga/commits/7315df5))
|
||||
|
||||
**desktop-windows**
|
||||
- configure msix manifest to use transparent icon background ([a249221](https://github.com/gotson/komga/commits/a249221))
|
||||
|
||||
**webui**
|
||||
- show number of displayed elements instead of total when browsing collection/readlist ([d117fc1](https://github.com/gotson/komga/commits/d117fc1))
|
||||
- manifest.json would have incorrect path when running in a subfolder ([854098c](https://github.com/gotson/komga/commits/854098c))
|
||||
|
||||
## 🏎 Perf
|
||||
**komga**
|
||||
- only rescan library on update when relevant ([b48c113](https://github.com/gotson/komga/commits/b48c113))
|
||||
|
||||
## 🔄️ Changes
|
||||
**komga**
|
||||
- replace gradle deprecations ([c057d09](https://github.com/gotson/komga/commits/c057d09))
|
||||
|
||||
**webui**
|
||||
- remove commented code ([7c20909](https://github.com/gotson/komga/commits/7c20909))
|
||||
- rename Metrics component ([b9629ed](https://github.com/gotson/komga/commits/b9629ed))
|
||||
|
||||
**unscoped**
|
||||
- relocate ResourceNotFoundController ([2d404d3](https://github.com/gotson/komga/commits/2d404d3))
|
||||
|
||||
## 🛠 Build
|
||||
**deps**
|
||||
- bump hydraulic-software/conveyor from 11.1 to 11.2 ([029dea9](https://github.com/gotson/komga/commits/029dea9))
|
||||
- bump docker/setup-buildx-action from 2 to 3 ([28f46d4](https://github.com/gotson/komga/commits/28f46d4))
|
||||
- bump docker/setup-qemu-action from 2 to 3 ([c923ff8](https://github.com/gotson/komga/commits/c923ff8))
|
||||
- bump docker/login-action from 2 to 3 ([b92ad63](https://github.com/gotson/komga/commits/b92ad63))
|
||||
|
||||
**desktop**
|
||||
- bump hydraulic-software/conveyor from 11.2 to 11.3 ([3736490](https://github.com/gotson/komga/commits/3736490)), closes [#1220](https://github.com/gotson/komga/issues/1220)
|
||||
|
||||
**docker**
|
||||
- bump libjxl from 0.8.1 to 0.8.2 ([a519cd0](https://github.com/gotson/komga/commits/a519cd0))
|
||||
|
||||
**komga-deps**
|
||||
- bump dependencies ([7168af4](https://github.com/gotson/komga/commits/7168af4))
|
||||
- bump springdoc from 2.1.0 to 2.2.0 ([165ba2a](https://github.com/gotson/komga/commits/165ba2a))
|
||||
- bump springdoc gradle plugin from 1.6.0 to 1.7.0 ([5705531](https://github.com/gotson/komga/commits/5705531))
|
||||
- bump spring boot from 3.1.1 to 3.1.4 ([1372aad](https://github.com/gotson/komga/commits/1372aad))
|
||||
|
||||
**komga-tray-deps**
|
||||
- bump jetbrains compose gradle plugin from 1.4.3 to 1.5.2 ([d429e03](https://github.com/gotson/komga/commits/d429e03))
|
||||
- bump conveyor gradle plugin from 1.5 to 1.6 ([75a2f59](https://github.com/gotson/komga/commits/75a2f59))
|
||||
|
||||
**webui**
|
||||
- increase memory for ForkTsCheckerWebpackPlugin ([01a00a7](https://github.com/gotson/komga/commits/01a00a7))
|
||||
- fix typescript config and issues after upgrading ([d19c9d3](https://github.com/gotson/komga/commits/d19c9d3))
|
||||
- normalize eslint config for unit tests ([e7374e0](https://github.com/gotson/komga/commits/e7374e0))
|
||||
- update browserlist ([40b6dfc](https://github.com/gotson/komga/commits/40b6dfc))
|
||||
- upgrade vue cli to v5 ([9ef46b3](https://github.com/gotson/komga/commits/9ef46b3))
|
||||
|
||||
**webui-deps**
|
||||
- upgrade typescript ([0c0f004](https://github.com/gotson/komga/commits/0c0f004))
|
||||
- fix resolve conflicts ([1b1a423](https://github.com/gotson/komga/commits/1b1a423))
|
||||
- bump deps ([110e5a7](https://github.com/gotson/komga/commits/110e5a7))
|
||||
- bump axios to 1.5.0 ([b1a6ab6](https://github.com/gotson/komga/commits/b1a6ab6))
|
||||
- bump @saekitominaga/isbn-verify to 2.0.1 ([63e0598](https://github.com/gotson/komga/commits/63e0598))
|
||||
|
||||
**unscoped**
|
||||
- bump gradle from 8.1.1 to 8.3 ([00278e9](https://github.com/gotson/komga/commits/00278e9))
|
||||
- increase node memory ([90d1a8e](https://github.com/gotson/komga/commits/90d1a8e))
|
||||
- add missing environment variable ([5f1436a](https://github.com/gotson/komga/commits/5f1436a))
|
||||
- remove unused config ([265b543](https://github.com/gotson/komga/commits/265b543))
|
||||
- rework release steps ([a31e3da](https://github.com/gotson/komga/commits/a31e3da))
|
||||
- fix release commit step ordering ([332cb2c](https://github.com/gotson/komga/commits/332cb2c))
|
||||
- remove cache directive from setup-java ([de6c17a](https://github.com/gotson/komga/commits/de6c17a))
|
||||
- setup msstore update ([88983a8](https://github.com/gotson/komga/commits/88983a8))
|
||||
- fix jreleaser output job ([ed97553](https://github.com/gotson/komga/commits/ed97553))
|
||||
|
||||
## 📝 Documentation
|
||||
|
||||
- update README ([9e57596](https://github.com/gotson/komga/commits/9e57596))
|
||||
- update DEVELOPING.md ([ceef94a](https://github.com/gotson/komga/commits/ceef94a))
|
||||
- update CHANGELOG.md ([a8274d3](https://github.com/gotson/komga/commits/a8274d3))
|
||||
|
||||
## 🌐 Translation
|
||||
|
||||
- translated using Weblate (Chinese (Simplified)) ([e1a582c](https://github.com/gotson/komga/commits/e1a582c))
|
||||
- translated using Weblate (Chinese (Traditional)) ([f56e760](https://github.com/gotson/komga/commits/f56e760))
|
||||
- translated using Weblate (Spanish) ([6693c0d](https://github.com/gotson/komga/commits/6693c0d))
|
||||
- translated using Weblate (Japanese) ([a91637b](https://github.com/gotson/komga/commits/a91637b))
|
||||
- translated using Weblate (German) ([8412003](https://github.com/gotson/komga/commits/8412003))
|
||||
- translated using Weblate (Chinese (Simplified)) ([229d1aa](https://github.com/gotson/komga/commits/229d1aa))
|
||||
- translated using Weblate (Finnish) ([33d86ad](https://github.com/gotson/komga/commits/33d86ad))
|
||||
- translated using Weblate (Swedish) ([749cc7e](https://github.com/gotson/komga/commits/749cc7e))
|
||||
- translated using Weblate (French) ([97a243e](https://github.com/gotson/komga/commits/97a243e))
|
||||
- translated using Weblate (Polish) ([6e16102](https://github.com/gotson/komga/commits/6e16102))
|
||||
- translated using Weblate (Japanese) ([4a26b82](https://github.com/gotson/komga/commits/4a26b82))
|
||||
|
||||
# [1.4.0](https://github.com/gotson/komga/compare/v1.3.1...v1.4.0) (2023-09-11)
|
||||
## 🚀 Features
|
||||
**api**
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version=1.4.0
|
||||
version=1.5.0
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
|
|
|||
|
|
@ -2310,6 +2310,67 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/settings": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"settings-controller"
|
||||
],
|
||||
"operationId": "getSettings",
|
||||
"responses": {
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
"content": {
|
||||
"*/*": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ValidationErrorResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/SettingsDto"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"patch": {
|
||||
"tags": [
|
||||
"settings-controller"
|
||||
],
|
||||
"operationId": "updateSettings",
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/SettingsUpdateDto"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
"content": {
|
||||
"*/*": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ValidationErrorResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"204": {
|
||||
"description": "No Content"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/series/{seriesId}/metadata": {
|
||||
"patch": {
|
||||
"tags": [
|
||||
|
|
@ -4609,6 +4670,18 @@
|
|||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Accept",
|
||||
"in": "header",
|
||||
"description": "Some very limited server driven content negotiation is handled. If a book is a PDF book, and the Accept header contains \u0027application/pdf\u0027 as a more specific type than other \u0027image/\u0027 types, a raw PDF page will be returned.",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/MediaType"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
|
@ -4682,6 +4755,18 @@
|
|||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Accept",
|
||||
"in": "header",
|
||||
"description": "Some very limited server driven content negotiation is handled. If a book is a PDF book, and the Accept header contains \u0027application/pdf\u0027 as a more specific type than other \u0027image/\u0027 types, a raw PDF page will be returned.",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/MediaType"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
|
@ -9324,6 +9409,29 @@
|
|||
"scanForceModifiedTime": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanInterval": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"DISABLED",
|
||||
"HOURLY",
|
||||
"EVERY_6H",
|
||||
"EVERY_12H",
|
||||
"DAILY",
|
||||
"WEEKLY"
|
||||
]
|
||||
},
|
||||
"scanOnStartup": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanCbx": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanPdf": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanEpub": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"repairExtensions": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
@ -9353,6 +9461,13 @@
|
|||
},
|
||||
"oneshotsDirectory": {
|
||||
"type": "string"
|
||||
},
|
||||
"scanDirectoryExclusions": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Fields to update. You can omit fields you don\u0027t want to update."
|
||||
|
|
@ -9858,7 +9973,13 @@
|
|||
"name",
|
||||
"repairExtensions",
|
||||
"root",
|
||||
"scanCbx",
|
||||
"scanDirectoryExclusions",
|
||||
"scanEpub",
|
||||
"scanForceModifiedTime",
|
||||
"scanInterval",
|
||||
"scanOnStartup",
|
||||
"scanPdf",
|
||||
"seriesCover"
|
||||
],
|
||||
"type": "object",
|
||||
|
|
@ -9902,6 +10023,36 @@
|
|||
"scanForceModifiedTime": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanInterval": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"DISABLED",
|
||||
"HOURLY",
|
||||
"EVERY_6H",
|
||||
"EVERY_12H",
|
||||
"DAILY",
|
||||
"WEEKLY"
|
||||
]
|
||||
},
|
||||
"scanOnStartup": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanCbx": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanPdf": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanEpub": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanDirectoryExclusions": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"repairExtensions": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
@ -9955,7 +10106,13 @@
|
|||
"name",
|
||||
"repairExtensions",
|
||||
"root",
|
||||
"scanCbx",
|
||||
"scanDirectoryExclusions",
|
||||
"scanEpub",
|
||||
"scanForceModifiedTime",
|
||||
"scanInterval",
|
||||
"scanOnStartup",
|
||||
"scanPdf",
|
||||
"seriesCover",
|
||||
"unavailable"
|
||||
],
|
||||
|
|
@ -10003,6 +10160,36 @@
|
|||
"scanForceModifiedTime": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanInterval": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"DISABLED",
|
||||
"HOURLY",
|
||||
"EVERY_6H",
|
||||
"EVERY_12H",
|
||||
"DAILY",
|
||||
"WEEKLY"
|
||||
]
|
||||
},
|
||||
"scanOnStartup": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanCbx": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanPdf": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanEpub": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanDirectoryExclusions": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"repairExtensions": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
@ -10279,8 +10466,12 @@
|
|||
"UserUpdateDto": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ageRestriction": {
|
||||
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
|
||||
"roles": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"labelsAllow": {
|
||||
"uniqueItems": true,
|
||||
|
|
@ -10296,15 +10487,11 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"ageRestriction": {
|
||||
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
|
||||
},
|
||||
"sharedLibraries": {
|
||||
"$ref": "#/components/schemas/SharedLibrariesUpdateDto"
|
||||
},
|
||||
"roles": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -10319,6 +10506,24 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"SettingsUpdateDto": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"deleteEmptyCollections": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"deleteEmptyReadLists": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"rememberMeDurationDays": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"renewRememberMeKey": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AlternateTitleUpdateDto": {
|
||||
"required": [
|
||||
"label",
|
||||
|
|
@ -10410,17 +10615,10 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"sharingLabels": {
|
||||
"uniqueItems": true,
|
||||
"links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"alternateTitles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/AlternateTitleUpdateDto"
|
||||
"$ref": "#/components/schemas/WebLinkUpdateDto"
|
||||
}
|
||||
},
|
||||
"readingDirection": {
|
||||
|
|
@ -10436,17 +10634,24 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"genres": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"totalBookCount": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"links": {
|
||||
"alternateTitles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/WebLinkUpdateDto"
|
||||
"$ref": "#/components/schemas/AlternateTitleUpdateDto"
|
||||
}
|
||||
},
|
||||
"genres": {
|
||||
"sharingLabels": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
@ -10582,11 +10787,7 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"releaseDate": {
|
||||
"type": "string",
|
||||
"format": "date"
|
||||
},
|
||||
"summary": {
|
||||
"isbn": {
|
||||
"type": "string"
|
||||
},
|
||||
"links": {
|
||||
|
|
@ -10601,8 +10802,12 @@
|
|||
"$ref": "#/components/schemas/AuthorUpdateDto"
|
||||
}
|
||||
},
|
||||
"isbn": {
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"releaseDate": {
|
||||
"type": "string",
|
||||
"format": "date"
|
||||
}
|
||||
},
|
||||
"description": "Metadata fields to update. Set a field to null to unset the metadata. You can omit fields you don\u0027t want to update."
|
||||
|
|
@ -11145,6 +11350,42 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"MediaType": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"qualityValue": {
|
||||
"type": "number",
|
||||
"format": "double"
|
||||
},
|
||||
"concrete": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"wildcardType": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"wildcardSubtype": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"subtypeSuffix": {
|
||||
"type": "string"
|
||||
},
|
||||
"charset": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AuthenticationActivityDto": {
|
||||
"required": [
|
||||
"dateTime",
|
||||
|
|
@ -11190,18 +11431,8 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer",
|
||||
|
|
@ -11213,13 +11444,23 @@
|
|||
"$ref": "#/components/schemas/AuthenticationActivityDto"
|
||||
}
|
||||
},
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"empty": {
|
||||
"type": "boolean"
|
||||
}
|
||||
|
|
@ -11228,13 +11469,6 @@
|
|||
"PageableObject": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"offset": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"pageNumber": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
|
|
@ -11243,24 +11477,31 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"paged": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"unpaged": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"paged": {
|
||||
"type": "boolean"
|
||||
"offset": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SortObject": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"empty": {
|
||||
"sorted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"unsorted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sorted": {
|
||||
"empty": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
|
|
@ -11328,18 +11569,8 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer",
|
||||
|
|
@ -11351,18 +11582,48 @@
|
|||
"$ref": "#/components/schemas/AuthorDto"
|
||||
}
|
||||
},
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"empty": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SettingsDto": {
|
||||
"required": [
|
||||
"deleteEmptyCollections",
|
||||
"deleteEmptyReadLists",
|
||||
"rememberMeDurationDays"
|
||||
],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"deleteEmptyCollections": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"deleteEmptyReadLists": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"rememberMeDurationDays": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AlternateTitleDto": {
|
||||
"required": [
|
||||
"label",
|
||||
|
|
@ -11433,18 +11694,8 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer",
|
||||
|
|
@ -11456,13 +11707,23 @@
|
|||
"$ref": "#/components/schemas/SeriesDto"
|
||||
}
|
||||
},
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"empty": {
|
||||
"type": "boolean"
|
||||
}
|
||||
|
|
@ -11925,18 +12186,8 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer",
|
||||
|
|
@ -11948,13 +12199,23 @@
|
|||
"$ref": "#/components/schemas/BookDto"
|
||||
}
|
||||
},
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"empty": {
|
||||
"type": "boolean"
|
||||
}
|
||||
|
|
@ -12018,18 +12279,8 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer",
|
||||
|
|
@ -12041,13 +12292,23 @@
|
|||
"$ref": "#/components/schemas/ReadListDto"
|
||||
}
|
||||
},
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"empty": {
|
||||
"type": "boolean"
|
||||
}
|
||||
|
|
@ -12140,18 +12401,8 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer",
|
||||
|
|
@ -12163,13 +12414,23 @@
|
|||
"$ref": "#/components/schemas/PageHashKnownDto"
|
||||
}
|
||||
},
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"empty": {
|
||||
"type": "boolean"
|
||||
}
|
||||
|
|
@ -12186,18 +12447,8 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer",
|
||||
|
|
@ -12209,13 +12460,23 @@
|
|||
"$ref": "#/components/schemas/PageHashMatchDto"
|
||||
}
|
||||
},
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"empty": {
|
||||
"type": "boolean"
|
||||
}
|
||||
|
|
@ -12252,18 +12513,8 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer",
|
||||
|
|
@ -12275,13 +12526,23 @@
|
|||
"$ref": "#/components/schemas/PageHashUnknownDto"
|
||||
}
|
||||
},
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"empty": {
|
||||
"type": "boolean"
|
||||
}
|
||||
|
|
@ -12327,18 +12588,8 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer",
|
||||
|
|
@ -12350,13 +12601,23 @@
|
|||
"$ref": "#/components/schemas/HistoricalEventDto"
|
||||
}
|
||||
},
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"empty": {
|
||||
"type": "boolean"
|
||||
}
|
||||
|
|
@ -12373,18 +12634,8 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer",
|
||||
|
|
@ -12396,13 +12647,23 @@
|
|||
"$ref": "#/components/schemas/CollectionDto"
|
||||
}
|
||||
},
|
||||
"pageable": {
|
||||
"$ref": "#/components/schemas/PageableObject"
|
||||
"number": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"first": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"empty": {
|
||||
"type": "boolean"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue