1
0
Fork 0
forked from Mirrors/gomuks
Commit graph

25 commits

Author SHA1 Message Date
Tulir Asokan
152942663f server: remove sec header filter 2024-12-08 00:21:33 +02:00
Tulir Asokan
2a6d5408bd main: move version info to separate package and refactor other things 2024-11-27 03:20:40 +02:00
batuhan
05fbdaaf0e
cmd/gomuks: import frontend in main (#475)
This allows using pkg/gomuks as a library without the frontend
2024-11-10 17:35:23 +02:00
Tulir Asokan
5701bbf708 cmd/gomuks: move most things into new package 2024-11-08 10:09:30 +01:00
Tulir Asokan
709428616b server: log auth result 2024-10-28 18:02:54 +02:00
Tulir Asokan
65234a8214 main: remove nonexistent flag from help 2024-10-28 16:11:47 +02:00
Tulir Asokan
ac3b906211 web/emoji: implement MSC2545 2024-10-26 15:49:04 +03:00
Tulir Asokan
96b11fca8e websocket: don't send initial data unless logged in 2024-10-26 14:30:14 +03:00
Tulir Asokan
2dc9954030 media: escape html in fallback avatars 2024-10-24 22:23:48 +03:00
Tulir Asokan
5189f86f81 hicli: lower http header timeout after first sync 2024-10-23 20:29:53 +03:00
Tulir Asokan
508f2252da server/media: don't allow downloading encrypted media without flag 2024-10-23 15:59:14 +03:00
Tulir Asokan
68356a9ef1 server/media: use fallback avatar for unsupported mime types 2024-10-23 15:57:22 +03:00
Tulir Asokan
e243593e06 server: add Cache-Control and ETag headers 2024-10-23 02:26:37 +03:00
Tulir Asokan
11e1eef5e2 media,web: add support for fallback avatars 2024-10-22 21:56:08 +03:00
Tulir Asokan
9b1b0426c3 media: allow streaming unencrypted files 2024-10-20 19:48:22 +03:00
Tulir Asokan
afa6d3aa4b hicli/html,web/timeline: add syntax highlighting for code blocks 2024-10-20 15:55:14 +03:00
Tulir Asokan
2c5738f7f2 hicli/database: refactor media cache 2024-10-20 13:21:34 +03:00
Tulir Asokan
ba30026cdc server: set secure flag for cookie 2024-10-20 12:19:51 +03:00
Tulir Asokan
544b90f3d9 server: set same-site attribute in cookies 2024-10-20 12:18:54 +03:00
Tulir Asokan
e6121149b3 config: use readline for initializing username/password 2024-10-19 16:17:58 +03:00
Tulir Asokan
8e92d9b163 server: remove cookie if it's invalid 2024-10-19 16:15:39 +03:00
Tulir Asokan
ad224073fe server: return www-authenticate again on incorrect password 2024-10-19 16:13:55 +03:00
Tulir Asokan
e78bf640ff server,web/composer: add support for sending media 2024-10-19 02:35:15 +03:00
Tulir Asokan
3dd083fc1c server: fix isUserFetch check 2024-10-18 01:45:49 +03:00
Tulir Asokan
504e2bd976 main: move into cmd directory 2024-10-17 20:40:34 +03:00