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

159 Commits

Author SHA1 Message Date
4bbd89d474
Fix our "fake" mobile dropdown settings menu 2024-01-13 20:45:44 +01:00
dd4ecbd4ba
Make the .hideIcon for Info and Where messages a button
This implicitly fixes the cursor to properly show a pointer cursor.
2024-01-13 20:36:35 +01:00
03005a86c3
Fix localization of room title in WhereMessageType 2024-01-13 19:49:46 +01:00
32bfb7a24a
Replace usage of the PACKAGE_VERSION constant
See ffa7464b74
2024-01-13 19:44:55 +01:00
95d7f4a961
Use random_int() instead of microtime() to generate temproom names
This fixes the deprecated implicit conversion from float to int on PHP 8+.
2024-01-13 19:44:45 +01:00
b0120e16c0
Update copyright year in LICENSE 2024-01-13 19:40:36 +01:00
a6d586f76b
Exclude Parser Combinator newer than 0.6.x 2024-01-13 19:39:02 +01:00
061712e4d8
Tighten up com.woltlab.wcf dependencies 2024-01-13 19:38:18 +01:00
57e2dea210
Update yarn dependencies 2023-10-31 13:16:12 +01:00
04c62e4156
Update yarn dependencies 2023-08-08 12:59:02 +02:00
4cf37c0d33
Bump yarn dependencies 2023-07-04 14:04:09 +02:00
16fcc9df2e
Bump version 2023-02-22 17:45:50 +01:00
0c9419c89b
Add update script to delete orphaned attachments 2023-02-22 17:43:22 +01:00
7837b61eb8
Assist IDE type inference in MessageAction::create() 2023-02-22 17:34:09 +01:00
ac4178bd36
Gracefully handle deleted messages in MessageAttachmentObjectType 2023-02-22 17:33:27 +01:00
4579696576
Mark all box controllers as final 2023-02-02 16:44:23 +01:00
677b07c634
Add return tyoe to RoomListBoxController::getLink() 2023-02-02 16:43:13 +01:00
060a3b3091
Add return type to CommandTrigger::getTitle() 2023-02-02 16:42:27 +01:00
599736eb59
Remove unneeded @ in attributes in templates 2023-01-20 12:46:33 +01:00
d846ec0741
Update versions in .babelrc 2023-01-10 22:48:39 +01:00
a24d6d6b51
Bump yarn dependencies 2023-01-10 09:40:16 +01:00
7cff486629
Add missing .button class to Attach/Upload dialog buttons 2022-10-13 13:41:47 +02: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
7d7bf89dcc
Include app.config.inc.php in global.php 2022-09-19 23:10:47 +02:00
118de57bb7
Bump version 2022-09-17 16:24:07 +02:00
3ec20f2e52
Drop old update instructions 2022-09-17 16:24:06 +02:00
8a82aedb76
Merge branch 'suite55' 2022-08-10 23:29:48 +02:00
016c2d7090
Slight improvements to the sidebar content 2022-08-10 23:24:09 +02:00
4c6a8e8326
Reduce jumpiness when loading the chat interface 2022-08-10 23:23:50 +02:00
3bdf037477
Fix our custom sidebar breakpoints 2022-08-10 23:23:33 +02:00
8e2bb52fc6
Disable scrolling while the user / room list overlay is open 2022-08-10 23:23:17 +02:00
f85699b314
Add a user and room list overlay for the smartphone UI 2022-08-10 23:23:02 +02:00
3ef5202f08
Fix max embed width and hide footer boxes in fullscreen mode 2022-08-10 23:21:05 +02:00
051de67924
Add <import> tags to language/*.xml 2022-08-09 23:49:41 +02:00
e90b00610e
Tighten up com.woltlab.wcf requirement 2022-08-09 22:08:29 +02:00
9e7d1887c2
Update yarn dependencies 2022-07-21 09:06:03 +02:00
fb4a3ec3c6
Update yarn dependencies 2022-03-30 18:31:13 +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
9c3f0db196
Bump version 2022-03-04 21:21:52 +01:00
d50f111997
fixup! Reformat PHP files as PSR-12 2022-03-04 21:13:40 +01:00
adf8792cb2
Add .gitattributes for proper diff drivers 2022-03-04 21:08:09 +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