Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gotson/komga

Media server for comics/mangas/BDs/magazines/eBooks with API, OPDS, Kobo Sync and KOReader Sync support
https://github.com/gotson/komga

refactor(book reader): remove unused code

c6647c17dc60a57a44d889ab906d13c4313ad543 authored almost 5 years ago
feat(book reader): set reading direction from metadata

30e766be16dff121577ebb24d11881f73450c5cd authored almost 5 years ago
refactor(book reader): simplify flipDirection

8b1b7c1a99044616b058287769d0cfadebafcc85 authored almost 5 years ago
chore(release): 0.23.0 [skip ci]

# [0.23.0](https://github.com/gotson/komga/compare/v0.22.2...v0.23.0) (2020-03-18)

### Features...

aafb345466312a8673aaa2c3ea37a784585676bf authored almost 5 years ago
Merge remote-tracking branch 'origin/master'

46258049267f2033c52d4943ab1d660bea1273e1 authored almost 5 years ago
feat(book reader): background color settings

closes #113

2c87e7bba6f33c52313d5b28690cf179eaac8c85 authored almost 5 years ago
refactor: simplify settings-select

use item.text and item.value instead of mandatory slots
remove the reader specific ReaderReading...

a90b47cee9936bd489dabd2a46014a24eaa5158c authored almost 5 years ago
feat(book reader): pressing ESC will close the toolbars

791f5dff0878a72a5d34f8e201090e656492784c authored almost 5 years ago
refactor(book reader): replace dialog with bottom-sheet

824ceb370e403f658d061c35b261842cc2e073f1 authored almost 5 years ago
chore(release): 0.22.2 [skip ci]

## [0.22.2](https://github.com/gotson/komga/compare/v0.22.1...v0.22.2) (2020-03-17)

### Bug Fix...

e961662e736a59e1b29fb37f8709093a1c7fc0f8 authored almost 5 years ago
fix(webui): change page size on media analysis screen

All was not working properly, using 20/50/100 instead of the default values

afc2cd4e7002aeea440477203af0ac9d67cbdbb3 authored almost 5 years ago
chore(release): 0.22.1 [skip ci]

## [0.22.1](https://github.com/gotson/komga/compare/v0.22.0...v0.22.1) (2020-03-17)

### Bug Fix...

49e259f7fe4bd396bd8a87dfcf824700a9e318d4 authored almost 5 years ago
fix: use JDBC update statements for database migration

avoid issues with special characters

f68e0352fdfd6d4683d4015c4b21bad6bcd070dc authored almost 5 years ago
chore(release): 0.22.0 [skip ci]

# [0.22.0](https://github.com/gotson/komga/compare/v0.21.0...v0.22.0) (2020-03-17)

### Features...

25a6613df5ad9345f5ba54dab9c3fa94db25bc91 authored almost 5 years ago
refactor: remove console.log

6d9a54420cf6d7167ca9ad12a71aed44b0db6ae9 authored almost 5 years ago
Merge remote-tracking branch 'origin/master'

4c16d1a8584b4faaa1bada7ca743b7e14c5ae50d authored almost 5 years ago
feat: support for book metadata

closes #48, closes #43

6a53e8fd6b53533020b9e06a14028f9776e641af authored almost 5 years ago
refactor: add checks on SeriesMetadata

f69f73df087c6bc32de5823cc14d4a3d1a570e3f authored almost 5 years ago
build: use in-memory database for tests

8f160eda9269169178e18631428e821f8b14186b authored almost 5 years ago
build: add momentjs

c6ac3beabe6787fe4932d480f2f8982b3ff79cd7 authored almost 5 years ago
refactor: use lodash for capitalize

3176cd2858130569de59aff0048614caae4e1629 authored almost 5 years ago
refactor: simplify handling of series status

241b441c5679f82de36bf429bd8c5e2ecf273bae authored almost 5 years ago
build: add vue-moment

d4e888beedc8d41662f4d824ec49c39286ee120f authored almost 5 years ago
refactor: change badge prop to slot

