Commit graph

1684 commits

Author SHA1 Message Date
Gauthier Roebroeck
a56c2f1d2d fix(api): total item count incorrect for /me/authentication-activity 2021-06-28 11:46:47 +08:00
semantic-release-bot
6b67484197 chore(release): 0.102.0 [skip ci]
# [0.102.0](https://github.com/gotson/komga/compare/v0.101.2...v0.102.0) (2021-06-25)

### Features

* **api:** store authentication activity ([de96e0d](de96e0dcef)), closes [#160](https://github.com/gotson/komga/issues/160)
* **webui:** display authentication activity ([9d33602](9d33602873)), closes [#160](https://github.com/gotson/komga/issues/160)
2021-06-25 11:00:31 +00:00
Gauthier Roebroeck
9d33602873 feat(webui): display authentication activity
closes #160
2021-06-25 18:47:49 +08:00
Gauthier Roebroeck
de96e0dcef feat(api): store authentication activity
closes #160
2021-06-25 18:47:49 +08:00
semantic-release-bot
77a55be1d4 chore(release): 0.101.2 [skip ci]
## [0.101.2](https://github.com/gotson/komga/compare/v0.101.1...v0.101.2) (2021-06-24)

### Bug Fixes

* deleting series could fail with foreign key error ([97b53e5](97b53e5c96))
* fix potential database inconsistencies ([75ecbe1](75ecbe15ba))
* use spring transactions instead of jooq transactions ([73931f0](73931f0bf8))
* **webui:** sort by size in media analysis table ([4d2393f](4d2393f500))
2021-06-24 09:48:43 +00:00
Gauthier Roebroeck
73931f0bf8 fix: use spring transactions instead of jooq transactions 2021-06-24 17:35:26 +08:00
Gauthier Roebroeck
75ecbe15ba fix: fix potential database inconsistencies 2021-06-24 17:35:26 +08:00
Gauthier Roebroeck
4d2393f500 fix(webui): sort by size in media analysis table 2021-06-24 17:35:26 +08:00
Gauthier Roebroeck
97b53e5c96 fix: deleting series could fail with foreign key error 2021-06-24 17:35:26 +08:00
semantic-release-bot
5199ddf799 chore(release): 0.101.1 [skip ci]
## [0.101.1](https://github.com/gotson/komga/compare/v0.101.0...v0.101.1) (2021-06-23)

### Bug Fixes

* **webui:** add contain property to thumbnail in searchbox ([15bad4b](15bad4b20a))
* **webui:** add thumbnail to series picker dialog ([cb096e2](cb096e2117))
* **webui:** don't reload card thumbnail if one was successfully loaded ([10cdedc](10cdedcf5d))
2021-06-23 02:52:33 +00:00
Gauthier Roebroeck
cb096e2117 fix(webui): add thumbnail to series picker dialog 2021-06-23 10:35:24 +08:00
Gauthier Roebroeck
10cdedcf5d fix(webui): don't reload card thumbnail if one was successfully loaded 2021-06-23 10:35:24 +08:00
Gauthier Roebroeck
15bad4b20a fix(webui): add contain property to thumbnail in searchbox 2021-06-23 10:35:24 +08:00
semantic-release-bot
7c0f8af7db chore(release): 0.101.0 [skip ci]
# [0.101.0](https://github.com/gotson/komga/compare/v0.100.3...v0.101.0) (2021-06-23)

### Features

* **webui:** remove early feature warning (extension repair, convert to cbz) ([6af6f5b](6af6f5be40))
* **webui:** remove early feature warning in book import screen ([3d159d1](3d159d16b2))
* **webui:** show library name on series picker dialog (import) ([626ef3e](626ef3eb40)), closes [#559](https://github.com/gotson/komga/issues/559)
2021-06-23 02:11:05 +00:00
Gauthier Roebroeck
6af6f5be40 feat(webui): remove early feature warning (extension repair, convert to cbz) 2021-06-23 09:58:25 +08:00
Gauthier Roebroeck
3d159d16b2 feat(webui): remove early feature warning in book import screen 2021-06-23 09:58:25 +08:00
Gauthier Roebroeck
626ef3eb40 feat(webui): show library name on series picker dialog (import)
closes #559
2021-06-23 09:58:25 +08:00
Gauthier Roebroeck
7b30835e88 refactor(webui): remove dead code 2021-06-23 09:58:25 +08:00
semantic-release-bot
a7e5b7ea00 chore(release): 0.100.3 [skip ci]
## [0.100.3](https://github.com/gotson/komga/compare/v0.100.2...v0.100.3) (2021-06-23)

### Bug Fixes

* **epub:** better isbn parsing ([e1741c3](e1741c34fa))
* **epub:** incorrect genres parsing when empty ([8a5abf2](8a5abf24fb))
* **epub:** parse multiple dc:subjects for series genre ([c25b9cf](c25b9cf5f9))
* **epub:** series title not always parsed properly ([a6c19f6](a6c19f6eee)), closes [#556](https://github.com/gotson/komga/issues/556)
2021-06-23 01:53:00 +00:00
Gauthier Roebroeck
8a5abf24fb fix(epub): incorrect genres parsing when empty 2021-06-23 09:37:04 +08:00
Gauthier Roebroeck
c25b9cf5f9 fix(epub): parse multiple dc:subjects for series genre 2021-06-23 09:14:13 +08:00
Gauthier Roebroeck
a6c19f6eee fix(epub): series title not always parsed properly
closes #556
2021-06-23 09:14:13 +08:00
Gauthier Roebroeck
e1741c34fa fix(epub): better isbn parsing 2021-06-23 09:14:13 +08:00
semantic-release-bot
7910273dfc chore(release): 0.100.2 [skip ci]
## [0.100.2](https://github.com/gotson/komga/compare/v0.100.1...v0.100.2) (2021-06-22)

### Bug Fixes

* better date parsing for epub metadata ([ed7fa1f](ed7fa1fcb8))
* better isbn parsing for epub metadata ([b3bcd23](b3bcd233fd))
* do not split authors by comma in epub metadata ([13b18c0](13b18c0b45)), closes [#556](https://github.com/gotson/komga/issues/556)
* epub parsing namespace issue ([7a56632](7a566326b0))
* ignore html tags in epub description ([52d81ef](52d81ef1d7)), closes [#556](https://github.com/gotson/komga/issues/556)
* retrieve series from epub correctly ([fbd8655](fbd8655c51)), closes [#556](https://github.com/gotson/komga/issues/556)
* some images could be missing from epub files ([6c34794](6c34794a50)), closes [#556](https://github.com/gotson/komga/issues/556)
2021-06-22 09:55:41 +00:00
Gauthier Roebroeck
9bb0a3a39c test: fix epub tests 2021-06-22 17:40:19 +08:00
Gauthier Roebroeck
6c34794a50 fix: some images could be missing from epub files
closes #556
2021-06-22 17:08:34 +08:00
Gauthier Roebroeck
7a566326b0 fix: epub parsing namespace issue 2021-06-22 15:54:51 +08:00
Gauthier Roebroeck
55ec5a3478 refactor: use xml parser for jsoup 2021-06-22 15:54:02 +08:00
Gauthier Roebroeck
ed7fa1fcb8 fix: better date parsing for epub metadata 2021-06-22 14:24:08 +08:00
Gauthier Roebroeck
b3bcd233fd fix: better isbn parsing for epub metadata 2021-06-22 14:23:51 +08:00
Gauthier Roebroeck
13b18c0b45 fix: do not split authors by comma in epub metadata
part of #556
2021-06-22 14:22:54 +08:00
Gauthier Roebroeck
fbd8655c51 fix: retrieve series from epub correctly
it would not work with namespaced elements generated by Calibre

part of #556
2021-06-22 14:20:10 +08:00
Gauthier Roebroeck
52d81ef1d7 fix: ignore html tags in epub description
part of #556
2021-06-22 14:18:48 +08:00
Gauthier Roebroeck
bb70bcd91d test: add tests for EpubMetadataProvider.kt 2021-06-22 14:17:47 +08:00
semantic-release-bot
d3b57753f0 chore(release): 0.100.1 [skip ci]
## [0.100.1](https://github.com/gotson/komga/compare/v0.100.0...v0.100.1) (2021-06-21)

### Bug Fixes

* **webui:** query param doesn't work with values containing comma ([b447101](b447101bcc)), closes [#557](https://github.com/gotson/komga/issues/557)
2021-06-21 09:20:45 +00:00
Gauthier Roebroeck
b447101bcc fix(webui): query param doesn't work with values containing comma
closes #557
2021-06-21 17:06:11 +08:00
semantic-release-bot
7d7fbad749 chore(release): 0.100.0 [skip ci]
# [0.100.0](https://github.com/gotson/komga/compare/v0.99.4...v0.100.0) (2021-06-21)

### Features

* **sse:** publish server-sent events ([691c7f0](691c7f0071))
* **webui:** the UI is now dynamic to events from the server ([a707fd3](a707fd3594)), closes [#124](https://github.com/gotson/komga/issues/124)
2021-06-21 07:47:10 +00:00
Gauthier Roebroeck
65f5e5d137 docs: update shields in README.md 2021-06-21 15:23:55 +08:00
Gauthier Roebroeck
dc5ab0ca08 test: fix BookImporterTest.kt 2021-06-21 15:17:26 +08:00
Gauthier Roebroeck
a707fd3594 feat(webui): the UI is now dynamic to events from the server
closes #124
2021-06-21 14:53:06 +08:00
Gauthier Roebroeck
691c7f0071 feat(sse): publish server-sent events 2021-06-21 14:43:54 +08:00
semantic-release-bot
b7c2c09ff4 chore(release): 0.99.4 [skip ci]
## [0.99.4](https://github.com/gotson/komga/compare/v0.99.3...v0.99.4) (2021-06-18)

### Bug Fixes

* some tasks could be executed with the wrong priority ([2b6f534](2b6f534f84))
2021-06-18 08:10:38 +00:00
Gauthier Roebroeck
2b6f534f84 fix: some tasks could be executed with the wrong priority 2021-06-18 15:56:31 +08:00
semantic-release-bot
5fc77b2297 chore(release): 0.99.3 [skip ci]
## [0.99.3](https://github.com/gotson/komga/compare/v0.99.2...v0.99.3) (2021-06-17)

### Bug Fixes

* sidecars would not be deleted with library ([49f83b7](49f83b78ac))
2021-06-17 09:30:41 +00:00
Gauthier Roebroeck
49f83b78ac fix: sidecars would not be deleted with library 2021-06-17 11:50:52 +08:00
semantic-release-bot
1a1f1cd9a8 chore(release): 0.99.2 [skip ci]
## [0.99.2](https://github.com/gotson/komga/compare/v0.99.1...v0.99.2) (2021-06-17)

### Bug Fixes

* local artwork could be refreshed at every scan ([4ac9fe9](4ac9fe96be))
2021-06-17 02:06:28 +00:00
Gauthier Roebroeck
4ac9fe96be fix: local artwork could be refreshed at every scan 2021-06-17 09:48:46 +08:00
Gauthier Roebroeck
67ebc74dc7 refactor: more logs 2021-06-11 11:17:19 +08:00
semantic-release-bot
d97871bef3 chore(release): 0.99.1 [skip ci]
## [0.99.1](https://github.com/gotson/komga/compare/v0.99.0...v0.99.1) (2021-06-10)

### Bug Fixes

* translated using Weblate (French) ([#549](https://github.com/gotson/komga/issues/549)) ([37a66fe](37a66feb27))
* **webui:** incorrect spacing in dialog ([8e1ef16](8e1ef165a8))
2021-06-10 10:15:02 +00:00
Weblate (bot)
37a66feb27
fix: translated using Weblate (French) (#549)
Currently translated at 100.0% (448 of 448 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (448 of 448 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
Co-authored-by: Tawagot0 <j.seyadouagammadou@cfa-insta.fr>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/fr/
Translation: komga/webui

Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
Co-authored-by: Tawagot0 <j.seyadouagammadou@cfa-insta.fr>
2021-06-10 18:00:40 +08:00