GitHub/WoltLab/WCF.git
10 years agoDeprecating WCF.UserPanel in favor of WCF.User.Panel.Interactive
Alexander Ebert [Sun, 14 Dec 2014 01:46:18 +0000 (02:46 +0100)]
Deprecating WCF.UserPanel in favor of WCF.User.Panel.Interactive

10 years agoFixed quotes being wrapped inside <p /> which causes unwanted space
Alexander Ebert [Sun, 14 Dec 2014 01:44:14 +0000 (02:44 +0100)]
Fixed quotes being wrapped inside <p /> which causes unwanted space

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 14 Dec 2014 01:26:44 +0000 (02:26 +0100)]
Updating minified JavaScript files

10 years agoFixed orphan language dropdown breaking new ones
Alexander Ebert [Sun, 14 Dec 2014 01:20:55 +0000 (02:20 +0100)]
Fixed orphan language dropdown breaking new ones

10 years agoGreatly improve quality of automatically generated passwords
Tim Düsterhus [Sun, 14 Dec 2014 00:13:43 +0000 (01:13 +0100)]
Greatly improve quality of automatically generated passwords

Previously the amount of characters for each type was deterministic, as
the character types were chosen in a round robin fashion, instead of
randomly choosing from the entire character set. This lead to about
47 bit of entropy with the default length of 8 characters. Additionally
str_shuffle does not use a SRNG, which may have reduced the entropy even
further.

The new algorithm, choosing fairly from the whole range of alphanumeric
characters with a default length of 12 characters provides about 71 bits
of entropy.

10 years agoImproved and fixed moderation dropdown
Alexander Ebert [Sat, 13 Dec 2014 23:38:51 +0000 (00:38 +0100)]
Improved and fixed moderation dropdown

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 13 Dec 2014 23:31:46 +0000 (00:31 +0100)]
Updating minified JavaScript files

10 years agoFixed WCF.Action.Delete sometimes triggering to early
Alexander Ebert [Sat, 13 Dec 2014 23:28:27 +0000 (00:28 +0100)]
Fixed WCF.Action.Delete sometimes triggering to early

10 years agoFixed default value
Alexander Ebert [Sat, 13 Dec 2014 23:28:05 +0000 (00:28 +0100)]
Fixed default value

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 13 Dec 2014 17:22:52 +0000 (18:22 +0100)]
Updating minified JavaScript files

10 years agoFixed line-break convert
Alexander Ebert [Sat, 13 Dec 2014 17:20:50 +0000 (18:20 +0100)]
Fixed line-break convert

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 13 Dec 2014 16:56:44 +0000 (17:56 +0100)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 13 Dec 2014 16:52:10 +0000 (17:52 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoCollapsing to end rather than start
Alexander Ebert [Sat, 13 Dec 2014 16:51:57 +0000 (17:51 +0100)]
Collapsing to end rather than start

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 13 Dec 2014 16:51:45 +0000 (17:51 +0100)]
Updating minified JavaScript files

10 years agoFixed pasting in Internet Explorer 11
Alexander Ebert [Sat, 13 Dec 2014 16:50:08 +0000 (17:50 +0100)]
Fixed pasting in Internet Explorer 11

10 years agoProperly support reCAPTCHA V2 in RecaptchaForm
Tim Düsterhus [Sat, 13 Dec 2014 16:14:13 +0000 (17:14 +0100)]
Properly support reCAPTCHA V2 in RecaptchaForm

10 years agoUpdated URLs
Alexander Ebert [Sat, 13 Dec 2014 15:53:42 +0000 (16:53 +0100)]
Updated URLs

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 13 Dec 2014 14:46:44 +0000 (15:46 +0100)]
Updating minified JavaScript files

10 years agoPotential fix for Firefox sometimes losing the text selection
Alexander Ebert [Sat, 13 Dec 2014 14:42:43 +0000 (15:42 +0100)]
Potential fix for Firefox sometimes losing the text selection

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 13 Dec 2014 14:36:44 +0000 (15:36 +0100)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 13 Dec 2014 14:34:31 +0000 (15:34 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoSelection may be misplaced if using focus.setEnd in quick reply
Alexander Ebert [Sat, 13 Dec 2014 14:34:18 +0000 (15:34 +0100)]
Selection may be misplaced if using focus.setEnd in quick reply

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 13 Dec 2014 13:51:46 +0000 (14:51 +0100)]
Updating minified JavaScript files

