GitHub/WoltLab/WCF.git
3 days agoUpdating minified JavaScript files
WoltLab [Fri, 27 Dec 2024 12:33:18 +0000 (12:33 +0000)]
Updating minified JavaScript files

3 days agoMerge pull request #6146 from WoltLab/61-offload-thumbnail-generation
Alexander Ebert [Fri, 27 Dec 2024 12:30:42 +0000 (13:30 +0100)]
Merge pull request #6146 from WoltLab/61-offload-thumbnail-generation

Add events to delegate the WebP/thumbnail generation

3 days agoMerge branch '6.1' of https://github.com/WoltLab/WCF into 6.1
Marcel Werk [Fri, 27 Dec 2024 12:25:15 +0000 (13:25 +0100)]
Merge branch '6.1' of https://github.com/WoltLab/WCF into 6.1

3 days agoFix issue with the creation of comments that require approval
Marcel Werk [Fri, 27 Dec 2024 12:25:10 +0000 (13:25 +0100)]
Fix issue with the creation of comments that require approval

Closes #6150

3 days agoFix broken endpoint for enabling comments
Marcel Werk [Fri, 27 Dec 2024 12:23:49 +0000 (13:23 +0100)]
Fix broken endpoint for enabling comments

3 days agoFix the upcast of `[attach]`
Alexander Ebert [Fri, 27 Dec 2024 12:09:02 +0000 (13:09 +0100)]
Fix the upcast of `[attach]`

See https://www.woltlab.com/community/thread/310357/

7 days agoAdd the missing `alt` attribute on the user card
Alexander Ebert [Mon, 23 Dec 2024 16:31:30 +0000 (17:31 +0100)]
Add the missing `alt` attribute on the user card

Fixes #6142

7 days agoFix the validation of reCAPTCHA in dialogs
Alexander Ebert [Mon, 23 Dec 2024 16:23:21 +0000 (17:23 +0100)]
Fix the validation of reCAPTCHA in dialogs

See https://www.woltlab.com/community/thread/310067-gastkommentar-absenden-noch-immer-nicht-m%C3%B6glich/

7 days agoFix wrong button position
Marcel Werk [Mon, 23 Dec 2024 15:39:28 +0000 (16:39 +0100)]
Fix wrong button position

ref https://www.woltlab.com/community/thread/310054-administrationsoberfl%C3%A4che-button-pakete-ist-unterhalb-des-inhalts-der-seite/

7 days agoRe-add page title to RSS feeds
Marcel Werk [Mon, 23 Dec 2024 15:30:47 +0000 (16:30 +0100)]
Re-add page title to RSS feeds

ref https://www.woltlab.com/community/thread/310335-forenname-nicht-mehr-im-titel-des-feeds-vorhanden/

7 days agoMerge pull request #6149 from WoltLab/61-rss-feed-force-login
Marcel Werk [Mon, 23 Dec 2024 13:56:12 +0000 (14:56 +0100)]
Merge pull request #6149 from WoltLab/61-rss-feed-force-login

Fix issue with the accessibility of RSS feeds when "force login" is active

7 days agoMerge pull request #6148 from WoltLab/61-can-hide-online-status
Marcel Werk [Mon, 23 Dec 2024 13:38:52 +0000 (14:38 +0100)]
Merge pull request #6148 from WoltLab/61-can-hide-online-status

Remove live-check of the `canHideOnlineStatus` permission

7 days agoUse `UserProfile::ACCESS_EVERYONE` constant
Marcel Werk [Mon, 23 Dec 2024 13:36:21 +0000 (14:36 +0100)]
Use `UserProfile::ACCESS_EVERYONE` constant

7 days agoRetrieve the total size of attachments from `wcf1_file`
Alexander Ebert [Mon, 23 Dec 2024 13:35:44 +0000 (14:35 +0100)]
Retrieve the total size of attachments from `wcf1_file`

See https://www.woltlab.com/community/thread/310063-fehlerhafte-berechnung-der-gesamtgr%C3%B6%C3%9Fe-aller-dateianh%C3%A4nge/

