carbotaniuman
5ee6dd23cd
Fix a bunch of various nits
2021-01-24 12:05:05 -06:00
carbotaniuman
77b2bdd8b1
Update Constants.kt
2021-01-24 05:04:48 +00:00
carbotaniuman
0cb38c66dc
Update to next-gen
2021-01-24 04:55:11 +00:00
carbotaniuman
6ddd8fb23b
Fix error and update version
2021-01-09 10:58:22 -06:00
carbotaniuman
93e8572c75
Fix stuff
2021-01-09 05:25:11 +00:00
carbotaniuman
ab33d7a647
Fix a bunch of random bugs
2021-01-08 17:11:20 -06:00
carbotaniuman
6a3446a3d5
Fix a bunch of stupid edge cases
2021-01-08 17:02:24 -06:00
carbotaniuman
59fd85c628
Change default logging to warn
2020-09-04 08:45:34 -05:00
carbotaniuman
21699acc25
Fix random arbitrary shutdown by using exceptions
2020-09-01 12:00:32 -05:00
carbotaniuman
35567bba1d
Change logging and update spotless
2020-08-27 14:23:24 +00:00
carbotaniuman
b889ce9afe
Update dependencies and format
2020-08-22 11:08:09 -05:00
carbotaniuman
591e28ca6e
No libsodium
2020-08-22 03:23:18 +00:00
carbotaniuman
b7b4ec7566
Simplify netty
2020-08-21 10:50:02 -05:00
carbotaniuman
bf750427cd
Revert "Update webui"
...
This reverts commit 2b910edf
2020-08-21 10:33:14 -05:00
carbotaniuman
ba7539ddb7
Fix bug
2020-08-11 14:54:53 -05:00
carbotaniuman
2315a07601
Wowzas
2020-08-11 14:46:10 -05:00
carbotaniuman
c64ae4e339
Third try at concurrency
2020-08-11 14:42:00 -05:00
carbotaniuman
89d9a9386f
Format
2020-08-11 14:37:26 -05:00
carbotaniuman
af73354d4f
Fix minor pathological cases
2020-08-11 14:35:34 -05:00
carbotaniuman
535d21ec8e
Fix associated bugs
2020-08-11 14:31:47 -05:00
carbotaniuman
9d07c18de1
Minor changes + new CLI
2020-08-11 14:12:01 -05:00
carbotaniuman
398ab05788
Massive refactor - separate settings reload/webui and the image server
2020-08-11 11:47:04 -05:00
carbotaniuman
cbf509fced
Start the release train
2020-08-10 17:05:53 -05:00
carbotaniuman
3dc6a5d8ae
Do stuff
2020-08-07 18:20:39 -05:00
carbotaniuman
13b80cf02f
Simplify code
2020-08-05 10:20:29 -05:00
carbotaniuman
33fea67a44
Fix reload settings to affect cache too
2020-08-05 10:18:07 -05:00
carbotaniuman
ef481f12ca
Remove useless comment
2020-08-05 10:08:57 -05:00
carbotaniuman
4c18c9c288
Fix some code
2020-08-05 10:07:16 -05:00
carbotaniuman
9dcfe3b51f
Bump version
2020-08-03 14:45:43 -05:00
carbotaniuman
2b910edf20
Update webui
2020-08-03 09:53:15 -05:00
carbotaniuman
a4bd6ef121
Actually fix client_hostname
thing
2020-08-03 09:51:30 -05:00
carbotaniuman
002a328f2d
Format stuff
2020-07-29 13:48:26 -05:00
carbotaniuman
eab29ba2a3
Fix sodium and bad cache mimetype stuff
2020-07-29 13:37:11 -05:00
radonbark
1b9e032282
Add start of reloading client settings
...
Added new client settings paramter 'settingsReloadDelayInMinutes'
to handle how often the client settings are updated.
Added scheduler to call a new 'reloadClientSettings' method when
it's time to reload client settings.
2020-07-20 04:22:13 +00:00
carbotaniuman
e0a4b04c70
Merge branch 'min-length-fix' into 'master'
...
Log warning instead of stack trace if token is too short
See merge request mangadex-pub/mangadex_at_home!62
2020-07-18 16:34:09 +00:00
m3ch_mania
ec6bc11403
Declare non-primitive constant as field
...
In order to remove unnecesary setters/getters,
the "@JvmField" annotation has been prefixed
to the "MAX_AGE_CACHE" constant in Constants.kt
2020-07-17 22:43:16 -07:00
radonbark
5d8fe5b272
Log warning instead of stack trace if token is too short
2020-07-18 00:47:32 -04:00
m3ch_mania
9cf990501c
Addresses issue #66
...
The client will now fail on startup if either port is on the restricted ports list.
2020-07-18 04:07:53 +00:00
AviKav
b87835bd18
Ignore port when checking referrer
2020-07-05 16:57:25 -04:00
lflare
7fde2b5e53
Merge branch 'master' into 'master'
...
Fix referrer check
See merge request mangadex-pub/mangadex_at_home!53
2020-07-05 20:30:17 +00:00
Amos Ng
01b9e6adab
Revert "Deprecated Referer
checking for hotlink prevention in favour of token verification system"
...
Might not be a good idea to fully remove it right now...
2020-07-06 04:27:41 +08:00
Amos Ng
c1d459fa7e
Bump server version again :)
2020-07-06 04:26:10 +08:00
Amos Ng
c8059eae03
Deprecated Referer
checking for hotlink prevention in favour of token verification system
2020-07-06 04:11:44 +08:00
AviKav
a20c759700
Move referrer check to before DB access and crypto for token check
2020-07-05 13:36:21 -04:00
AviKav
27bac2ef48
Fix referrer check
2020-07-05 13:02:48 -04:00
carbotaniuman
2907cda312
Update ImageServer.kt
2020-07-04 23:54:07 +00:00
carbotaniuman
d84f5a66c1
Immutable
2020-07-04 17:59:20 -05:00
carbotaniuman
a8ee77c262
Bump version
2020-07-04 17:56:17 -05:00
carbotaniuman
36ca9347f8
Rollback stuff
2020-07-04 17:51:07 -05:00
carbotaniuman
9c81c415cd
Logging overhauls
2020-07-04 14:39:18 -05:00
carbotaniuman
e481527fb3
Generate stuff automatically
2020-07-04 14:00:59 -05:00
carbotaniuman
372e136560
Supress logs
2020-07-04 12:14:51 -05:00
carbotaniuman
fde00ecb7f
Fix stupid bug
2020-07-04 12:11:24 -05:00
carbotaniuman
76d19d7493
Goddangit
2020-07-04 10:54:00 -05:00
carbotaniuman
486626f57e
Release 1.1.0
2020-07-04 10:29:49 -05:00
carbotaniuman
61e32327d6
Don't delete DB entries
2020-07-04 10:27:43 -05:00
carbotaniuman
13c372038e
Hide secret until @Secret if fixed
2020-07-03 16:37:03 -05:00
carbotaniuman
307b28e13c
Report proper hostname
2020-07-03 16:22:40 -05:00
carbotaniuman
56f3b09f65
remove testing code
2020-07-02 16:54:24 -05:00
carbotaniuman
14d9515d2a
Renaming + changelog
2020-07-02 16:50:50 -05:00
carbotaniuman
3f237c690d
Revert change
2020-07-02 16:45:33 -05:00
carbotaniuman
331f0f030d
Validate tokens
2020-07-02 16:45:33 -05:00
wedge1001
62f0d4fa2e
fixed referer-check
2020-07-02 21:40:49 +02:00
carbotaniuman
22b0840f99
Update gradle and spotless
2020-07-02 11:06:32 -05:00
wedge1001
63c19f3a73
added optional dev-settings
2020-07-02 16:02:40 +00:00
carbotaniuman
f77ed40b5b
Clean up some code
2020-07-01 14:56:31 -05:00
carbotaniuman
02f90180df
Debug fixes
2020-07-01 13:48:32 -05:00
carbotaniuman
402c083c4e
Reorganize some code - add read and write timeouts
2020-06-30 14:10:59 -05:00
carbotaniuman
3445f5d569
Reorganize some code - add read and write timeouts
2020-06-30 14:06:12 -05: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
81001ef01e
Full release version 1.0.0 bump
2020-06-23 05:44:07 +08: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
carbotaniuman
2b2727c4e8
Fix bug
2020-06-22 10:51:09 -05: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
919c5151b0
Adjust shutdown timings
2020-06-19 15:40:05 -05:00
carbotaniuman
976d40c67d
Bump version
2020-06-19 15:17:48 -05:00
carbotaniuman
45d329f692
Switch from Gson to Jackson for better null checks and invalid property support
2020-06-19 20:16:24 +00: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
RedMatriz
660af4c512
WebUI
2020-06-19 00:12:15 +00:00
Amos Ng
f565ad2161
Bumped version & CHANGELOG.md for RC19
2020-06-19 03:28:37 +08:00
Amos Ng
094347f1c6
Fixed conversion mistake
2020-06-18 07:02:22 +08:00
Amos Ng
52b5458961
Revamp configuration & units
2020-06-18 06:53:46 +08:00
carbotaniuman
74eec1fa53
Merge branch 'webui' into 'master'
...
Webui
See merge request mangadex/mangadex_at_home!30
2020-06-17 22:46:29 +00:00
RedMatriz
1c3fa630da
Webui
2020-06-17 22:46:29 +00:00
carbotaniuman
c50c523edb
Add graceful shutdown
2020-06-17 17:41:04 -05:00
Amos Ng
f43e2a2055
Bumped version number for RC18
2020-06-17 07:11:10 +08:00