10 years agoPrevious commit did not fix all issues w/ resize handles
Alexander Ebert [Sat, 13 Dec 2014 13:48:33 +0000 (14:48 +0100)]
Previous commit did not fix all issues w/ resize handles

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 13 Dec 2014 13:46:44 +0000 (14:46 +0100)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 13 Dec 2014 13:44:31 +0000 (14:44 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoPrevent IE from messing things up with stupid object resizing
Alexander Ebert [Sat, 13 Dec 2014 13:44:21 +0000 (14:44 +0100)]
Prevent IE from messing things up with stupid object resizing

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 13 Dec 2014 13:41:45 +0000 (14:41 +0100)]
Updating minified JavaScript files

10 years agoFixed text selection for quote in Internet Explorer
Alexander Ebert [Sat, 13 Dec 2014 13:35:43 +0000 (14:35 +0100)]
Fixed text selection for quote in Internet Explorer

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 13 Dec 2014 00:56:45 +0000 (01:56 +0100)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 13 Dec 2014 00:54:27 +0000 (01:54 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoVisualizing [tt] causes an unreliable behavior
Alexander Ebert [Sat, 13 Dec 2014 00:54:14 +0000 (01:54 +0100)]
Visualizing [tt] causes an unreliable behavior

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 12 Dec 2014 23:11:45 +0000 (00:11 +0100)]
Updating minified JavaScript files

10 years agoFixed a few issues related to multi-line list items
Alexander Ebert [Fri, 12 Dec 2014 23:09:17 +0000 (00:09 +0100)]
Fixed a few issues related to multi-line list items

10 years agoFixed wrong variable name in user update
Marcel Werk [Fri, 12 Dec 2014 21:25:52 +0000 (22:25 +0100)]
Fixed wrong variable name in user update

Closes #1852

10 years agoFixed list issue in messageBody
Marcel Werk [Fri, 12 Dec 2014 21:23:28 +0000 (22:23 +0100)]
Fixed list issue in messageBody

10 years agoAdded missing module setting check
Marcel Werk [Fri, 12 Dec 2014 20:54:22 +0000 (21:54 +0100)]
Added missing module setting check

10 years agoFixed erroneous query
Alexander Ebert [Fri, 12 Dec 2014 20:19:52 +0000 (21:19 +0100)]
Fixed erroneous query

10 years agoFixed moderation queue dropdown returning all items
Alexander Ebert [Fri, 12 Dec 2014 18:26:24 +0000 (19:26 +0100)]
Fixed moderation queue dropdown returning all items

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 12 Dec 2014 17:56:45 +0000 (18:56 +0100)]
Updating minified JavaScript files

10 years agoDouble-clicking a user panel item forwards to 'show all' URL
Alexander Ebert [Fri, 12 Dec 2014 17:53:28 +0000 (18:53 +0100)]
Double-clicking a user panel item forwards to 'show all' URL

10 years agoAdded missing space
Alexander Ebert [Fri, 12 Dec 2014 15:25:06 +0000 (16:25 +0100)]
Added missing space

10 years agoLowering time until notifications are deleted from 60 to 14 days
Alexander Ebert [Fri, 12 Dec 2014 15:11:27 +0000 (16:11 +0100)]
Lowering time until notifications are deleted from 60 to 14 days

The previous value was a bit much considering that a lot of notifications can be yielded during that timespan and the primary intention of this option is to prevent building a huge pile or notifications in database.

10 years agoFilling up moderation dropdown with outstanding queues
Alexander Ebert [Fri, 12 Dec 2014 15:07:34 +0000 (16:07 +0100)]
Filling up moderation dropdown with outstanding queues

10 years agoFixed fetching queues was still using the outdated logic
Alexander Ebert [Fri, 12 Dec 2014 13:49:58 +0000 (14:49 +0100)]
Fixed fetching queues was still using the outdated logic

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 12 Dec 2014 12:51:45 +0000 (13:51 +0100)]
Updating minified JavaScript files

10 years agoImproved loading behavior for user panel items
Alexander Ebert [Fri, 12 Dec 2014 12:46:10 +0000 (13:46 +0100)]
Improved loading behavior for user panel items

10 years agoRemoved unnecessary code
Alexander Ebert [Fri, 12 Dec 2014 12:27:19 +0000 (13:27 +0100)]
Removed unnecessary code

10 years agoUnified return value for markAllAs*()
Alexander Ebert [Fri, 12 Dec 2014 12:26:06 +0000 (13:26 +0100)]
Unified return value for markAllAs*()

10 years agoAdded proper moderation queue dropdown handling
Alexander Ebert [Fri, 12 Dec 2014 12:24:46 +0000 (13:24 +0100)]
Added proper moderation queue dropdown handling

10 years agoChanged build order
Alexander Ebert [Fri, 12 Dec 2014 12:24:18 +0000 (13:24 +0100)]
Changed build order

