GitHub/WoltLab/WCF.git
7 months agoMerge branch 'user-auth-configuration' of https://github.com/WoltLab/WCF into user... user-auth-configuration
Marcel Werk [Tue, 26 Mar 2024 12:30:54 +0000 (13:30 +0100)]
Merge branch 'user-auth-configuration' of https://github.com/WoltLab/WCF into user-auth-configuration

7 months agoAdd since tag / fix license tag
Marcel Werk [Fri, 15 Dec 2023 14:57:30 +0000 (15:57 +0100)]
Add since tag / fix license tag

7 months agoUser authentication configuration
Marcel Werk [Wed, 13 Dec 2023 13:43:40 +0000 (14:43 +0100)]
User authentication configuration

A central location for the configuration should make it easier to disable certain unwanted functions in SSO plugins.

7 months agoMerge pull request #5852 from WoltLab/moderation-notification-report
Olaf Braun [Mon, 25 Mar 2024 12:24:32 +0000 (13:24 +0100)]
Merge pull request #5852 from WoltLab/moderation-notification-report

Moderation notification report

7 months agoUpdate wcfsetup/install/files/lib/system/comment/manager/ICommentPermissionManager...
Olaf Braun [Mon, 25 Mar 2024 12:21:06 +0000 (13:21 +0100)]
Update wcfsetup/install/files/lib/system/comment/manager/ICommentPermissionManager.class.php

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
7 months agoAdd `.class` to file name
Cyperghost [Mon, 25 Mar 2024 10:12:39 +0000 (11:12 +0100)]
Add `.class` to file name

7 months agoUpdate code-style in `UserProfileCommentManager`
Cyperghost [Mon, 25 Mar 2024 10:11:06 +0000 (11:11 +0100)]
Update code-style in `UserProfileCommentManager`

7 months agoUpdate php doc for deprecation info
Cyperghost [Mon, 25 Mar 2024 10:08:34 +0000 (11:08 +0100)]
Update php doc for deprecation info

7 months agoUse runtime cache for article content
Cyperghost [Mon, 25 Mar 2024 10:07:00 +0000 (11:07 +0100)]
Use runtime cache for article content

7 months agoRun php-cs-fixer
Cyperghost [Mon, 25 Mar 2024 10:00:44 +0000 (11:00 +0100)]
Run php-cs-fixer

7 months agoImplement the new interface `ICommentPermissionManager` in the comment managers
Cyperghost [Mon, 25 Mar 2024 09:58:54 +0000 (10:58 +0100)]
Implement the new interface `ICommentPermissionManager` in the comment managers

7 months agoAdd new interface `ICommentPermissionManager`
Cyperghost [Mon, 25 Mar 2024 09:49:26 +0000 (10:49 +0100)]
Add new interface `ICommentPermissionManager`

8 months agoAdd `userID` to `$data` array
Cyperghost [Fri, 22 Mar 2024 11:38:29 +0000 (12:38 +0100)]
Add `userID` to `$data` array

8 months agoCorrect the check if user can access the profile
Cyperghost [Fri, 22 Mar 2024 11:35:30 +0000 (12:35 +0100)]
Correct the check if user can access the profile

8 months agoAllow `null` value
Cyperghost [Fri, 22 Mar 2024 11:18:31 +0000 (12:18 +0100)]
Allow `null` value

8 months agoAdded new function `canViewObject` to `ICommentManager` to check access to any object...
Cyperghost [Fri, 22 Mar 2024 11:16:51 +0000 (12:16 +0100)]
Added new function `canViewObject` to `ICommentManager` to check access to any object of comments.

8 months agoAdd `$user` parameter to `isAccessible` function in `Page`
Cyperghost [Fri, 22 Mar 2024 10:59:49 +0000 (11:59 +0100)]
Add `$user` parameter to `isAccessible` function in `Page`

8 months agoAdd `$userID` parameter to `isAccessible` in `UserProfile`
Cyperghost [Fri, 22 Mar 2024 10:50:51 +0000 (11:50 +0100)]
Add `$userID` parameter to `isAccessible` in `UserProfile`

8 months agoFix parent call
Cyperghost [Fri, 22 Mar 2024 10:34:57 +0000 (11:34 +0100)]
Fix parent call

