|
|
1eedbc5220
|
updated to use bun and updated hws modules.
|
2026-01-11 23:39:10 +11:00 |
|
|
|
6e03c98ae8
|
changed cards on movie search
|
2026-01-10 17:10:26 +11:00 |
|
|
|
a0cd269466
|
update to new webserver module
|
2026-01-10 14:46:49 +11:00 |
|
|
|
28b7ba34f0
|
modularised webserver and auth systems
|
2026-01-04 01:14:06 +11:00 |
|
|
|
4a21ba3821
|
cleaned up main module
|
2026-01-02 19:50:10 +11:00 |
|
|
|
1bcdf0e813
|
migrated out env module and moved config to internal
|
2026-01-02 19:12:42 +11:00 |
|
|
|
6dd80ee7b6
|
migrated out cookies module
|
2026-01-02 18:37:01 +11:00 |
|
|
|
8f6b4b0026
|
migrated out more modules and refactored db system
|
2026-01-01 22:08:04 +11:00 |
|
|
|
03095448d6
|
migrated to new logging module from golibh
|
2025-12-31 20:26:13 +11:00 |
|
|
|
1d9af44d0a
|
refactor: changed file structure
|
2025-03-05 20:18:28 +11:00 |
|
|
|
5c1089e0ce
|
Fixed tmdb token not set causes tests to fail
|
2025-03-01 21:38:38 +11:00 |
|
|
|
e3d2eb1af8
|
Fixed tmdb token not set causes tests to fail
|
2025-03-01 21:33:43 +11:00 |
|
|
|
9e12f946b3
|
Changed layout to have dynamic page title
|
2025-03-01 21:27:23 +11:00 |
|
|
|
141b541e98
|
Added movie search
|
2025-03-01 21:10:26 +11:00 |
|
|
|
540782e2d5
|
Removed unused function
|
2025-03-01 19:23:47 +11:00 |
|
|
|
1d5c662bf0
|
Updated movie page to show crew titles
|
2025-03-01 19:19:34 +11:00 |
|
|
|
b6e0a977c0
|
Commented out htmx logging in global layout
|
2025-03-01 19:16:21 +11:00 |
|
|
|
3db77eca71
|
Added functions to get credits and format the data for viewing
|
2025-03-01 19:15:28 +11:00 |
|
|
|
8fcec675e6
|
Fixed id tag in register form malformed
|
2025-03-01 19:14:56 +11:00 |
|
|
|
aa47802f46
|
Removed note left over from a refactor
|
2025-03-01 19:13:55 +11:00 |
|
|
|
05849d028d
|
Added movie search
|
2025-03-01 19:11:09 +11:00 |
|
|
|
f7f610d7ef
|
Fixed wrong error message on db check version query
|
2025-02-25 15:21:13 +11:00 |
|
|
|
e2d66fc26d
|
Basic movie page layout created
|
2025-02-24 10:21:31 +11:00 |
|
|
|
8fa20e05c0
|
Added helper functions to tmdb package
|
2025-02-23 17:29:00 +11:00 |
|
|
|
a3e9ffb012
|
Added tmdb config getter and made tmdbGet function
|
2025-02-23 16:20:36 +11:00 |
|
|
|
838d6264c9
|
Fixed error page always sending 401 instead of correct error code
|
2025-02-23 16:06:59 +11:00 |
|
|
|
e794024786
|
Added movie page and route handler
|
2025-02-23 16:06:47 +11:00 |
|
|
|
725038009a
|
Added GetMovie and related structs
|
2025-02-23 15:20:45 +11:00 |
|
|
|
d8d2307859
|
Added TMDB attribution
|
2025-02-23 14:16:27 +11:00 |
|
|
|
f34c1c11aa
|
Cleaned up middleware/route handlers
|
2025-02-22 20:34:09 +11:00 |
|
|
|
0a3796914f
|
Fixed labels for login/register form 'form="email"' should be username
|
2025-02-22 20:06:17 +11:00 |
|
|
|
41c195507d
|
Updated go version to 1.24.0
|
2025-02-22 20:05:16 +11:00 |
|
|
|
c9fd1c8af0
|
Fixed null user being returned if id not in database
|
2025-02-22 20:05:08 +11:00 |
|
|
|
9410056dfb
|
Updated caddyfile to use rate limiting and connection limits
|
2025-02-22 19:36:17 +11:00 |
|
|
|
21d5452055
|
Changed remote_addr to use X-Forwarded-For header
|
2025-02-22 17:54:34 +11:00 |
|
|
|
c52d546fb1
|
Deleted old deploy scripts
|
2025-02-22 17:12:36 +11:00 |
|
|
|
4c83126ed6
|
Updated prod deploy to use new deploy script
|
2025-02-22 17:12:02 +11:00 |
|
|
|
87b0e4385f
|
Merge pull request #19 from Haelnorr/dbbackups
Made backup util check if services are online and skip if not running
|
2025-02-22 17:01:47 +11:00 |
|
|
|
f6ebb9a0f0
|
Made backup util check if services are online and skip if not running
|
2025-02-22 17:00:37 +11:00 |
|
|
|
ac2b16a11c
|
Merge pull request #18 from Haelnorr/dbbackups
Fixed catastrophic bug caused by rows not being closed on db ver check
|
2025-02-22 16:26:53 +11:00 |
|
|
|
ca42a979c1
|
Fixed catastrophic bug caused by rows not being closed on db ver check
|
2025-02-22 16:24:58 +11:00 |
|
|
|
56b9d36b40
|
Merge pull request #17 from Haelnorr/dbbackups
Fixed flag dbver failing if secret key not set
|
2025-02-22 15:23:16 +11:00 |
|
|
|
554799754d
|
Fixed flag dbver failing if secret key not set
|
2025-02-22 15:22:31 +11:00 |
|
|
|
185dda6076
|
Merge pull request #16 from Haelnorr/dbbackups
Fixed tester flag being defined incorrectly
|
2025-02-22 13:02:31 +11:00 |
|
|
|
5a25a3c482
|
Fixed tester flag being defined incorrectly
|
2025-02-22 13:01:50 +11:00 |
|
|
|
1c06fd3435
|
Merge pull request #15 from Haelnorr/dbbackups
Fixed migration binary being referenced incorrectly
|
2025-02-22 12:55:13 +11:00 |
|
|
|
8769d76e60
|
Merge branch 'staging' into dbbackups
|
2025-02-22 12:55:04 +11:00 |
|
|
|
9864057f8d
|
Fixed migration binary being referenced incorrectly
|
2025-02-22 12:53:24 +11:00 |
|
|
|
be02c88623
|
Merge pull request #14 from Haelnorr/dbbackups
Fixed migration binary being referenced incorrectly
|
2025-02-22 12:50:29 +11:00 |
|
|
|
238529b19c
|
Fixed migration binary being referenced incorrectly
|
2025-02-22 12:50:09 +11:00 |
|