10 years agoFix possible undefined index notice in SQLParser
Tim Düsterhus [Fri, 12 Dec 2014 00:26:41 +0000 (01:26 +0100)]
Fix possible undefined index notice in SQLParser

10 years agoMerge branch '2.0'
Tim Düsterhus [Fri, 12 Dec 2014 00:17:36 +0000 (01:17 +0100)]
Merge branch '2.0'

10 years agoMerge branch 'sigsegv' into 2.0
Tim Düsterhus [Fri, 12 Dec 2014 00:17:23 +0000 (01:17 +0100)]
Merge branch 'sigsegv' into 2.0

10 years agoDisable highlighting for codes longer than 16KiB
Tim Düsterhus [Fri, 12 Dec 2014 00:10:53 +0000 (01:10 +0100)]
Disable highlighting for codes longer than 16KiB

10 years agoUse atomic group to match quotes in Highlighter.class.php
Tim Düsterhus [Thu, 11 Dec 2014 23:51:27 +0000 (00:51 +0100)]
Use atomic group to match quotes in Highlighter.class.php

This modification is safe, as backtracking the contents of the
parentheses will not help finding a match anyway, as the part
between the parentheses cannot match the closing quote character.

Previously PCRE would have build up a huge stack of backtracking
states for strings containing a single quote character and a large
number of other characters, leading to stack overflow and SIGSEGV
as the final result.

10 years agoFixed scrollbar y-rail visible without being active
Alexander Ebert [Thu, 11 Dec 2014 16:25:14 +0000 (17:25 +0100)]
Fixed scrollbar y-rail visible without being active

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 11 Dec 2014 16:11:47 +0000 (17:11 +0100)]
Updating minified JavaScript files

10 years agoFixed dropdowns staying if a secondary is being opened
Alexander Ebert [Thu, 11 Dec 2014 16:06:54 +0000 (17:06 +0100)]
Fixed dropdowns staying if a secondary is being opened

