Commit graph

15 commits

Author SHA1 Message Date
Delyan Angelov
fbdc992b30
net.http, veb, vweb, x.vweb: add mime type text/x-vlang, for .v and .vsh file extensions (#21851) 2024-07-12 14:23:50 +03:00
Leo Developer
72a3fd6f02
veb.auth: use constant time comparision in compare_password_with_hash (#21693) 2024-06-18 23:21:20 +03:00
poggingfish
1a685c30aa
vweb, veb, x.vweb: add m3u8 MIME type application/vnd.apple.mpegurl for multimedia playlists (#21688) 2024-06-16 22:21:43 +03:00
Yashank
1da3b3b840
veb: update import name in docs (#21668) 2024-06-12 13:04:50 +03:00
Alexander Medvednikov
ec055dc774 oauth: make Context fields public 2024-06-10 12:11:40 +03:00
Alexander Medvednikov
2d5c457901 checker: -warn-about-allocs; nil interface allocation fix; parser: tmpl @else [cond] 2024-05-29 11:48:30 +03:00
Delyan Angelov
dbc6b50cda
vlib: make ./v -Wimpure-v -W test vlib/ pass on Linux (#21554) 2024-05-23 16:21:01 +03:00
Bakul Shah
9997ac4367
veb: support sendfile() syscall on FreeBSD (#21541) 2024-05-21 08:47:24 +03:00
Delyan Angelov
1b5f905512
ci: temporary fix for gitly compilation 2024-05-06 08:54:28 +03:00
Turiiya
e24e905e51
vlib: fix veb (#21345) 2024-04-25 02:13:55 +03:00
Alexander Medvednikov
1aee2b567b veb: copy x.vweb to veb, and make it work with comptime 2024-04-24 19:23:19 +03:00
Alexander Medvednikov
5cc67bbedb veb.auth: a minor find_token fix 2024-03-29 15:55:26 +03:00
Alexander Medvednikov
ee045eda68 veb.auth: detailed documentation with examples 2024-02-24 15:38:46 +03:00
Alexander Medvednikov
88bc620315 veb.auth: make work with any db 2024-02-19 10:05:10 +03:00
Alexander Medvednikov
fa7af809fc veb: a new module veb.auth for authentication logic (tokens, hashed passwords) 2024-02-18 23:23:57 +03:00