Commit Graph

379 Commits

Author SHA1 Message Date
66a4bc6b17 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: DanWin/LE Chat PHP
Translate-URL: https://weblate.danwin1210.de/projects/DanWin/le-chat-php/
2023-01-18 21:01:59 +00:00
1c55a79122 Migrate translations from PHP array to gettext 2023-01-18 21:53:08 +01:00
b1f6de6a35 Add security policy 2023-01-07 18:13:41 +01:00
5919bd622d Removed no longer existing live demo 2022-12-11 18:27:01 +01:00
cbf1520dfd Empty history state - Fixes #130 2022-10-22 12:11:13 +02:00
745e16bc51 Minor css structure improvements 2022-09-06 22:35:59 +02:00
ddd62ed0f4 Fixed styling nicknames 2022-09-05 22:12:31 +02:00
b071f0b721 Reduce inline CSS 2022-09-05 22:05:26 +02:00
0e6202b57d Add JS helper scripts to autofocus message field after loading 2022-09-02 07:34:13 +02:00
aff8b156d6 Added new options to hide buttons, customize refresh limits and allow js 2022-09-02 05:16:33 +02:00
9056439295 Lucky Eddie's .onion site no longer exists 2022-07-02 17:16:04 +02:00
25abd8c790 updated domain 2022-07-02 17:14:17 +02:00
c8f9613934 Fixed ukranian translation file 2022-02-24 08:00:33 +01:00
3f98403268 Merge pull request #121 from vitich/patch-1
Update lang_uk.php
2022-02-23 10:14:54 +01:00
f489d8e6ca Update lang_uk.php
Ukrainian translation was horrible... It looks like the file was translated by the robot Fedor or Rogozin personally... Google translate rules!
2022-02-23 03:33:04 +02:00
500709cfb7 Merge pull request #118 from wolf128058/master
translation, urlencode, escapement, type-tag
2022-02-03 22:12:52 +01:00
062fac1278 use urlencode in urls (was htmlspecialchars) 2022-01-31 11:38:54 +01:00
bf60367704 you do not need to escape " in ' 2022-01-31 11:38:10 +01:00
bb2cc200a6 fixed some translation (de) 2022-01-31 11:37:36 +01:00
cac94d3151 you do not need "text/css"-type for style-tags 2022-01-31 11:36:51 +01:00
47d4858753 SQL Bugfix when prefix is in use 2022-01-29 13:13:47 +01:00
ee5d376a0b PayPal closed my account... 2021-11-11 13:40:27 +01:00
df18b8072c Delete deleted users data and not the admins data 2021-09-11 14:33:10 +02:00
eb04a484ab Add decryption of messages to view_publicnotes - fixes #115 2021-08-28 19:41:33 +02:00
a0df135e12 Delete data associated with deleted accounts and fix view_publicnotes function 2021-08-26 00:06:56 +02:00
4fdd795a74 Use DISTINCT rather than GROUP BY - Fixes #112 2021-08-18 19:16:16 +02:00
420b95237c Fix TypeError caused by empty memcached cache returning bool - Closes #111 2021-08-12 21:47:32 +02:00
caa0f3ddae Adding a sounds folder with sample sounds for the future (#109)
* Updating the update script to check Finnish

* Back to orig

* Added the update script back

* Add a sounds folder with some example notification sounds for the future.
2021-08-12 21:31:29 +02:00
1d654a6ac3 Add Arabic translation 2021-07-08 18:51:43 +02:00
70df4d9cf5 Fixed typo 2021-06-19 12:43:17 +02:00
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