1d930395744d6a4a8f29f2e3bd3660a31d356edc authored almost 5 years ago
refactor: move enums to their own files

473e469de208cee0f05e2946c8ab08df053bc27d authored almost 5 years ago
refactor: rename enum

1f86fff0570d9ef4219252680934bc0a893df86b authored almost 5 years ago
refactor: javascript to typescript

879e4f8962f8a6b057ccb29d711fa2e0bc8ad2a1 authored almost 5 years ago
refactor: submit form on enter

a2cbe5b6424fd3fe362a4f2eaa5f8226f445c604 authored almost 5 years ago
refactor: javascript to typescript

d965b0011b9fbbc9128b1894617f570bd9a56d65 authored almost 5 years ago
refactor: javascript to typescript

18522b6e9bc320ab5787b82d46f2abb9015562ff authored almost 5 years ago
chore(release): 0.21.0 [skip ci]

# [0.21.0](https://github.com/gotson/komga/compare/v0.20.0...v0.21.0) (2020-03-10)

### Bug Fixe...

dcad66eb672862da65842eb7178d71a468e07971 authored almost 5 years ago
feat: docker multi-arch images

d54c67b3df0d0c4d753e0057d3349720e819eca5 authored almost 5 years ago
refactor: change book number from float to int

02700df0d9d15ed9e6fde8347faab64f4a64e705 authored almost 5 years ago
refactor: simplify SeriesMetadata constructor

f6fcb97446766092e66ceefd987f0e7589cdcd38 authored almost 5 years ago
fix(scanner): follow symlinks when scanning libraries

closes #96

1044262a1c2c7be47002a1128b2374051fa4f7fc authored almost 5 years ago
refactor: extract SeriesMetadataDto constructor

8ac49e8f573da5b66e9b93b9e5d2de86a9f0d6c8 authored almost 5 years ago
build: add gradle run configuration for continuous build

to leverage on Spring Boot dev tools live reload

a7a96145c02b15478803caab4b0a3a492deac968 authored almost 5 years ago
refactor: add validators on SeriesMetadata

09302795daee70fa732976e1d54d5939ea83fb00 authored almost 5 years ago
test: add tests for SeriesMetadata API updates

8a9b957f20ac301208b1922d01e18858d0f26b3e authored almost 5 years ago
refactor: validate SeriesMetadataUpdateDto

use validators instead of checks in the controller code

ebcd29cb6f624a5e1e3c4a893e891f8d6b3fb049 authored almost 5 years ago
chore(release): 0.20.0 [skip ci]

# [0.20.0](https://github.com/gotson/komga/compare/v0.19.0...v0.20.0) (2020-03-05)

### Features...

d391ff0715c695187202e08e19e53550982f0047 authored almost 5 years ago
docs: simplify DOCKERHUB.md

1fda2f5104bbf4704d69d064899427e364a624cb authored almost 5 years ago
docs: update DEVELOPING.md with profile changes

2b1290dde7a3d2b633a1a6071fc9bcaf1531e0a2 authored almost 5 years ago
feat: add default location for database

removes the need to setup mandatory configuration

ce50403a86cb14de5edba34a0ac9f34b1b586af5 authored almost 5 years ago
refactor: remove docker profile

move configuration directly to Dockerfile

1ba9d2ee7329f7cc0ee6ede7c6d26c58f4ac1d36 authored almost 5 years ago
refactor: remove prod profile

merged into default

a88f577b534f59aee04bfb515143ff1f3a97879d authored almost 5 years ago
refactor: simplify flyway configuration

remove flyway profile

3b46588dcb3fa4ae223c1c4dfc65bde6921917e9 authored almost 5 years ago
build: update dependencies

11fbdcf47cdecdfb9bf5cb76afeca14f5e3354b8 authored almost 5 years ago
chore(release): 0.19.0 [skip ci]

# [0.19.0](https://github.com/gotson/komga/compare/v0.18.0...v0.19.0) (2020-03-05)

### Features...

