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
Maximilian Mader
b6b3458718
Fix out of place text on right oriented bubbled messages.
2013-09-08 21:02:45 +02:00
Tim Düsterhus
fb12e4418f
Disable compression and inclusion of compressed ACP js
2013-09-08 21:00:43 +02:00
Tim Düsterhus
877fe2b3a8
Build ACP JavaScript in build script
2013-09-08 20:57:11 +02:00
Tim Düsterhus
5c440c1add
Really fix MessageLogPage
...
see 0ef6dbb36b
2013-09-08 20:54:44 +02:00
Tim Düsterhus
f656a212ca
Disallow temporary rooms in MessageLogDownloadPage
2013-09-08 20:53:59 +02:00
Tim Düsterhus
0ef6dbb36b
Fix MessageLogPage when temporary rooms exist
2013-09-08 20:52:31 +02:00
Tim Düsterhus
017487bbe8
Remove obsolete TODO in be.bastelstu.Chat.litcoffee
2013-09-08 14:54:58 +02:00
Tim Düsterhus
69a0597984
Improve ACL in ACP
...
see WoltLab/WCF@c7e6ce11d4
Closes #44
2013-09-08 14:45:40 +02:00
Tim Düsterhus
f3d652509d
Remove obsolete position: relative
...
Closes #49
2013-09-07 16:03:27 +02:00
Tim Düsterhus
7def8429cf
Add missing marginTop to #timsChatTopic
...
Closes #48
2013-09-07 15:17:22 +02:00
Maximilian Mader
61f8efb220
Increase minimun version number of WCF to current version
...
This prevents (as in: it can't be installed) old WCF installations from running into errors due to this change #8644b209b8178700fa17774f8908c442b9d3733c
2013-09-06 21:16:13 +02:00
Maximilian Mader
f654c7f2a6
Merge branch 'protocol'
2013-09-06 16:37:46 +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