Commit graph

3322 commits

Author SHA1 Message Date
Gauthier Roebroeck
7898190ac4 fix(webreader): ignore key presses with modifiers 2021-09-23 15:47:34 +08:00
Gauthier Roebroeck
3cdd1e6177 refactor(webui): simplify logger 2021-09-23 15:47:34 +08:00
semantic-release-bot
6bb7135088 chore(release): 0.128.3 [skip ci]
## [0.128.3](https://github.com/gotson/komga/compare/v0.128.2...v0.128.3) (2021-09-21)

### Bug Fixes

* **webui:** more logs in the frontend ([cefd3f0](cefd3f0ee8))
2021-09-21 08:14:03 +00:00
Gauthier Roebroeck
cefd3f0ee8 fix(webui): more logs in the frontend 2021-09-21 16:00:38 +08:00
semantic-release-bot
b7a2c87e3e chore(release): 0.128.2 [skip ci]
## [0.128.2](https://github.com/gotson/komga/compare/v0.128.1...v0.128.2) (2021-09-20)

### Bug Fixes

* **webui:** add logs in the frontend ([9b2c971](9b2c971ae7))
2021-09-20 10:22:34 +00:00
Gauthier Roebroeck
9b2c971ae7 fix(webui): add logs in the frontend 2021-09-20 18:08:14 +08:00
semantic-release-bot
42f3addd6d chore(release): 0.128.1 [skip ci]
## [0.128.1](https://github.com/gotson/komga/compare/v0.128.0...v0.128.1) (2021-09-17)

### Bug Fixes

* **api:** missing error messages ([bc774d9](bc774d9615))
2021-09-17 09:20:12 +00:00
Gauthier Roebroeck
bc774d9615 fix(api): missing error messages 2021-09-17 17:06:44 +08:00
semantic-release-bot
49d519ddee chore(release): 0.128.0 [skip ci]
# [0.128.0](https://github.com/gotson/komga/compare/v0.127.0...v0.128.0) (2021-09-17)

### Bug Fixes