7 days agoFix issue with the accessibility of RSS feeds when "force login" is active
Marcel Werk [Mon, 23 Dec 2024 13:34:07 +0000 (14:34 +0100)]
Fix issue with the accessibility of RSS feeds when "force login" is active

The pages were generally not accessible for users who were not logged in, as the access token was only evaluated after the CheckForForceLogin middleware had been executed.

7 days agoRemove obsolete whitespaces
Marcel Werk [Mon, 23 Dec 2024 13:29:01 +0000 (14:29 +0100)]
Remove obsolete whitespaces

10 days agoMerge pull request #6147 from WoltLab/61-user-card-details
Marcel Werk [Fri, 20 Dec 2024 15:55:20 +0000 (16:55 +0100)]
Merge pull request #6147 from WoltLab/61-user-card-details

Show last activity in user card

10 days agoCheck user online status during user rebuild
Marcel Werk [Fri, 20 Dec 2024 15:09:27 +0000 (16:09 +0100)]
Check user online status during user rebuild

The new method checks whether a user has restricted the visibility of their online status in the past, but has since lost the permission for it. In this case, the visibility of the online status is automatically set to default.

10 days agoRemove live-check of the `canHideOnlineStatus` permission
Marcel Werk [Fri, 20 Dec 2024 15:08:47 +0000 (16:08 +0100)]
Remove live-check of the `canHideOnlineStatus` permission

The live check means that the user's group assignments and permissions had to be loaded. This is particularly unfavorable in places where many users are displayed (such as the member list).

10 days agoShow last activity in user card
Marcel Werk [Fri, 20 Dec 2024 14:34:06 +0000 (15:34 +0100)]
Show last activity in user card

10 days agoAdd the ability to report damaged images
Alexander Ebert [Fri, 20 Dec 2024 09:53:52 +0000 (10:53 +0100)]
Add the ability to report damaged images

13 days agoMark `File::getRelativePath()` as public
Alexander Ebert [Tue, 17 Dec 2024 14:44:36 +0000 (15:44 +0100)]
Mark `File::getRelativePath()` as public

2 weeks agoMerge pull request #6145 from WoltLab/6.1-file-processor-delete-confirm
Olaf Braun [Mon, 16 Dec 2024 20:25:27 +0000 (21:25 +0100)]
Merge pull request #6145 from WoltLab/6.1-file-processor-delete-confirm

Ask the user if they really want to delete the file

2 weeks agoAdd the missing `hasFile()` method to `GenerateThumbnail`
Alexander Ebert [Sun, 15 Dec 2024 12:49:35 +0000 (13:49 +0100)]
Add the missing `hasFile()` method to `GenerateThumbnail`

2 weeks agoModify the API of the events to handle competing listeners
Alexander Ebert [Sun, 15 Dec 2024 12:34:56 +0000 (13:34 +0100)]
Modify the API of the events to handle competing listeners

The generated pathname can now only be set once and all further attempts are rejected. Listeners are expected to test this with `hasFile()` prior to taking any action.

2 weeks agoAdd events to delegate the WebP/thumbnail generation
Alexander Ebert [Sun, 15 Dec 2024 12:06:41 +0000 (13:06 +0100)]
Add events to delegate the WebP/thumbnail generation

This allows to bypass the image adapter when generating the WebP variant and the thumbnails.

2 weeks agoMake selection of the period in the statistics more flexible
Marcel Werk [Fri, 13 Dec 2024 11:36:27 +0000 (12:36 +0100)]
Make selection of the period in the statistics more flexible

2 weeks agoFix the handling of incorrectly nested BBCodes
Alexander Ebert [Thu, 12 Dec 2024 17:01:05 +0000 (18:01 +0100)]
Fix the handling of incorrectly nested BBCodes

See https://www.woltlab.com/community/thread/310145/

2 weeks agoMove the logic to implicitly allow WebP images
Alexander Ebert [Thu, 12 Dec 2024 12:36:48 +0000 (13:36 +0100)]
Move the logic to implicitly allow WebP images

2 weeks agoAsk the user if they really want to delete the file, the file will then be irrevocabl...
Cyperghost [Thu, 12 Dec 2024 10:28:11 +0000 (11:28 +0100)]
Ask the user if they really want to delete the file, the file will then be irrevocably deleted

