GitHub/WoltLab/WCF.git
4 years agoFixed issue caused by an invalid default value for date user options
Marcel Werk [Tue, 26 May 2020 10:32:45 +0000 (12:32 +0200)]
Fixed issue caused by an invalid default value for date user options

4 years agoRemove font-size from trophy images
joshuaruesweg [Tue, 26 May 2020 09:29:07 +0000 (11:29 +0200)]
Remove font-size from trophy images

4 years agoAdd missing long class for user trophy description
joshuaruesweg [Tue, 26 May 2020 09:10:37 +0000 (11:10 +0200)]
Add missing long class for user trophy description

4 years agoFix symlink issue during synchronisation of file pip
joshuaruesweg [Tue, 26 May 2020 09:01:11 +0000 (11:01 +0200)]
Fix symlink issue during synchronisation of file pip

4 years agoIncorrect import in PHP 5.5
Alexander Ebert [Sun, 24 May 2020 19:38:15 +0000 (21:38 +0200)]
Incorrect import in PHP 5.5

4 years agoIgnore tainted apps for the landing page
Alexander Ebert [Sun, 24 May 2020 19:26:59 +0000 (21:26 +0200)]
Ignore tainted apps for the landing page

See #3332

4 years agoBackport of CVE-2019-11358
Alexander Ebert [Sat, 23 May 2020 20:12:44 +0000 (22:12 +0200)]
Backport of CVE-2019-11358

4 years agoMerge branch '3.0' into 3.1
Alexander Ebert [Sat, 23 May 2020 20:11:16 +0000 (22:11 +0200)]
Merge branch '3.0' into 3.1

4 years agoBackport of CVE-2019-11358
Alexander Ebert [Sat, 23 May 2020 20:10:54 +0000 (22:10 +0200)]
Backport of CVE-2019-11358

See #3159

4 years agoFixed wrong cli command
Marcel Werk [Sat, 23 May 2020 17:37:45 +0000 (19:37 +0200)]
Fixed wrong cli command

4 years agoMerge branch 'Krymonota-fix-en-interval-full-past-insentence' into 3.1
Tim Düsterhus [Thu, 21 May 2020 23:50:19 +0000 (01:50 +0200)]
Merge branch 'Krymonota-fix-en-interval-full-past-insentence' into 3.1

4 years agoRemove unnecessary conditions in wcf.date.interval.full.past.inSentence
Niklas [Thu, 21 May 2020 23:37:54 +0000 (01:37 +0200)]
Remove unnecessary conditions in wcf.date.interval.full.past.inSentence

4 years agoFix day in wcf.date.interval.full.past.inSentence
Niklas [Fri, 24 Jan 2020 16:30:31 +0000 (17:30 +0100)]
Fix day in wcf.date.interval.full.past.inSentence

e. g. "day, an hour and 49 minutes ago" -> "a day, an hour and 49 minutes ago"

Closes #3142

4 years agoImplement StringUtil::getRandomID() using PasswordUtil::getRandomPassword()
Tim Düsterhus [Wed, 20 May 2020 13:05:54 +0000 (15:05 +0200)]
Implement StringUtil::getRandomID() using PasswordUtil::getRandomPassword()

see 2ca6835c56fd478b8a685bcf2be72245a8231c37
Closes #3262