46a0a35aa81831271ac18214aec8e5c3fc10b16f authored almost 5 years ago
feat: demo profile

prevents users from changing their password

24b21250be81789ffd2897cb95c56959bf1ee0af authored almost 5 years ago
refactor: harmonize hasRole conditions

f052d2c862b3278ee71f54374e91126897dc295e authored almost 5 years ago
chore(release): 0.18.0 [skip ci]

# [0.18.0](https://github.com/gotson/komga/compare/v0.17.0...v0.18.0) (2020-03-03)

### Features...

838d02fd0e1fbb5ffb6fcb9d4ef73bebc1f68910 authored almost 5 years ago
feat: add claim profile

if claim profile is active, no initial user will be generated. Instead a /api/v1/claim endpoint ...

b7eeb4c6cbac9207578e6d303b361dad70a1a646 authored almost 5 years ago
chore(release): 0.17.0 [skip ci]

# [0.17.0](https://github.com/gotson/komga/compare/v0.16.5...v0.17.0) (2020-03-03)

### Bug Fixe...

60507e2305370be3ffd4f667f8658dbc528637f0 authored almost 5 years ago
feat(webreader): add 's' keyboard shortcut to show settings

99b14cb80c65c42a1955b53df012cb1e213ffc48 authored almost 5 years ago
feat(webreader): escape closes dialogs

9e44571af53673c5acbee2fced22f047bad3316e authored almost 5 years ago
fix(webreader): defaults to LTR and fix touch

2eae83f561ef2fc0009770d1fbc21ff2fff56b78 authored almost 5 years ago
refactor: disable hide-selected on selects

4f5c14e87a64717808be1373049c50e4b5be99e3 authored almost 5 years ago
refactor: misspelled enum

970b18b806e1f934be0d35aca090001ce1abd3c4 authored almost 5 years ago
feat(webui): redesign reader to follow material design

closes #74

7f0ab5fde3119abff1b0ba88b6e958a0c5645369 authored almost 5 years ago
chore(release): 0.16.5 [skip ci]

## [0.16.5](https://github.com/gotson/komga/compare/v0.16.4...v0.16.5) (2020-03-02)

### Bug Fix...

917012b7c508aae79dacfb649754e93248e33b06 authored almost 5 years ago
fix: prevent user self-deletion

closes #100

3d9b78d364c07b4c7f9bd1923c36943bbe5147f6 authored almost 5 years ago
build: update .gitignore

0791e5259299971de76321ff89f8659e53db749d authored almost 5 years ago
chore(release): 0.16.4 [skip ci]

## [0.16.4](https://github.com/gotson/komga/compare/v0.16.3...v0.16.4) (2020-02-29)

### Bug Fix...

4de9265e7ac51f4637bd6483e9f1680cd51fc609 authored almost 5 years ago
fix: swagger-ui and h2-console work again

fixes #99

626f04769630a8b02f04e796ffb299c12168686d authored almost 5 years ago
chore(release): 0.16.3 [skip ci]

## [0.16.3](https://github.com/gotson/komga/compare/v0.16.2...v0.16.3) (2020-02-28)

### Bug Fix...

ccb7fbe2045c873456a6547a5cc24931f2df7202 authored almost 5 years ago
fix(webui): remove border on preselect for multi-select

a0bd2f9682530649ab2c91b447ba03833687c0c2 authored almost 5 years ago
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 Fix...

36d6ab81fec7b4ad3838e35258d2697ff4ff4d4a authored almost 5 years ago
refactor(webui): editSeriesDialog.series can take an object or an array

bfaad53669534343153c272e4f349bfccd2dfd1b authored almost 5 years ago
fix(webui): better multi-select

once one element is selected, other elements show visual cues, and clicking any part of the elem...

881806ed1c78b0a66ee46905acb9fef14a210bc2 authored almost 5 years ago
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 Fix...

7028e0c14b763a9e57d6e6b00c0b6dfe8bb09f2a authored almost 5 years ago
fix(webui): close edit series dialog on escape keypress

