Gauthier Roebroeck
bb0063fb8d
refactor: app doesn't start without oauth2 configuration
2021-09-27 15:18:47 +08:00
Gauthier Roebroeck
73d8dab60c
feat(webui): oauth2 login
2021-09-27 15:03:41 +08:00
Gauthier Roebroeck
7438bf4c95
feat: oauth2 login
...
closes #143
2021-09-27 15:03:41 +08:00
Gauthier Roebroeck
2d05fa16c8
refactor: move UserDetailsService to its own class
2021-09-27 15:03:41 +08:00
semantic-release-bot
65af7f0fcf
chore(release): 0.129.0 [skip ci]
...
# [0.129.0](https://github.com/gotson/komga/compare/v0.128.4...v0.129.0 ) (2021-09-24)
### Features
* **webui:** add link to changelog on version number ([eb67356 ](eb67356472 )), closes [#691 ](https://github.com/gotson/komga/issues/691 )
* docker image can load application.yml from /config mounted folder ([8fa0ba6 ](8fa0ba6bc2 ))
2021-09-24 08:35:19 +00:00
Gauthier Roebroeck
eb67356472
feat(webui): add link to changelog on version number
...
closes #691
2021-09-24 16:20:35 +08:00
Gauthier Roebroeck
8fa0ba6bc2
feat: docker image can load application.yml from /config mounted folder
2021-09-24 16:20:35 +08:00
semantic-release-bot
e24cf6e0a5
chore(release): 0.128.4 [skip ci]
...
## [0.128.4](https://github.com/gotson/komga/compare/v0.128.3...v0.128.4 ) (2021-09-23)
### Bug Fixes
* search with only NOT conditions doesn't return results ([ff6861c ](ff6861c554 )), closes [#694 ](https://github.com/gotson/komga/issues/694 )
* **webreader:** always hide scrollbars ([85ddae4 ](85ddae4f48 )), closes [#640 ](https://github.com/gotson/komga/issues/640 )
* **webreader:** ignore key presses with modifiers ([7898190 ](7898190ac4 ))
* **webreader:** incorrect page when going to next book ([13760c5 ](13760c5ef3 ))
* **webui:** hide scrollbar on Firefox for horizontal-scroller ([5d7fdb3 ](5d7fdb3557 ))
2021-09-23 08:01:16 +00:00
Gauthier Roebroeck
ff6861c554
fix: search with only NOT conditions doesn't return results
...
closes #694
2021-09-23 15:47:34 +08:00
Gauthier Roebroeck
5d7fdb3557
fix(webui): hide scrollbar on Firefox for horizontal-scroller
2021-09-23 15:47:34 +08:00
Gauthier Roebroeck
85ddae4f48
fix(webreader): always hide scrollbars
...
closes #640
2021-09-23 15:47:34 +08:00
Gauthier Roebroeck
13760c5ef3
fix(webreader): incorrect page when going to next book
2021-09-23 15:47:34 +08:00
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