• Joined on 2023-12-19
tom pushed to master at tom/hermes-api-express 2025-03-20 12:24:46 -04:00
56a8c1a66a Added GET /api/auth/twitch/users route.
tom pushed to master at tom/hermes-web-angular 2025-03-20 09:14:29 -04:00
c8bfeed396 For modals, response error messages is shown in the footer. For modals, Accept button is always on the right.
1acda7978e Added user management for groups. Improved user experience slightly. Added some error checks for request acks.
2f2215b041 Fixed waiting for responses in code for certain actions.
Compare 3 commits »
tom pushed to master at tom/hermes-web-angular 2025-03-18 10:40:55 -04:00
d0556dce9c Added policy path dropdown.
9201f9b6c5 Auto-formatted every file to keep everything consistent.
74b282ccfd Added groups - missing user management. Fixed several issues.
2f88840ef6 Exported service class by default.
e949b6df08 Changed how Filters page looks like.
Compare 6 commits »
tom pushed to master at tom/hermes-server 2025-03-07 12:46:38 -05:00
4d0743c4aa Fixed emote duplicate issue. Improved chatter tracking. Used stores in Login Handler in cases where databases was used instead.
tom pushed to main at tom/seshat 2025-03-07 11:06:18 -05:00
c7ece75e7a Added series subscriptions. Added series searching. Fixed database relations. Added logging for library controller.
4aafe86ef0 Searching while updating series now uses latest published date of the series as a stop reference.
4b7417c39b Fixed output for updating series.
Compare 3 commits »
tom pushed to master at tom/hermes-server 2025-03-06 11:11:43 -05:00
fd0bca5c7c Fixed issues with TTS voice changes. Added proper handling for slave clients. Fixed several stores. Fixed database saving to safely save foreign keys.
3e717522c2 Added checks for non-user foreign keys in stores. Load/Saving stores' order is now based on table dependencies. Added ability to use chat message when using redemption.
Compare 2 commits »
tom pushed to master at tom/hermes-client 2025-03-06 11:09:28 -05:00
622b359b12 Added proper slave mode - additional clients after the first connection. Fixed a few issues. Updated to version 4.8.2.
tom pushed to master at tom/hermes-common-library 2025-03-06 11:09:04 -05:00
ac967dcb1d Minor log adjustments.
tom pushed to master at tom/hermes-socket-library 2025-03-06 11:08:11 -05:00
2469da926d Added slave message.
0b5b4b71a5 Made some changes to Login message & Login ack message.
f807448e03 Made some slight modifications to some request messages.
Compare 3 commits »
tom pushed to main at tom/seshat 2025-03-03 16:18:55 -05:00
d02da321a1 Changed book status to smallint. Added media_type to series. Added 'Hanashi Media' regex resolver for searching. Removed 'Fiction' limitation when searching. Added update series to add new volumes. Fixed search when not all volumes would show up.
d0c074135e Removed useless dependencies on Books module.
7e828b1662 Added more logs for jobs.
Compare 3 commits »
tom pushed to main at tom/seshat 2025-02-27 21:47:13 -05:00
6b5bfa963e Added logs for queues.
tom pushed to main at tom/seshat 2025-02-27 19:20:41 -05:00
969829da20 Create Library module. Moved book controller to library controller. Added series addition to library while adding all known volumes in background. Fixed Google search context.
64ebdfd6f4 Fixed Pino logging dependency issues.
Compare 2 commits »
tom pushed to main at tom/seshat 2025-02-24 15:55:07 -05:00
a44cd89072 Added modules for books & series.
tom pushed to main at tom/seshat 2025-02-19 23:44:32 -05:00
8f0ca1ce58 Updated the SQL file to support series subscriptions in the future, among other changes.
cd3ba11924 Added fine-grained control over search for server use.
Compare 2 commits »
tom pushed to main at tom/seshat 2025-02-19 17:41:13 -05:00
a764e1d441 Fixed authentication.
tom pushed to main at tom/seshat 2025-02-12 17:08:20 -05:00
16f208480d Added environment config. Added logging serializers. Updated logs to use serializers.
abb8bec0cf Added file/json logging.
a0909bfd21 Improved & fixed some issues with JWT authentication.
Compare 3 commits »
tom pushed to main at tom/seshat 2025-02-11 15:39:17 -05:00
d907f425dc Added user login & registration. Added SQL file for postgres database.
tom created branch main in tom/seshat 2025-02-11 15:39:16 -05:00
tom created repository tom/seshat 2025-02-11 15:29:05 -05:00
tom pushed to master at tom/hermes-client 2025-01-18 20:23:39 -05:00
cbdca1c008 Twitch connection now relies on events to connect. Added logging for when TTS filter is not a regex. Minor code clean up.