Gauthier Roebroeck
|
5fc9f58ac7
|
ci(travis): check that webui builds
useful for PRs
also remove skip_cleanup which is now the default
|
2020-02-14 10:10:57 +08:00 |
|
tmarsha
|
0c0395060a
|
fix(webui): make overlay buttons more responsive on smaller screens
|
2020-02-13 21:04:46 -05:00 |
|
Gauthier
|
b4f56e3c24
|
ci: gradle wrapper validation
|
2020-02-11 16:51:07 +08:00 |
|
semantic-release-bot
|
05eb04bd09
|
chore(release): 0.14.0 [skip ci]
# [0.14.0](https://github.com/gotson/komga/compare/v0.13.1...v0.14.0) (2020-02-05)
### Bug Fixes
* **api:** sort series properly ignoring case ([16dfe91](16dfe91140)), closes [#85](https://github.com/gotson/komga/issues/85)
* **webui:** hide filter menu after click ([2ded39f](2ded39f6d6))
* **webui:** missing data on back navigation with filters ([f1952ee](f1952eee4a))
* **webui:** scrolling position was not restored properly ([be6a7fc](be6a7fc717))
* incorrect placeholder card height on xs and sm screens ([0f50a76](0f50a7690f))
* logout was broken after remember-me was added ([8b02471](8b02471be1))
### Features
* add more series metadata fields ([8f08ce8](8f08ce82e1))
* **api:** ability to filter series by status ([c96bf19](c96bf19048)), closes [#48](https://github.com/gotson/komga/issues/48)
* **webui:** add thumbnail and status on Series view ([0fc8b01](0fc8b0137f))
* **webui:** filter series by status ([c540e56](c540e56c08)), closes [#48](https://github.com/gotson/komga/issues/48)
* **webui):** edit series metadata ([5f0ccc5](5f0ccc5bfc))
* add Series Metadata status ([f522142](f5221420fd)), closes [#48](https://github.com/gotson/komga/issues/48)
|
2020-02-05 09:22:39 +00:00 |
|
Gauthier Roebroeck
|
16dfe91140
|
fix(api): sort series properly ignoring case
closes #85
|
2020-02-05 13:35:12 +08:00 |
|
Gauthier Roebroeck
|
8f08ce82e1
|
feat: add more series metadata fields
title, sort title, lock for: status, title and sort title
|
2020-01-31 17:22:02 +08:00 |
|
Gauthier Roebroeck
|
f1952eee4a
|
fix(webui): missing data on back navigation with filters
|
2020-01-30 17:58:31 +08:00 |
|
Gauthier Roebroeck
|
be6a7fc717
|
fix(webui): scrolling position was not restored properly
|
2020-01-30 16:24:20 +08:00 |
|
Gauthier Roebroeck
|
2ded39f6d6
|
fix(webui): hide filter menu after click
to avoid scrolling issues
|
2020-01-30 16:23:01 +08:00 |
|
Gauthier Roebroeck
|
5f0ccc5bfc
|
feat(webui)): edit series metadata
|
2020-01-30 11:59:52 +08:00 |
|
Gauthier Roebroeck
|
8b02471be1
|
fix: logout was broken after remember-me was added
|
2020-01-30 11:58:39 +08:00 |
|
Gauthier Roebroeck
|
0f50a7690f
|
fix: incorrect placeholder card height on xs and sm screens
|
2020-01-24 10:46:53 +08:00 |
|
Gauthier Roebroeck
|
2ca304847e
|
refactor: carve out card visibility to mixin
|
2020-01-24 10:32:57 +08:00 |
|
Gauthier Roebroeck
|
1ebe86df9b
|
refactor: simplify intersect code with a watch
|
2020-01-24 10:13:09 +08:00 |
|
Gauthier Roebroeck
|
e965d6302c
|
refactor: carve out code to compute card width
|
2020-01-23 17:56:48 +08:00 |
|
Gauthier Roebroeck
|
4787582241
|
refactor: fix page url function
|
2020-01-23 17:36:00 +08:00 |
|
Gauthier Roebroeck
|
0843be4765
|
refactor: fix warnings on route duplication
|
2020-01-23 17:25:46 +08:00 |
|
Gauthier Roebroeck
|
0bc1e9d683
|
refactor: carve out Badge component
|
2020-01-23 17:19:20 +08:00 |
|
Gauthier Roebroeck
|
71b6d37711
|
refactor: carve out code to parse query sort
|
2020-01-23 17:12:17 +08:00 |
|
Gauthier Roebroeck
|
53711c8800
|
refactor: merge update route code
|
2020-01-23 17:04:41 +08:00 |
|
Gauthier Roebroeck
|
3025e953ab
|
refactor: carve out SortMenuButton component
|
2020-01-23 16:36:22 +08:00 |
|
Gauthier Roebroeck
|
a592e5dae5
|
refactor: remove misplaced import directive
|
2020-01-23 16:10:57 +08:00 |
|
Gauthier Roebroeck
|
7e4ce421d9
|
refactor: remove unused file
|
2020-01-23 16:09:18 +08:00 |
|
Gauthier Roebroeck
|
fe12e36ab9
|
refactor: remove baseURL from components
|
2020-01-23 16:08:28 +08:00 |
|
Gauthier Roebroeck
|
cf6dee35fd
|
refactor: carve out ToolbarSticky component
|
2020-01-23 15:41:58 +08:00 |
|
Gauthier Roebroeck
|
6ef5a6763c
|
refactor: small ui adjustment
|
2020-01-23 15:33:16 +08:00 |
|
Gauthier Roebroeck
|
0fc8b0137f
|
feat(webui): add thumbnail and status on Series view
|
2020-01-22 18:01:34 +08:00 |
|
Gauthier Roebroeck
|
27f05aad2b
|
refactor: move view components to views folder
|
2020-01-22 17:14:51 +08:00 |
|
Gauthier Roebroeck
|
a85b8d76a1
|
refactor: uppercase enums
|
2020-01-22 17:08:39 +08:00 |
|
Gauthier Roebroeck
|
93d9ae9c7f
|
refactor: add EmptyState component
|
2020-01-22 16:21:11 +08:00 |
|
Gauthier Roebroeck
|
c540e56c08
|
feat(webui): filter series by status
when browsing libraries
linked to #48
|
2020-01-22 16:19:29 +08:00 |
|
Gauthier Roebroeck
|
c96bf19048
|
feat(api): ability to filter series by status
linked to #48
|
2020-01-22 14:48:33 +08:00 |
|
Gauthier Roebroeck
|
f5221420fd
|
feat: add Series Metadata status
updatable via API
linked to #48
|
2020-01-21 16:31:07 +08:00 |
|
Gauthier
|
f046bab6ab
|
Update issue templates
|
2020-01-21 10:39:05 +08:00 |
|
semantic-release-bot
|
8740c3d5b3
|
chore(release): 0.13.1 [skip ci]
## [0.13.1](https://github.com/gotson/komga/compare/v0.13.0...v0.13.1) (2020-01-18)
### Bug Fixes
* trigger release ([b45a23c](b45a23c8c0))
### Reverts
* revert thumbnails library ([a685475](a6854753d2))
|
2020-01-18 04:33:23 +00:00 |
|
Gauthier Roebroeck
|
b45a23c8c0
|
fix: trigger release
|
2020-01-18 12:23:42 +08:00 |
|
Gauthier Roebroeck
|
a6854753d2
|
revert: revert thumbnails library
refs: 1d5500d5
|
2020-01-18 12:10:01 +08:00 |
|
semantic-release-bot
|
c4462d7f8b
|
chore(release): 0.13.0 [skip ci]
# [0.13.0](https://github.com/gotson/komga/compare/v0.12.0...v0.13.0) (2020-01-18)
### Bug Fixes
* **admin rpc:** fix transaction issues on thumbnails regeneration ([af8e3ea](af8e3ea433))
* **thumbnails:** fix wrong color in thumbnails ([1d5500d](1d5500d560)), closes [#77](https://github.com/gotson/komga/issues/77)
* media comment was not reset properly ([b42eadf](b42eadf182))
* **web reader:** first/last display to full height in double pages mode ([a7548e2](a7548e298a))
* **web reader:** remove blank space between images in double pages mode ([b65b009](b65b009e0d)), closes [#72](https://github.com/gotson/komga/issues/72)
### Features
* **api:** search books by media status ([0790501](07905018e5))
* **book analyzer:** partial handling of archives with errors ([2605b1d](2605b1d943)), closes [#57](https://github.com/gotson/komga/issues/57)
* **browse book:** add button to read book when hovering on thumbnail ([c490e79](c490e799ba)), closes [#67](https://github.com/gotson/komga/issues/67)
* **security:** add remember-me option ([003452b](003452bd26)), closes [#39](https://github.com/gotson/komga/issues/39)
* **web reader:** add 'original' fit option ([d030044](d030044df3)), closes [#71](https://github.com/gotson/komga/issues/71)
* **webui:** add Media Analysis screen showing all books in error ([27d46d5](27d46d57cb)), closes [#26](https://github.com/gotson/komga/issues/26)
|
2020-01-18 00:40:44 +00:00 |
|
Gauthier Roebroeck
|
e1e3c013cf
|
build: partial revert of 1d5500d5
fix tests
|
2020-01-18 08:17:00 +08:00 |
|
Gauthier Roebroeck
|
af8e3ea433
|
fix(admin rpc): fix transaction issues on thumbnails regeneration
|
2020-01-18 07:54:43 +08:00 |
|
Gauthier Roebroeck
|
1d5500d560
|
fix(thumbnails): fix wrong color in thumbnails
changed thumbnails library
closes #77
|
2020-01-18 07:54:09 +08:00 |
|
Gauthier Roebroeck
|
b42eadf182
|
fix: media comment was not reset properly
|
2020-01-17 18:13:51 +08:00 |
|
Gauthier Roebroeck
|
27d46d57cb
|
feat(webui): add Media Analysis screen showing all books in error
located in the Settings screen, limited to administrators
closes #26
|
2020-01-17 17:10:23 +08:00 |
|
Gauthier Roebroeck
|
d030044df3
|
feat(web reader): add 'original' fit option
closes #71
|
2020-01-17 14:32:17 +08:00 |
|
Gauthier Roebroeck
|
b65b009e0d
|
fix(web reader): remove blank space between images in double pages mode
closes #72
|
2020-01-17 11:02:21 +08:00 |
|
Gauthier Roebroeck
|
759d60f468
|
refactor: use JPA joins instead of subqueries
|
2020-01-16 18:17:51 +08:00 |
|
Gauthier Roebroeck
|
07905018e5
|
feat(api): search books by media status
|
2020-01-16 17:36:21 +08:00 |
|
Gauthier Roebroeck
|
55d9bc6744
|
docs(readme): fix typo on environment variables
|
2020-01-16 17:17:25 +08:00 |
|
Gauthier Roebroeck
|
c490e799ba
|
feat(browse book): add button to read book when hovering on thumbnail
related to #67
|
2020-01-16 16:53:15 +08:00 |
|
Gauthier Roebroeck
|
8fcbcfb23b
|
docs: documentation for remember-me functionality
|
2020-01-16 14:04:36 +08:00 |
|