1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-11-01 14:20:07 +00:00
Commit Graph

555 Commits

Author SHA1 Message Date
ab32c52bad Merge branch 'invite' 2015-03-21 01:03:15 +01:00
14c594b082 Prevent inviting users who have blocked the sender 2015-03-21 00:57:56 +01:00
5354913ce5 Fix typo in RoomAddForm.class.php 2015-01-10 15:44:09 +01:00
48976d793b Implement maxUsers in RoomAction 2015-01-10 01:03:23 +01:00
418443bb45 Update RoomEditForm according to RoomAddForm 2015-01-10 01:03:17 +01:00
8c68694c00 Add possibility to define maxUsers in RoomAddForm 2015-01-10 01:03:10 +01:00
a2a1a86324 Allow saving of button statuses
Closes #65
2014-12-14 01:50:53 +01:00
32ba532bc7 Throw an IllegalLinkException if room is null in UserAction 2014-12-13 16:16:00 +01:00
1d40423c91 Improve validation in UserAction 2014-12-13 15:53:12 +01:00
55d634d78e Make use of WCF.Template (JavaScript) 2014-12-12 23:22:54 +01:00
a30a922a64 Properly encode username in Message::getUsername() 2014-12-12 21:13:30 +01:00
430c0e4ad1 Use ArrayUtil::toIntegerArray() on $this->parameters['recipients'] 2014-12-10 00:24:23 +01:00
c2cceb5f27 Improve code
- Add function comments
- Use $this->parameters in UserAction
2014-12-10 00:20:51 +01:00
d0b9eff8eb Fix code style 2014-12-10 00:15:48 +01:00
47a84a9d7f Implement invitations in frontend 2014-12-09 23:57:25 +01:00
09fb08b633 Merge remote-tracking branch 'origin/master' into invite 2014-12-09 23:25:15 +01:00
63adcd13d3 Merge branch '3.0.x' 2014-12-02 18:17:24 +01:00
73e8f053ee Properly hide dashboard box for guests 2014-12-02 18:16:50 +01:00
7ca0420e17 Merge branch '3.0.x' 2014-11-15 16:37:43 +01:00
2400564500 Fix WCF 2.1 compatibility 2014-11-15 16:19:53 +01:00
80db5cf3c9 Add date to message if they are from a previous day 2014-10-31 02:20:23 +01:00
979fe68fc2 Merge branch '3.0.x' 2014-10-31 02:04:08 +01:00
79196bade9 Fix clock shift issue in MessageLogDownloadPage 2014-10-31 02:01:32 +01:00
9ad0c840a6 Fixup "Fix chat room pruning" 2014-10-18 21:48:33 +02:00
7871f022e1 Merge branch '3.0.x' 2014-10-18 19:38:53 +02:00
47bce1e4aa Fix chat room pruning 2014-10-18 19:38:01 +02:00
8397645354 Add first pieces of invitation system 2014-09-29 01:39:59 +02:00
d4e6d3faef Depend on Push instead of nodePush 2014-09-29 01:39:45 +02:00
11099fda25 Merge branch '3.0.x' 2014-09-19 23:19:20 +02:00
6a0d0a6ec6 Fix typo in RoomAction 2014-09-19 23:19:07 +02:00
ca203333d7 Allow showing the number of chatters in main menu 2014-09-05 20:42:37 +02:00
58e5fa4f58 Merge branch '3.0.x' 2014-08-18 18:20:24 +02:00
5b8dbe7d3b Fix redirect to first room in ChatPage 2014-08-18 18:20:06 +02:00
1a3ab20b6a Merge branch '3.0.x' 2014-08-14 19:12:02 +02:00
4145715b06 Fix permission check in WhereCommand 2014-08-14 19:10:30 +02:00
Maximilian Mader
2ad26f0d04 Don't color usernames if the color has not been set explicitly 2014-08-12 20:43:35 +02:00
c44dea73d3 Merge branch '3.0.x' 2014-08-08 02:00:06 +02:00
bc11d9a7ef Correctly filter out rooms w/o permission in room select 2014-08-08 01:59:24 +02:00
Maximilian Mader
c2fe53fdb0 Implement a “pseudo global” room
The „global“ room can be activated on a user group basis.
This allows for bots processing messages from all rooms and responding to them.
2014-08-03 01:06:44 +02:00
Tim Düsterhus
1d92b0f26b Provide roomID for users in NewMessagesPage 2014-08-02 18:11:54 +02:00
64d2242cde Add $user parameter to canMute() and canBan() 2014-07-29 03:12:51 +02:00
850bfacfbb Add class 'mod' to user if he's got moderative permissions in the room 2014-07-27 22:28:13 +02:00
Joshua Rüsweg
5874065c3c fix php notice "array to string conversion" 2014-05-20 21:00:51 +02:00
Joshua Rüsweg
196f4916bb fix php notice "array to string conversion" 2014-05-20 19:48:26 +02:00
Tim Düsterhus
6d0a19a53e Add missing getReceiver() in InviteCommand
see https://tims.bastelstu.be/forum/index.php/Thread/155-Temproom-Einladung-Falsche-Bezeichnung/
2014-04-13 17:58:27 +02:00
a32008bd2d Fix active acpMenuItem in RoomEditForm 2014-03-21 00:33:27 +01:00
Tim Düsterhus
b459d35c25 Fix message sending when no smilies exist
see https://tims.bastelstu.be/forum/index.php/Thread/126-Empty-Meldung-bei-Eingabe/
2014-03-11 20:40:45 +01:00
3997f674a4 Fix empty command alias list
See https://tims.bastelstu.be/forum/index.php/Thread/133-Fehlermeldung-wenn-keine-Befehls-Aliase-definiert-wurden/
2014-03-10 18:32:56 +01:00
Tim Düsterhus
d1a44417e6 Properly set $userID as key in Room::getUsers()
NewMessagesPage relies on the keys being userIDs for user storage loading.
2014-03-03 03:25:37 +01:00
Maximilian Mader
7132a4692f Return roomID on join 2014-03-02 18:11:54 +01:00