8 months agoAdd `isAffectedUser` function the comment `AbstractCommentResponseModerationQueueHandler`
Cyperghost [Fri, 22 Mar 2024 10:33:56 +0000 (11:33 +0100)]
Add `isAffectedUser` function the comment `AbstractCommentResponseModerationQueueHandler`

8 months agoRevert "Allow the `SessionHandler` as `$user` parameter, too"
Cyperghost [Fri, 22 Mar 2024 10:31:34 +0000 (11:31 +0100)]
Revert "Allow the `SessionHandler` as `$user` parameter, too"

This reverts commit ee8b210549eb81e86ce76fb58db153936fb5a791.

8 months agoMerge pull request #5854 from WoltLab/force-login-middleware
Marcel Werk [Thu, 21 Mar 2024 16:55:45 +0000 (17:55 +0100)]
Merge pull request #5854 from WoltLab/force-login-middleware

Move check for `FORCE_LOGIN` into a Middleware

8 months agoApply "Force login" for users with pending activation
Marcel Werk [Thu, 21 Mar 2024 16:10:44 +0000 (17:10 +0100)]
Apply "Force login" for users with pending activation

8 months agoAdd exceptions for some actions
Marcel Werk [Thu, 21 Mar 2024 15:47:06 +0000 (16:47 +0100)]
Add exceptions for some actions

These actions are required for registration or general tasks.

8 months agoFix status code
Marcel Werk [Thu, 21 Mar 2024 15:31:55 +0000 (16:31 +0100)]
Fix status code

8 months agoAdd further variables to the language variables
Cyperghost [Thu, 21 Mar 2024 09:40:28 +0000 (10:40 +0100)]
Add further variables to the language variables

8 months agoUse new function `canModerateObject` to check if the user has permission to this...
Cyperghost [Thu, 21 Mar 2024 09:34:04 +0000 (10:34 +0100)]
Use new function `canModerateObject` to check if the user has permission to this moderation queue item

8 months agoAllow the `SessionHandler` as `$user` parameter, too
Cyperghost [Thu, 21 Mar 2024 09:33:07 +0000 (10:33 +0100)]
Allow the `SessionHandler` as `$user` parameter, too

8 months agoAdd new function `canModerateObject`to `ICommentManager`
Cyperghost [Thu, 21 Mar 2024 09:28:56 +0000 (10:28 +0100)]
Add new function `canModerateObject`to `ICommentManager`

8 months agoRevert "Add a user parameter to check whether the user is allowed to moderate this...
Cyperghost [Thu, 21 Mar 2024 09:19:17 +0000 (10:19 +0100)]
Revert "Add a user parameter to check whether the user is allowed to moderate this comment."

This reverts commit 8005d38adb57834864e7c7736193568d80d83813.

8 months agoImproved handling of AJAX requests
Marcel Werk [Wed, 20 Mar 2024 16:47:37 +0000 (17:47 +0100)]
Improved handling of AJAX requests

8 months agoMove check for `FORCE_LOGIN` into a Middleware
Marcel Werk [Wed, 20 Mar 2024 16:40:41 +0000 (17:40 +0100)]
Move check for `FORCE_LOGIN` into a Middleware

Closes #5853

8 months agoFix outdated allowed controller
Marcel Werk [Wed, 20 Mar 2024 16:14:19 +0000 (17:14 +0100)]
Fix outdated allowed controller

8 months agoRemove obsolete `dateModified` property
Marcel Werk [Wed, 20 Mar 2024 13:52:54 +0000 (14:52 +0100)]
Remove obsolete `dateModified` property

8 months agoChange `dateCreated` property to `datePublished`
Marcel Werk [Wed, 20 Mar 2024 13:47:12 +0000 (14:47 +0100)]
Change `dateCreated` property to `datePublished`

It seems that Google prefers `datePublished`.

8 months agoAssign user before sending notification
Cyperghost [Wed, 20 Mar 2024 13:16:48 +0000 (14:16 +0100)]
Assign user before sending notification

8 months agoAdd mail plain and html text
Cyperghost [Wed, 20 Mar 2024 13:05:19 +0000 (14:05 +0100)]
Add mail plain and html text

8 months agoCorrect plain text email template
Cyperghost [Wed, 20 Mar 2024 12:56:17 +0000 (13:56 +0100)]
Correct plain text email template

8 months agoAdd test notification
Cyperghost [Wed, 20 Mar 2024 12:42:35 +0000 (13:42 +0100)]
Add test notification

