Commit graph

3759 commits

Author SHA1 Message Date
Gauthier Roebroeck
fa8b4c3477 fix(webui): add hint to language field in EditSeriesDialog.vue 2021-07-19 14:48:20 +08:00
Gauthier Roebroeck
2012f8be98 feat: import StoryArcNumber from ComicInfo.xml
Closes #573
2021-07-19 14:48:02 +08:00
Gauthier Roebroeck
0c089d73c1 refactor: adjust for version 1.0.1 of Mylar series.json
handle age rating
handle year in title for multi-volume series
2021-07-19 14:37:01 +08:00
Gauthier Roebroeck
5bb680591f refactor: adjust after rebasing 2021-07-19 14:37:01 +08:00
Gauthier Roebroeck
5cc14b57f8 feat: refresh series metadata if series.json file changed 2021-07-19 14:37:01 +08:00
Gauthier Roebroeck
0af6ec45ad refactor: split MetadataLifecycle.kt in 2 2021-07-19 14:37:01 +08:00
Gauthier Roebroeck
e6602c60be feat(webui): library options to import mylar metadata 2021-07-19 14:37:01 +08:00
Gauthier Roebroeck
528f676ce0 feat: import mylar metadata
closes #550
2021-07-19 14:37:01 +08:00
Gauthier Roebroeck
4bf2cd07b3 refactor: extract mapper 2021-07-19 14:37:01 +08:00
semantic-release-bot
80e4d39a0d chore(release): 0.107.0 [skip ci]
# [0.107.0](https://github.com/gotson/komga/compare/v0.106.1...v0.107.0) (2021-07-19)

### Bug Fixes

* **scanner:** better detect changes even if file last modified have not change after a rename ([7b8cf7a](7b8cf7ae25))

### Features

