1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Commit graph

  • b7b4ec7566 Simplify netty carbotaniuman 2020-08-21 10:50:02 -0500
  • bf750427cd Revert "Update webui" carbotaniuman 2020-08-21 10:33:14 -0500
  • ba7539ddb7 Fix bug 1.2.1 carbotaniuman 2020-08-11 14:54:53 -0500
  • 2315a07601 Wowzas carbotaniuman 2020-08-11 14:46:10 -0500
  • c64ae4e339 Third try at concurrency carbotaniuman 2020-08-11 14:42:00 -0500
  • 89d9a9386f Format carbotaniuman 2020-08-11 14:37:26 -0500
  • af73354d4f Fix minor pathological cases carbotaniuman 2020-08-11 14:35:34 -0500
  • 535d21ec8e Fix associated bugs carbotaniuman 2020-08-11 14:31:47 -0500
  • 9d07c18de1 Minor changes + new CLI carbotaniuman 2020-08-11 14:12:01 -0500
  • 398ab05788 Massive refactor - separate settings reload/webui and the image server carbotaniuman 2020-08-11 11:47:04 -0500
  • bf4192d584 Change logging defaults carbotaniuman 2020-08-11 09:34:41 -0500
  • cbf509fced Start the release train 1.2.0 carbotaniuman 2020-08-10 17:05:53 -0500
  • 3dc6a5d8ae Do stuff carbotaniuman 2020-08-07 18:20:39 -0500
  • 13b80cf02f Simplify code carbotaniuman 2020-08-05 10:20:29 -0500
  • 33fea67a44 Fix reload settings to affect cache too carbotaniuman 2020-08-05 10:18:07 -0500
  • ef481f12ca Remove useless comment carbotaniuman 2020-08-05 10:08:57 -0500
  • 4c18c9c288 Fix some code carbotaniuman 2020-08-05 10:07:16 -0500
  • 9dcfe3b51f Bump version carbotaniuman 2020-08-03 14:45:43 -0500
  • 4a2e55270f Format stuff carbotaniuman 2020-08-03 09:57:21 -0500
  • 2e14430d3d Update webui carbotaniuman 2020-08-03 09:55:57 -0500
  • 2b910edf20 Update webui carbotaniuman 2020-08-03 09:53:15 -0500
  • a4bd6ef121 Actually fix client_hostname thing carbotaniuman 2020-08-03 09:51:30 -0500
  • 002a328f2d Format stuff carbotaniuman 2020-07-29 13:48:26 -0500
  • eab29ba2a3 Fix sodium and bad cache mimetype stuff carbotaniuman 2020-07-29 13:37:11 -0500
  • 6b23564f75 Merge branch 'master' into 'master' carbotaniuman 2020-07-20 04:22:13 +0000
  • 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. radonbark 2020-07-20 04:22:13 +0000
  • 2c70e97c34 Merge branch 'master' into 'master' radonbark 2020-07-19 16:00:32 +0000
  • 8a2ae1b61a Remake ServerHandler on Server restart instead of settings replace radonbark 2020-07-19 11:59:04 -0400
  • 1d1e9e1886 Fix logging syntax format, run spotless radonbark 2020-07-19 11:45:08 -0400
  • 1371ab75f2 Merge branch 'ft-constant-download-url' into 'master' carbotaniuman 2020-07-19 02:05:40 +0000
  • 77c92e58fb Modify CI/CD settings to add a latest version publication m3ch_mania 2020-07-19 02:05:39 +0000
  • 206659075d Merge branch 'ft-constant-download-url' into 'master' m3ch_mania 2020-07-19 00:36:22 +0000
  • e0a4b04c70 Merge branch 'min-length-fix' into 'master' carbotaniuman 2020-07-18 16:34:09 +0000
  • cfc4f77811 Merge branch 'min-length-fix' into 'master' radonbark 2020-07-18 16:33:52 +0000
  • 4b1db7c705 Merge branch 'fix-declare-constant-as-field' into 'master' carbotaniuman 2020-07-18 16:33:45 +0000
  • 71b7fd2e88 Throw exception on new restricted ports validation, not just die radonbark 2020-07-18 11:22:08 -0400
  • c7e4c06d8d Cleanup unused variables and imports in Main.kt radonbark 2020-07-18 11:16:26 -0400
  • ce650dc41c Merge branch 'master' of https://gitlab.com/mangadex-pub/mangadex_at_home radonbark 2020-07-18 11:14:52 -0400
  • 70573b8072 Remove the Reload state to use Action lambda. Add startWebUI method The GracefulShutdown state has an action lambda called after shutdown. Instead of adding a new state, that is now used to reload ClientSettings. I moved starting the WebUI to its own method to avoid duplication. timesToWait shutdown counter is now calculated every loop so that it reflects new clientsettings. radonbark 2020-07-18 11:06:23 -0400
  • 5276b184c8 Move reading ClientSettings from disk into a method radonbark 2020-07-18 09:52:28 -0400
  • a28d78ef09 Merge branch 'fix-declare-constant-as-field' into 'master' m3ch_mania 2020-07-18 05:47:09 +0000
  • ec6bc11403 Declare non-primitive constant as field m3ch_mania 2020-07-17 22:43:16 -0700
  • 5d8fe5b272 Log warning instead of stack trace if token is too short radonbark 2020-07-18 00:47:32 -0400
  • 9c213715a5 Merge branch 'ft-66-restrict-unsafe-ports' into 'master' carbotaniuman 2020-07-18 04:07:53 +0000
  • 9cf990501c Addresses issue #66 m3ch_mania 2020-07-18 04:07:53 +0000
  • d6210f7a8b Add publish stage for a static-named latest release m3ch_mania 2020-07-14 22:19:19 -0700
  • 407917cb23 Include zip archive in artifacts (previously not included) m3ch_mania 2020-07-14 22:19:09 -0700
  • 260fa6e8d1 Merge branch 'ft-66-restrict-unsafe-ports' into 'master' m3ch_mania 2020-07-15 05:07:45 +0000
  • 20175b6376 Merge branch 'master' into 'master' m3ch_mania 2020-07-15 05:02:21 +0000
  • 08413a86e6 Adding git installation to publish_latest stage m3ch_mania 2020-07-14 22:01:54 -0700
  • 11dcefae2f Fix indentation in .gitlab-ci.yml m3ch_mania 2020-07-14 21:56:27 -0700
  • f61a70794e Add missing version export in .gitlab-ci.yml m3ch_mania 2020-07-14 21:55:28 -0700
  • 0250e4e39c Merge branch 'master' of https://gitlab.com/m3ch_mania/mangadex_at_home m3ch_mania 2020-07-14 21:54:32 -0700
  • eca1ca3646 Add publish stage for a static-named latest release m3ch_mania 2020-07-14 21:48:10 -0700
  • 7be51ee3a8 Add publish stage for a static-named latest release m3ch_mania 2020-07-14 21:48:10 -0700
  • ec54c3f0cd Include zip archive in artifacts (previously not included) m3ch_mania 2020-07-14 21:47:33 -0700
  • 0713e2e413 Fix additional indentation issues in Constants.kt, remove unnecessary import in Main.kt m3ch_mania 2020-07-14 21:10:20 -0700
  • 8466e9668c Fix indentation issue in Constants.kt m3ch_mania 2020-07-14 21:03:39 -0700
  • 59d55e8355 Merge remote-tracking branch 'origin/master' m3ch_mania 2020-07-14 20:57:24 -0700
  • e7960a825f Addresses issue #66 m3ch_mania 2020-07-14 20:55:26 -0700
  • 79656bf006 Update settings in ServerHandler. Cleanup WebUI Restarting The ServerHandler now gets updated server settings. The WebUI restarting is now clener. It still only restarts if needed because it can take 10 seconds to shutdown. radonbark 2020-07-14 17:32:11 -0400
  • aa39bef1b9 Move ClientSettings to States. Move setting load to MangaDexClient The ClientSettings variable is now stored in the 'Running', 'Unitialized', and 'ReloadClientSettings' states. The initial loading of ClientSettings is now in MangaDexClient.kt to keep all the loading/validation in the same file. radonbark 2020-07-14 16:52:50 -0400
  • 1969a261ba Removed new config param. Invalid settings don't crash live server Instead of a config parameter, the settings will just be reloaded once a minute. If there is an issue with the new settings, a warning will log and the server will continue with old settings. radonbark 2020-07-14 16:20:24 -0400
  • ff2831f1b6 Fix the reast of the formatting issues radonbark 2020-07-13 18:42:24 -0400
  • 27f36110f6 Fix tab alignment for "reloadClientSettings" function radonbark 2020-07-13 18:29:41 -0400
  • 195594013f Make the 'threads' ClientSettings require a Server restart radonbark 2020-07-13 18:21:35 -0400
  • e06dfb3f0a Remove extra tabs in MangadexClient.kt init method radonbark 2020-07-13 18:03:25 -0400
  • 0effe47413 Updated CHANGELOD.md and settings.sample.json radonbark 2020-07-13 17:55:25 -0400
  • 3ad51e7554 If 'settings_reload_delay_in_minutes' is 0, disable reload radonbark 2020-07-13 17:51:38 -0400
  • a69c166148 Merge branch 'master' of https://gitlab.com/mangadex-pub/mangadex_at_home radonbark 2020-07-13 17:42:54 -0400
  • 0e47dfc7f5 ClientSettings will be immediately copied over for live use. radonbark 2020-07-13 17:42:30 -0400
  • bba979c212 Bump version carbotaniuman 2020-07-12 18:23:16 -0500
  • e2897ec595 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. radonbark 2020-07-12 14:48:06 -0400
  • c0fff9e09f
    Enforce LF and stop Spotless from requiring CRLF on Windows AviKav 2020-07-08 20:22:29 -0400
  • 9087047bc9 Update WebUI (for the last time i hope) 1.1.5 M 2020-07-05 17:48:27 -0500
  • 09322a25cd
    Wrapped Web-UI CHANGELOG.md into 1.1.5 Amos Ng 2020-07-06 05:59:20 +0800
  • b13fdc60c4 Merge branch 'webui_update' into 'master' RedMatriz 2020-07-05 21:56:53 +0000
  • d58f6d3bca Update WebUI M 2020-07-05 16:54:54 -0500
  • 10451c37cf
    Prepared CHANGELOG.md for 1.1.5 release Amos Ng 2020-07-06 05:45:38 +0800
  • 3b530ad340
    Reword line in CHANGELOG.MD and mention allowing nil referrers AviKav 2020-07-05 17:42:11 -0400
  • 6411b13214
    Tidied CHANGELOG.md **AGAIN** Amos Ng 2020-07-06 05:11:10 +0800
  • 054931cf62
    Updated CHANGELOG.md *again* to to note security fix AviKav 2020-07-05 16:51:50 -0400
  • b87835bd18
    Ignore port when checking referrer AviKav 2020-07-05 16:41:43 -0400
  • 5cfc5b4481
    Updated CHANGELOG.md again for previous commit Amos Ng 2020-07-06 04:31:06 +0800
  • 7fde2b5e53 Merge branch 'master' into 'master' lflare 2020-07-05 20:30:17 +0000
  • be1272e6f2 Merge branch 'master' into 'master' Avi Kav 2020-07-05 20:28:38 +0000
  • 01b9e6adab
    Revert "Deprecated Referer checking for hotlink prevention in favour of token verification system" Amos Ng 2020-07-06 04:27:41 +0800
  • c1d459fa7e
    Bump server version again :) Amos Ng 2020-07-06 04:26:10 +0800
  • c8059eae03
    Deprecated Referer checking for hotlink prevention in favour of token verification system Amos Ng 2020-07-06 04:11:44 +0800
  • 086dcdc43f
    Updated CHANGELOG.md for 1.1.5 Amos Ng 2020-07-06 04:11:33 +0800
  • 25e4160418
    Updated CHANGELOG.md for 1.1.0 to 1.1.4 Amos Ng 2020-07-06 04:09:04 +0800
  • a20c759700
    Move referrer check to before DB access and crypto for token check AviKav 2020-07-05 13:06:47 -0400
  • 27bac2ef48
    Fix referrer check AviKav 2020-07-05 12:56:15 -0400
  • 5f005e61e9 Update .gitlab-ci.yml carbotaniuman 2020-07-04 23:54:36 +0000
  • 2907cda312 Update ImageServer.kt carbotaniuman 2020-07-04 23:54:07 +0000
  • d84f5a66c1 Immutable 1.1.4 carbotaniuman 2020-07-04 17:59:20 -0500
  • a8ee77c262 Bump version carbotaniuman 2020-07-04 17:56:17 -0500
  • 36ca9347f8 Rollback stuff carbotaniuman 2020-07-04 17:51:07 -0500
  • 9c81c415cd Logging overhauls carbotaniuman 2020-07-04 14:39:11 -0500
  • 45957ad922 Merge branch 'patch-1' into 'master' 1.1.3 carbotaniuman 2020-07-04 19:03:35 +0000