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

32 Commits

Author SHA1 Message Date
Tim Düsterhus
f4c294a77c Fix formatting 2014-02-28 17:06:50 +01:00
Tim Düsterhus
6554960604 Update year in copyright 2014-02-27 23:59:36 +01:00
Tim Düsterhus
bf1ea5f411 Remove some duplicate code 2013-11-19 20:47:42 +01:00
Maximilian Mader
86ac2861f8 Improve front end design of attachment 2013-10-16 15:55:33 +02:00
Maximilian Mader
7581490345 Improve attachment system
Now it's possible to upload attachments and generate an attachment
message. The attachments are registered in the database correctly and
can be viewed WCF's attachment list in ACP.

TODO: Proper design in frontend and some backend functions.
2013-10-06 02:59:13 +02:00
Maximilian Mader
577c3fc25a Fix triple-typo ... this should fix the permissions 2013-09-06 16:16:55 +02:00
Maximilian Mader
d99d631527 Add forgotten template and fix permissions 2013-09-06 16:08:18 +02:00
Tim Düsterhus
befdf2dfd0 Fix Code format 2013-09-05 22:54:12 +02:00
Maximilian Mader
74caf2c7ec Implement Ajax-loading of message protocol 2013-09-05 20:50:47 +02:00
Tim Düsterhus
21104e4097 Remove use of deprecated methods
see WoltLab/WCF@257405df08
2013-08-19 23:23:26 +02:00
Maximilian Mader
fd17e10e8b Fix MessageAction - seconds are not minutes 2013-07-29 18:10:06 +02:00
Tim Düsterhus
8fe56d9e01 Throw InvalidArgumentException instead of NotFoundException
It provides better error messages for the user
2013-06-18 00:29:22 +02:00
Tim Düsterhus
63321dd0bd Handle whisper formatting on the client side.
Add additionalData to messages
2013-05-28 23:39:19 +02:00
Tim Düsterhus
8fbb2ae76b Move settings from user storage to user table
Closes #16
2013-05-24 17:30:27 +02:00
Tim Düsterhus
2d73af2b8c Add RoomCache class 2013-05-24 02:27:55 +02:00
Tim Düsterhus
2936b2f3aa Fix Suspension commands and clean up 2013-05-24 01:21:46 +02:00
Tim Düsterhus
0b3e4c816e Disable message pruning if CHAT_LOG_ARCHIVETIME is set to -1 2013-05-08 20:30:39 +02:00
Tim Düsterhus
f94960601e Disable wrapping of username in stream 2013-04-21 20:32:30 +02:00
Tim Düsterhus
bc7f1d78df Fix length validation 2013-04-21 20:30:06 +02:00
Tim Düsterhus
7046452b58 Validate room first in MessageAction::send() 2013-04-21 18:15:24 +02:00
Tim Düsterhus
035b03024f Use pencil icon in roomList 2013-04-05 22:17:39 +02:00
Tim Düsterhus
64a7578ab1 Reposition preparser 2013-03-19 18:36:27 +01:00
Tim Düsterhus
19e168c6a6 Fix PreParser usage 2013-03-19 18:28:56 +01:00
Tim Düsterhus
db8b4ec26e Readd usage of PreParser which got lost in 805d7a3a11 2013-03-19 18:25:13 +01:00
Tim Düsterhus
90b27972b0 Remove text/plain output 2013-03-19 18:20:40 +01:00
Tim Düsterhus
805d7a3a11 Fix away reset 2013-03-19 18:09:19 +01:00
Tim Düsterhus
b3089dbfb6 Use PreParser 2013-03-16 20:22:06 +01:00
Tim Düsterhus
1487fe559d Bugfixes in Command Handling (MuteCommand) 2013-03-11 17:17:58 +01:00
Tim Düsterhus
a935eb5f8d Drop enableBBCodes 2013-03-11 15:42:05 +01:00
Tim Düsterhus
850ccd65fd Check for allowed BBCodes
Closes #18
2013-03-11 15:28:51 +01:00
Tim Düsterhus
daeb63d219 Use WCF.Action.Proxy for message sending
Closes #17
2013-03-11 15:17:58 +01:00
Tim Düsterhus
17bc3ba4fd Port Chat to application (first parts) 2013-01-19 20:36:40 +01:00