diff --git a/deno.json b/deno.json index a4b793c..beda9ac 100644 --- a/deno.json +++ b/deno.json @@ -46,10 +46,10 @@ "@andyburke/lurid": "jsr:@andyburke/lurid@^0.2.0", "@andyburke/serverus": "jsr:@andyburke/serverus@^0.16.0", "@da/bcrypt": "jsr:@da/bcrypt@^1.0.1", - "@std/assert": "jsr:@std/assert@^1.0.17", + "@std/assert": "jsr:@std/assert@^1.0.19", "@std/encoding": "jsr:@std/encoding@^1.0.10", - "@std/fs": "jsr:@std/fs@^1.0.22", - "@std/http": "jsr:@std/http@^1.0.23", + "@std/fs": "jsr:@std/fs@^1.0.23", + "@std/http": "jsr:@std/http@^1.0.25", "@std/media-types": "jsr:@std/media-types@^1.1.0", "@std/path": "jsr:@std/path@^1.1.4" } diff --git a/deno.lock b/deno.lock index 0e06569..e974966 100644 --- a/deno.lock +++ b/deno.lock @@ -6,28 +6,27 @@ "jsr:@andyburke/serverus@0.16": "0.16.0", "jsr:@da/bcrypt@*": "1.0.1", "jsr:@da/bcrypt@^1.0.1": "1.0.1", - "jsr:@std/assert@^1.0.17": "1.0.17", - "jsr:@std/cli@^1.0.19": "1.0.25", - "jsr:@std/cli@^1.0.20": "1.0.25", - "jsr:@std/cli@^1.0.21": "1.0.25", - "jsr:@std/cli@^1.0.25": "1.0.25", + "jsr:@std/assert@^1.0.19": "1.0.19", + "jsr:@std/cli@^1.0.19": "1.0.28", + "jsr:@std/cli@^1.0.20": "1.0.28", + "jsr:@std/cli@^1.0.21": "1.0.28", + "jsr:@std/cli@^1.0.28": "1.0.28", "jsr:@std/encoding@^1.0.10": "1.0.10", - "jsr:@std/fmt@^1.0.6": "1.0.8", - "jsr:@std/fmt@^1.0.8": "1.0.8", - "jsr:@std/fs@^1.0.18": "1.0.22", - "jsr:@std/fs@^1.0.19": "1.0.22", - "jsr:@std/fs@^1.0.21": "1.0.22", - "jsr:@std/fs@^1.0.22": "1.0.22", + "jsr:@std/fmt@^1.0.6": "1.0.9", + "jsr:@std/fmt@^1.0.9": "1.0.9", + "jsr:@std/fs@^1.0.18": "1.0.23", + "jsr:@std/fs@^1.0.19": "1.0.23", + "jsr:@std/fs@^1.0.23": "1.0.23", "jsr:@std/html@^1.0.5": "1.0.5", - "jsr:@std/http@^1.0.20": "1.0.23", - "jsr:@std/http@^1.0.23": "1.0.23", + "jsr:@std/http@^1.0.20": "1.0.25", + "jsr:@std/http@^1.0.25": "1.0.25", "jsr:@std/internal@^1.0.12": "1.0.12", "jsr:@std/media-types@^1.1.0": "1.1.0", "jsr:@std/net@^1.0.6": "1.0.6", "jsr:@std/path@^1.1.0": "1.1.4", "jsr:@std/path@^1.1.1": "1.1.4", "jsr:@std/path@^1.1.4": "1.1.4", - "jsr:@std/streams@^1.0.16": "1.0.16", + "jsr:@std/streams@^1.0.17": "1.0.17", "npm:@types/node@*": "22.15.15" }, "jsr": { @@ -59,23 +58,23 @@ "@da/bcrypt@1.0.1": { "integrity": "d2172d3acbcff52e0465557a1a48b1ff1c92df08c90712dae5372255a8c45eb3" }, - "@std/assert@1.0.17": { - "integrity": "df5ebfffe77c03b3fa1401e11c762cc8f603d51021c56c4d15a8c7ab45e90dbe", + "@std/assert@1.0.19": { + "integrity": "eaada96ee120cb980bc47e040f82814d786fe8162ecc53c91d8df60b8755991e", "dependencies": [ "jsr:@std/internal" ] }, - "@std/cli@1.0.25": { - "integrity": "1f85051b370c97a7a9dfc6ba626e7ed57a91bea8c081597276d1e78d929d8c91" + "@std/cli@1.0.28": { + "integrity": "74ef9b976db59ca6b23a5283469c9072be6276853807a83ec6c7ce412135c70a" }, "@std/encoding@1.0.10": { "integrity": "8783c6384a2d13abd5e9e87a7ae0520a30e9f56aeeaa3bdf910a3eaaf5c811a1" }, - "@std/fmt@1.0.8": { - "integrity": "71e1fc498787e4434d213647a6e43e794af4fd393ef8f52062246e06f7e372b7" + "@std/fmt@1.0.9": { + "integrity": "2487343e8899fb2be5d0e3d35013e54477ada198854e52dd05ed0422eddcabe0" }, - "@std/fs@1.0.22": { - "integrity": "de0f277a58a867147a8a01bc1b181d0dfa80bfddba8c9cf2bacd6747bcec9308", + "@std/fs@1.0.23": { + "integrity": "3ecbae4ce4fee03b180fa710caff36bb5adb66631c46a6460aaad49515565a37", "dependencies": [ "jsr:@std/internal", "jsr:@std/path@^1.1.4" @@ -84,13 +83,13 @@ "@std/html@1.0.5": { "integrity": "4e2d693f474cae8c16a920fa5e15a3b72267b94b84667f11a50c6dd1cb18d35e" }, - "@std/http@1.0.23": { - "integrity": "6634e9e034c589bf35101c1b5ee5bbf052a5987abca20f903e58bdba85c80dee", + "@std/http@1.0.25": { + "integrity": "577b4252290af1097132812b339fffdd55fb0f4aeb98ff11bdbf67998aa17193", "dependencies": [ - "jsr:@std/cli@^1.0.25", + "jsr:@std/cli@^1.0.28", "jsr:@std/encoding", - "jsr:@std/fmt@^1.0.8", - "jsr:@std/fs@^1.0.21", + "jsr:@std/fmt@^1.0.9", + "jsr:@std/fs@^1.0.23", "jsr:@std/html", "jsr:@std/media-types", "jsr:@std/net", @@ -113,8 +112,8 @@ "jsr:@std/internal" ] }, - "@std/streams@1.0.16": { - "integrity": "85030627befb1767c60d4f65cb30fa2f94af1d6ee6e5b2515b76157a542e89c4" + "@std/streams@1.0.17": { + "integrity": "7859f3d9deed83cf4b41f19223d4a67661b3d3819e9fc117698f493bf5992140" } }, "npm": { @@ -137,10 +136,10 @@ "jsr:@andyburke/lurid@0.2", "jsr:@andyburke/serverus@0.16", "jsr:@da/bcrypt@^1.0.1", - "jsr:@std/assert@^1.0.17", + "jsr:@std/assert@^1.0.19", "jsr:@std/encoding@^1.0.10", - "jsr:@std/fs@^1.0.22", - "jsr:@std/http@^1.0.23", + "jsr:@std/fs@^1.0.23", + "jsr:@std/http@^1.0.25", "jsr:@std/media-types@^1.1.0", "jsr:@std/path@^1.1.4" ] diff --git a/public/api/events/index.ts b/public/api/events/index.ts index 2bf633b..41b5aa8 100644 --- a/public/api/events/index.ts +++ b/public/api/events/index.ts @@ -41,13 +41,6 @@ export async function GET(request: Request, meta: Record): Promise< event_id } = /^.*\/events\/.*\/(?.*?)\:(?[A-Za-z-]+)\.json$/.exec(entry.path)?.groups ?? {}; - console.dir({ - entry, - event_type, - event_id, - query: meta.query - }); - if (meta.query.after_id && event_id <= meta.query.after_id) { return false; } diff --git a/public/api/users/index.ts b/public/api/users/index.ts index b3d8c46..a8db076 100644 --- a/public/api/users/index.ts +++ b/public/api/users/index.ts @@ -139,6 +139,22 @@ export async function POST(req: Request, meta: Record): Promise diff --git a/public/js/embeds/youtube.js b/public/js/embeds/youtube.js index 1269d6c..5d65b6d 100644 --- a/public/js/embeds/youtube.js +++ b/public/js/embeds/youtube.js @@ -29,7 +29,7 @@ function embed_youtube(link_info) {