codey pushed to master at codey/codey.lol 2025-12-05 14:22:00 -05:00
e18aa3f42c feat(api): implement rate limiting and SSRF protection across endpoints
codey pushed to main at codey/api 2025-12-03 13:56:37 -05:00
6240888ac5 cull transcriptions endpoints from README.md
codey pushed to main at codey/api 2025-12-03 13:56:02 -05:00
be9ed777a5 retire transcriptions endpoints
codey commented on issue codey/api#34 2025-12-03 13:51:45 -05:00
Utilize LRCLib SQLite Dumps for Lyric Retrieval

Complete

with the exception of fetching updated LRCLib database dumps. Database dump link at https://lrclib.net/db-dumps has not changed since last comment, still trying to determine file…

codey pushed to master at codey/codey.lol 2025-12-03 13:27:58 -05:00
55e4c5ff0c feat(api): add endpoints for fetching reaction users and searching messages
codey pushed to master at codey/codey.lol 2025-12-02 10:05:49 -05:00
c3f0197115 misc
codey pushed to master at codey/codey.lol 2025-11-28 09:44:52 -05:00
codey pushed to master at codey/codey.lol 2025-11-28 09:40:21 -05:00
ee33b86fe7 feat: subsites
d8d6c5ec21 refactor: add SubNav layout and per-subsite nav placeholders; switch Base to use SubNav
Compare 2 commits »
codey pushed to main at codey/api 2025-11-26 15:09:49 -05:00
7779049c93 misc / sr_wrapper-- only consider an album returned from tidal to be a duplicate if both the name AND release date match.
codey pushed to master at codey/codey.lol 2025-11-26 14:43:03 -05:00
de50889b2c - TRip: various ui/ux enhancements
codey pushed to master at codey/codey.lol 2025-11-26 10:43:41 -05:00
d671fbc130 feat: Add user display in navigation
codey pushed to master at codey/codey.lol 2025-11-26 10:08:30 -05:00
21b112f460 login page / auth flow changes
codey pushed to master at codey/codey.lol 2025-11-26 09:17:37 -05:00
eb38f8865f - LyricSearch: misc/field focus, validation
codey pushed to main at codey/api 2025-11-25 13:08:27 -05:00
codey pushed to main at codey/api 2025-11-25 13:06:14 -05:00
85298b861d minor
codey pushed to master at codey/codey.lol 2025-11-25 13:05:43 -05:00
ee25ad243c feat: Update AudioPlayer and LyricSearch components for improved functionality and user experience
codey pushed to master at codey/codey.lol 2025-11-25 10:04:12 -05:00
8500cd6e67 - feat: Enhance LyricSearch and Memes components with new features and styling improvements
codey pushed to master at codey/codey.lol 2025-11-25 05:56:53 -05:00
05aa48af14 auth code changes / misc
codey commented on issue codey/api#34 2025-11-23 07:35:49 -05:00
Utilize LRCLib SQLite Dumps for Lyric Retrieval

Change of direction: The LRCLib source for /lyric/search will be replaced with local cache fetches (from LRCLib DB dump)

LRCLib SQLite data has been imported to a Postgres database for…

codey pushed to main at codey/api 2025-11-23 07:12:45 -05:00
476c4e6e51 bugfix: LRCLIb's models.py needs load_dotenv