GitHub/WoltLab/WCF.git
Author Commit
2024-03-26 CyperghostCall `#select` function instead of set `checked` value
2024-03-26 CyperghostAdd a default value radio button for acl options
2024-03-26 CyperghostMark `WCF.ACL.List` as deprecated
2024-03-26 CyperghostMake functions public
2024-03-26 CyperghostImport `AclList`
2024-03-26 CyperghostAdd margin to search input
2024-03-26 CyperghostSave acl values as json
2024-03-26 CyperghostUse radio input elements
2024-03-26 CyperghostFix display of acl items
2024-03-26 CyperghostFix language phrases
2024-03-26 CyperghostCreate typescript for ACLList
2024-03-25 Olaf BraunMerge pull request #5852 from WoltLab/moderation-notifi...
2024-03-25 Olaf BraunUpdate wcfsetup/install/files/lib/system/comment/manage...
2024-03-25 CyperghostAdd `.class` to file name
2024-03-25 CyperghostUpdate code-style in `UserProfileCommentManager`
2024-03-25 CyperghostUpdate php doc for deprecation info
2024-03-25 CyperghostUse runtime cache for article content
2024-03-25 CyperghostRun php-cs-fixer
2024-03-25 CyperghostImplement the new interface `ICommentPermissionManager...
2024-03-25 CyperghostAdd new interface `ICommentPermissionManager`
2024-03-22 CyperghostAdd `userID` to `$data` array
2024-03-22 CyperghostCorrect the check if user can access the profile
2024-03-22 CyperghostAllow `null` value
2024-03-22 CyperghostAdded new function `canViewObject` to `ICommentManager...
2024-03-22 CyperghostAdd `$user` parameter to `isAccessible` function in...
2024-03-22 CyperghostAdd `$userID` parameter to `isAccessible` in `UserProfile`
2024-03-22 CyperghostFix parent call
2024-03-22 CyperghostAdd `isAffectedUser` function the comment `AbstractComm...
2024-03-22 CyperghostRevert "Allow the `SessionHandler` as `$user` parameter...
2024-03-21 Marcel WerkMerge pull request #5854 from WoltLab/force-login-middl...
2024-03-21 Marcel WerkApply "Force login" for users with pending activation
2024-03-21 Marcel WerkAdd exceptions for some actions
2024-03-21 Marcel WerkFix status code
2024-03-21 CyperghostAdd further variables to the language variables
2024-03-21 CyperghostUse new function `canModerateObject` to check if the...
2024-03-21 CyperghostAllow the `SessionHandler` as `$user` parameter, too
2024-03-21 CyperghostAdd new function `canModerateObject`to `ICommentManager`
2024-03-21 CyperghostRevert "Add a user parameter to check whether the user...
2024-03-20 Marcel WerkImproved handling of AJAX requests
2024-03-20 Marcel WerkMove check for `FORCE_LOGIN` into a Middleware
2024-03-20 Marcel WerkFix outdated allowed controller
2024-03-20 Marcel WerkRemove obsolete `dateModified` property
2024-03-20 Marcel WerkChange `dateCreated` property to `datePublished`
2024-03-20 CyperghostAssign user before sending notification
2024-03-20 CyperghostAdd mail plain and html text
2024-03-20 CyperghostCorrect plain text email template
2024-03-20 CyperghostAdd test notification
2024-03-20 CyperghostUse function `ViewableModerationQueue::getViewableModer...
2024-03-20 CyperghostAdd notification message for reported content
2024-03-20 CyperghostAdd title for notification
2024-03-20 CyperghostSet stackable to false(default)
2024-03-20 CyperghostFire notification report
2024-03-20 CyperghostAdd user notification for new reports
2024-03-20 CyperghostAdd assert check
2024-03-20 CyperghostUser array filter
2024-03-20 CyperghostAdd function to notify moderators about new reports
2024-03-20 CyperghostOverride `isAffectedUser` for article
2024-03-20 CyperghostOverride `isAffectedUser` for comments
2024-03-20 CyperghostAdd a user parameter to check whether the user is allow...
2024-03-19 Olaf BraunAdd an empty upcast converter that handles custom bb...
2024-03-19 Alexander EbertMerge pull request #5841 from WoltLab/rest-rpc-api
2024-03-19 Alexander EbertRemove the previous controllers
2024-03-19 Alexander EbertRename the controller
2024-03-17 Alexander EbertAdd JsDoc comments to the components
2024-03-17 Alexander EbertImplement a cache for the router
2024-03-17 Alexander EbertAdd PhpDoc headers to all components
2024-03-17 Alexander EbertReject requests with a query shorter than 3 characters
2024-03-17 Alexander EbertFix the casing of the enum
2024-03-17 Alexander EbertRebuild JS artifacts
2024-03-17 Alexander EbertAdd a helper method to identify validation errors
2024-03-12 Alexander EbertAdd an API wrapper for editor mentions
2024-03-12 Alexander EbertRemove an unnecessary assertion
2024-03-12 Alexander EbertAdd support for `DELETE` requests
2024-03-11 Alexander EbertMigrate the mentions to the new API endpoint
2024-03-11 Alexander EbertUpdate the shim for the editor suggestions
2024-03-11 Alexander EbertAdd support for `DELETE` requests
2024-03-11 Alexander EbertAlways return a JSON response for errors
2024-03-11 Alexander EbertRemove unused components
2024-03-11 Alexander EbertImplement a prototype based on `FastRoute`
2024-03-11 Alexander EbertRemove the `Assign` controller
2024-03-10 Alexander EbertAdd nikic/FastRoute as a dependency
2024-03-10 Alexander EbertHydrate the parameters using a readonly struct
2024-03-10 Alexander EbertAdd automated parameter validation based on Valinor
2024-03-10 Alexander EbertMigrate the endpoint for mention suggestions
2024-03-10 Alexander EbertAdd support for `GET` requests
2024-03-10 Alexander EbertUse a more specific exception to represent malformed...
2024-03-10 Alexander EbertPrototype for an API method
2024-03-10 Alexander EbertRebuild the JS artifact
2024-03-10 Alexander EbertMerge branch '6.0'
2024-03-08 Marcel WerkMerge pull request #5839 from WoltLab/bugfix/moderation...
2024-03-08 CyperghostDelete moderation queue comment notifications if the...
2024-03-07 Marcel WerkMerge pull request #5838 from WoltLab/category-addition...
2024-03-07 Olaf BraunMerge pull request #5837 from WoltLab/user-menu-items...
2024-03-07 Marcel WerkMake magic method `__isset` respect additionalData...
2024-03-07 Olaf BraunAdd `@since 6.1` comment
2024-03-07 CyperghostAdd a custom event to update the counter of a user...
2024-03-07 Alexander EbertMerge pull request #5836 from WoltLab/setup-php-version...
2024-03-06 Marcel WerkImprove php version check during the setup
2024-03-04 Marcel WerkMerge pull request #5834 from WoltLab/bugfix/UserRegist...
2024-03-04 Marcel WerkMerge pull request #5831 from WoltLab/xsd
next