4 years agoFix column classes in menuList template (#3313)
Niklas [Sun, 17 May 2020 15:16:39 +0000 (17:16 +0200)]
Fix column classes in menuList template (#3313)

4 years agoFix column classes in boxList template (#3312)
Niklas [Sun, 17 May 2020 15:15:46 +0000 (17:15 +0200)]
Fix column classes in boxList template (#3312)

* Fix ID column name in boxList.tpl

* Add missing columnID class

4 years agoMerge pull request #3306 from WoltLab/editorconfig
Joshua Rüsweg [Sun, 17 May 2020 14:17:10 +0000 (16:17 +0200)]
Merge pull request #3306 from WoltLab/editorconfig

Add .editorconfig file

4 years agoAdd .editorconfig file
joshuaruesweg [Fri, 15 May 2020 15:05:52 +0000 (17:05 +0200)]
Add .editorconfig file

4 years agoerrors while executing cronjobs were missing in the global error log
Marcel Werk [Thu, 14 May 2020 18:44:28 +0000 (20:44 +0200)]
errors while executing cronjobs were missing in the global error log

4 years agoFix typo in CustomOption PHPDoc (#3303)
Niklas [Tue, 12 May 2020 14:38:36 +0000 (16:38 +0200)]
Fix typo in CustomOption PHPDoc (#3303)

4 years agoDeploy the cleanup script first 3.1.14
Alexander Ebert [Sun, 10 May 2020 19:56:13 +0000 (21:56 +0200)]
Deploy the cleanup script first

4 years agoUpdating minified JavaScript files
woltlab.com [Sun, 10 May 2020 18:33:15 +0000 (18:33 +0000)]
Updating minified JavaScript files

4 years agoRelease 3.1.14
Alexander Ebert [Sun, 10 May 2020 18:31:43 +0000 (20:31 +0200)]
Release 3.1.14

4 years agoForced redeployment of some files
Alexander Ebert [Sun, 10 May 2020 18:25:21 +0000 (20:25 +0200)]
Forced redeployment of some files

4 years agoMerge pull request #3293 from WoltLab/filereader-filename
Alexander Ebert [Fri, 8 May 2020 18:06:18 +0000 (20:06 +0200)]
Merge pull request #3293 from WoltLab/filereader-filename

Fix charset of the 'filename' field within the Content-disposition he…

4 years agoFix charset of the 'filename' field within the Content-disposition header of FileReader
Tim Düsterhus [Fri, 8 May 2020 12:55:59 +0000 (14:55 +0200)]
Fix charset of the 'filename' field within the Content-disposition header of FileReader

The regular 'filename' field must not contain non-ASCII characters.
Specifically UTF-8 characters are reported to be improperly interpreted as
ISO-8859 in Safari.

Fix by following the guidelines outlined in RFC 5987.

4 years agoFixed deletion of old moderation queue entries
Marcel Werk [Wed, 6 May 2020 23:44:07 +0000 (01:44 +0200)]
Fixed deletion of old moderation queue entries

4 years agoIncorrect return value for an empty list of likes
Marcel Werk [Wed, 6 May 2020 18:43:36 +0000 (20:43 +0200)]
Incorrect return value for an empty list of likes

4 years agoAdd missing space in language item
Matthias Schmidt [Wed, 6 May 2020 17:50:00 +0000 (19:50 +0200)]
Add missing space in language item

4 years agoFixed detection of the JSON content-type
Marcel Werk [Wed, 6 May 2020 16:57:53 +0000 (18:57 +0200)]
Fixed detection of the JSON content-type

4 years agoPhrasing unified
Marcel Werk [Tue, 5 May 2020 18:46:44 +0000 (20:46 +0200)]
Phrasing unified

Kontaktformular vs. Kontakt-Formular

4 years agoHandling of mixed vanilla/jQuery elements
Alexander Ebert [Mon, 4 May 2020 23:20:40 +0000 (01:20 +0200)]
Handling of mixed vanilla/jQuery elements

4 years agoFixed text positioning issue
Marcel Werk [Sun, 3 May 2020 20:31:18 +0000 (22:31 +0200)]
Fixed text positioning issue

4 years agoDevtools sync: `option` before `file`
Alexander Ebert [Sat, 2 May 2020 21:47:50 +0000 (23:47 +0200)]
Devtools sync: `option` before `file`

4 years agoFixed encoding in notification emails for moderation queue comments
Marcel Werk [Fri, 1 May 2020 15:31:58 +0000 (17:31 +0200)]
Fixed encoding in notification emails for moderation queue comments

4 years agoIncorrect handling of the non initialized user menu on resolution change
Alexander Ebert [Thu, 30 Apr 2020 15:32:25 +0000 (17:32 +0200)]
Incorrect handling of the non initialized user menu on resolution change

4 years agoWorkaround for clicks after scrolling in iOS 13
Alexander Ebert [Tue, 28 Apr 2020 19:02:34 +0000 (21:02 +0200)]
Workaround for clicks after scrolling in iOS 13

4 years agoWorkaround for Safari's forced use of page caches on navigation
Alexander Ebert [Tue, 28 Apr 2020 15:04:42 +0000 (17:04 +0200)]
Workaround for Safari's forced use of page caches on navigation

4 years agoPrecise check for ImageMagick
Alexander Ebert [Tue, 28 Apr 2020 11:33:13 +0000 (13:33 +0200)]
Precise check for ImageMagick

The previous check was inaccurate, because it did not consider improperly configured environments that have selected ImageMagick, but did not provide it.

4 years agoMerge pull request #3215 from WoltLab/storageHandler
Joshua Rüsweg [Sat, 25 Apr 2020 17:01:17 +0000 (19:01 +0200)]
Merge pull request #3215 from WoltLab/storageHandler

Fix return values in the UserStorageHandler for modified fields unloa…

4 years ago"search for updates" button is missing if user cannot install packages
Marcel Werk [Sun, 19 Apr 2020 22:08:14 +0000 (00:08 +0200)]
"search for updates" button is missing if user cannot install packages

4 years agoFixed typo
Marcel Werk [Fri, 17 Apr 2020 17:15:04 +0000 (19:15 +0200)]
Fixed typo

4 years agoIncorrect orientation of images rotated with ImageMagick
Alexander Ebert [Fri, 17 Apr 2020 16:08:53 +0000 (18:08 +0200)]
Incorrect orientation of images rotated with ImageMagick

4 years agoFix grammar
Joshua Rüsweg [Fri, 17 Apr 2020 14:12:40 +0000 (16:12 +0200)]
Fix grammar

Co-Authored-By: Alexander Ebert <ebert@woltlab.com>
4 years agoFix return values in the UserStorageHandler for modified fields unloaded users
joshuaruesweg [Fri, 17 Apr 2020 13:49:34 +0000 (15:49 +0200)]
Fix return values in the UserStorageHandler for modified fields unloaded users
Currently the UserStorageHandler returns obsolete values if the value is deleted/updated before the user object is cached.

4 years agoLabel selection missing in pagination of the article list
Marcel Werk [Thu, 16 Apr 2020 14:20:14 +0000 (16:20 +0200)]
Label selection missing in pagination of the article list

Closes #3213

4 years agoFix incorrect assignment of user trophies, with duplicates of one user trophy
joshuaruesweg [Thu, 16 Apr 2020 12:05:42 +0000 (14:05 +0200)]
Fix incorrect assignment of user trophies, with duplicates of one user trophy
See https://community.woltlab.com/thread/282933-automatische-vergabe-bei-bedingung-hat-troph%C3%A4e-x-und-y-fehlerhaft/

4 years agoMerge branch '3.0' into 3.1
Marcel Werk [Tue, 14 Apr 2020 22:45:50 +0000 (00:45 +0200)]
Merge branch '3.0' into 3.1

4 years agoFixed incorrect title when editing menu entries
Marcel Werk [Tue, 14 Apr 2020 22:45:31 +0000 (00:45 +0200)]
Fixed incorrect title when editing menu entries

4 years agoMerge branch '3.0' into 3.1
Marcel Werk [Tue, 14 Apr 2020 22:16:03 +0000 (00:16 +0200)]
Merge branch '3.0' into 3.1

4 years agoThumbnails created with imagick had wrong image size
Marcel Werk [Tue, 14 Apr 2020 22:15:13 +0000 (00:15 +0200)]
Thumbnails created with imagick had wrong image size

4 years agoMerge branch '3.0' into 3.1
Marcel Werk [Tue, 14 Apr 2020 16:59:31 +0000 (18:59 +0200)]
Merge branch '3.0' into 3.1

4 years agoFixed PHP 7.4 issue
Marcel Werk [Tue, 14 Apr 2020 16:58:43 +0000 (18:58 +0200)]
Fixed PHP 7.4 issue

4 years agoMerge branch '3.0' into 3.1
Marcel Werk [Mon, 13 Apr 2020 12:15:58 +0000 (14:15 +0200)]
Merge branch '3.0' into 3.1

4 years agoToo long text entries when saving media lead to an error message
Marcel Werk [Mon, 13 Apr 2020 12:15:04 +0000 (14:15 +0200)]
Too long text entries when saving media lead to an error message

4 years agoPrevent the upload of a new cover photo when the cover photo is disabled
Alexander Ebert [Sat, 11 Apr 2020 22:36:30 +0000 (00:36 +0200)]
Prevent the upload of a new cover photo when the cover photo is disabled

4 years agoWorkaround when editing a user with a cover photo without permissions to view it
Alexander Ebert [Thu, 9 Apr 2020 22:10:47 +0000 (00:10 +0200)]
Workaround when editing a user with a cover photo without permissions to view it

4 years agoMerge branch '3.0' into 3.1
Marcel Werk [Thu, 9 Apr 2020 20:01:52 +0000 (22:01 +0200)]
Merge branch '3.0' into 3.1

4 years agoFixed incorrect detection of numerics
Marcel Werk [Thu, 9 Apr 2020 20:01:28 +0000 (22:01 +0200)]
Fixed incorrect detection of numerics

4 years agoMerge branch '3.0' into 3.1 3.1.13
Tim Düsterhus [Wed, 8 Apr 2020 18:20:26 +0000 (20:20 +0200)]
Merge branch '3.0' into 3.1

4 years agoMerge pull request #3205 from WoltLab/revert-3203-purifier-doctype 3.0.24
Tim Düsterhus [Wed, 8 Apr 2020 18:19:22 +0000 (20:19 +0200)]
Merge pull request #3205 from WoltLab/revert-3203-purifier-doctype

Revert "Specify HTML.Doctype as HTML 4 Strict for HTML Purifier"

4 years agoRevert "Specify HTML.Doctype as HTML 4 Strict for HTML Purifier"
Tim Düsterhus [Wed, 8 Apr 2020 18:17:40 +0000 (20:17 +0200)]
Revert "Specify HTML.Doctype as HTML 4 Strict for HTML Purifier"

4 years agoPreparing the release 3.1.13
Alexander Ebert [Wed, 8 Apr 2020 16:14:22 +0000 (18:14 +0200)]
Preparing the release 3.1.13

4 years agoRemoved the compatibility check for API versions
Alexander Ebert [Tue, 17 Dec 2019 10:40:24 +0000 (11:40 +0100)]
Removed the compatibility check for API versions

4 years agoUpgrade notice for WoltLab Suite 5.2
Alexander Ebert [Wed, 8 Apr 2020 15:34:00 +0000 (17:34 +0200)]
Upgrade notice for WoltLab Suite 5.2

4 years agoMerge branch '3.0' into 3.1
Alexander Ebert [Wed, 8 Apr 2020 15:07:29 +0000 (17:07 +0200)]
Merge branch '3.0' into 3.1

4 years agoPreparing the release 3.0.24
Alexander Ebert [Wed, 8 Apr 2020 14:56:44 +0000 (16:56 +0200)]
Preparing the release 3.0.24

4 years agoUpdating minified JavaScript files
woltlab.com [Wed, 8 Apr 2020 13:25:56 +0000 (13:25 +0000)]
Updating minified JavaScript files

4 years agoMerge branch '3.0' into 3.1
Alexander Ebert [Wed, 8 Apr 2020 13:24:29 +0000 (15:24 +0200)]
Merge branch '3.0' into 3.1

4 years agoUpdating minified JavaScript files
woltlab.com [Wed, 8 Apr 2020 13:23:22 +0000 (13:23 +0000)]
Updating minified JavaScript files

4 years agoUnique id for the share content dialog
Alexander Ebert [Wed, 8 Apr 2020 13:21:01 +0000 (15:21 +0200)]
Unique id for the share content dialog

Closes #3181

4 years agoMerge pull request #3202 from SoftCreatR/patch-12
Alexander Ebert [Wed, 8 Apr 2020 13:15:47 +0000 (15:15 +0200)]
Merge pull request #3202 from SoftCreatR/patch-12

Set font cache control to public

4 years agoMerge branch '3.0' into 3.1
Alexander Ebert [Wed, 8 Apr 2020 13:14:49 +0000 (15:14 +0200)]
Merge branch '3.0' into 3.1

4 years agoMerge pull request #3203 from WoltLab/purifier-doctype
Alexander Ebert [Wed, 8 Apr 2020 13:14:21 +0000 (15:14 +0200)]
Merge pull request #3203 from WoltLab/purifier-doctype

Specify HTML.Doctype as HTML 4 Strict for HTML Purifier

4 years agoMerge branch '3.0' into 3.1
Tim Düsterhus [Wed, 8 Apr 2020 13:09:04 +0000 (15:09 +0200)]
Merge branch '3.0' into 3.1

4 years agoValidate file extensions for remote avatars in UserAvatarAction
joshuaruesweg [Tue, 7 Apr 2020 11:31:10 +0000 (13:31 +0200)]
Validate file extensions for remote avatars in UserAvatarAction

4 years agoMerge branch '3.0' into 3.1
Alexander Ebert [Wed, 8 Apr 2020 13:02:02 +0000 (15:02 +0200)]
Merge branch '3.0' into 3.1

4 years agoExplicitly set the stream timeout
Alexander Ebert [Wed, 8 Apr 2020 13:01:18 +0000 (15:01 +0200)]
Explicitly set the stream timeout

4 years agoSpecify HTML.Doctype as HTML 4 Strict for HTML Purifier
Tim Düsterhus [Wed, 8 Apr 2020 12:47:30 +0000 (14:47 +0200)]
Specify HTML.Doctype as HTML 4 Strict for HTML Purifier

Not setting a Doctype defaults to HTML 4 Transitional, allowing legacy
tags. HTML 4 Strict will attempt to convert them into a standards compliant
format.

HTML Purifier does not support the HTML 5 Doctype as a readily available
configuration.

Before:

    string '<p><font size="6">This is some text!</font></p>' (length=47)

After:

    string '<p><span style="font-size:xx-large;">This is some text!</span></p>' (length=66)

4 years agoIncorrect HTML markup
Alexander Ebert [Wed, 8 Apr 2020 12:52:00 +0000 (14:52 +0200)]
Incorrect HTML markup

4 years agoSet font cache control to public
Sascha Greuel [Fri, 3 Apr 2020 23:08:45 +0000 (01:08 +0200)]
Set font cache control to public

resolves #3186

4 years agoIncorrect sort order favored older versions
Alexander Ebert [Wed, 1 Apr 2020 12:30:09 +0000 (14:30 +0200)]
Incorrect sort order favored older versions

4 years agoMerge branch '3.0' into 3.1
Alexander Ebert [Tue, 31 Mar 2020 15:30:39 +0000 (17:30 +0200)]
Merge branch '3.0' into 3.1

4 years agoBind the style changer to all matching buttons
Alexander Ebert [Tue, 31 Mar 2020 15:29:01 +0000 (17:29 +0200)]
Bind the style changer to all matching buttons

4 years agoMerge branch '3.0' into 3.1
joshuaruesweg [Tue, 31 Mar 2020 08:55:53 +0000 (10:55 +0200)]
Merge branch '3.0' into 3.1

4 years agoMerge pull request #3201 from Krymonota/patch-3
Joshua Rüsweg [Tue, 31 Mar 2020 08:53:48 +0000 (10:53 +0200)]
Merge pull request #3201 from Krymonota/patch-3

Fix incorrect check in UserGroupOptionForm whether the option exists

4 years agoOptimize the performance when dealing with excessive node counts
Alexander Ebert [Mon, 30 Mar 2020 23:03:47 +0000 (01:03 +0200)]
Optimize the performance when dealing with excessive node counts

4 years agoFix incorrect check whether the option exists
Niklas [Sun, 29 Mar 2020 22:01:30 +0000 (00:01 +0200)]
Fix incorrect check whether the option exists

4 years agoSize of multi select fields too small
Keitokun [Mon, 23 Mar 2020 16:35:33 +0000 (17:35 +0100)]
Size of multi select fields too small

If you have 10 or less options in a multi select condition field and using option groups, the field size is always 1.

4 years agoMerge branch '3.0' into 3.1
Marcel Werk [Fri, 27 Mar 2020 12:31:16 +0000 (13:31 +0100)]
Merge branch '3.0' into 3.1

4 years agoUser online lookup for the article page was using the article id instead of the conte...
Marcel Werk [Fri, 27 Mar 2020 12:30:38 +0000 (13:30 +0100)]
User online lookup for the article page was using the article id instead of the content id

4 years agoMerge branch '3.0' into 3.1
Alexander Ebert [Thu, 26 Mar 2020 12:04:37 +0000 (13:04 +0100)]
Merge branch '3.0' into 3.1

4 years agoAdditional safeguards against abuses of the mail form
Alexander Ebert [Thu, 26 Mar 2020 12:03:08 +0000 (13:03 +0100)]
Additional safeguards against abuses of the mail form

4 years agoMerge branch '3.0' into 3.1
Alexander Ebert [Tue, 24 Mar 2020 13:59:02 +0000 (14:59 +0100)]
Merge branch '3.0' into 3.1

4 years agoIncorrect array access
Alexander Ebert [Tue, 24 Mar 2020 13:57:56 +0000 (14:57 +0100)]
Incorrect array access

4 years agoSuppress the mobile menu for messages on `screen-md`
Alexander Ebert [Tue, 17 Mar 2020 23:34:55 +0000 (00:34 +0100)]
Suppress the mobile menu for messages on `screen-md`

4 years agoFix c&p fault in identifier
joshuaruesweg [Thu, 12 Mar 2020 14:40:16 +0000 (15:40 +0100)]
Fix c&p fault  in identifier

4 years agoCheck correctly whether pages may be indexed in the sitemap
joshuaruesweg [Thu, 12 Mar 2020 14:37:01 +0000 (15:37 +0100)]
Check correctly whether pages may be indexed in the sitemap

4 years agoMerge branch '3.0' into 3.1
Marcel Werk [Tue, 10 Mar 2020 10:35:00 +0000 (11:35 +0100)]
Merge branch '3.0' into 3.1

4 years agoFixed typo
Marcel Werk [Tue, 10 Mar 2020 10:34:22 +0000 (11:34 +0100)]
Fixed typo