* **webui:** recompute scrollability on mutation ([d2212c6](d2212c63fc)), closes [#680](https://github.com/gotson/komga/issues/680)

### Features

* **webui:** edit series thumbnails ([6757acf](6757acfd24))
2021-09-17 08:42:16 +00:00
Gauthier Roebroeck
d2212c63fc fix(webui): recompute scrollability on mutation
closes #680
2021-09-17 16:27:52 +08:00
Andreas
6757acfd24
feat(webui): edit series thumbnails
Co-authored-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
2021-09-17 16:27:35 +08:00
semantic-release-bot
22126e1c7d chore(release): 0.127.0 [skip ci]
# [0.127.0](https://github.com/gotson/komga/compare/v0.126.0...v0.127.0) (2021-09-16)

### Bug Fixes

* **api:** add maxNumberSort to TachiyomiReadProgressV2Dto.kt ([5e9cb43](5e9cb43710))

### Features

* **api:** cancel all tasks ([aff4418](aff4418256))
* **webui:** cancel all tasks from Server Settings ([3bbb521](3bbb521bd6)), closes [#658](https://github.com/gotson/komga/issues/658)
2021-09-16 06:19:56 +00:00
Gauthier Roebroeck
3bbb521bd6 feat(webui): cancel all tasks from Server Settings
closes #658
2021-09-16 14:04:46 +08:00
Gauthier Roebroeck
aff4418256 feat(api): cancel all tasks 2021-09-16 14:04:46 +08:00
Gauthier Roebroeck
2395f6e3ac refactor: remove unused property 2021-09-16 14:04:46 +08:00
Gauthier Roebroeck
5e9cb43710 fix(api): add maxNumberSort to TachiyomiReadProgressV2Dto.kt 2021-09-16 14:04:46 +08:00
semantic-release-bot
102484ae80 chore(release): 0.126.0 [skip ci]
# [0.126.0](https://github.com/gotson/komga/compare/v0.125.4...v0.126.0) (2021-09-15)

### Bug Fixes

* disable http session in database for now ([3448140](3448140f2d))

### Features

* index ngrams to allow partial search ([6e0c51e](6e0c51ed1d))
* index titleSort for series ([817c293](817c2939b0)), closes [#626](https://github.com/gotson/komga/issues/626)
* index updater facility on startup ([a7204e8](a7204e85b9))
2021-09-15 08:32:48 +00:00
Gauthier Roebroeck
d06d11a658 test: remove irrelevant test 2021-09-15 16:20:10 +08:00
Gauthier Roebroeck
a7204e85b9 feat: index updater facility on startup 2021-09-15 15:12:41 +08:00
Gauthier Roebroeck
6e0c51ed1d feat: index ngrams to allow partial search 2021-09-15 15:12:00 +08:00
Gauthier Roebroeck
817c2939b0 feat: index titleSort for series
closes #626
2021-09-15 15:10:42 +08:00
Gauthier Roebroeck
3448140f2d fix: disable http session in database for now 2021-09-15 11:35:55 +08:00
Gauthier Roebroeck
6a514350fb ci(docker): force LC_ALL to UTF-8
closes #676
2021-09-15 10:03:37 +08:00
semantic-release-bot
502eee6fee chore(release): 0.125.4 [skip ci]
## [0.125.4](https://github.com/gotson/komga/compare/v0.125.3...v0.125.4) (2021-09-14)

### Bug Fixes

* translated using Weblate ([9205951](92059518cb))
* **webui:** dashboard would not reload when series read progress changed ([62d378c](62d378c717))
* don't update read progress data upon upgrade or restore ([72d3451](72d3451140))
* don't update read progress for already read books when series is marked as read ([a6164da](a6164dadb7))
* insert batch in chunks ([1d0c578](1d0c57854c)), closes [#654](https://github.com/gotson/komga/issues/654)
2021-09-14 06:43:30 +00:00
Gauthier Roebroeck
7fe94143f1 test: fix warnings and failing test on CI 2021-09-14 14:06:30 +08:00
Weblate (bot)
92059518cb
fix: translated using Weblate
Currently translated at 100.0% (515 of 515 strings)

fix: translated using Weblate (Hungarian)

Currently translated at 97.2% (501 of 515 strings)

fix: translated using Weblate (Polish)

Currently translated at 100.0% (515 of 515 strings)

fix: translated using Weblate (Swedish)

Currently translated at 100.0% (515 of 515 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (515 of 515 strings)

Co-authored-by: Arief Hidayat <kekesed97@gmail.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Norbert Kovács <kovinor123@gmail.com>
Co-authored-by: P K <subzeropl@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/hu/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/id/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/pl/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/sv/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/
Translation: komga/webui

Co-authored-by: Arief Hidayat <kekesed97@gmail.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Norbert Kovács <kovinor123@gmail.com>
Co-authored-by: P K <subzeropl@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
2021-09-14 12:04:04 +08:00
Gauthier Roebroeck
cf0382ca10 refactor: use some instead of map/includes 2021-09-14 12:01:50 +08:00
Gauthier Roebroeck
62d378c717 fix(webui): dashboard would not reload when series read progress changed 2021-09-14 12:01:50 +08:00
Gauthier Roebroeck
a6164dadb7 fix: don't update read progress for already read books when series is marked as read 2021-09-14 12:01:50 +08:00
Gauthier Roebroeck
f8f11e8630 refactor: get lastModifiedDate from createdDate for Auditable 2021-09-14 12:01:50 +08:00
Gauthier Roebroeck
1d0c57854c fix: insert batch in chunks
closes #654
2021-09-14 12:01:50 +08:00
Gauthier Roebroeck
72d3451140 fix: don't update read progress data upon upgrade or restore
add readDate to ReadProgress instead of relying on lastModifiedDate
2021-09-14 12:01:27 +08:00
semantic-release-bot
49ebb7457a chore(release): 0.125.3 [skip ci]
## [0.125.3](https://github.com/gotson/komga/compare/v0.125.2...v0.125.3) (2021-09-10)

### Bug Fixes

* **webui:** dashboard and search results pages would reload entirely upon events ([043c4d3](043c4d3a73))
* scan fails because of duplicate items by URL ([45d4421](45d4421cd6)), closes [#663](https://github.com/gotson/komga/issues/663)
2021-09-10 14:40:23 +00:00
Gauthier Roebroeck
043c4d3a73 fix(webui): dashboard and search results pages would reload entirely upon events 2021-09-10 22:27:10 +08:00
Gauthier Roebroeck
45d4421cd6 fix: scan fails because of duplicate items by URL
closes #663
2021-09-10 16:54:28 +08:00
semantic-release-bot
c3914a9290 chore(release): 0.125.2 [skip ci]
## [0.125.2](https://github.com/gotson/komga/compare/v0.125.1...v0.125.2) (2021-09-10)

### Bug Fixes

* **webui:** dashboard infinite scroll not working for on deck and new/updated series ([4153603](4153603879))
2021-09-10 08:51:00 +00:00
Gauthier Roebroeck
4153603879 fix(webui): dashboard infinite scroll not working for on deck and new/updated series 2021-09-10 16:38:27 +08:00
semantic-release-bot
f3925424cd chore(release): 0.125.1 [skip ci]
## [0.125.1](https://github.com/gotson/komga/compare/v0.125.0...v0.125.1) (2021-09-10)

### Bug Fixes

* don't update read progress data upon upgrade or restore ([eb9d505](eb9d505e17))
* translated using Weblate ([1eb16b4](1eb16b4c2a))
* **webui:** latest books on dashboard not sorted properly ([b691f30](b691f3098b))
2021-09-10 08:25:56 +00:00
Ben Kuskopf
62a885417c
feat:(webui): Add scan all libraries button in server settings
* Add scan all libraries button

* refactor: remove error color, adjust spacing for RTL

Co-authored-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
2021-09-10 16:11:54 +08:00
Weblate (bot)
1eb16b4c2a
fix: translated using Weblate
Currently translated at 99.8% (513 of 514 strings)

fix: translated using Weblate (Indonesian)

Currently translated at 100.0% (514 of 514 strings)

fix: translated using Weblate (Esperanto)

Currently translated at 100.0% (514 of 514 strings)

fix: translated using Weblate (Japanese)

Currently translated at 87.7% (451 of 514 strings)

fix: translated using Weblate (Swedish)

Currently translated at 100.0% (514 of 514 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (514 of 514 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (512 of 512 strings)

fix: translated using Weblate (Japanese)

Currently translated at 86.4% (442 of 511 strings)

fix: translated using Weblate (German)

Currently translated at 100.0% (511 of 511 strings)

Co-authored-by: Arief Hidayat <kekesed97@gmail.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: M <mhannig@gmx.de>
Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: phlostically <phlostically@mailinator.com>
Co-authored-by: t2nagi <greenpakira.4143@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/de/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/eo/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/fr/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/id/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ja/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/sv/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/
Translation: komga/webui

Co-authored-by: Arief Hidayat <kekesed97@gmail.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: M <mhannig@gmx.de>
Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: phlostically <phlostically@mailinator.com>
Co-authored-by: t2nagi <greenpakira.4143@gmail.com>
2021-09-10 16:11:17 +08:00
Gauthier Roebroeck
eb9d505e17 fix: don't update read progress data upon upgrade or restore 2021-09-10 16:03:14 +08:00
Gauthier Roebroeck
b691f3098b fix(webui): latest books on dashboard not sorted properly 2021-09-10 15:53:37 +08:00
semantic-release-bot
2f8b62c7ed chore(release): 0.125.0 [skip ci]
# [0.125.0](https://github.com/gotson/komga/compare/v0.124.0...v0.125.0) (2021-09-10)

### Bug Fixes

* **api:** incorrect page information when searching ([24b564a](24b564a707))
* **api:** page.sort had incorrect value ([57f601b](57f601b8dd))

### Features

* **webui:** horizontal scroller infinite scroll on dashboard and search results ([fe78f17](fe78f17e5e)), closes [#605](https://github.com/gotson/komga/issues/605)
2021-09-10 07:36:41 +00:00
Gauthier Roebroeck
fe78f17e5e feat(webui): horizontal scroller infinite scroll on dashboard and search results
closes #605
2021-09-10 15:22:54 +08:00
Gauthier Roebroeck
24b564a707 fix(api): incorrect page information when searching 2021-09-10 15:22:54 +08:00
Gauthier Roebroeck
57f601b8dd fix(api): page.sort had incorrect value 2021-09-10 15:22:54 +08:00
semantic-release-bot
8787de2e15 chore(release): 0.124.0 [skip ci]
# [0.124.0](https://github.com/gotson/komga/compare/v0.123.0...v0.124.0) (2021-09-08)

### Bug Fixes

* **webui:** dashboard could show no data while still loading ([16c35ab](16c35ab6ff))
* **webui:** series card thumbnail flicker when new book thumbnails are added ([0101473](0101473067))

### Features

* store sessions in database ([4568914](4568914ef7))
2021-09-08 10:19:53 +00:00
Gauthier Roebroeck
0101473067 fix(webui): series card thumbnail flicker when new book thumbnails are added 2021-09-08 12:10:41 +08:00
Gauthier Roebroeck
16c35ab6ff fix(webui): dashboard could show no data while still loading 2021-09-08 12:02:25 +08:00
Gauthier Roebroeck
4568914ef7 feat: store sessions in database 2021-09-08 11:36:03 +08:00