WoltLab [Fri, 27 Dec 2024 12:33:18 +0000 (12:33 +0000)]
Updating minified JavaScript files
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
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
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
Marcel Werk [Fri, 27 Dec 2024 12:23:49 +0000 (13:23 +0100)]
Fix broken endpoint for enabling comments
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/
Alexander Ebert [Mon, 23 Dec 2024 16:31:30 +0000 (17:31 +0100)]
Add the missing `alt` attribute on the user card
Fixes #6142
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/
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/
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/
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
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
Marcel Werk [Mon, 23 Dec 2024 13:36:21 +0000 (14:36 +0100)]
Use `UserProfile::ACCESS_EVERYONE` constant
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/
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.
Marcel Werk [Mon, 23 Dec 2024 13:29:01 +0000 (14:29 +0100)]
Remove obsolete whitespaces
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
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.
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).
Marcel Werk [Fri, 20 Dec 2024 14:34:06 +0000 (15:34 +0100)]
Show last activity in user card
Alexander Ebert [Fri, 20 Dec 2024 09:53:52 +0000 (10:53 +0100)]
Add the ability to report damaged images
Alexander Ebert [Tue, 17 Dec 2024 14:44:36 +0000 (15:44 +0100)]
Mark `File::getRelativePath()` as public
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
Alexander Ebert [Sun, 15 Dec 2024 12:49:35 +0000 (13:49 +0100)]
Add the missing `hasFile()` method to `GenerateThumbnail`
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.
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.
Marcel Werk [Fri, 13 Dec 2024 11:36:27 +0000 (12:36 +0100)]
Make selection of the period in the statistics more flexible
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/
Alexander Ebert [Thu, 12 Dec 2024 12:36:48 +0000 (13:36 +0100)]
Move the logic to implicitly allow WebP images
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
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/
Alexander Ebert [Wed, 11 Dec 2024 17:11:12 +0000 (18:11 +0100)]
Add a missing bulk commit for embedded objects
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/
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.
Alexander Ebert [Wed, 11 Dec 2024 13:53:47 +0000 (14:53 +0100)]
Fix the detection of source BBCodes
Alexander Ebert [Wed, 11 Dec 2024 13:53:35 +0000 (14:53 +0100)]
Mark the email BBCode as source code
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/
Marcel Werk [Mon, 9 Dec 2024 12:59:28 +0000 (13:59 +0100)]
Add `GoogleOther` bot
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/
Cyperghost [Fri, 6 Dec 2024 14:16:41 +0000 (15:16 +0100)]
Fixes the problem that the end node is inserted before the content
Alexander Ebert [Fri, 6 Dec 2024 12:15:05 +0000 (13:15 +0100)]
Release 6.1.2
Alexander Ebert [Fri, 6 Dec 2024 12:05:26 +0000 (13:05 +0100)]
Merge branch '6.0' into 6.1
Alexander Ebert [Fri, 6 Dec 2024 11:59:07 +0000 (12:59 +0100)]
Release 6.0.20
WoltLab [Fri, 6 Dec 2024 11:55:16 +0000 (11:55 +0000)]
Updating minified JavaScript files
Marcel Werk [Thu, 5 Dec 2024 12:33:12 +0000 (13:33 +0100)]
Remove obsolete `loading="lazy"` attribute
Alexander Ebert [Wed, 4 Dec 2024 15:08:20 +0000 (16:08 +0100)]
Release 6.1.2 dev 1
WoltLab [Wed, 4 Dec 2024 14:58:38 +0000 (14:58 +0000)]
Updating minified JavaScript files
Alexander Ebert [Wed, 4 Dec 2024 14:56:12 +0000 (15:56 +0100)]
Rebuild the pre-upgrade file archive
Alexander Ebert [Wed, 4 Dec 2024 14:54:42 +0000 (15:54 +0100)]
Add the check for gmp or bcmath to the SystemCheck
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/
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/
Alexander Ebert [Tue, 3 Dec 2024 15:14:14 +0000 (16:14 +0100)]
Add proper error handling for damaged images
Alexander Ebert [Mon, 2 Dec 2024 16:53:49 +0000 (17:53 +0100)]
Merge branch '6.0' into 6.1
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
Alexander Ebert [Mon, 2 Dec 2024 13:09:35 +0000 (14:09 +0100)]
Merge branch '6.0' into 6.1
Alexander Ebert [Mon, 2 Dec 2024 13:07:06 +0000 (14:07 +0100)]
Bump the minimum require WCF version
Closes #4481
Alexander Ebert [Mon, 2 Dec 2024 12:58:57 +0000 (13:58 +0100)]
Ignore errors trying to save the WebP thumbnail
Fixes #6121
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/
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/
Marcel Werk [Wed, 27 Nov 2024 12:44:01 +0000 (13:44 +0100)]
Add method to get the pathname of a thumbnail
Alexander Ebert [Tue, 26 Nov 2024 16:36:37 +0000 (17:36 +0100)]
Merge branch '6.0' into 6.1
Alexander Ebert [Tue, 26 Nov 2024 16:35:24 +0000 (17:35 +0100)]
Update the CKEditor stylesheet
Marcel Werk [Tue, 26 Nov 2024 16:06:10 +0000 (17:06 +0100)]
Merge branch '6.0' into 6.1
Marcel Werk [Tue, 26 Nov 2024 16:05:52 +0000 (17:05 +0100)]
Fix missing scrolling when editing comments / replies
Marcel Werk [Tue, 26 Nov 2024 16:05:31 +0000 (17:05 +0100)]
Fix double scrolling when replying to a comment
Closes #5991
Marcel Werk [Tue, 26 Nov 2024 16:04:04 +0000 (17:04 +0100)]
Add option to focus the editor without scrolling
Marcel Werk [Tue, 26 Nov 2024 14:58:14 +0000 (15:58 +0100)]
Merge branch '6.0' into 6.1
Marcel Werk [Tue, 26 Nov 2024 14:58:00 +0000 (15:58 +0100)]
Remove request id from the output of a exception
Closes #5999
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
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/
Alexander Ebert [Mon, 25 Nov 2024 15:07:42 +0000 (16:07 +0100)]
Clean up the legacy attachment thumbnails on migration
Cyperghost [Mon, 25 Nov 2024 10:36:14 +0000 (11:36 +0100)]
Checks whether `gmp` or `bcmath` is available
Cyperghost [Mon, 25 Nov 2024 10:25:03 +0000 (11:25 +0100)]
Merge remote-tracking branch 'origin/6.0' into 6.1
Cyperghost [Mon, 25 Nov 2024 10:23:26 +0000 (11:23 +0100)]
Checks whether `gmp` or `bcmath` is available
Alexander Ebert [Sat, 23 Nov 2024 19:35:27 +0000 (20:35 +0100)]
Update the composer dependencies
Alexander Ebert [Sat, 23 Nov 2024 17:44:57 +0000 (18:44 +0100)]
Release 6.1.1
WoltLab [Sat, 23 Nov 2024 17:22:12 +0000 (17:22 +0000)]
Updating minified JavaScript files
Alexander Ebert [Sat, 23 Nov 2024 17:19:51 +0000 (18:19 +0100)]
Merge branch '6.0' into 6.1
Alexander Ebert [Sat, 23 Nov 2024 17:15:07 +0000 (18:15 +0100)]
Release 6.0.19
Alexander Ebert [Sat, 23 Nov 2024 17:14:20 +0000 (18:14 +0100)]
Enable the upgrade notice permanently
WoltLab [Sat, 23 Nov 2024 17:10:33 +0000 (17:10 +0000)]
Updating minified JavaScript files
Alexander Ebert [Sat, 23 Nov 2024 17:08:01 +0000 (18:08 +0100)]
Merge branch '5.5' into 6.0
Alexander Ebert [Sat, 23 Nov 2024 17:05:44 +0000 (18:05 +0100)]
Release 5.5.24
WoltLab [Sat, 23 Nov 2024 17:04:45 +0000 (17:04 +0000)]
Updating minified JavaScript files
Alexander Ebert [Fri, 22 Nov 2024 14:17:41 +0000 (15:17 +0100)]
Upgrade to `actions/setup-node@v4`
Alexander Ebert [Fri, 22 Nov 2024 14:12:15 +0000 (15:12 +0100)]
Add 6.2 to the d.ts generator
Alexander Ebert [Thu, 21 Nov 2024 11:03:10 +0000 (12:03 +0100)]
Merge branch '6.0' into 6.1
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/
Alexander Ebert [Wed, 20 Nov 2024 14:59:44 +0000 (15:59 +0100)]
Release 6.1.1 dev 1
WoltLab [Wed, 20 Nov 2024 14:41:28 +0000 (14:41 +0000)]
Updating minified JavaScript files
Alexander Ebert [Wed, 20 Nov 2024 14:39:55 +0000 (15:39 +0100)]
Update the CKEditor stylesheet
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/
Alexander Ebert [Wed, 20 Nov 2024 14:14:05 +0000 (15:14 +0100)]
Merge branch '6.0' into 6.1
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/
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/
Alexander Ebert [Tue, 19 Nov 2024 17:04:16 +0000 (18:04 +0100)]
Fix the forced processing of uploaded files
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
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>
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.
Alexander Ebert [Thu, 14 Nov 2024 09:42:15 +0000 (10:42 +0100)]
Add the typings for `<woltlab-core-notice>`
Fixes #6067