Commit Graph

205 Commits

Author SHA1 Message Date
Joe Ardent 9a94efd29b add graceful shutdown 2024-03-12 19:17:59 -07:00
Joe Ardent 30b75cc936 migrate to latest tower_sessions 2024-03-12 19:05:12 -07:00
Joe Ardent 94e26f8080 use a transaction for committing invites to db 2024-02-10 12:21:28 -08:00
Joe Ardent 8ee362b991 break search out into own module 2024-02-09 17:16:44 -08:00
Joe Ardent 61ad0a17e8 tweaks 2024-02-05 19:47:45 -08:00
Joe Ardent c1bea8284c make import more robust and with fewer duplicates for stars. 2024-02-04 13:09:26 -08:00
Joe Ardent a46a2e8847 add configfile stuff 2024-02-03 17:09:18 -08:00
Joe Ardent efec2e670f fix fts table defs 2024-02-03 15:04:05 -08:00
Joe Ardent 24c67bc529 add full text search to db 2024-02-02 21:47:50 -08:00
Joe Ardent a680d01d7f add config for base url 2024-02-02 21:18:27 -08:00
Joe Ardent 8f9b7b413c update deps 2024-01-29 22:14:42 -08:00
Joe Ardent 14925684ee do more insertion batching for db in importers 2024-01-28 20:50:29 -08:00
Joe Ardent 4343abfb7b batch import inserts in a transaction. 2024-01-27 17:20:47 -08:00
Joe Ardent d1e2e95248 reorder table drops to respect fk constraints 2024-01-27 17:20:47 -08:00
Joe Ardent fab52203e5 redo migrations 2024-01-27 17:20:47 -08:00
Joe Ardent 8ca6751a87 add imdb url to search result items 2024-01-15 16:37:38 -08:00
Joe Ardent 785913fdba add the imdb url for the movie 2024-01-15 16:00:24 -08:00
Joe Ardent 3caefad767 update follows table, rename importer 2024-01-15 15:11:39 -08:00
Joe Ardent 88b870031e fix tests 2024-01-15 14:11:30 -08:00
Joe Ardent ba3e8625f6 add more invitation tests 2024-01-15 13:24:22 -08:00
Joe Ardent c63786a3fc Add tests for bad invite signups. 2024-01-14 22:16:50 -08:00
Joe Ardent c2bad4bb94 update julid version 2024-01-14 17:02:25 -08:00
Joe Ardent df01960be5 Working invites. 2024-01-14 16:56:52 -08:00
Joe Ardent a8efdac3dd add invitation support to the db 2024-01-14 16:56:52 -08:00
Joe Ardent e05d74d143 remove unused deps from cargo 2024-01-06 16:53:49 -08:00
Joe Ardent d18de3e084 make searches better 2024-01-04 22:23:19 -08:00
Joe Ardent 1e0a71f275 tidy watches handler, fix quest trigger. 2024-01-02 22:31:38 -08:00
Joe Ardent dab2dc4081 have drop-down for public/private in add-watch from search. 2024-01-01 22:44:29 -08:00
Joe Ardent 5e998dfe86 move add watch button to template 2024-01-01 17:27:17 -08:00
Joe Ardent 8708271d9d adds reactive status to search results 2024-01-01 12:19:04 -08:00
Joe Ardent c4976a3efc clickable htmx button for adding search results to your list 2023-12-31 13:55:16 -08:00
Joe Ardent 1c304e1184 better-looking search result table 2023-12-30 21:54:15 -08:00
Joe Ardent beec047caf make search results a table 2023-12-30 16:59:27 -08:00
Joe Ardent 64474c8673 update tower_sessions, allow insecure cookies 2023-12-30 13:33:14 -08:00
Joe Ardent c30cf86986 minor tweaks 2023-12-30 12:18:08 -08:00
Joe Ardent 521bbe9fa4 fix login button label 2023-12-26 16:04:37 -08:00
Joe Ardent e317097a6a fix inner join for watch quests 2023-12-26 15:22:10 -08:00
Joe Ardent cced08f653 fix html 2023-12-26 12:26:14 -08:00
Joe Ardent dd5ae09ab8 simplify auth and login 2023-12-24 16:21:55 -08:00
Joe Ardent c133031123 update lockfile 2023-12-24 15:53:06 -08:00
Joe Ardent e9e5436e02 Compute user digest on deserialization. 2023-12-23 10:01:51 -08:00
Joe Ardent 91a0ba05c4 add pw digest to user 2023-12-20 21:50:55 -08:00
Joe Ardent dfbf605257 minor re-org and tidy 2023-12-18 16:48:54 -08:00
Joe Ardent eda946fa4c everything works 2023-12-17 17:38:22 -08:00
Joe Ardent 57eb4001ee almost works, still need to impl auth 2023-12-17 16:41:04 -08:00
Joe Ardent d4a684de29 non-working update to latest deps 2023-12-10 13:52:27 -08:00
Joe Ardent 404d0d6159 add submodule and makefile for building julid 2023-10-22 13:57:00 -07:00
Joe Ardent 5831d974ec random styling and shit 2023-10-22 13:35:41 -07:00
Joe Ardent a09ec898f9 spiff the proc macro for user reflection in templates 2023-09-24 12:29:26 -07:00
Joe Ardent cc7afb3533 Get CSS working by adding a route to serve it. 2023-09-24 11:47:09 -07:00