Mitchell Syer
|
5b0426a94c
|
Docs improvements (#359)
* Use Array since Javalin OpenAPI requires it to read the list generics
* Use custom Pager class for documentation
|
2022-05-21 14:42:10 +04:30 |
|
Mitchell Syer
|
a6d012abd9
|
Fix documentation errors (#358)
|
2022-05-20 15:54:06 +04:30 |
|
Aria Moradi
|
5bbc1dedef
|
fix formatting by kotlinter
|
2022-05-06 17:52:16 +04:30 |
|
Mitchell Syer
|
fe17176b31
|
document all endpoints (#350)
* Document all endpoints
* Forgot about global endpoints
|
2022-04-27 16:01:39 +04:30 |
|
Mitchell Syer
|
047f8c176f
|
document manga endpoints (#348)
|
2022-04-24 13:08:33 +04:30 |
|
Mitchell Syer
|
152b193ad5
|
Improve source handling, fix errors with uninitialized mangas in broken sources (#319)
|
2022-03-22 15:51:07 +04:30 |
|
Aria Moradi
|
8fb1a0bb1f
|
fix filterlist bugs (#306)
|
2022-03-05 01:13:48 +03:30 |
|
Aria Moradi
|
05513bf8b9
|
support array filter changes (#304)
* support array filter changes
* typo
* better formating
|
2022-03-05 00:06:55 +03:30 |
|
Mitchell Syer
|
b714abddae
|
Handlers must return a result (#282)
|
2022-01-07 17:03:35 +03:30 |
|
Mitchell Syer
|
63ca189907
|
Update Gradle and Dependencies (#281)
|
2022-01-07 17:03:01 +03:30 |
|
Sascha Hahne
|
76c7bdd604
|
Add Route to stop and reset the updater (#260)
|
2021-12-01 23:18:32 +03:30 |
|
Mitchell Syer
|
205101568e
|
Improve documentation with Http codes (#261)
* Improve documentation dsl with Http codes
* Fix plaintext requiring T
|
2021-12-01 23:17:41 +03:30 |
|
Aria Moradi
|
efff68c49b
|
refactor getChapter (#268)
* refactor
* better naming
* fix copytight notice
|
2021-12-01 22:39:19 +03:30 |
|
Aria Moradi
|
3b73a0fd72
|
empty searchTerm support (#259)
* linter run
* convert search params to queryParams
|
2021-11-29 18:42:53 +03:30 |
|
Mitchell Syer
|
b02884f58d
|
Add a Kotlin DSL for endpoint documentation (#249)
|
2021-11-14 18:16:39 +03:30 |
|
Sascha Hahne
|
2cb2ded2d9
|
Implement Update of Library/Category (#235)
* Implement Update Controller tests
* Basic Threading and notify
* WIP
* Reworked using coroutines
* Use Map for JobSummary Tracking
* Change Tests
* Clean up
* Changes based on review
* Rethrow cancellationexception
* Clean up
* Fix Merge Error
* Actually handle messages
* Clean up
* Remove useless annotation
|
2021-11-10 22:38:41 +03:30 |
|
Aria Moradi
|
30f7cdc1ba
|
add pagination to recentChapters (#246)
* add pagination to recentChapters
* Use kotlin native library
Co-authored-by: Mitchell Syer <Mitchellptbo@gmail.com>
Co-authored-by: Mitchell Syer <Mitchellptbo@gmail.com>
|
2021-11-08 18:45:52 +03:30 |
|
Aria Moradi
|
3d7953d977
|
add manga data to download queue object (#244)
* add manga data to download queue object
* fix lint erro
|
2021-11-07 21:32:57 +03:30 |
|
Aria Moradi
|
d90b986d19
|
implement Source Filters
|
2021-11-02 04:15:08 +03:30 |
|
Sascha Hahne
|
be1918c769
|
add Cache Header to Thumbnail Response for improved library performance (#228)
|
2021-10-26 21:46:38 +03:30 |
|
Aria Moradi
|
d4d6d7e12f
|
add recentChapters endpoint
|
2021-09-27 18:27:05 +03:30 |
|
Aria Moradi
|
6d46d4b3da
|
closes #131
|
2021-09-18 20:30:56 +04:30 |
|
Aria Moradi
|
6bc19af041
|
add ability to delete downloaded chapters
|
2021-09-17 01:29:42 +04:30 |
|
Aria Moradi
|
0173d5e4b3
|
migrate to Javalin 4
|
2021-09-14 03:23:00 +04:30 |
|
Aria Moradi
|
0a7aa48f1e
|
fix apk log and apk name
|
2021-09-11 00:14:52 +04:30 |
|
Aria Moradi
|
090399f61d
|
add support for installing external APK
|
2021-09-09 05:22:45 +04:30 |
|
Aria Moradi
|
55ec6bcafe
|
add TODO for changing later
|
2021-09-09 05:15:08 +04:30 |
|
Aria Moradi
|
c2cea7e797
|
can serialize Search Filters
|
2021-08-29 22:19:44 +04:30 |
|
Aria Moradi
|
6c278604ec
|
got rid of legacy backups
|
2021-08-21 06:23:58 +04:30 |
|
Aria Moradi
|
1e094a467a
|
not TODO
|
2021-08-21 06:13:55 +04:30 |
|
Aria Moradi
|
e93d66d8a1
|
add backup validation endpoints
|
2021-08-21 06:08:17 +04:30 |
|
Aria Moradi
|
f78c8d4fd8
|
Default is now a category, no more library
|
2021-08-21 03:54:16 +04:30 |
|
Aria Moradi
|
e2db191f70
|
consolidate the external backup api
|
2021-08-18 23:34:39 +04:30 |
|
Aria Moradi
|
d61816734d
|
add all proto backup classes we need
|
2021-08-18 22:58:56 +04:30 |
|
Aria Moradi
|
5af64892e7
|
Merge branch 'master' into protobuf
|
2021-08-18 00:28:42 +04:30 |
|
Aria Moradi
|
a5578a7ac7
|
fix compile warnings
|
2021-08-17 23:54:02 +04:30 |
|
Aria Moradi
|
f3856f051b
|
protobuf backup endpoints
|
2021-08-17 20:09:31 +04:30 |
|
Aria Moradi
|
d3a6662c60
|
make it compile
|
2021-08-15 03:16:13 +04:30 |
|
Aria Moradi
|
a4baeb995a
|
refactor endpoints to the new styles
|
2021-08-09 23:18:41 +04:30 |
|