Commit graph

3322 commits

Author SHA1 Message Date
Gauthier Roebroeck
a0bd2f9682 fix(webui): remove border on preselect for multi-select 2020-02-28 15:10:21 +08:00
semantic-release-bot
36d6ab81fe chore(release): 0.16.2 [skip ci]
## [0.16.2](https://github.com/gotson/komga/compare/v0.16.1...v0.16.2) (2020-02-28)

### Bug Fixes

* **webui:** better multi-select ([881806e](881806ed1c))
2020-02-28 05:56:21 +00:00
Gauthier Roebroeck
bfaad53669 refactor(webui): editSeriesDialog.series can take an object or an array 2020-02-28 13:40:30 +08:00
Gauthier Roebroeck
881806ed1c fix(webui): better multi-select
once one element is selected, other elements show visual cues, and clicking any part of the element will add it to the selection
2020-02-28 09:38:29 +08:00
semantic-release-bot
7028e0c14b chore(release): 0.16.1 [skip ci]
## [0.16.1](https://github.com/gotson/komga/compare/v0.16.0...v0.16.1) (2020-02-27)

### Bug Fixes

* **webui:** close edit series dialog on escape keypress ([7c0f55d](7c0f55deeb))
* **webui:** remove ripple effect on series card ([ce5594e](ce5594e82e))
2020-02-27 09:54:22 +00:00
Gauthier Roebroeck
7c0f55deeb fix(webui): close edit series dialog on escape keypress 2020-02-27 17:38:14 +08:00
Gauthier Roebroeck
ce5594e82e fix(webui): remove ripple effect on series card 2020-02-27 17:38:14 +08:00
semantic-release-bot
a26e152b87 chore(release): 0.16.0 [skip ci]
# [0.16.0](https://github.com/gotson/komga/compare/v0.15.1...v0.16.0) (2020-02-27)

### Features

* **webui:** series multi-selection and edition ([cfce076](cfce0768ba))
2020-02-27 08:14:56 +00:00
Gauthier Roebroeck
cfce0768ba feat(webui): series multi-selection and edition
Series cards can now display an edit button on hover, and can be multi-selectable
inline edition enabled when browsing libraries and on dashboard
multi-selection for edition enabled when browing libraries
2020-02-27 15:58:40 +08:00
Gauthier Roebroeck
4e0e409326 refactor: remove sample configuration
now available on the website
2020-02-25 14:57:58 +08:00
Gauthier Roebroeck
46e1b9b137 docs: add development guidelines 2020-02-25 14:57:58 +08:00
semantic-release-bot
1ad553b77a chore(release): 0.15.1 [skip ci]
## [0.15.1](https://github.com/gotson/komga/compare/v0.15.0...v0.15.1) (2020-02-25)

### Bug Fixes

* **webui:** responsive scaling for login page logo ([20720ae](20720ae7cc))
* send proper JSON on API 404 instead of index.html ([fb147a4](fb147a447a))
2020-02-25 06:37:43 +00:00
primetoxinz
20720ae7cc
fix(webui): responsive scaling for login page logo 2020-02-25 14:22:12 +08:00
Gauthier Roebroeck
fb147a447a fix: send proper JSON on API 404 instead of index.html
bug introduced in bb183828a1
2020-02-25 14:10:29 +08:00
semantic-release-bot
ad07c4bb91 chore(release): 0.15.0 [skip ci]
# [0.15.0](https://github.com/gotson/komga/compare/v0.14.2...v0.15.0) (2020-02-25)

### Features