10 years agoHide loading overlay for user panel requests
Alexander Ebert [Thu, 11 Dec 2014 16:06:39 +0000 (17:06 +0100)]
Hide loading overlay for user panel requests

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 11 Dec 2014 13:31:47 +0000 (14:31 +0100)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 11 Dec 2014 13:30:34 +0000 (14:30 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoAdded 'mark as read' system for moderation queue items
Marcel Werk [Thu, 11 Dec 2014 13:30:18 +0000 (14:30 +0100)]
Added 'mark as read' system for moderation queue items

10 years agoFixed marking notifications as read
Alexander Ebert [Wed, 10 Dec 2014 20:25:36 +0000 (21:25 +0100)]
Fixed marking notifications as read

10 years agoFixed z-index issue preventing clicks on scrollbar
Alexander Ebert [Wed, 10 Dec 2014 13:27:49 +0000 (14:27 +0100)]
Fixed z-index issue preventing clicks on scrollbar

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 10 Dec 2014 02:21:46 +0000 (03:21 +0100)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 10 Dec 2014 02:18:40 +0000 (03:18 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

Conflicts:
com.woltlab.wcf/templates/headIncludeJavaScript.tpl

10 years agoNotification dropdown overhaul
Alexander Ebert [Wed, 10 Dec 2014 02:17:00 +0000 (03:17 +0100)]
Notification dropdown overhaul

10 years agoProperly prevent session fixation in every case
Tim Düsterhus [Tue, 9 Dec 2014 20:42:46 +0000 (21:42 +0100)]
Properly prevent session fixation in every case

10 years agoAdd reCAPTCHA v2 support for users w/o JavaScript
Tim Düsterhus [Tue, 9 Dec 2014 18:38:11 +0000 (19:38 +0100)]
Add reCAPTCHA v2 support for users w/o JavaScript

10 years agoRemoved obsolete labels in user search form
Marcel Werk [Tue, 9 Dec 2014 15:38:03 +0000 (16:38 +0100)]
Removed obsolete labels in user search form

10 years agoAdded missing updates of media providers
Marcel Werk [Tue, 9 Dec 2014 13:45:20 +0000 (14:45 +0100)]
Added missing updates of media providers

10 years agoChanged default value of the time column in wcf1_like to 1
Marcel Werk [Tue, 9 Dec 2014 13:34:59 +0000 (14:34 +0100)]
Changed default value of the time column in wcf1_like to 1

10 years agoAdded menu item name as attribute
Marcel Werk [Mon, 8 Dec 2014 22:49:47 +0000 (23:49 +0100)]
Added menu item name as attribute

10 years agoUpdating minified JavaScript files
woltlab.com [Mon, 8 Dec 2014 19:22:08 +0000 (20:22 +0100)]
Updating minified JavaScript files

10 years agoExtend WCF.Option.Handler implementation
Matthias Schmidt [Mon, 8 Dec 2014 19:18:13 +0000 (20:18 +0100)]
Extend WCF.Option.Handler implementation

WCF.Option.Handler now supports file input fields and option types with multiple form elements (like radiobuttons).

10 years agoFix log out deleting every virtual session
Tim Düsterhus [Sun, 7 Dec 2014 20:58:59 +0000 (21:58 +0100)]
Fix log out deleting every virtual session

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 7 Dec 2014 15:52:08 +0000 (16:52 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoFixed typo in comment
Marcel Werk [Sun, 7 Dec 2014 15:51:54 +0000 (16:51 +0100)]
Fixed typo in comment

10 years agoFix typo in comment
Matthias Schmidt [Sun, 7 Dec 2014 13:37:43 +0000 (14:37 +0100)]
Fix typo in comment

10 years agoFixed wrong gravatar file extensions
Marcel Werk [Sat, 6 Dec 2014 19:23:24 +0000 (20:23 +0100)]
Fixed wrong gravatar file extensions

10 years agoMade activity point overlay accessible on members list
Marcel Werk [Sat, 6 Dec 2014 02:18:15 +0000 (03:18 +0100)]
Made activity point overlay accessible on members list

10 years agoFixed like loading issue
Marcel Werk [Sat, 6 Dec 2014 01:22:32 +0000 (02:22 +0100)]
Fixed like loading issue

10 years agoImproved title and description for URL rewrite option
Alexander Ebert [Fri, 5 Dec 2014 21:02:30 +0000 (22:02 +0100)]
Improved title and description for URL rewrite option

10 years agoUsing FQN due to class name collision
Alexander Ebert [Fri, 5 Dec 2014 18:18:05 +0000 (19:18 +0100)]
Using FQN due to class name collision

10 years agoFixed class imports
Alexander Ebert [Fri, 5 Dec 2014 16:28:59 +0000 (17:28 +0100)]
Fixed class imports

10 years agoFixed use-statement order
Alexander Ebert [Fri, 5 Dec 2014 16:10:42 +0000 (17:10 +0100)]
Fixed use-statement order

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 5 Dec 2014 16:01:48 +0000 (17:01 +0100)]
Updating minified JavaScript files

10 years agoPrevent a weird issue in Chrome for Android
Alexander Ebert [Fri, 5 Dec 2014 15:55:52 +0000 (16:55 +0100)]
Prevent a weird issue in Chrome for Android

Chrome for Android somtimes report an empty value for a text input if the previously typed-in character is an underscore. For some reason the event is not properly bound to the original "this"-context, yielding unexpected results. To clarify this, I have no idea why it happens, thus I simply work-around it and ignore it for the time being.

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 5 Dec 2014 01:24:39 +0000 (02:24 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoFixed empty editor behaving different on iOS
Alexander Ebert [Fri, 5 Dec 2014 01:24:22 +0000 (02:24 +0100)]
Fixed empty editor behaving different on iOS

10 years agoFix update script
Tim Düsterhus [Thu, 4 Dec 2014 21:42:51 +0000 (22:42 +0100)]
Fix update script

10 years agoMerge branch 'recaptcha'
Tim Düsterhus [Thu, 4 Dec 2014 20:44:15 +0000 (21:44 +0100)]
Merge branch 'recaptcha'

10 years agoNuke reCAPTCHA OEM key during update and for new installations
Tim Düsterhus [Thu, 4 Dec 2014 20:42:35 +0000 (21:42 +0100)]
Nuke reCAPTCHA OEM key during update and for new installations

10 years agoImplement Recaptcha V2
Tim Düsterhus [Thu, 4 Dec 2014 20:42:16 +0000 (21:42 +0100)]
Implement Recaptcha V2

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 4 Dec 2014 19:37:15 +0000 (20:37 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoOverhauled usage of quotation marks / improved user online location strings
Marcel Werk [Thu, 4 Dec 2014 19:37:01 +0000 (20:37 +0100)]
Overhauled usage of quotation marks / improved user online location strings

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 4 Dec 2014 17:46:44 +0000 (18:46 +0100)]
Updating minified JavaScript files

10 years agoMoved wmonkeypatch.*Selection -> wutil, fixed selection saving
Alexander Ebert [Thu, 4 Dec 2014 17:41:25 +0000 (18:41 +0100)]
Moved wmonkeypatch.*Selection -> wutil, fixed selection saving