|
a37ea34670
|
Merge branch 'cookies' into test
|
2021-08-28 01:13:07 +03:00 |
|
|
56418b1551
|
Mark all necessary cookies as SameSite=None if possible
|
2021-08-28 01:12:40 +03:00 |
|
|
dc9f128b79
|
Fix code style
|
2021-08-28 00:40:29 +03:00 |
|
|
2533b362ab
|
Fallback to window-based chat in case of blocked third parties cookies
Also affects #261.
|
2021-08-27 23:10:41 +03:00 |
|
|
0c416c7d7c
|
Add handler for exceptions on thread update related to cookies block (see also #258)
|
2021-08-27 15:00:22 +03:00 |
|
|
fd94b0108c
|
Remove redundant legacy code
|
2021-08-27 13:04:57 +03:00 |
|
|
99fb30b0ec
|
Remove redundant legacy code
|
2021-08-27 13:04:34 +03:00 |
|
|
81e2e345a7
|
Fix invalid behavior of invitations in case of blocked cookies
|
2021-08-27 03:24:06 +03:00 |
|
|
ce5071c3e3
|
Fix typo
|
2021-08-27 03:00:13 +03:00 |
|
|
1210561448
|
Implement prototype for invitation sound playback
|
2021-08-27 02:29:37 +03:00 |
|
|
9294697d58
|
Fix type
|
2021-08-27 02:21:58 +03:00 |
|
|
3a92a54cd5
|
Fix some real-world issues with invitation styles
|
2021-08-26 00:15:28 +03:00 |
|
|
b6a70659b1
|
Fix issue with invalid management of session cookies in some browsers leading to "attack of clones"
|
2021-08-24 22:41:20 +03:00 |
|
|
cd22f3e9d8
|
Fix damned cookies behaviour in modern chrome
|
2021-08-24 22:39:35 +03:00 |
|
|
8aba48a1d2
|
Remove obsolete code from init
|
2021-08-24 19:09:22 +03:00 |
|
Fedor A. Fetisov
|
423ef8d36f
|
Set cookies on the client side as secure and safe to set as third party if possible
|
2021-08-24 17:26:28 +03:00 |
|
|
098abccde7
|
Fix code style
|
2021-08-24 17:21:09 +03:00 |
|
Fedor A. Fetisov
|
75aaaf21b7
|
Bump version
|
2021-07-13 14:07:10 +03:00 |
|
|
622027302f
|
Switch to own PHP8 compatible fork of CanteenHTML5
|
2021-07-09 23:38:03 +03:00 |
|
|
5b999eff2d
|
Fix warning in PHP 8.0
|
2021-07-09 01:39:50 +03:00 |
|
|
562eeceac2
|
Bump version
|
2021-07-08 23:52:07 +03:00 |
|
|
f9e0755b23
|
Fix typo in chat user model property
|
2021-06-15 01:09:18 +03:00 |
|
|
74b9faf7af
|
Merge pull request #259 from jmechnich/fix-ssl-icon-link
fix SSL lock icon link in chat
|
2021-06-15 01:07:04 +03:00 |
|
jmechnich
|
9978074fbc
|
fix SSL lock icon link in chat
|
2021-06-11 21:42:17 +02:00 |
|
|
2df50d9096
|
Bump version
|
2021-05-18 18:00:17 +03:00 |
|
|
14aba49194
|
Update i18n submodule
|
2021-05-18 18:00:05 +03:00 |
|
|
17df9c8dbc
|
Implement CAPTCHA for the form to send chat to email (fixes #255)
|
2021-05-18 15:28:44 +03:00 |
|
|
6dae66540d
|
Make possible to disable sending a chat to email
|
2021-05-16 02:40:51 +03:00 |
|
|
0317979c92
|
Update i18n submodule
|
2021-04-23 13:49:22 +03:00 |
|
|
a4b3824a42
|
Fix typo in standard mail template
|
2021-04-15 22:01:23 +03:00 |
|
|
f1200c4999
|
Fix installer crash in absence of PDO and/or pdo_mysql extensions
|
2021-04-14 13:40:50 +03:00 |
|
|
d7365d719f
|
Update i18n submodule
|
2021-04-14 12:32:43 +03:00 |
|
|
42f5c1a20a
|
Fix issue with invitation to chat from inaccessible operator
|
2021-04-13 19:11:03 +03:00 |
|
|
74e69aa520
|
Fix issue with notices about non well formed numeric values
|
2021-04-09 16:45:46 +03:00 |
|
|
20da5d2f36
|
Fix possible type mismatch in track_visit_page func
|
2021-04-09 16:34:29 +03:00 |
|
|
fe951ad050
|
Update system requirements
|
2021-04-09 15:48:19 +03:00 |
|
Tsvetan Koshutanski
|
8edcc7e57f
|
Update dependencies and routing.yml for PHP 7.4
|
2021-04-09 15:47:15 +03:00 |
|
Tsvetan Koshutanski
|
62ad932aa7
|
Properly check if variable is set before referencing it
For PHP 7.4
|
2021-04-09 15:24:01 +03:00 |
|
|
33fb35bd34
|
Fix returning value in get_group_email func
|
2021-04-09 15:05:16 +03:00 |
|
Tsvetan Koshutanski
|
003f98b18c
|
Check if group is set
The actual value is possible to be null,
thus leading to PHP notice without the check.
For PHP7.4
|
2021-04-09 15:05:02 +03:00 |
|
|
6e3720f8e4
|
Bump version
|
2021-04-02 18:31:03 +03:00 |
|
Tsvetan Koshutanski
|
4f3d0a57f9
|
Change return type to empty string on bad incoming value
|
2021-03-29 17:24:50 +03:00 |
|
Tsvetan Koshutanski
|
f28659a025
|
Check variable is of type array before using it
For PHP 7.4
|
2021-03-29 17:24:29 +03:00 |
|
Tsvetan Koshutanski
|
026b463fb7
|
Ignore intellij folder
|
2021-03-29 17:22:46 +03:00 |
|
|
bfe0065f1c
|
Bump version
|
2021-03-22 22:41:40 +03:00 |
|
|
91a1b1872c
|
Fix style of generated operator code field
|
2021-03-22 22:41:35 +03:00 |
|
|
cf67b11295
|
Fix issue with double widget code in generated button
|
2021-03-22 22:41:26 +03:00 |
|
|
dd4169f815
|
Fix check of system requirements
|
2021-03-22 22:41:12 +03:00 |
|
|
dbe04bb342
|
Update system requirements
|
2021-03-18 18:42:33 +03:00 |
|
|
98f2b68560
|
Bump version
|
2021-03-18 16:53:01 +03:00 |
|