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

1231 Commits

Author SHA1 Message Date
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
bc11d9a7ef Correctly filter out rooms w/o permission in room select 2014-08-08 01:59:24 +02:00
44a4353fcf Fix autocomplete cycling in Google Chrome 2014-08-02 21:40:38 +02:00
c4952705c3 Unify language item 2014-08-02 15:53:32 +02:00
92f24afb8f Make copyright notice consistent with WoltLab's applications 2014-07-31 16:24:11 +02:00
97e3050ac8 Bump version number 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
dcdaa54ab7 Fix autoscroll when switching channels 2014-03-17 18:47:00 +01:00
4f4ececb6f Add missing language variable to WCF.Language (JS) 2014-03-16 20:20:54 +01:00
Maximilian Mader
ec937c15b5 Improve join function
- Prevent multiple join requests
- Disable input during joining a room
- Prevent joining the same room again (TODO: also prevent this on the server side)
2014-03-13 21:18:03 +01:00
Maximilian Mader
8e0a07ab30 Don't show topic of a room again if it has been hidden during the current session 2014-03-13 20:56:46 +01:00
Tim Düsterhus
76e2893be6 Merge branch 'master' of github.com:wbbaddons/Tims-Chat 2014-03-12 23:47:24 +01:00
Tim Düsterhus
6fe073fd0c Remove logging to console from debug code 2014-03-12 23:31:21 +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
9d8359a52c Fix mute command in user menu
see https://tims.bastelstu.be/forum/index.php/Thread/129-Knebeln-per-Dropdown-nicht-m%C3%B6glich/
2014-03-10 18:25:18 +01:00
Tim Düsterhus
ecb82e74d7 Improve chat template
- Add missing userNotice include in roomList
- Add missing template event for buttons
2014-03-06 00:23:45 +01:00
Maximilian Mader
63fb3cdd9c Fix language variable 2014-03-03 19:08:37 +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
dde862d5a6 Fix overflow on reload button 2014-03-02 22:41:20 +01:00
Tim Düsterhus
c2d2ea460c Bump version number 2014-03-02 21:13:42 +01:00
Maximilian Mader
515a670a6c Fix fullscreen mode on mobile devices and single line information messages 2014-03-02 20:03:21 +01:00
Tim Düsterhus
1a2ffaaa77 Add missing english language items 2014-03-02 19:45:56 +01:00
Maximilian Mader
7132a4692f Return roomID on join 2014-03-02 18:11:54 +01:00
Maximilian Mader
16afdf6ce4 Add permission check to user menu
Also export getUserList and getRoomList
2014-03-02 17:57:41 +01:00
Tim Düsterhus
be0dc70a5b Fix comment in RoomAction 2014-03-02 17:11:53 +01:00
Tim Düsterhus
81cabf3dd8 Use PeriodicalExecutor's resume 2014-03-02 16:04:45 +01:00
Tim Düsterhus
c82ff3715a Fix filtering for suspension type in ChatSuspensionList 2014-03-02 03:44:46 +01:00
Tim Düsterhus
cc23c5554d Add integration into Tims Bastelstube for your ACP 2014-03-02 03:26:57 +01:00
Maximilian Mader
2ab194541f Fix wrong lang var name 2014-03-02 00:44:34 +01:00
Maximilian Mader
20bce575bb Improve selection of chat messages 2014-03-02 00:33:45 +01:00
Tim Düsterhus
63dda62662 Add Max to graphics 2014-03-01 23:51:18 +01:00
Tim Düsterhus
594f9b30f4 Fix typoes in english translation 2014-03-01 23:51:06 +01:00