2 weeks agoFix the storing of repeated embedded objects
Alexander Ebert [Wed, 11 Dec 2024 17:17:19 +0000 (18:17 +0100)]
Fix the storing of repeated embedded objects

Embedding the same object multiple times yielded the value more than once, causing the unique key for the embedded objects to fail.

See https://www.woltlab.com/community/thread/310041/

2 weeks agoAdd a missing bulk commit for embedded objects
Alexander Ebert [Wed, 11 Dec 2024 17:11:12 +0000 (18:11 +0100)]
Add a missing bulk commit for embedded objects

2 weeks agoReject the popover for elements without an object id
Alexander Ebert [Wed, 11 Dec 2024 16:30:29 +0000 (17:30 +0100)]
Reject the popover for elements without an object id

There are still a few remnants of the legacy API that was deprecated in 5.3 and use `data-user-id` instead of the unified `data-object-id` property.

See https://www.woltlab.com/community/thread/310115-fehlermeldung/https://www.woltlab.com/community/thread/310137/

2 weeks agoForce disable certain cronjobs in enterprise mode
Alexander Ebert [Wed, 11 Dec 2024 15:09:22 +0000 (16:09 +0100)]
Force disable certain cronjobs in enterprise mode

These cronjobs are already handled in a different fashion and keeping them running causes conflicts.

2 weeks agoFix the detection of source BBCodes
Alexander Ebert [Wed, 11 Dec 2024 13:53:47 +0000 (14:53 +0100)]
Fix the detection of source BBCodes

2 weeks agoMark the email BBCode as source code
Alexander Ebert [Wed, 11 Dec 2024 13:53:35 +0000 (14:53 +0100)]
Mark the email BBCode as source code

3 weeks agoIncrease height of filterable item lists
Marcel Werk [Mon, 9 Dec 2024 13:11:46 +0000 (14:11 +0100)]
Increase height of filterable item lists

ref https://www.woltlab.com/community/thread/310064-auswahl-individuelle-foren-icons-zu-klein/

3 weeks agoAdd `GoogleOther` bot
Marcel Werk [Mon, 9 Dec 2024 12:59:28 +0000 (13:59 +0100)]
Add `GoogleOther` bot

3 weeks agoAlso allows numbers in smiley code
Cyperghost [Mon, 9 Dec 2024 12:09:49 +0000 (13:09 +0100)]
Also allows numbers in smiley code

See https://www.woltlab.com/community/thread/310038-smileyerkennung-scheint-nicht-zu-richtig-zu-funktionieren/

3 weeks agoFixes the problem that the end node is inserted before the content
Cyperghost [Fri, 6 Dec 2024 14:16:41 +0000 (15:16 +0100)]
Fixes the problem that the end node is inserted before the content

3 weeks agoRelease 6.1.2 6.1.2
Alexander Ebert [Fri, 6 Dec 2024 12:15:05 +0000 (13:15 +0100)]
Release 6.1.2

3 weeks agoMerge branch '6.0' into 6.1
Alexander Ebert [Fri, 6 Dec 2024 12:05:26 +0000 (13:05 +0100)]
Merge branch '6.0' into 6.1

3 weeks agoRelease 6.0.20 6.0 6.0.20
Alexander Ebert [Fri, 6 Dec 2024 11:59:07 +0000 (12:59 +0100)]
Release 6.0.20

3 weeks agoUpdating minified JavaScript files
WoltLab [Fri, 6 Dec 2024 11:55:16 +0000 (11:55 +0000)]
Updating minified JavaScript files

3 weeks agoRemove obsolete `loading="lazy"` attribute
Marcel Werk [Thu, 5 Dec 2024 12:33:12 +0000 (13:33 +0100)]
Remove obsolete `loading="lazy"` attribute

3 weeks agoRelease 6.1.2 dev 1 6.1.2_dev_1
Alexander Ebert [Wed, 4 Dec 2024 15:08:20 +0000 (16:08 +0100)]
Release 6.1.2 dev 1

3 weeks agoUpdating minified JavaScript files
WoltLab [Wed, 4 Dec 2024 14:58:38 +0000 (14:58 +0000)]
Updating minified JavaScript files