7c0f55deeb30ac406ffd4cd15395363cbb372951 authored almost 5 years ago
fix(webui): remove ripple effect on series card

ce5594e82e265cc99421fb5a7489a642d34b1204 authored almost 5 years ago
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...

a26e152b877b49c85af907c2ed241b4c9e841bbf authored almost 5 years ago
feat(webui): series multi-selection and edition

Series cards can now display an edit button on hover, and can be multi-selectable
inline edition...

cfce0768ba688b396ba3f0aadbc91008ff0b3555 authored almost 5 years ago
refactor: remove sample configuration

now available on the website

4e0e409326fad4555b74e6534c8a66709bae7ed3 authored almost 5 years ago
docs: add development guidelines

46e1b9b137ea989230dd5614b91caa4af4c9c77e authored almost 5 years ago
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 Fix...

1ad553b77aea2f1ac7b27ff271bfb0d18e93fb98 authored almost 5 years ago
fix(webui): responsive scaling for login page logo

20720ae7ccf44c4699d0154a0aa6ed3216813914 authored almost 5 years ago
fix: send proper JSON on API 404 instead of index.html

bug introduced in bb183828a189ce5908d21304bbf1592ae074afc5

fb147a447a4ba8aff73da57fff1c511a9d515b20 authored almost 5 years ago
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...

ad07c4bb913044a2bfb3c2aacd9af369a9d23aa3 authored almost 5 years ago
refactor: remove console.log added by mistake

4f0ed73cbe9eddb0e63df7001103550ea317ae18 authored almost 5 years ago
Merge branch 'primetoxinz-dev-book-title'

8517afc00ed4d1cc19203b1859a480d3b6443bd0 authored almost 5 years ago
feat(webui): add series and book title in page title and reader overlay

6b1998c1d9fa75db4a3971fb772ad18aaad3bdaf authored almost 5 years ago
Merge branch 'dev-book-title' of https://github.com/primetoxinz/komga into primetoxinz-dev-book-title

f7390f0c82b7cb481f126231486fd89e69f32986 authored almost 5 years ago
refactor: remove unused readme images

3d7e63317c26d7d66b1e1fdbb603eb45330db8f5 authored almost 5 years ago
docs: trim down README

2ca44621b6030e2b5ba97dd0515166c6f2fc3459 authored almost 5 years ago
feat(webui): add the series and book title to page title

23c10c231efaa5f409811e453c51287a9aca4a9b authored almost 5 years ago
build: webui update dependencies

d2dd23179d84d30be59f6f1e80828219d672410c authored almost 5 years ago
build: update gradle to 6.2

3273dc14945f3b5dc8b3d429d06a7a368abcf60b authored almost 5 years ago
build: update gradle dependencies

d43d498867bc548bd3b342861dc83c0f8b67cf61 authored almost 5 years ago
ci: update travis nodejs version

d0b4d9e2aea7df3249adb3d88192b6848d1ad771 authored almost 5 years ago
build: npm update

4528fa42929233f3f00b2ae0a857708064745803 authored almost 5 years ago
docs: server port in sample configuration [ci skip]

c765d77ed53a9194eb98095b6ac9d019c1cf98b4 authored almost 5 years ago
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 Fix...

6a539f592c80edc73463625fb7a0abeab7544773 authored almost 5 years ago
refactor: add more logs to FileSystemScanner.kt

dcba8f18bbe5d07f3c511916c2ba6c8cfa79887d authored almost 5 years ago
refactor: remove unnecessary file

c1f9efe28a6ef5eb3bff00143644e20d2cae8981 authored almost 5 years ago
docs: add sample configuration for baseUrl

83f2a2aec476a52cd0135317e92249648cfe4a43 authored almost 5 years ago
fix: webui works with baseUrl

bb183828a189ce5908d21304bbf1592ae074afc5 authored almost 5 years ago
doc: update discord invite link

6974f28706ed7e0d3f7344c8c26ab2ba46f92410 authored almost 5 years ago