Commit graph

276 commits

Author SHA1 Message Date
AviKav 7852030f8f
Merge branch 'master' into expermential_buffer_size_knob 2020-08-04 22:09:18 -04:00
AviKav d9a98148b7 Revert "Merge branch 'fix-4xx-caching' into expermential_buffer_size_knob"
This reverts commit dcd05dc6a1, reversing
changes made to 3d4843debd.
2020-08-04 21:44:59 -04:00
Avi Kav 848e0ba170 Revert "Revert "Merge branch 'fix-4xx-caching' into expermential_buffer_size_knob""
This reverts commit e85b77569b
2020-08-05 01:41:30 +00:00
AviKav e85b77569b Revert "Merge branch 'fix-4xx-caching' into expermential_buffer_size_knob"
This reverts commit dcd05dc6a1, reversing
changes made to 80402f3c52.
2020-08-04 21:37:45 -04: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
carbotaniuman 6b23564f75 Merge branch 'master' into 'master'
Added reload of ClientSettings in running client

See merge request mangadex-pub/mangadex_at_home!55
2020-07-20 04:22:13 +00: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 1371ab75f2 Merge branch 'ft-constant-download-url' into 'master'
Modify CI/CD settings to add a latest version publication

See merge request mangadex-pub/mangadex_at_home!61
2020-07-19 02:05:40 +00:00
m3ch_mania 77c92e58fb Modify CI/CD settings to add a latest version publication 2020-07-19 02:05:39 +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
carbotaniuman 4b1db7c705 Merge branch 'fix-declare-constant-as-field' into 'master'
Declare "MAX_AGE_CACHE" non-primitive constant as field

See merge request mangadex-pub/mangadex_at_home!63
2020-07-18 16:33:45 +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
carbotaniuman 9c213715a5 Merge branch 'ft-66-restrict-unsafe-ports' into 'master'
Feature #66: Restrict use of unsafe ports

See merge request mangadex-pub/mangadex_at_home!60
2020-07-18 04:07:53 +00: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 dcd05dc6a1 Merge branch 'fix-4xx-caching' into expermential_buffer_size_knob 2020-07-14 04:05:02 -04:00
AviKav 80402f3c52
Rename mimetype check 2020-07-14 03:59:07 -04:00
AviKav 0caa1f00a6
Add info to bad mimetype log entry and change spelling 2020-07-14 03:56:16 -04:00
AviKav 3558b5ad50
Fixes caching HTML from 404s 2020-07-14 03:50:42 -04:00
carbotaniuman bba979c212 Bump version 2020-07-12 18:23:40 -05:00
AviKav 3d4843debd
Update settings.sample.json again 2020-07-09 01:27:55 -04:00
AviKav ac3fe5df73
Update settings.sample.json 2020-07-09 01:00:11 -04:00
AviKav b763dbb4fa
Update settings.sample.json 2020-07-09 00:57:55 -04:00
AviKav 69d45575af
Experimential support for increasing the file buffer 2020-07-09 00:34:08 -04:00
AviKav c0fff9e09f
Enforce LF and stop Spotless from requiring CRLF on Windows 2020-07-08 20:22:29 -04:00
M 9087047bc9 Update WebUI (for the last time i hope) 2020-07-05 17:48:27 -05:00
Amos Ng 09322a25cd
Wrapped Web-UI CHANGELOG.md into 1.1.5 2020-07-06 05:59:20 +08:00
M d58f6d3bca Update WebUI 2020-07-05 16:54:54 -05:00
Amos Ng 10451c37cf
Prepared CHANGELOG.md for 1.1.5 release 2020-07-06 05:46:22 +08:00
AviKav 3b530ad340
Reword line in CHANGELOG.MD and mention allowing nil referrers 2020-07-05 17:42:11 -04:00
Amos Ng 6411b13214
Tidied CHANGELOG.md **AGAIN** 2020-07-06 05:11:10 +08:00
AviKav 054931cf62
Updated CHANGELOG.md *again* to to note security fix 2020-07-05 16:58:59 -04:00
AviKav b87835bd18
Ignore port when checking referrer 2020-07-05 16:57:25 -04:00
Amos Ng 5cfc5b4481
Updated CHANGELOG.md again for previous commit 2020-07-06 04:31:06 +08: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
Amos Ng 086dcdc43f
Updated CHANGELOG.md for 1.1.5 2020-07-06 04:11:33 +08:00
Amos Ng 25e4160418
Updated CHANGELOG.md for 1.1.0 to 1.1.4 2020-07-06 04:09:04 +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 5f005e61e9 Update .gitlab-ci.yml 2020-07-04 23:54:36 +00: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 45957ad922 Merge branch 'patch-1' into 'master'
Update Dockerfile to add libsodium

See merge request mangadex-pub/mangadex_at_home!52
2020-07-04 19:03:35 +00:00