Commit graph

295 commits

Author SHA1 Message Date
carbotaniuman 63c810815f Merge branch 'prevent-hotlinking' into 'master'
Added rudimentary support of Referer checking to mitigate hotlinking

See merge request mangadex-pub/mangadex_at_home!41
2020-06-29 02:46:11 +00:00
Amos Ng 620a859d5c
Properly close snapshot if referer invalid 2020-06-29 06:42:44 +08:00
Amos Ng d24c061cc6
Check for mangadex.org prefix rather than checking if referer contains
string
2020-06-29 06:16:28 +08:00
Amos Ng 00e4ac20bb
Added rudimentary support of Referer checking to mitigate hotlinking 2020-06-29 06:09:27 +08:00
carbotaniuman ccb526079c Update changelog, revert gitignore stuff 2020-06-28 12:44:43 -05:00
carbotaniuman c5d3208b9b Merge branch 'master' into 'master'
Added configuration option for external port

See merge request mangadex-pub/mangadex_at_home!40
2020-06-28 17:42:40 +00:00
wedge1001 9d2424bd13 Added configuration option for external port 2020-06-28 17:42:40 +00:00
carbotaniuman 0e6af9e7d3 Add sanity guard 2020-06-28 12:36:30 -05:00
carbotaniuman edf416cfa6 Update cert code to be more general 2020-06-27 13:15:49 -05:00
carbotaniuman 22fc42e7bc Fix state transition bug 2020-06-27 12:27:25 -05:00
Amos Ng 537ef30e88
Added rudimentary gitlab-ci integration 2020-06-23 09:06:23 +08:00
Amos Ng b4ab20a939
Fixed CHANGELOG.md again, for 1.0.0 2020-06-23 05:55:38 +08:00
lflare 73376f5b20 Merge branch 'webui' into 'master'
Update UI

See merge request mangadex-pub/mangadex_at_home!37
2020-06-22 21:53:43 +00:00
M d86c51ad80 Update changelog 2020-06-22 16:51:58 -05:00
M dfc30ff688 Update UI 2020-06-22 16:46:32 -05:00
Amos Ng 81001ef01e
Full release version 1.0.0 bump 2020-06-23 05:44:07 +08:00
carbotaniuman 10108bf09d Update comments 2020-06-22 12:13:30 -05:00
carbotaniuman 21b38b1cf3 Formatting 2020-06-22 12:09:11 -05:00
carbotaniuman cf58756faa Fine-tune logging statements 2020-06-22 12:08:46 -05:00
carbotaniuman 18f05f4ccd Added license headers 2020-06-22 12:02:36 -05:00
carbotaniuman 156de4e84c Add config comments 2020-06-22 11:26:22 -05:00
Amos Ng 38392d342a
Fix incorrect config.sample.json naming to settings.sample.json 2020-06-23 00:21:25 +08:00
carbotaniuman 74cc5a55ce Revert logfile config change 2020-06-22 11:01:31 -05:00
carbotaniuman 12e318d552 Cleanup repo 2020-06-22 11:00:37 -05:00
carbotaniuman 2b2727c4e8 Fix bug 2020-06-22 10:51:09 -05:00
Amos Ng 79e45eed4c
Added config.sample.json sample client configuration file 2020-06-22 11:57:01 +08:00
Amos Ng 43089ed1ca
Updated CHANGELOG.md for RC22 2020-06-22 11:56:09 +08:00
Amos Ng 3215b67825 Merge branch 'state-machine' into 'master'
Refactor graceful shutdown

See merge request mangadex/mangadex_at_home!36
2020-06-22 03:49:17 +00:00
carbotaniuman 2c4cfefb94 Update a pathological case 2020-06-21 22:21:03 -05:00
carbotaniuman 6efff4ce40 Refactor graceful shutdown 2020-06-21 14:49:10 -05:00
carbotaniuman c5a29e07b5 Fix logging for DiskLruCache and don't auto-delete 2020-06-20 11:32:15 -05:00
carbotaniuman 983f8fd472 Update CHANGELOG.md 2020-06-20 03:00:20 +00:00
carbotaniuman dc20e5ac42 Update CHANGELOG.md 2020-06-20 02:59:35 +00:00
carbotaniuman f1a23d4b47 Update CHANGELOG.md 2020-06-19 20:49:28 +00:00
carbotaniuman 919c5151b0 Adjust shutdown timings 2020-06-19 15:40:05 -05:00
carbotaniuman f02c47ca1f Adjust logback graceful close 2020-06-19 15:37:21 -05:00
carbotaniuman 5e407a9e81 Fix statistics serializing bug 2020-06-19 15:28:27 -05:00
carbotaniuman a270cf9115 Fix immediate flush 2020-06-19 15:23:05 -05:00
carbotaniuman 976d40c67d Bump version 2020-06-19 15:17:48 -05:00
carbotaniuman 7a278c0386 Merge branch 'jackson' into 'master'
Switch from Gson to Jackson for better null checks and invalid property support

See merge request mangadex/mangadex_at_home!35
2020-06-19 20:16:24 +00:00
carbotaniuman 45d329f692 Switch from Gson to Jackson for better null checks and invalid property support 2020-06-19 20:16:24 +00:00
carbotaniuman 42474256f0 Change logging 2020-06-19 15:09:58 -05:00
Amos Ng 8e98cb893f
Retroactively updated CHANGELOG.md for missing entry 2020-06-19 12:56:53 +08:00
Amos Ng 6c04d19170
Changed default CPU thread count to 4
Apparently, some people like to run M@H on Atoms!
2020-06-19 10:21:12 +08:00
Amos Ng 28418c6315
Update Web-UI version number in Constants.kt 2020-06-19 09:05:08 +08:00
M b2b47ac7e1 Fix WebUI reliability score issue (for real) 2020-06-18 20:01:28 -05:00
M 0dbb793cd2 Fix WebUI reliability score issue 2020-06-18 19:35:01 -05:00
M eb2a777220 Fix WebUI reliability score issue 2020-06-18 19:34:38 -05:00
Amos Ng 9ed9489fdc Merge branch 'webui' into 'master'
WebUI

See merge request mangadex/mangadex_at_home!34
2020-06-19 00:12:16 +00:00
RedMatriz 660af4c512 WebUI 2020-06-19 00:12:15 +00:00