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

1257 Commits

Author SHA1 Message Date
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
d462381f88 Merge branch '3.0.x' 2014-08-17 02:56:00 +02:00
74a1b58085 Remove relicts 2014-08-17 02:54:07 +02:00
19f613a9f0 Merge branch '3.0.x' 2014-08-14 19:27:50 +02:00
83f41f2113 Merge remote-tracking branch 'origin/3.0.x' into 3.0.x 2014-08-14 19:27:10 +02:00
d09606dda8 Merge branch '3.0.x' 2014-08-14 19:24:20 +02:00
5f9c3f8058 Bump version number 2014-08-14 19:16:15 +02:00
1a3ab20b6a Merge branch '3.0.x' 2014-08-14 19:12:02 +02:00
3bd77176e7 Merge branch '3.0.x' 2014-08-14 19:12:00 +02:00
4145715b06 Fix permission check in WhereCommand 2014-08-14 19:10:30 +02:00
Maximilian Mader
bd08731325 Merge branch '3.0.x' 2014-08-12 21:14:47 +02:00
Maximilian Mader
61bba5529c Add clearfix to .timsChatText to prevent floated content destroying the layout 2014-08-12 21:09: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
12b321d7e8 Fix race condition in combination with nodePush
If a nodePush notification comes in *after* PHP fetched the new messages
from database, but before the server reply is received it may delay the
arrival of the new message up to a minute (where the automated timer kicks
in)
2014-08-10 00:24:17 +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
d22c209e8d Merge branch '3.0.x' 2014-08-02 21:40:52 +02:00
44a4353fcf Fix autocomplete cycling in Google Chrome 2014-08-02 21:40:38 +02:00
Tim Düsterhus
1d92b0f26b Provide roomID for users in NewMessagesPage 2014-08-02 18:11:54 +02:00
fe2f675e4d Merge branch '3.0.x' 2014-08-02 15:57:07 +02:00
c4952705c3 Unify language item 2014-08-02 15:53:32 +02:00
e6120c70d1 Merge branch '3.0.x' 2014-07-31 16:24:31 +02:00
92f24afb8f Make copyright notice consistent with WoltLab's applications 2014-07-31 16:24:11 +02:00
dae0488b57 Truncate message in desktop notification 2014-07-30 21:43:00 +02:00
3e75057fe9 Add <usersonly> to userGroupOption.xml 2014-07-30 21:27: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
Maximilian Mader
c36b38b12e Update codename 2014-06-21 23:36:23 +02:00
97e3050ac8 Bump version number 2014-06-21 21:28:54 +02:00
bedb39912d Begin v3.1 development 2014-06-21 21:28:54 +02:00
Maximilian Mader
c6e776b668 Hide upload button while private channel is being active 2014-06-21 21:24:57 +02:00
Maximilian Mader
6f9418e167 Fix marking of messages in speech bubbles
It failed on appending a new message to the same speech bubble
2014-06-21 18:54:35 +02:00
4091a6e7e6 Fix address bar update when changing room 2014-06-20 17:26:51 +02:00
a4c3da02ba Properly support message type CLEAR 2014-06-19 20:53:29 +02:00
Joshua Rüsweg
5874065c3c fix php notice "array to string conversion" 2014-05-20 21:00:51 +02:00
Tim Düsterhus
28b46263d3 Merge pull request #74 from joshuaruesweg/master
fix php notice "array to string conversion"
2014-05-20 20:40:16 +02:00
Joshua Rüsweg
196f4916bb fix php notice "array to string conversion" 2014-05-20 19:48:26 +02:00
fc792cab99 Fix acpMenu structure 2014-05-05 21:28:21 +02:00
e78f92f059 Remove obsolete rooms from install.sql 2014-05-01 20:36:25 +02:00
Maximilian Mader
b8bc642714 Don't insert text if the allowed length would be exceeded 2014-04-29 22:04:52 +02:00
Maximilian Mader
b633f05452 Change fired event in insertText from 'keyup' to 'change'
jCounter listens to this event and updates the counter if this event is fired
2014-04-28 13:59:08 +02:00
Tim Düsterhus
79a22b8d56 Fix date selection if CHAT_LOG_ARCHIVETIME is -1 2014-04-13 18:24:49 +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
5ba68b057b Add missing language variables 2014-04-08 15:08:57 +02:00
Maximilian Mader
da96abd546 Add sidebar events 2014-03-24 21:52:05 +01:00
bbee65aad5 Bump version number 2014-03-24 01:10:16 +01:00
a32008bd2d Fix active acpMenuItem in RoomEditForm 2014-03-21 00:33:27 +01:00
Maximilian Mader
ec2a5b07ff Fix topic hiding mechanism 2014-03-17 22:04:46 +01:00