1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Commit Graph

103 Commits

Author SHA1 Message Date
9119b4ab22
Add proper return types to PageHandlers 2022-03-04 21:08:05 +01:00
54a84be9a6
Mark all PageHandlers as final 2022-03-04 21:08:05 +01:00
f38d27b55d
Add proper return types to Suspensions 2022-03-04 21:08:05 +01:00
c8b8f4862c
Mark all Suspensions as final 2022-03-04 21:08:04 +01:00
95038b440d
Mark CHATCore as final 2022-03-04 21:08:04 +01:00
17546d4f24
Mark all MessageTypes as final 2022-03-04 21:08:04 +01:00
e836009dbb
Make Broadcast/Team message types not inherit from PlainMessageType 2022-03-04 21:08:03 +01:00
5b4d97fbc8
Mark all Commands as final 2022-03-04 21:08:03 +01:00
d44003b3ef
Add proper types to User 2022-03-04 21:08:03 +01:00
56faf3fab1
Add proper types to Suspension 2022-03-04 21:08:03 +01:00
06f15e0306
Add proper types to RoomCache 2022-03-04 21:08:03 +01:00
edb52df83d
Add proper types to Room 2022-03-04 21:08:02 +01:00
dee22a8547
Add proper types to CommandTrigger 2022-03-04 21:08:02 +01:00
4d6260a079
Add proper types to CommandCache 2022-03-04 21:08:02 +01:00
fb2df33fc7
Add proper types to Command 2022-03-04 21:08:02 +01:00
f996153ed3
Mark all event listeners as final 2022-03-04 21:08:01 +01:00
be3b2657bf
Use assert to verify invariants 2022-03-04 21:08:01 +01:00
00167fc6ed
Reformat PHP files as PSR-12 2022-03-04 21:08:01 +01:00
1a5c76500b
Remove obsolete templateListener
This template event no longer exists.
2022-03-04 20:23:05 +01:00
28ac184cb7
Fix compatibility with WoltLab Suite 5.5 2022-03-04 20:05:12 +01:00
27213e507f
Use ->prepare() in favor of ->prepareStatement() 2022-03-04 17:52:33 +01:00
f1fdf31ccd
Tighten up com.woltlab.wcf requirement 2022-01-08 17:31:55 +01:00
39c54c780d
Update yarn dependencies 2022-01-08 17:30:21 +01:00
30e6df9bcf
Update yarn dependencies 2021-10-19 11:40:53 +02:00
606ce14057
Update npm dependencies 2021-09-17 15:14:39 +02:00
ba4b521d32
Use prettier for SCSS 2021-08-15 12:58:50 +02:00
34ce1f86ed
Use {jslang} 2021-08-15 12:54:14 +02:00
e246e77dc4
Use the formNotice template 2021-08-15 12:50:51 +02:00
5e25c22b60
Replace {@SECURITY_TOKEN_INPUT_TAG} by {csrfToken} 2021-08-15 12:48:36 +02:00
b76a1cee9e
Add .vscode/settings.json with a ruler at column 120 2021-08-15 12:47:02 +02:00
fc1045831f
Update yarn dependencies 2021-08-11 09:17:13 +02:00
05b6617909
Update yarn dependencies 2021-05-08 13:29:01 +02:00
5b21a13fad
Tighten up com.woltlab.wcf requirement 2021-03-05 17:21:16 +01:00
e661d462a3
Bump version 2021-03-05 17:19:27 +01:00
2bf415225a
Trigger DomChangeListener in BoxRoomList on update 2021-02-05 22:15:07 +01:00
eba9d9d34a
Fix this handling in Chat/Template.js 2021-02-05 12:18:59 +01:00
d084315276
Bump version 2021-02-04 23:04:35 +01:00
146a88813a
Merge remote-tracking branch 'origin/attachment' 2021-02-04 22:56:48 +01:00
b3194b65c0
Add user group options for message attachments 2021-02-04 22:55:45 +01:00
57fbe3d3e9
Add preview for non-images in attachment dialog 2021-02-04 22:45:02 +01:00
60a770be7d
Run prettier 2021-02-04 22:44:45 +01:00
c241df9470
Bump version 2020-11-20 00:08:57 +01:00
27794c2061
Hide chat attachments from attachment list 2020-11-20 00:06:08 +01:00
8fc2ed4e54
Bump version 2020-11-08 12:30:49 +01:00
a89a12ee7f
Mark user as back after sending an attachment 2020-11-08 12:29:15 +01:00
23228c9ed6
Bump version 2020-11-02 21:29:59 +01:00
09892db6f1
Improve attachment error handling 2020-11-02 21:27:08 +01:00
a0557e3178
Make upload dialog look more in line with other confirmation dialogs 2020-11-02 18:54:43 +01:00
4544813255
Remove the leading # in the color command
Starting with PHP 7.4 passing invalid characters to `hexdec` generates a deprecation notice.
2020-11-01 18:26:16 +01:00
ae637128c3
Add .git-blame-ignore-revs file 2020-11-01 17:43:25 +01:00