3 weeks agoRebuild the pre-upgrade file archive
Alexander Ebert [Wed, 4 Dec 2024 14:56:12 +0000 (15:56 +0100)]
Rebuild the pre-upgrade file archive

3 weeks agoAdd the check for gmp or bcmath to the SystemCheck
Alexander Ebert [Wed, 4 Dec 2024 14:54:42 +0000 (15:54 +0100)]
Add the check for gmp or bcmath to the SystemCheck

3 weeks agoAdd a safeguard for excessively large images
Alexander Ebert [Wed, 4 Dec 2024 13:02:31 +0000 (14:02 +0100)]
Add a safeguard for excessively large images

See https://www.woltlab.com/community/thread/309951/

3 weeks agoAttachments always provide an integer for height/width
Alexander Ebert [Tue, 3 Dec 2024 15:41:32 +0000 (16:41 +0100)]
Attachments always provide an integer for height/width

See https://www.woltlab.com/community/thread/309949/

3 weeks agoAdd proper error handling for damaged images
Alexander Ebert [Tue, 3 Dec 2024 15:14:14 +0000 (16:14 +0100)]
Add proper error handling for damaged images

4 weeks agoMerge branch '6.0' into 6.1
Alexander Ebert [Mon, 2 Dec 2024 16:53:49 +0000 (17:53 +0100)]
Merge branch '6.0' into 6.1

4 weeks agoDo not scroll the editor into view when fixing the cursor
Alexander Ebert [Mon, 2 Dec 2024 16:53:21 +0000 (17:53 +0100)]
Do not scroll the editor into view when fixing the cursor

Fixes #6046

4 weeks agoMerge branch '6.0' into 6.1
Alexander Ebert [Mon, 2 Dec 2024 13:09:35 +0000 (14:09 +0100)]
Merge branch '6.0' into 6.1

4 weeks agoBump the minimum require WCF version
Alexander Ebert [Mon, 2 Dec 2024 13:07:06 +0000 (14:07 +0100)]
Bump the minimum require WCF version

Closes #4481

4 weeks agoIgnore errors trying to save the WebP thumbnail
Alexander Ebert [Mon, 2 Dec 2024 12:58:57 +0000 (13:58 +0100)]
Ignore errors trying to save the WebP thumbnail

Fixes #6121

4 weeks ago`CaptchaFormField` field did not check whether the given captcha type is available
Marcel Werk [Mon, 2 Dec 2024 11:41:25 +0000 (12:41 +0100)]
`CaptchaFormField` field did not check whether the given captcha type is available

ref https://www.woltlab.com/community/thread/309908-passwort-vergessen-funktioniert-nicht/

4 weeks agoImplicitly allow WebP images when autoscaling is enabled
Alexander Ebert [Fri, 29 Nov 2024 12:58:49 +0000 (13:58 +0100)]
Implicitly allow WebP images when autoscaling is enabled

See https://www.woltlab.com/community/thread/309877-wotlab-6-1-kann-mit-chrome-mobile-keine-bilder-anh%C3%A4ngen/

4 weeks agoAdd method to get the pathname of a thumbnail
Marcel Werk [Wed, 27 Nov 2024 12:44:01 +0000 (13:44 +0100)]
Add method to get the pathname of a thumbnail

4 weeks agoMerge branch '6.0' into 6.1
Alexander Ebert [Tue, 26 Nov 2024 16:36:37 +0000 (17:36 +0100)]
Merge branch '6.0' into 6.1

4 weeks agoUpdate the CKEditor stylesheet
Alexander Ebert [Tue, 26 Nov 2024 16:35:24 +0000 (17:35 +0100)]
Update the CKEditor stylesheet

4 weeks agoMerge branch '6.0' into 6.1
Marcel Werk [Tue, 26 Nov 2024 16:06:10 +0000 (17:06 +0100)]
Merge branch '6.0' into 6.1

4 weeks agoFix missing scrolling when editing comments / replies
Marcel Werk [Tue, 26 Nov 2024 16:05:52 +0000 (17:05 +0100)]
Fix missing scrolling when editing comments / replies

