f4eb305cf1
Fix stripping of ip addresses
2016-08-17 20:51:23 +02:00
85f36a4781
Exclude WCF > 2.1
2016-08-17 20:42:22 +02:00
48eeb23555
Bump version number
2016-08-17 20:39:27 +02:00
2e706d22b9
Strip ipAddress from JSON output
2016-08-17 20:36:19 +02:00
a9c2e4fe30
Fix uncaught TypeError in Safari 8
...
jQuery's “.focus()” returns undefined in Safari 8, thus the following error will be thrown and sending of messages is impossible: “Uncaught TypeError: Cannot read property 'change' of undefined”
2015-09-26 23:27:41 +02:00
dc56c5a152
Bump version number
2015-05-23 20:47:11 +02:00
a604f7d1fe
Fix WCF 2.1.4 compatibility
2015-05-23 20:43:04 +02:00
74676f2203
Fix typo in AbstractSuspensionCommand.class.php
2015-05-04 20:03:16 +02:00
760973ae90
Fix typo in package.xml
2015-04-02 01:35:00 +02:00
f776f38434
Bump version number
2015-04-02 01:22:26 +02:00
689177a8bb
Fix WCF 2.1 compatibility of RoomEditor::deleteAll()
2015-04-01 23:10:40 +02:00
eec725e687
Bump version number
2015-02-25 22:35:22 +01:00
12dd915ea2
Backport: Make smiley selection compatible with WCF 2.0 and 2.1
...
This backports 0e7d4d9c07
Conflicts:
file/js/be.bastelstu.Chat.litcoffee
2015-02-25 22:34:58 +01:00
b8fb128dc5
Remove phpcpd from .travis.yml
2015-01-10 15:45:45 +01:00
5941420ce9
Fix attachment upload button in mobile view
2015-01-10 01:55:38 +01:00
b9f5f46df9
Properly encode username in tab menu tabs
2014-12-18 15:58:55 +01:00
fed02ce18b
Backport: Improve clearfix
2014-12-09 23:21:53 +01:00
73e8f053ee
Properly hide dashboard box for guests
2014-12-02 18:16:50 +01:00
2400564500
Fix WCF 2.1 compatibility
2014-11-15 16:19:53 +01:00
79196bade9
Fix clock shift issue in MessageLogDownloadPage
2014-10-31 02:01:32 +01:00
dad63c7967
Bump version number
2014-10-18 22:13:47 +02:00
9ad0c840a6
Fixup "Fix chat room pruning"
2014-10-18 21:48:33 +02:00
47bce1e4aa
Fix chat room pruning
2014-10-18 19:38:01 +02:00
0f4b99da26
Merge branch '3.0.x' of github.com:wbbaddons/Tims-Chat into 3.0.x
2014-09-19 23:19:54 +02:00
6a0d0a6ec6
Fix typo in RoomAction
2014-09-19 23:19:07 +02:00
c074261521
Fix system breaking bug(s).
2014-09-09 23:58:07 +02:00
ba646da078
Fix typo in be.bastelstu.Chat.litcoffee
2014-09-05 21:12:48 +02:00
5b8dbe7d3b
Fix redirect to first room in ChatPage
2014-08-18 18:20:06 +02:00
74a1b58085
Remove relicts
2014-08-17 02:54:07 +02:00
83f41f2113
Merge remote-tracking branch 'origin/3.0.x' into 3.0.x
2014-08-14 19:27:10 +02:00
5f9c3f8058
Bump version number
2014-08-14 19:16:15 +02:00
4145715b06
Fix permission check in WhereCommand
2014-08-14 19:10:30 +02:00
Maximilian Mader
61bba5529c
Add clearfix to .timsChatText to prevent floated content destroying the layout
2014-08-12 21:09:30 +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
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