* **webui:** add series and book title in page title and reader overlay ([6b1998c](6b1998c1d9))
* **webui:** add the series and book title to page title ([23c10c2](23c10c231e))
2020-02-25 03:17:56 +00:00
Gauthier Roebroeck
4f0ed73cbe refactor: remove console.log added by mistake 2020-02-25 11:01:27 +08:00
Gauthier Roebroeck
8517afc00e Merge branch 'primetoxinz-dev-book-title' 2020-02-25 10:42:37 +08:00
Gauthier Roebroeck
6b1998c1d9 feat(webui): add series and book title in page title and reader overlay 2020-02-25 10:40:32 +08:00
Gauthier Roebroeck
f7390f0c82 Merge branch 'dev-book-title' of https://github.com/primetoxinz/komga into primetoxinz-dev-book-title 2020-02-25 09:50:38 +08:00
Gauthier Roebroeck
3d7e63317c refactor: remove unused readme images 2020-02-25 09:47:19 +08:00
Gauthier
2ca44621b6
docs: trim down README 2020-02-24 17:21:25 +08:00
tmarsha
23c10c231e feat(webui): add the series and book title to page title 2020-02-22 01:53:12 -05:00
Gauthier Roebroeck
d2dd23179d build: webui update dependencies 2020-02-22 10:58:23 +08:00
Gauthier Roebroeck
3273dc1494 build: update gradle to 6.2 2020-02-22 10:23:20 +08:00
Gauthier Roebroeck
d43d498867 build: update gradle dependencies 2020-02-21 19:05:53 +08:00
Gauthier Roebroeck
d0b4d9e2ae ci: update travis nodejs version 2020-02-21 18:53:25 +08:00
Gauthier Roebroeck
4528fa4292 build: npm update 2020-02-21 18:05:27 +08:00
Gauthier Roebroeck
c765d77ed5 docs: server port in sample configuration [ci skip] 2020-02-20 14:58:28 +08:00
semantic-release-bot
6a539f592c chore(release): 0.14.2 [skip ci]
## [0.14.2](https://github.com/gotson/komga/compare/v0.14.1...v0.14.2) (2020-02-20)

### Bug Fixes

* webui works with baseUrl ([bb18382](bb183828a1))
2020-02-20 05:21:42 +00:00
Gauthier Roebroeck
dcba8f18bb refactor: add more logs to FileSystemScanner.kt 2020-02-20 13:08:00 +08:00
Gauthier Roebroeck
c1f9efe28a refactor: remove unnecessary file 2020-02-20 12:35:49 +08:00
Gauthier Roebroeck
83f2a2aec4 docs: add sample configuration for baseUrl 2020-02-20 12:35:07 +08:00
Gauthier Roebroeck
bb183828a1 fix: webui works with baseUrl 2020-02-20 12:30:16 +08:00
Gauthier
6974f28706
doc: update discord invite link 2020-02-20 09:22:32 +08:00
Gauthier Roebroeck
7013f69352 doc: fix emoji for dockerhub [skip ci] 2020-02-17 11:23:47 +08:00
Gauthier Roebroeck
43328d6a83 doc: add Discord info 2020-02-17 11:10:04 +08:00
Gauthier Roebroeck
532aa77129 ci: remove dev branch and beta docker tag 2020-02-17 10:26:20 +08:00
semantic-release-bot
b9d756b9d1 chore(release): 0.14.1 [skip ci]
## [0.14.1](https://github.com/gotson/komga/compare/v0.14.0...v0.14.1) (2020-02-14)

### Bug Fixes

* **webui:** make overlay buttons more responsive on smaller screens ([0c03950](0c0395060a))
2020-02-14 03:19:02 +00:00
Gauthier
539c980bca
Merge pull request #90 from primetoxinz/dev-responsive-reader
fix(webui): make overlay buttons more responsive on smaller screens
2020-02-14 11:06:14 +08:00
Gauthier Roebroeck
39a935e4bf ci(travis): check that webui builds
useful for PRs
also remove skip_cleanup which is now the default
2020-02-14 10:31:52 +08:00
Gauthier Roebroeck
26f797601b ci(travis): check that webui builds
useful for PRs
also remove skip_cleanup which is now the default
2020-02-14 10:20:20 +08:00
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