8 months agoUse function `ViewableModerationQueue::getViewableModerationQueue`
Cyperghost [Wed, 20 Mar 2024 12:26:10 +0000 (13:26 +0100)]
Use function `ViewableModerationQueue::getViewableModerationQueue`

8 months agoAdd notification message for reported content
Cyperghost [Wed, 20 Mar 2024 12:20:20 +0000 (13:20 +0100)]
Add notification message for reported content

8 months agoAdd title for notification
Cyperghost [Wed, 20 Mar 2024 11:53:07 +0000 (12:53 +0100)]
Add title for notification

8 months agoSet stackable to false(default)
Cyperghost [Wed, 20 Mar 2024 11:46:43 +0000 (12:46 +0100)]
Set stackable to false(default)

8 months agoFire notification report
Cyperghost [Wed, 20 Mar 2024 11:44:44 +0000 (12:44 +0100)]
Fire notification report

8 months agoAdd user notification for new reports
Cyperghost [Wed, 20 Mar 2024 11:41:34 +0000 (12:41 +0100)]
Add user notification for new reports

8 months agoAdd assert check
Cyperghost [Wed, 20 Mar 2024 11:30:50 +0000 (12:30 +0100)]
Add assert check

8 months agoUser array filter
Cyperghost [Wed, 20 Mar 2024 10:15:48 +0000 (11:15 +0100)]
User array filter

8 months agoAdd function to notify moderators about new reports
Cyperghost [Wed, 20 Mar 2024 10:14:24 +0000 (11:14 +0100)]
Add function to notify moderators about new reports

8 months agoOverride `isAffectedUser` for article
Cyperghost [Wed, 20 Mar 2024 10:04:46 +0000 (11:04 +0100)]
Override `isAffectedUser` for article

8 months agoOverride `isAffectedUser` for comments
Cyperghost [Wed, 20 Mar 2024 09:59:23 +0000 (10:59 +0100)]
Override `isAffectedUser` for comments

8 months agoAdd a user parameter to check whether the user is allowed to moderate this comment.
Cyperghost [Wed, 20 Mar 2024 09:56:14 +0000 (10:56 +0100)]
Add a user parameter to check whether the user is allowed to moderate this comment.

