Commit Graph

349 Commits

Author SHA1 Message Date
373973fb25 Disallow otp-credentials Permission 2021-06-19 12:41:30 +02:00
20ebe8a995 Fix for SQLite not supporting UNION on tables that use ORDER BY 2021-05-23 12:30:51 +02:00
ec0d167647 Fix SQLite table initialization 2021-05-22 22:46:43 +02:00
5760565991 Switch errmode to exception 2021-05-22 22:32:26 +02:00
136b52d920 Catch error in get_setting function, if database is not yet initialized 2021-05-22 21:23:51 +02:00
726aea996d Fix access array offset on value of type bool warning 2021-05-22 21:21:03 +02:00
3a99548228 Fix access array offset on value of type bool warning 2021-05-22 21:18:03 +02:00
809ecb1b48 Merge pull request #103 from whalehub/patch-1
chat.php: Forbid tracking users via FLoC
2021-05-19 07:18:59 +02:00
10ded3c9a2 chat.php: Forbid tracking users via FLoC
Signed-off-by: Aaron <admin@datahoarder.dev>
2021-05-18 22:09:20 +02:00
c0a5ac137b Add new security headers 2021-05-14 21:07:22 +02:00
36b8446602 Generate fixed postid for new messages to make spamming harder 2021-05-13 15:06:03 +02:00
f7fc91e2fb New Permissions-Policy syntax - fixes #102 2021-05-04 20:20:48 +02:00
58638ba56e Make sure members can not read private messages of previous guests with the same name 2021-05-02 16:31:18 +02:00
c7169daeaf Enable SQLite support for foreign keys - fixes #93 2021-05-02 15:56:43 +02:00
0f30729dc2 Merge pull request #98 from basefont/master
Add zh_Hant messages. Warn if login failures happen during session. Link PHP documentation in Chinese and French.
2021-04-17 12:24:33 +02:00
5bf6134226 Warn if failed logins happen during a chat session. 2021-04-16 07:33:08 +00:00
ef734a72e2 Link to PHP documentation in French instead of English. 2021-04-16 02:27:53 +00:00
c488978043 Link to PHP documentation in Simplified Chinese instead of English. Traditional Chinese is not available. 2021-04-16 02:20:17 +00:00
14d909ae7e Add translation messages in Traditional Chinese script (zh-Hant) generated by opencc. 2021-04-16 01:44:40 +00:00
e590f5bbb7 Fix undefined notices 2021-04-09 19:04:37 +02:00
fd249c6aee Fix login fail tracking 2021-04-09 18:54:17 +02:00
91f08337e6 Merge pull request #97 from basefont/master
Count failed login attempts and warn about them. Delete public notes of deleted accounts.
2021-04-09 18:40:09 +02:00
a610e9d9f3 Merge branch 'master' into master 2021-04-09 18:38:51 +02:00
b79070d41c Merge pull request #96 from Finnboy94/master
Add Finnish translation
2021-04-09 18:35:11 +02:00
c192cc43c8 Merge upstream
Merge branch 'master' of git://github.com/DanWin/le-chat-php
2021-04-09 13:13:28 +03:00
6cdf4c8637 Add Finnish translation by Finnboy94 2021-03-18 19:38:56 +00:00
5c88e6832c warn about failed login attempts 2021-03-13 15:31:34 +00:00
a3be33ddbc spelling 2021-03-13 14:02:35 +00:00
d433e84c49 delete public notes in delete_account() and cron() 2021-03-13 09:57:12 +00:00
0d3058a1ab fix typo 2021-03-13 09:03:31 +00:00
140fe67bfd white space only 2021-03-13 08:38:33 +00:00
c3af18b510 Add spacing after ℹ️ 2021-03-05 19:38:39 +01:00
16ffb6fdbe Fixed SQL query 2021-03-05 19:34:44 +01:00
f9b150f3ac Identify system messages with a span title.
Add option to prepend text to system messages.
Add option to always allow members to kick.
Add option to show names of those who kick people, or clean all messages.
2021-03-05 19:25:19 +01:00
a6116c53d1 Update language update script. 2021-02-27 13:27:54 +02:00
29789142ba Merge branch 'master' of git://github.com/DanWin/le-chat-php 2021-02-27 12:34:24 +02:00
c9b8a343be Add missing new setting to db 2021-02-22 09:18:03 +01:00
f92d22372c Differenciate guests and applicants 2021-02-22 09:14:39 +01:00
0b0e3ede72 Update Portuguese translation 2021-02-22 09:12:33 +01:00
6ac952138f Merge branch 'master' of git://github.com/DanWin/le-chat-php 2021-02-14 23:27:07 +02:00
42b4f1110c Fixed syntax error 2021-02-14 21:47:42 +01:00
70b327121c Added Finnish to list of usable language
s
2021-02-14 22:01:26 +02:00
04dc256a85 Added Finnish translation. 2021-02-14 21:59:29 +02:00
b9a64e7371 Fix Whitespace 2021-02-14 17:59:03 +01:00
fdc5081407 Update Portuguese translation 2021-02-14 14:51:51 +01:00
f0f812badc Add public notes 2021-02-12 18:58:09 +01:00
e51fba28c7 change appearance of print_chatters 2021-01-24 13:03:45 +01:00
86a8a81e22 Update css example for latest code changes 2020-12-27 17:35:27 +01:00
c7b824c56b Fixed memberlist html structure 2020-12-27 17:16:36 +01:00
45035ebf36 Use mime_content_type to determin uploaded files mime type when available 2020-12-27 16:43:37 +01:00