Commit graph

3759 commits

Author SHA1 Message Date
Gauthier Roebroeck
d4aebfa618 build: add IntelliJ code styles 2021-01-08 16:45:34 +08:00
semantic-release-bot
a338d30396 chore(release): 0.67.0 [skip ci]
# [0.67.0](https://github.com/gotson/komga/compare/v0.66.1...v0.67.0) (2021-01-06)

### Features

* **webui:** filter collections/readlists in Add To dialog ([1b422a2](1b422a2086)), closes [#378](https://github.com/gotson/komga/issues/378)
2021-01-06 09:26:50 +00:00
Gauthier Roebroeck
1b422a2086 feat(webui): filter collections/readlists in Add To dialog
closes #378
2021-01-06 17:13:31 +08:00
semantic-release-bot
da072945e7 chore(release): 0.66.1 [skip ci]
## [0.66.1](https://github.com/gotson/komga/compare/v0.66.0...v0.66.1) (2021-01-06)

### Bug Fixes

* **webui:** context navigation messed up ([ba61660](ba6166031b))
2021-01-06 09:10:02 +00:00
Gauthier Roebroeck
ba6166031b fix(webui): context navigation messed up 2021-01-06 16:57:38 +08:00
dependabot[bot]
6bf31f50c3 build(deps): bump axios from 0.19.2 to 0.21.1 in /komga-webui
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-06 16:57:08 +08:00
semantic-release-bot
3bdd90db1f chore(release): 0.66.0 [skip ci]
# [0.66.0](https://github.com/gotson/komga/compare/v0.65.0...v0.66.0) (2021-01-06)

### Bug Fixes

* **api:** endpoint for books in readlist is not filtered properly ([cdca78b](cdca78b38f))

### Features

* **api:** find previous/next book in readlist ([bcfb203](bcfb203f74))
* **webreader:** navigate between books of a readlist ([3a3d85c](3a3d85c3fc)), closes [#310](https://github.com/gotson/komga/issues/310)
* **webui:** navigate between books of a readlist ([88d4342](88d4342ef5))
2021-01-06 08:16:45 +00:00
Gauthier Roebroeck
3a3d85c3fc feat(webreader): navigate between books of a readlist
closes #310
2021-01-06 16:02:41 +08:00
Gauthier Roebroeck
88d4342ef5 feat(webui): navigate between books of a readlist 2021-01-06 16:02:41 +08:00
Gauthier Roebroeck
bcfb203f74 feat(api): find previous/next book in readlist
this also works for users with limited access to libraries
2021-01-06 16:02:41 +08:00
Gauthier Roebroeck
cdca78b38f fix(api): endpoint for books in readlist is not filtered properly
if the user does not have rights on all libraries
the returned list of books could contain inaccessible books
2021-01-06 16:02:41 +08:00
semantic-release-bot
dd81854c3d chore(release): 0.65.0 [skip ci]
# [0.65.0](https://github.com/gotson/komga/compare/v0.64.8...v0.65.0) (2021-01-05)

### Features

* **api:** filter /series endpoint by library_id ([1603a96](1603a96de6)), closes [#360](https://github.com/gotson/komga/issues/360)
2021-01-05 07:35:50 +00:00
Gauthier Roebroeck
1603a96de6 feat(api): filter /series endpoint by library_id
closes #360
2021-01-05 15:21:35 +08:00
Gauthier Roebroeck
2c08741b02 docs: badges 2021-01-05 10:04:17 +08:00
semantic-release-bot
1a819dd72b chore(release): 0.64.8 [skip ci]
## [0.64.8](https://github.com/gotson/komga/compare/v0.64.7...v0.64.8) (2020-12-31)

### Bug Fixes

* fix sqlite library detection for aarch64 ([10df531](10df5316b3))
2020-12-31 09:42:52 +00:00
Gauthier Roebroeck
0d25f8d5a3 ci: try fixing docker push 2020-12-31 17:30:11 +08:00
Gauthier
c5012d05fa
ci: try to fix docker buildx push 2020-12-31 17:29:23 +08:00
Gauthier Roebroeck
10df5316b3 fix: fix sqlite library detection for aarch64 2020-12-31 16:17:49 +08:00
Gauthier Roebroeck
4f9ff80ad9 build: update dependencies 2020-12-31 16:02:18 +08:00
Gauthier Roebroeck
f2c84539e0 build: update to Spring Boot 2.4.1 2020-12-31 15:33:35 +08:00
Gauthier Roebroeck
3d8a0bb85e build: update Kotlin to 1.4.20 2020-12-31 13:25:24 +08:00
Gauthier Roebroeck
1a6cdbba2d build: update Gradle version to 6.7.1 2020-12-31 12:59:15 +08:00
Gauthier Roebroeck
31543047d7 docs: update CI badge 2020-12-31 12:41:10 +08:00
Gauthier Roebroeck
aae7f3c507 ci: delete travis config 2020-12-31 12:41:10 +08:00
Gauthier Roebroeck
dcdf14a24f ci: rename ci scripts folder 2020-12-31 12:41:10 +08:00
Gauthier
13aa43b202 ci: add dockerhub secrets for CI workflow 2020-12-31 12:41:10 +08:00
Gauthier
a0e73b56d7 ci: setup CI workflow with github actions 2020-12-31 12:41:10 +08:00
Gauthier Roebroeck
7e988166ca build: update versions plugin 2020-12-28 22:29:57 +08:00
Gauthier Roebroeck
bb5a0c2283 build: npm upgrade 2020-12-28 22:17:47 +08:00
semantic-release-bot
53750b2ad9 chore(release): 0.64.7 [skip ci]
## [0.64.7](https://github.com/gotson/komga/compare/v0.64.6...v0.64.7) (2020-12-18)

### Bug Fixes

* **opds:** duplicate series if in multiple collections ([c7e6209](c7e6209765)), closes [#363](https://github.com/gotson/komga/issues/363)
2020-12-18 10:23:51 +00:00
Gauthier Roebroeck
c7e6209765 fix(opds): duplicate series if in multiple collections
closes #363
2020-12-18 18:05:38 +08:00
semantic-release-bot
0b572620cd chore(release): 0.64.6 [skip ci]
## [0.64.6](https://github.com/gotson/komga/compare/v0.64.5...v0.64.6) (2020-12-03)

### Bug Fixes

* use bionic base image ([85fe674](85fe674e6a)), closes [#349](https://github.com/gotson/komga/issues/349)
2020-12-03 14:15:49 +00:00
Gauthier Roebroeck
85fe674e6a fix: use bionic base image
the more recent ubuntu focal base image doesn't always work on arm32 architecture

closes #349
2020-12-03 21:57:50 +08:00
semantic-release-bot
4193690df6 chore(release): 0.64.5 [skip ci]
## [0.64.5](https://github.com/gotson/komga/compare/v0.64.4...v0.64.5) (2020-11-23)

### Bug Fixes

* enhanced logging for sqlite native lib loading ([f1a894d](f1a894db9e))
2020-11-23 19:13:08 +00:00
Gauthier Roebroeck
f1a894db9e fix: enhanced logging for sqlite native lib loading 2020-11-24 02:55:46 +08:00
dependabot[bot]
f62a32634b
build(deps): bump semantic-release from 17.1.1 to 17.2.3 (#357)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.1.1 to 17.2.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.1.1...v17.2.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-19 19:44:16 +08:00
semantic-release-bot
2f68198b29 chore(release): 0.64.4 [skip ci]
## [0.64.4](https://github.com/gotson/komga/compare/v0.64.3...v0.64.4) (2020-11-02)

### Bug Fixes

* **api:** support accept header in getBookPage ([#352](https://github.com/gotson/komga/issues/352)) ([e123d38](e123d38692)), closes [#350](https://github.com/gotson/komga/issues/350)
2020-11-02 20:33:29 +00:00
Sylvain Laperche
e123d38692
fix(api): support accept header in getBookPage (#352)
* fix(api): support accept header in getBookPage

API is documented as supporting `accept: image/*` in the HTTP request,
but doing so results in server response with the status 406.

This commit updates the `GetMapping` annotation to correctly support
these values in the HTTP `accept` header.

closes #350

* fix: failing test

Co-authored-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
2020-11-03 04:16:14 +08:00
semantic-release-bot
ae5917eb1a chore(release): 0.64.3 [skip ci]
## [0.64.3](https://github.com/gotson/komga/compare/v0.64.2...v0.64.3) (2020-10-29)

### Bug Fixes

* don't append volume to series title if equals to 1 ([1cb9ae6](1cb9ae6aad)), closes [#347](https://github.com/gotson/komga/issues/347)
2020-10-29 12:11:04 +00:00
Gauthier Roebroeck
1cb9ae6aad fix: don't append volume to series title if equals to 1
closes #347
2020-10-29 19:54:15 +08:00
semantic-release-bot
ef780c31d6 chore(release): 0.64.2 [skip ci]
## [0.64.2](https://github.com/gotson/komga/compare/v0.64.1...v0.64.2) (2020-10-25)

### Bug Fixes

* native webp library ([15caea3](15caea3b99)), closes [#279](https://github.com/gotson/komga/issues/279)
2020-10-25 04:27:00 +00:00
Gauthier Roebroeck
15caea3b99 fix: native webp library
native webp library will be used over java implementation if possible

closes #279
2020-10-25 11:44:54 +08:00
semantic-release-bot
11df1e0864 chore(release): 0.64.1 [skip ci]
## [0.64.1](https://github.com/gotson/komga/compare/v0.64.0...v0.64.1) (2020-10-24)

### Bug Fixes

* use own distrib of sqlite with freebsd support ([3d2793a](3d2793a768)), closes [#319](https://github.com/gotson/komga/issues/319)
2020-10-24 12:50:33 +00:00
Gauthier Roebroeck
3d2793a768 fix: use own distrib of sqlite with freebsd support
closes #319
2020-10-24 17:22:31 +08:00
semantic-release-bot
ccba4bdcfb chore(release): 0.64.0 [skip ci]
# [0.64.0](https://github.com/gotson/komga/compare/v0.63.3...v0.64.0) (2020-10-22)

### Features

* append volume to series name ([2567796](25677967db)), closes [#343](https://github.com/gotson/komga/issues/343) [#132](https://github.com/gotson/komga/issues/132)
2020-10-22 10:19:24 +00:00
Gauthier Roebroeck
25677967db feat: append volume to series name
closes #343, closes #132
2020-10-22 18:02:18 +08:00
semantic-release-bot
eb10a12013 chore(release): 0.63.3 [skip ci]
## [0.63.3](https://github.com/gotson/komga/compare/v0.63.2...v0.63.3) (2020-10-20)

### Bug Fixes

* scanner crashes if folders are not readable ([f43a386](f43a3864f8)), closes [#342](https://github.com/gotson/komga/issues/342)
2020-10-20 13:52:44 +00:00
Gauthier Roebroeck
f43a3864f8 fix: scanner crashes if folders are not readable
scanner will also skip files that are not readable

closes #342
2020-10-20 21:34:55 +08:00
James Evans
b9eb6936e9
refactor: spelling in logs 2020-10-15 22:12:32 +08:00
semantic-release-bot
0136ff6fb2 chore(release): 0.63.2 [skip ci]
## [0.63.2](https://github.com/gotson/komga/compare/v0.63.1...v0.63.2) (2020-10-05)

### Bug Fixes

* **api:** incorrect parameter type ([342f04c](342f04c117))
2020-10-05 12:53:03 +00:00