* configuration property to disable file hashing ([52db0a1](52db0a1686))
* restore books and series from trash bin ([bc25c11](bc25c11990)), closes [#217](https://github.com/gotson/komga/issues/217) [#383](https://github.com/gotson/komga/issues/383)
* **api:** add endpoint to empty trash per library ([4dac73e](4dac73ea9f))
* **api:** add query parameter to filter on deleted series or books ([c1d34e4](c1d34e430c))
* **opds:** do not show soft deleted books/series ([5b6b817](5b6b817085))
* **scanner:** soft delete series and books ([f0664e9](f0664e9791))
* **webui:** display an outdated badge on book details view ([c955bed](c955bed79d))
* **webui:** library option to automatically empty trash after scan ([fc06b4a](fc06b4a987))
* generate file hash for books ([7ad738a](7ad738a645))
* library option to automatically empty trash after scan ([21781a3](21781a3a23))
* **webui:** add library action menu item to empty trash ([31fbf2a](31fbf2a829))
* **webui:** show soft deleted books/series as unavailable ([d946600](d946600a64))
2021-07-19 02:09:35 +00:00
Gauthier Roebroeck
247cc1194b test: try to fix flaky test on CI 2021-07-19 09:51:30 +08:00
Gauthier Roebroeck
52db0a1686 feat: configuration property to disable file hashing
set komga.file-hashing=false to disable it
2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
7b8cf7ae25 fix(scanner): better detect changes even if file last modified have not change after a rename 2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
bc25c11990 feat: restore books and series from trash bin
closes #217, closes #383
2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
86c4d021f2 test: fix BookDaoTest.kt on Java 11 2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
c955bed79d feat(webui): display an outdated badge on book details view 2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
fc06b4a987 feat(webui): library option to automatically empty trash after scan 2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
21781a3a23 feat: library option to automatically empty trash after scan 2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
31fbf2a829 feat(webui): add library action menu item to empty trash 2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
4dac73ea9f feat(api): add endpoint to empty trash per library 2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
c1d34e430c feat(api): add query parameter to filter on deleted series or books 2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
5b6b817085 feat(opds): do not show soft deleted books/series 2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
d946600a64 feat(webui): show soft deleted books/series as unavailable 2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
f0664e9791 feat(scanner): soft delete series and books
deleted elements will be marked as deleted instead of being removed from the database
2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
7ad738a645 feat: generate file hash for books 2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
d2309a5e79 refactor: add todo for jsoup update 2021-07-19 09:22:41 +08:00
Gauthier Roebroeck
f448b9a453 refactor(webui): fix i18n 2021-07-19 09:22:41 +08:00
semantic-release-bot
b318d238e8 chore(release): 0.106.1 [skip ci]
## [0.106.1](https://github.com/gotson/komga/compare/v0.106.0...v0.106.1) (2021-07-08)

### Bug Fixes

* **webui:** show different empty state if library is empty ([68a9f7a](68a9f7a79c))
2021-07-08 08:11:45 +00:00
Gauthier Roebroeck
58a67f50cc refactor(webui): extract i18n strings 2021-07-08 15:56:03 +08:00
Gauthier Roebroeck
68a9f7a79c fix(webui): show different empty state if library is empty 2021-07-08 15:53:53 +08:00
semantic-release-bot
ddeab07dcb chore(release): 0.106.0 [skip ci]
# [0.106.0](https://github.com/gotson/komga/compare/v0.105.2...v0.106.0) (2021-07-06)

### Features

* **sse:** publish breakdown of task count by task type ([eda767a](eda767aeb5))
* **webui:** display task count by type in activity bar tooltip ([6b690bc](6b690bcdfb))
2021-07-06 02:26:40 +00:00
Gauthier Roebroeck
ce8d9ac71f test: try to fix flaky test on Github Actions 2021-07-06 10:11:46 +08:00
Gauthier Roebroeck
6a2e57033d refactor: remove deprecation warning 2021-07-06 10:03:15 +08:00
Gauthier Roebroeck
6b690bcdfb feat(webui): display task count by type in activity bar tooltip 2021-07-06 09:40:01 +08:00
Gauthier Roebroeck
eda767aeb5 feat(sse): publish breakdown of task count by task type 2021-07-06 09:40:01 +08:00
semantic-release-bot
547167feb5 chore(release): 0.105.2 [skip ci]
## [0.105.2](https://github.com/gotson/komga/compare/v0.105.1...v0.105.2) (2021-07-05)

### Bug Fixes

* translated using Weblate (Danish) ([9f2e2dc](9f2e2dca14))
* **webui:** clear searchbox results on blur ([e1a2cec](e1a2cecce4))
* **webui:** close notification when clicking on primary action ([403ab0a](403ab0a04f))
* **webui:** logo alignment on startup page ([1de8a94](1de8a944bd))
* **webui:** show empty state if there's not books to import ([7ddbac9](7ddbac95be))
2021-07-05 02:59:15 +00:00
Weblate (bot)
9f2e2dca14
fix: translated using Weblate (Danish)
Currently translated at 19.5% (92 of 471 strings)

fix: translated using Weblate (Swedish)

Currently translated at 100.0% (471 of 471 strings)

fix: translated using Weblate (Spanish)

Currently translated at 100.0% (471 of 471 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (471 of 471 strings)

feat: added translation using Weblate (Danish)

chore: update translation files

Updated by "Cleanup translation files" hook in Weblate.

fix: translated using Weblate (Italian)

Currently translated at 100.0% (476 of 476 strings)

fix: translated using Weblate (Esperanto)

Currently translated at 100.0% (476 of 476 strings)

fix: translated using Weblate (German)

Currently translated at 100.0% (476 of 476 strings)

fix: translated using Weblate (Swedish)

Currently translated at 97.6% (465 of 476 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (476 of 476 strings)

fix: translated using Weblate (Norwegian Bokmål)

Currently translated at 77.9% (371 of 476 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (466 of 466 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (466 of 466 strings)

fix: translated using Weblate (Italian)

Currently translated at 100.0% (465 of 465 strings)

fix: translated using Weblate (Swedish)

Currently translated at 100.0% (465 of 465 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (465 of 465 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (465 of 465 strings)

fix: translated using Weblate (Italian)

Currently translated at 100.0% (456 of 456 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (456 of 456 strings)

fix: deleted translation using Weblate (Tigrinya)

fix: deleted translation using Weblate (Amharic)

chore: update translation files

Updated by "Cleanup translation files" hook in Weblate.

chore: update translation files

Updated by "Cleanup translation files" hook in Weblate.

fix: translated using Weblate (Spanish)

Currently translated at 100.0% (459 of 459 strings)

fix: translated using Weblate (Spanish)

Currently translated at 84.7% (389 of 459 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 99.7% (458 of 459 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (459 of 459 strings)

fix: translated using Weblate (Dutch)

Currently translated at 100.0% (448 of 448 strings)

feat: added translation using Weblate (Tigrinya)

feat: added translation using Weblate (Amharic)

fix: translated using Weblate (Arabic)

Currently translated at 100.0% (448 of 448 strings)

Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Gauthier <gauthier.roebroeck@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Matté Rozema <matte-rozema@live.nl>
Co-authored-by: Max <madstk1@pm.me>
Co-authored-by: Mubarek Seyd Juhar <mubareksd@gmail.com>
Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com>
Co-authored-by: Tawagot0 <j.seyadouagammadou@cfa-insta.fr>
Co-authored-by: little cookie <dnaofhonour@gmail.com>
Co-authored-by: lk.KEVIN <anonymouslk.kevin@gmail.com>
Co-authored-by: phlostically <phlostically@mailinator.com>
Co-authored-by: sam5558 <mourabbi.salim@gmail.com>
Co-authored-by: 峰裕 <1006945671@qq.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ar/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/da/
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/es/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/fr/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/it/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/nl/
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: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Gauthier <gauthier.roebroeck@gmail.com>
Co-authored-by: Matté Rozema <matte-rozema@live.nl>
Co-authored-by: Max <madstk1@pm.me>
Co-authored-by: Mubarek Seyd Juhar <mubareksd@gmail.com>
Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com>
Co-authored-by: Tawagot0 <j.seyadouagammadou@cfa-insta.fr>
Co-authored-by: little cookie <dnaofhonour@gmail.com>
Co-authored-by: lk.KEVIN <anonymouslk.kevin@gmail.com>
Co-authored-by: phlostically <phlostically@mailinator.com>
Co-authored-by: sam5558 <mourabbi.salim@gmail.com>
Co-authored-by: 峰裕 <1006945671@qq.com>
2021-07-05 10:43:03 +08:00
Gauthier Roebroeck
7ddbac95be fix(webui): show empty state if there's not books to import 2021-07-05 10:14:59 +08:00
Gauthier Roebroeck
403ab0a04f fix(webui): close notification when clicking on primary action 2021-07-05 10:14:12 +08:00
Gauthier Roebroeck
1de8a944bd fix(webui): logo alignment on startup page 2021-07-05 10:13:29 +08:00
Gauthier Roebroeck
e1a2cecce4 fix(webui): clear searchbox results on blur 2021-07-05 09:57:38 +08:00
Gauthier Roebroeck
3db3181313 refactor: use of path extension api 2021-07-03 11:52:22 +08:00
semantic-release-bot
32ba89419b chore(release): 0.105.1 [skip ci]
## [0.105.1](https://github.com/gotson/komga/compare/v0.105.0...v0.105.1) (2021-07-02)

### Bug Fixes

* **webui:** disable some UI elements for non-admins ([ada1438](ada1438921))
* **webui:** properly reload series when book read progress is updated ([92954e0](92954e0916))
2021-07-02 09:05:26 +00:00
Gauthier Roebroeck
92954e0916 fix(webui): properly reload series when book read progress is updated 2021-07-02 16:38:12 +08:00
Gauthier Roebroeck
ada1438921 fix(webui): disable some UI elements for non-admins 2021-07-02 16:38:12 +08:00
semantic-release-bot
2449ec4697 chore(release): 0.105.0 [skip ci]
# [0.105.0](https://github.com/gotson/komga/compare/v0.104.2...v0.105.0) (2021-07-02)

### Bug Fixes

* **webui:** more emphasis on main button in dialogs ([f0d32d9](f0d32d98a5))

### Features

* **webui:** confirmation dialog for library analysis and refresh ([9923cea](9923cea244))
2021-07-02 08:17:32 +00:00
Gauthier Roebroeck
363eac5ec6 refactor(webui): use confirmation-dialog for deletions 2021-07-02 16:02:11 +08:00
Gauthier Roebroeck
5e9cb9a7f7 refactor(webui): remove console warnings 2021-07-02 16:02:11 +08:00
Gauthier Roebroeck
08951cc852 refactor(webui): use toaster for common errors 2021-07-02 16:02:11 +08:00
Gauthier Roebroeck
f0d32d98a5 fix(webui): more emphasis on main button in dialogs 2021-07-02 16:02:11 +08:00