|
|
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 |
|
|
|
a342a31b51
|
Merge pull request #13 from Haelnorr/dbbackups
Fixed issue where tests will never fail if server fails to launch
|
2025-02-22 12:46:16 +11:00 |
|
|
|
ef48091906
|
Fixed issue where tests will never fail if server fails to launch
|
2025-02-22 12:42:49 +11:00 |
|
|
|
e4abb0bcf7
|
Merge pull request #12 from Haelnorr/dbbackups
Testing db migrations updates
|
2025-02-22 11:42:42 +11:00 |
|
|
|
9ee5aa7b8f
|
Updated deployment scripts to use migration on deploy
|
2025-02-22 11:41:36 +11:00 |
|
|
|
489c684091
|
Finishing migration scripts
|
2025-02-22 11:03:32 +11:00 |
|
|
|
5d0a26579b
|
Finished migrate script
|
2025-02-20 23:56:55 +11:00 |
|
|
|
79838b4aae
|
Created a migration package to handle the migrations
|
2025-02-20 23:01:39 +11:00 |
|
|
|
a575025f1f
|
Renamed test file for safeconn and safetx to reflect new file structure
|
2025-02-20 22:31:20 +11:00 |
|
|
|
8bdeafee32
|
First version of migrate script (unfinished)
|
2025-02-20 22:09:35 +11:00 |
|
|
|
4b64dccbda
|
Updated tests to use migrations for db init for consistency
|
2025-02-20 20:26:26 +11:00 |
|