4 weeks agoFix double scrolling when replying to a comment
Marcel Werk [Tue, 26 Nov 2024 16:05:31 +0000 (17:05 +0100)]
Fix double scrolling when replying to a comment

Closes #5991

4 weeks agoAdd option to focus the editor without scrolling
Marcel Werk [Tue, 26 Nov 2024 16:04:04 +0000 (17:04 +0100)]
Add option to focus the editor without scrolling

4 weeks agoMerge branch '6.0' into 6.1
Marcel Werk [Tue, 26 Nov 2024 14:58:14 +0000 (15:58 +0100)]
Merge branch '6.0' into 6.1

4 weeks agoRemove request id from the output of a exception
Marcel Werk [Tue, 26 Nov 2024 14:58:00 +0000 (15:58 +0100)]
Remove request id from the output of a exception

Closes #5999

4 weeks agoPrevents an underlying dialog from being closed when the file selection dialog is...
Olaf Braun [Tue, 26 Nov 2024 14:12:29 +0000 (15:12 +0100)]
Prevents an underlying dialog from being closed when the file selection dialog is canceled by the user

5 weeks agoFix the reCAPTCHA widget on some mobile browsers
Alexander Ebert [Mon, 25 Nov 2024 20:04:26 +0000 (21:04 +0100)]
Fix the reCAPTCHA widget on some mobile browsers

See https://www.woltlab.com/community/thread/309522-gastkommentar-absenden-nicht-m%C3%B6glich/

5 weeks agoClean up the legacy attachment thumbnails on migration
Alexander Ebert [Mon, 25 Nov 2024 15:07:42 +0000 (16:07 +0100)]
Clean up the legacy attachment thumbnails on migration

5 weeks agoChecks whether `gmp` or `bcmath` is available
Cyperghost [Mon, 25 Nov 2024 10:36:14 +0000 (11:36 +0100)]
Checks whether `gmp` or `bcmath` is available

5 weeks agoMerge remote-tracking branch 'origin/6.0' into 6.1
Cyperghost [Mon, 25 Nov 2024 10:25:03 +0000 (11:25 +0100)]
Merge remote-tracking branch 'origin/6.0' into 6.1

5 weeks agoChecks whether `gmp` or `bcmath` is available
Cyperghost [Mon, 25 Nov 2024 10:23:26 +0000 (11:23 +0100)]
Checks whether `gmp` or `bcmath` is available

5 weeks agoUpdate the composer dependencies
Alexander Ebert [Sat, 23 Nov 2024 19:35:27 +0000 (20:35 +0100)]
Update the composer dependencies

5 weeks agoRelease 6.1.1 6.1.1
Alexander Ebert [Sat, 23 Nov 2024 17:44:57 +0000 (18:44 +0100)]
Release 6.1.1

5 weeks agoUpdating minified JavaScript files
WoltLab [Sat, 23 Nov 2024 17:22:12 +0000 (17:22 +0000)]
Updating minified JavaScript files

5 weeks agoMerge branch '6.0' into 6.1
Alexander Ebert [Sat, 23 Nov 2024 17:19:51 +0000 (18:19 +0100)]
Merge branch '6.0' into 6.1

5 weeks agoRelease 6.0.19 6.0.19
Alexander Ebert [Sat, 23 Nov 2024 17:15:07 +0000 (18:15 +0100)]
Release 6.0.19

5 weeks agoEnable the upgrade notice permanently
Alexander Ebert [Sat, 23 Nov 2024 17:14:20 +0000 (18:14 +0100)]
Enable the upgrade notice permanently

5 weeks agoUpdating minified JavaScript files
WoltLab [Sat, 23 Nov 2024 17:10:33 +0000 (17:10 +0000)]
Updating minified JavaScript files

5 weeks agoMerge branch '5.5' into 6.0
Alexander Ebert [Sat, 23 Nov 2024 17:08:01 +0000 (18:08 +0100)]
Merge branch '5.5' into 6.0

5 weeks agoRelease 5.5.24 5.5 5.5.24
Alexander Ebert [Sat, 23 Nov 2024 17:05:44 +0000 (18:05 +0100)]
Release 5.5.24

5 weeks agoUpdating minified JavaScript files
WoltLab [Sat, 23 Nov 2024 17:04:45 +0000 (17:04 +0000)]
Updating minified JavaScript files

