3903 Commits

Author SHA1 Message Date
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
bbdc68be3a chore: fix function names in comment
Signed-off-by: goodfirm <fanyishang@yeah.net>
2024-04-10 14:05:20 +08:00
01a3c8ad9a adding comment for clarity 2024-04-09 16:49:37 -07:00
70376da27c add CORS HTTP headers to regular (non-OPTIONS) requests 2024-04-09 16:10:54 -07:00
3026881371 audio and video calls in drafty 2024-04-09 15:56:01 -07:00
e8137d41b7 CORS headers for all types of requests 2024-04-05 22:25:26 +07:00
51819390d0 refactor: #904 rectify drafty test file 2024-04-04 11:16:14 +05:30
b776e3c2ba fix: #904 drafty should correctly parse message content for push notification
- instead of []rune, text is treated as []grapheme cluster
- added ut
2024-04-03 19:12:07 +05:30
e75cf9733b dependencies updated due to security issues 2024-03-23 13:12:58 -07:00
a891309450 remove unused parameter from checkVers and checkUser 2024-02-26 16:14:49 -08:00
1c813cd6c9 allow s3 endpoint confuguration in docker, mention compatibility 2024-02-20 17:46:41 -08:00
99c633297a Merge branch 'master' of https://github.com/tinode/chat 2024-02-19 11:26:22 -08:00
cf0760a5f8 conver all bases in preamble as it's usually the only text copied to other sites 2024-02-19 11:26:14 -08:00
66bfd4eb91 Add link to Karuha 2024-02-06 07:38:53 +03:00
c9db911baf instructions on creating a private installation v0.22.12 2024-01-28 13:39:20 -08:00
a9cf71bbe0 ensure correct prefix use 2024-01-22 10:44:52 -08:00
474fe78a11 adding sanitizer for user-provided mime type in uploads 2024-01-22 10:32:35 -08:00
33d75b09e9 update golang.org/x/crypto to v0.17.0 (CVE-2023-48795) 2024-01-15 15:39:09 -08:00
6aca44ac75 more cases of forced attachment downloads (vs inline) 2024-01-15 15:34:46 -08:00
f19ab26316 security fix: always force html attachments to be downloaded as opposed to be shown inline 2024-01-12 19:00:18 -08:00
759865e049 postgress: reduce the number of open connectins to fit under default limit v0.22.11 2023-12-08 11:55:23 -08:00
c455fca374 more env vars declarations in docker and README explanations for them 2023-11-19 16:03:15 -08:00
921d02d82c incorrect env name in config.template 2023-11-19 16:02:41 -08:00
68d6725b52 Merge branch 'devel' of https://github.com/tinode/chat into devel 2023-11-17 10:24:44 -08:00
2acec5ca54 refreshed docker files 2023-11-17 10:24:36 -08:00
6c7293aafa Merge pull request #891 from ducmami/ducmami-update-docker-readme
Update README.md
2023-10-31 08:47:52 -07:00
927637f85c Update README.md 2023-10-31 14:37:12 +07:00
3aafc3eb4a Merge branch 'devel' of https://github.com/tinode/chat into devel 2023-10-25 17:28:47 -07:00
d71af497e4 dependencies updated 2023-10-25 17:28:39 -07:00
f760f85a85 Fix session_test.go: DispatchLeave failed to clean up Session.subs. 2023-10-20 16:53:12 -07:00
e4cc4f4458 mention Thai webapp translation 2023-09-25 14:12:27 -07:00
21215c6c7a typo 2023-09-20 12:01:13 -07:00
6d3bf49e1a fix tn-cli unsetting trusted values 2023-09-20 11:59:18 -07:00
9220c0b35b add missing option to assign ROOT auth_level 2023-09-15 14:47:46 -07:00
71b6748757 correctly encode trusted values in tn-cli 2023-09-15 10:00:57 -07:00