8 months agoAdd an empty upcast converter that handles custom bb-codes (#5851)
Olaf Braun [Tue, 19 Mar 2024 17:48:07 +0000 (18:48 +0100)]
Add an empty upcast converter that handles custom bb-codes (#5851)

* Add an empty upcast converter that handles custom bb-codes

* Update wcfsetup/install/files/lib/system/html/metacode/upcast/EmptyMetacodeUpcast.class.php

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
---------

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
8 months agoMerge pull request #5841 from WoltLab/rest-rpc-api
Alexander Ebert [Tue, 19 Mar 2024 17:19:39 +0000 (18:19 +0100)]
Merge pull request #5841 from WoltLab/rest-rpc-api

PoC: REST/RPC API

8 months agoRemove the previous controllers
Alexander Ebert [Tue, 19 Mar 2024 15:29:45 +0000 (16:29 +0100)]
Remove the previous controllers

Those are considered to be internal controllers and `DeleteSessionAction` behaves differently. Since the only consumers are internal components, it is safer to remove them than to risk them becoming out of sync

8 months agoRename the controller
Alexander Ebert [Tue, 19 Mar 2024 15:27:17 +0000 (16:27 +0100)]
Rename the controller

8 months agoAdd JsDoc comments to the components
Alexander Ebert [Sun, 17 Mar 2024 17:50:05 +0000 (18:50 +0100)]
Add JsDoc comments to the components

8 months agoImplement a cache for the router
Alexander Ebert [Sun, 17 Mar 2024 17:05:11 +0000 (18:05 +0100)]
Implement a cache for the router

8 months agoAdd PhpDoc headers to all components
Alexander Ebert [Sun, 17 Mar 2024 16:44:50 +0000 (17:44 +0100)]
Add PhpDoc headers to all components

8 months agoReject requests with a query shorter than 3 characters
Alexander Ebert [Sun, 17 Mar 2024 16:44:33 +0000 (17:44 +0100)]
Reject requests with a query shorter than 3 characters

8 months agoFix the casing of the enum
Alexander Ebert [Sun, 17 Mar 2024 15:50:04 +0000 (16:50 +0100)]
Fix the casing of the enum

8 months agoRebuild JS artifacts
Alexander Ebert [Sun, 17 Mar 2024 15:30:18 +0000 (16:30 +0100)]
Rebuild JS artifacts

8 months agoAdd a helper method to identify validation errors
Alexander Ebert [Sun, 17 Mar 2024 15:24:07 +0000 (16:24 +0100)]
Add a helper method to identify validation errors

8 months agoAdd an API wrapper for editor mentions
Alexander Ebert [Tue, 12 Mar 2024 16:28:55 +0000 (17:28 +0100)]
Add an API wrapper for editor mentions

8 months agoRemove an unnecessary assertion
Alexander Ebert [Tue, 12 Mar 2024 15:48:18 +0000 (16:48 +0100)]
Remove an unnecessary assertion

8 months agoAdd support for `DELETE` requests
Alexander Ebert [Tue, 12 Mar 2024 15:44:58 +0000 (16:44 +0100)]
Add support for `DELETE` requests

8 months agoMigrate the mentions to the new API endpoint
Alexander Ebert [Mon, 11 Mar 2024 15:36:34 +0000 (16:36 +0100)]
Migrate the mentions to the new API endpoint

8 months agoUpdate the shim for the editor suggestions
Alexander Ebert [Mon, 11 Mar 2024 15:33:36 +0000 (16:33 +0100)]
Update the shim for the editor suggestions

8 months agoAdd support for `DELETE` requests
Alexander Ebert [Mon, 11 Mar 2024 15:31:22 +0000 (16:31 +0100)]
Add support for `DELETE` requests

8 months agoAlways return a JSON response for errors
Alexander Ebert [Mon, 11 Mar 2024 15:29:34 +0000 (16:29 +0100)]
Always return a JSON response for errors

8 months agoRemove unused components
Alexander Ebert [Mon, 11 Mar 2024 13:02:24 +0000 (14:02 +0100)]
Remove unused components

8 months agoImplement a prototype based on `FastRoute`
Alexander Ebert [Mon, 11 Mar 2024 12:59:44 +0000 (13:59 +0100)]
Implement a prototype based on `FastRoute`

8 months agoRemove the `Assign` controller
Alexander Ebert [Mon, 11 Mar 2024 11:55:05 +0000 (12:55 +0100)]
Remove the `Assign` controller

8 months agoAdd nikic/FastRoute as a dependency
Alexander Ebert [Sun, 10 Mar 2024 23:05:14 +0000 (00:05 +0100)]
Add nikic/FastRoute as a dependency

8 months agoHydrate the parameters using a readonly struct
Alexander Ebert [Sun, 10 Mar 2024 14:19:02 +0000 (15:19 +0100)]
Hydrate the parameters using a readonly struct

8 months agoAdd automated parameter validation based on Valinor
Alexander Ebert [Sun, 10 Mar 2024 13:03:53 +0000 (14:03 +0100)]
Add automated parameter validation based on Valinor

8 months agoMigrate the endpoint for mention suggestions
Alexander Ebert [Sat, 9 Mar 2024 23:47:57 +0000 (00:47 +0100)]
Migrate the endpoint for mention suggestions

8 months agoAdd support for `GET` requests
Alexander Ebert [Sat, 9 Mar 2024 23:47:38 +0000 (00:47 +0100)]
Add support for `GET` requests

8 months agoUse a more specific exception to represent malformed controllers
Alexander Ebert [Sat, 9 Mar 2024 23:07:11 +0000 (00:07 +0100)]
Use a more specific exception to represent malformed controllers

8 months agoPrototype for an API method
Alexander Ebert [Sat, 9 Mar 2024 18:04:42 +0000 (19:04 +0100)]
Prototype for an API method

8 months agoRebuild the JS artifact
Alexander Ebert [Sun, 10 Mar 2024 14:19:32 +0000 (15:19 +0100)]
Rebuild the JS artifact

8 months agoMerge branch '6.0'
Alexander Ebert [Sun, 10 Mar 2024 14:14:32 +0000 (15:14 +0100)]
Merge branch '6.0'

8 months agoMerge pull request #5839 from WoltLab/bugfix/moderation-queue-comments-notification
Marcel Werk [Fri, 8 Mar 2024 12:54:19 +0000 (13:54 +0100)]
Merge pull request #5839 from WoltLab/bugfix/moderation-queue-comments-notification

Delete orphaned moderation queue comment notifications

8 months agoDelete moderation queue comment notifications if the moderation queue object has...
Cyperghost [Fri, 8 Mar 2024 10:28:37 +0000 (11:28 +0100)]
Delete moderation queue comment notifications if the moderation queue object has already been deleted.

8 months agoMerge pull request #5838 from WoltLab/category-additional-data
Marcel Werk [Thu, 7 Mar 2024 17:15:52 +0000 (18:15 +0100)]
Merge pull request #5838 from WoltLab/category-additional-data

Make magic method `__isset` respect additionalData properties

8 months agoMerge pull request #5837 from WoltLab/user-menu-items-update-counter
Olaf Braun [Thu, 7 Mar 2024 16:56:25 +0000 (17:56 +0100)]
Merge pull request #5837 from WoltLab/user-menu-items-update-counter

Custom event to update the counter for user menu entries

8 months agoMake magic method `__isset` respect additionalData properties
Marcel Werk [Thu, 7 Mar 2024 16:32:57 +0000 (17:32 +0100)]
Make magic method `__isset` respect additionalData properties

Closes #5825

8 months agoAdd `@since 6.1` comment
Olaf Braun [Thu, 7 Mar 2024 15:52:55 +0000 (16:52 +0100)]
Add `@since 6.1` comment

8 months agoAdd a custom event to update the counter of a user menu item
Cyperghost [Wed, 6 Mar 2024 11:48:39 +0000 (12:48 +0100)]
Add a custom event to update the counter of a user menu item

8 months agoMerge pull request #5836 from WoltLab/setup-php-version-check
Alexander Ebert [Thu, 7 Mar 2024 14:47:08 +0000 (15:47 +0100)]
Merge pull request #5836 from WoltLab/setup-php-version-check

Improve php version check during the setup

8 months agoImprove php version check during the setup
Marcel Werk [Wed, 6 Mar 2024 15:59:38 +0000 (16:59 +0100)]
Improve php version check during the setup

Closes #5626

8 months agoMerge pull request #5834 from WoltLab/bugfix/UserRegistrationDateCondition
Marcel Werk [Mon, 4 Mar 2024 15:57:10 +0000 (16:57 +0100)]
Merge pull request #5834 from WoltLab/bugfix/UserRegistrationDateCondition

use system timezone for `UserRegistrationDateCondition`

8 months agoMerge pull request #5831 from WoltLab/xsd
Marcel Werk [Mon, 4 Mar 2024 13:54:19 +0000 (14:54 +0100)]
Merge pull request #5831 from WoltLab/xsd

Fix multiple issues in XSD files

8 months agoFix multiple issues in XSD files
Marcel Werk [Fri, 1 Mar 2024 14:02:47 +0000 (15:02 +0100)]
Fix multiple issues in XSD files

Closes #5809

8 months agoMerge pull request #5832 from WoltLab/menu-caret-down-icon
Marcel Werk [Mon, 4 Mar 2024 13:48:31 +0000 (14:48 +0100)]
Merge pull request #5832 from WoltLab/menu-caret-down-icon

Fix obsolete 'caret-down' icon in menus

8 months agoUse timezone object
Cyperghost [Mon, 4 Mar 2024 12:43:51 +0000 (13:43 +0100)]
Use timezone object

8 months agoUse system timezone
Cyperghost [Mon, 4 Mar 2024 12:37:59 +0000 (13:37 +0100)]
Use system timezone

8 months agoMerge pull request #5828 from WoltLab/bugfix/recaptcha-dialog
Olaf Braun [Sat, 2 Mar 2024 16:30:42 +0000 (17:30 +0100)]
Merge pull request #5828 from WoltLab/bugfix/recaptcha-dialog

Move reCAPTCHA widget overlay for dialogs to `pageOverlayContainer`

8 months agoFix obsolete 'caret-down' icon in menus
Marcel Werk [Fri, 1 Mar 2024 17:17:40 +0000 (18:17 +0100)]
Fix obsolete 'caret-down' icon in menus

The icon was incorrectly shown in all menus and all levels.

8 months agoRemove obsolete tags in delete instructions
Marcel Werk [Fri, 1 Mar 2024 14:10:18 +0000 (15:10 +0100)]
Remove obsolete tags in delete instructions

These tags are not required for the deletion.

8 months agoUpdate outdated XSD location
Marcel Werk [Fri, 1 Mar 2024 14:08:49 +0000 (15:08 +0100)]
Update outdated XSD location