5 weeks agoUpgrade to `actions/setup-node@v4`
Alexander Ebert [Fri, 22 Nov 2024 14:17:41 +0000 (15:17 +0100)]
Upgrade to `actions/setup-node@v4`

5 weeks agoAdd 6.2 to the d.ts generator
Alexander Ebert [Fri, 22 Nov 2024 14:12:15 +0000 (15:12 +0100)]
Add 6.2 to the d.ts generator

5 weeks agoMerge branch '6.0' into 6.1
Alexander Ebert [Thu, 21 Nov 2024 11:03:10 +0000 (12:03 +0100)]
Merge branch '6.0' into 6.1

5 weeks agoFix the position of immovable menus on scroll
Alexander Ebert [Thu, 21 Nov 2024 10:52:12 +0000 (11:52 +0100)]
Fix the position of immovable menus on scroll

See https://www.woltlab.com/community/thread/308886-dropdownignorepagescroll-bei-uisearchinput-l%C3%A4sst-dropdown-mit-ergebnissen-mitscr/

5 weeks agoRelease 6.1.1 dev 1 6.1.1_dev_1
Alexander Ebert [Wed, 20 Nov 2024 14:59:44 +0000 (15:59 +0100)]
Release 6.1.1 dev 1

5 weeks agoUpdating minified JavaScript files
WoltLab [Wed, 20 Nov 2024 14:41:28 +0000 (14:41 +0000)]
Updating minified JavaScript files

5 weeks agoUpdate the CKEditor stylesheet
Alexander Ebert [Wed, 20 Nov 2024 14:39:55 +0000 (15:39 +0100)]
Update the CKEditor stylesheet

5 weeks agoHide the quote/reaction overlay on window resize
Alexander Ebert [Wed, 20 Nov 2024 14:29:29 +0000 (15:29 +0100)]
Hide the quote/reaction overlay on window resize

See https://www.woltlab.com/community/thread/309553-%C3%A4nderung-der-fenstergr%C3%B6%C3%9Fe-zitate-reaktionen/

5 weeks agoMerge branch '6.0' into 6.1
Alexander Ebert [Wed, 20 Nov 2024 14:14:05 +0000 (15:14 +0100)]
Merge branch '6.0' into 6.1

5 weeks agoFix the return type declaration
Alexander Ebert [Wed, 20 Nov 2024 14:13:47 +0000 (15:13 +0100)]
Fix the return type declaration

See https://www.woltlab.com/community/thread/309479-falscher-phpdocs-kommentar-im-ilookuppagehandler/

5 weeks agoFix the minimum width of the datepicker on mobile
Alexander Ebert [Wed, 20 Nov 2024 13:58:21 +0000 (14:58 +0100)]
Fix the minimum width of the datepicker on mobile

See https://www.woltlab.com/community/thread/309584-poll-settings-bug/

5 weeks agoFix the forced processing of uploaded files
Alexander Ebert [Tue, 19 Nov 2024 17:04:16 +0000 (18:04 +0100)]
Fix the forced processing of uploaded files

6 weeks agoMerge pull request #6068 from WoltLab/6.1-file-processor-delete
Olaf Braun [Mon, 18 Nov 2024 14:51:20 +0000 (15:51 +0100)]
Merge pull request #6068 from WoltLab/6.1-file-processor-delete

Display an error message if the file cannot be deleted

6 weeks agoApply suggestions from code review
Olaf Braun [Mon, 18 Nov 2024 14:49:32 +0000 (15:49 +0100)]
Apply suggestions from code review

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
6 weeks agoReturn a sane list of defaults if the selected highlighters are empty
Alexander Ebert [Thu, 14 Nov 2024 11:21:02 +0000 (12:21 +0100)]
Return a sane list of defaults if the selected highlighters are empty

In previous versions it was possible that the selection got lost, eventually breaking the implementation.

6 weeks agoAdd the typings for `<woltlab-core-notice>`
Alexander Ebert [Thu, 14 Nov 2024 09:42:15 +0000 (10:42 +0100)]
Add the typings for `<woltlab-core-notice>`

Fixes #6067