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

62 Commits

Author SHA1 Message Date
060a3b3091
Add return type to CommandTrigger::getTitle() 2023-02-02 16:42:27 +01:00
845788583d
Add return types to jsonSerialize()
> During inheritance of JsonSerializable: Uncaught
> wcf\system\exception\ErrorException: Return type of
> chat\data\room\Room::jsonSerialize() should either be compatible with
> JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange]
> attribute should be used to temporarily suppress the notice
2022-10-13 13:01:24 +02:00
118de57bb7
Bump version 2022-09-17 16:24:07 +02:00
9db3daa2bf
Bump version 2022-03-10 18:56:18 +01:00
9dcc59f610
Fix UserAction::clearDeadSessions()
This got broken in 527a04db58.
2022-03-10 17:17:03 +01:00
d50f111997
fixup! Reformat PHP files as PSR-12 2022-03-04 21:13:40 +01:00
18fc4baf11
Remove events from supportsFastSelect() if the default is false 2022-03-04 21:08:08 +01:00
b8a76b412f
Add proper types to TNeedsUser 2022-03-04 21:08:08 +01:00
c5485440bf
Mark all CacheBuilders as final 2022-03-04 21:08:08 +01:00
e516caecbf
Add proper return types to MessageAttachmentObjectType 2022-03-04 21:08:07 +01:00
d07298f086
Mark MessageAttachmentObjectType as final 2022-03-04 21:08:07 +01:00
4fbad9f887
Improve typing in DBO lists 2022-03-04 21:08:07 +01:00
8de6a993d1
Mark all Pages as final 2022-03-04 21:08:07 +01:00
8bf595d583
Use ->getControllerLink() in favor of ->getLink() 2022-03-04 21:08:06 +01:00
527a04db58
Avoid the use of empty() 2022-03-04 21:08:06 +01:00
ad9fba9d73
Mark RoomCache as final 2022-03-04 21:08:06 +01:00
fb456061bf
Mark CommandCache as final 2022-03-04 21:08:06 +01:00
fcd9b3f62b
Remove obsolete instanceof \Exception check in Room 2022-03-04 21:08:06 +01:00
aed4a71643
Mark RoomFilledCondition as final 2022-03-04 21:08:05 +01:00
164e1ab1c6
Add proper return types to all MessageTypes 2022-03-04 21:08:05 +01:00
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
27213e507f
Use ->prepare() in favor of ->prepareStatement() 2022-03-04 17:52:33 +01:00
e661d462a3
Bump version 2021-03-05 17:19:27 +01:00
d084315276
Bump version 2021-02-04 23:04:35 +01:00
b3194b65c0
Add user group options for message attachments 2021-02-04 22:55:45 +01:00
c241df9470
Bump version 2020-11-20 00:08:57 +01:00
8fc2ed4e54
Bump version 2020-11-08 12:30:49 +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
f8dafa2583
Bump version 2020-11-01 17:09:27 +01:00
885cfe6f31
Fix rendering of attachment message types 2020-11-01 16:24:58 +01:00
8856cfcd8e
Add MessageAction::pushAttachment() 2020-11-01 16:24:58 +01:00
e9739cd806
Delete attachments when deleting messages 2020-11-01 16:24:45 +01:00