3937 Commits

Author SHA1 Message Date
c0671ca62d Merge branch 'devel' v0.23.0 2025-01-16 18:22:07 +03:00
662d6473cc bum version in code to 0.23 2025-01-16 18:21:41 +03:00
6627fd8e58 remove assignment to a deprecated protobuf field 2025-01-15 21:02:10 +03:00
80fb0c64bf removed link previews (saved to link-preview branch) 2025-01-15 17:24:57 +03:00
d7bd87e25c updted the list of dependencies for the java client 2025-01-15 17:20:44 +03:00
777c2ab914 explain database support 2025-01-12 19:13:39 +03:00
3271beb693 remove public video conferencing config to avoid confusion 2025-01-09 12:27:05 +03:00
6d5c407c50 clarify what not to report as security problems 2024-12-21 10:35:44 +03:00
cc5bb68056 dependencies updated 2024-12-19 11:02:38 +03:00
e88301d7fc warn that even number of cluster nodes is not a good idea 2024-12-13 10:25:50 +03:00
ce244ac5b1 Merge branch 'devel' into twilio 2024-12-09 15:13:45 +03:00
a5c55a1a3d link preview comments, formatting, documentation 2024-12-03 20:45:24 +03:00
c2d61a6976 Merge pull request #929 from yinebebt/linkpreview
feat: add link-preview handler
2024-12-02 15:22:39 +03:00
fb6ebfaa12 fix: add content-type check and move TrimSpace to the end 2024-12-02 14:32:44 +03:00
3fbfc5ceef fix: use TagAttr and move trim space to sanitization 2024-12-02 13:06:53 +03:00
49f7b809fd fix: check request method, add config value into hi response and forward cache-control header 2024-11-29 23:36:43 +03:00
5156f90c44 fix: add authorization check and use html tokenizer instead of parser 2024-11-29 15:08:40 +03:00
3c1489a037 fix: add response body limit, url validation and update config 2024-11-29 02:14:57 +03:00
ceb9c9df49 feat: add link-preview handler 2024-11-28 13:57:05 +03:00
1d3051379d Merge pull request #928 from BobConanDev/master
Update README_ko.md, fix typo(s)
2024-11-23 12:01:04 +03:00
3bd4b4c537 Updated README_ko.md, fix typo(s) 2024-11-22 14:36:57 -05:00
0f91507e98 forgot to check-in twilio.go 2024-10-20 20:59:01 +03:00
76ce16425f adding support for Twilio SMS validation 2024-10-15 11:57:20 +03:00
0812b9e73a mention that drafty button-act-note is not implemented 2024-09-01 10:50:59 +03:00
e0684fc028 comments and error message clarified 2024-08-24 12:42:41 +03:00
1cb8560a72 Merge pull request #919 from aheiabai/patch-1
Update INSTALL.md
2024-08-23 16:26:44 +03:00
b0b9c94046 Update INSTALL.md
in Running a Standalone Server section, there is no 'init-db', 'tinode' in $GOPATH/bin but tinode-db, server.
2024-08-22 20:49:30 +08:00
f69bae7bb3 typo 2024-08-18 08:59:32 +03:00
db5911616f markdown formatting 2024-08-18 08:53:59 +03:00
c904259463 add explanation for pgsql missing db problem 2024-08-18 08:52:21 +03:00
bc0b311107 Merge branch 'devel' of https://github.com/tinode/chat into devel 2024-08-18 08:49:34 +03:00
341c2ce9aa Merge pull request #915 from THUzxj/pr
Fix botUID in chatbot
2024-08-12 08:19:07 +03:00
b642cd4507 Fix botUID in chatbot 2024-08-11 15:56:55 +08:00
417a454b0e clarify comment 2024-07-01 11:28:41 -07:00
7b45735a57 fix PC language v0.23.0-rc1 2024-05-30 16:55:53 -07:00
a97c49477f fixing comments v0.22.13 2024-04-27 16:18:40 -07:00
8ae0f23706 refresh go mod 2024-04-27 16:05:31 -07:00
07177b0e41 removed debug printing 2024-04-27 15:59:35 -07:00
495be78155 forgot to add file 2024-04-27 15:49:18 -07:00
2f082c38d6 parse grapheme clusters only once 2024-04-27 15:48:05 -07:00
e3a9d31dac Merge pull request #905 from dilshans2k/bugfix/drafty-should-correctly-parse-message-content-for-push-notification
fix: #904 drafty should correctly parse message content for push notification
2024-04-27 10:41:53 -07:00
d53261d642 refactor: #904 should reset iterator only once 2024-04-27 02:20:34 +05:30
d3a37e96a9 feat: #SAM-904 remove grapheme nil check
- it will panic on g.Reset, if nil
2024-04-27 01:59:18 +05:30
9c3bfbf40c refactor: #SAM-904 some refactors
- use go commenting guidelines
- reset grapheme iterator only once
- small refactors
2024-04-27 01:42:13 +05:30
f68554bfc1 better comments 2024-04-12 11:37:07 -07:00
c74078938e Merge pull request #909 from markeloff86/bugfix/cors-for-upload-api
CORS for media API
2024-04-11 11:22:03 -07:00
50a4aeb7f5 Merge pull request #907 from tinode/cors
Add CORS HTTP headers to regular (non-OPTIONS) requests
2024-04-11 09:45:44 -07:00
c84b4a9d30 return CORS headers for POST and PUT in aws header handler 2024-04-11 22:45:03 +07:00
446c52574c Merge branch 'bugfix/cors-for-upload-api' of https://github.com/markeloff86/tinode-chat into bugfix/cors-for-upload-api
# Conflicts:
#	server/media/media.go
2024-04-11 20:22:06 +07:00
25903a490c Merge pull request #908 from goodfirm/master
chore: fix function names in comment
2024-04-10 07:40:07 -07:00