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

1310 Commits

Author SHA1 Message Date
Tim Düsterhus
e3c5d5d446 Improve <packagename> 2013-11-13 19:03:01 +01:00
Maximilian Mader
8b2f6c5155 Fix formatting 2013-11-09 14:38:17 +01:00
Maximilian Mader
c91797e480 Bump version number 2013-11-09 14:24:43 +01:00
Maximilian Mader
71dabf35fa Merge branch 'attachments' 2013-11-09 14:01:51 +01:00
Maximilian Mader
3fe5016c9a Improve attachments in UI 2013-11-02 23:08:12 +01:00
Maximilian Mader
77830cf6fb Merge branch 'master' into attachments 2013-11-02 23:05:57 +01:00
Maximilian Mader
2088cb9c01 Fix some typos, overhaul copyright dialog 2013-11-02 21:54:24 +01:00
Maximilian Mader
0622d64e28 Properly encode usernames and room titles 2013-10-16 21:32:55 +02:00
Maximilian Mader
92ee11daba Delete attached files on deletion of messages 2013-10-16 20:16:31 +02:00
Tim Düsterhus
31ef9c7621 Deliver uncompressed javascript in ACP 2013-10-16 19:46:06 +02:00
Tim Düsterhus
00e637397c Fix username of revoker in ChatSuspensionListPage 2013-10-16 17:53:29 +02:00
Maximilian Mader
86ac2861f8 Improve front end design of attachment 2013-10-16 15:55:33 +02:00
Maximilian Mader
5862f1c283 Merge branch 'master' into attachments 2013-10-16 14:11:02 +02:00
Maximilian Mader
d94a73c9b0 Add permission check to canDownload() in
MessageAttachmentObjectType.class.php
2013-10-06 20:28:07 +02:00
Tim Düsterhus
365a6da278 Add SECURITY_TOKEN to forms and bump WCF minimum version
see WoltLab/WCF@77329f86c5
2013-10-06 18:15:16 +02:00
Tim Düsterhus
8923703a5e Add language items for user group options
see #55
2013-10-06 18:06:24 +02:00
Maximilian Mader
b99a625a36 Fix sorting of uses in Message.class.php 2013-10-06 17:58:24 +02:00
Maximilian Mader
45fa0080d2 Adapt to WoltLab/WCF@d9e0994184 2013-10-06 17:34:58 +02:00
Maximilian Mader
31d5a7d4b7 Add missing style declarations 2013-10-06 17:34:20 +02:00
Tim Düsterhus
d0d091547c Disallow whispering of users that block one
Closes #61
2013-10-06 17:27:58 +02:00
Tim Düsterhus
7acf736510 Activate onlineList dashboard box upon installation 2013-10-06 16:34:40 +02:00
Tim Düsterhus
5a85be5240 Set PAGE_TITLE after installation 2013-10-06 16:30:18 +02:00
Tim Düsterhus
dbd9c299f5 Add missing <dt> in chat.tpl
Fixes #58
2013-10-06 14:59:53 +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
06882254a0 Merge branch 'master' into attachments
Conflicts:
	template/javascriptInclude.tpl
2013-10-06 02:12:42 +02:00
Tim Düsterhus
23054493aa Fix formatting of PHPDoc in SuspensionAction 2013-10-06 01:41:05 +02:00
Tim Düsterhus
237b61afed Add SuspensionAction::$requireACP
Closes #59
2013-10-06 01:40:05 +02:00
Tim Düsterhus
382a1f3e70 Add min and max attributes to datepicker in chatlog
see WoltLab/WCF@b9e59fc3b4
2013-10-02 16:29:00 +02:00
Tim Düsterhus
30b29ae654 Show more meaningful error message when alias is invalid
Closes #11
2013-10-01 00:16:54 +02:00
Tim Düsterhus
1060ad1512 Remove obsolete javascript file in javascriptInclude 2013-10-01 00:07:44 +02:00
Tim Düsterhus
7c8f4560e4 Remove obsolete CHAT_LOG_ACTIVE option 2013-09-29 16:34:53 +02:00
Tim Düsterhus
8b135278e5 Make phpcpd more verbose 2013-09-25 18:50:43 +02:00
Tim Düsterhus
1162a42dbc Add phpcpd check to travis.yml 2013-09-25 18:40:16 +02:00
Tim Düsterhus
14b453495c Clean up CoffeeScript a bit 2013-09-15 22:53:53 +02:00
Tim Düsterhus
cd926813bc Use unless + is instead of if + isnt 2013-09-15 22:46:14 +02:00
Tim Düsterhus
e1dc33511b Ignore errors when setting local storage for duplicate tab protection 2013-09-15 22:44:50 +02:00
Tim Düsterhus
a82d6bd6b5 Clean up LESS a bit
see #54
2013-09-15 22:39:40 +02:00
Tim Düsterhus
829c01f1d5 Remove obsolete less 2013-09-15 15:25:32 +02:00
Maximilian Mader
0fa4bbc9b6 Add first pieces of attachment upload
Currently the upload is working, but it's impossible to delete the
attachment or generate a "attachment message"
2013-09-14 23:45:34 +02:00
Maximilian Mader
b90d21a224 Fix MessageAttachmentObjectType.class.php 2013-09-14 23:25:56 +02:00
Tim Düsterhus
7a49d825ae Respect LOG_IP_ADDRESS setting 2013-09-13 23:04:37 +02:00
Maximilian Mader
9deab6a0e2 Add forgotten permission (canUploadAttachment) 2013-09-13 22:54:30 +02:00
Maximilian Mader
2a2b69093b Add attachment object type and permissions to the corresponding XMLs. 2013-09-13 22:38:59 +02:00
Tim Düsterhus
6bcb12b2c8 Add TODO 2013-09-13 22:36:50 +02:00
Tim Düsterhus
3c5daea67e Add missing language items and improve some others
see #55
2013-09-13 22:36:50 +02:00
Maximilian Mader
648224a213 Add attachment object type and permissions 2013-09-13 22:30:29 +02:00
Tim Düsterhus
f3208a403f Fix package identifier in LESS 2013-09-10 21:45:37 +02:00
Tim Düsterhus
91cb2b26e7 Show every username as bold 2013-09-10 21:44:08 +02:00
Maximilian Mader
fe11589151 Fix log archive time of -1 and add an info box if protocol is disabled. 2013-09-08 22:40:09 +02:00
Maximilian Mader
1979a901a2 Delete obsolete file 2013-09-08 22:18:16 +02:00