GitHub/WoltLab/WCF.git
Author Commit
2024-04-03 CyperghostGenerate manifest by recompile style
2024-04-03 CyperghostRemove `default.manifest.json`
2024-04-03 CyperghostAdd `CreateManifest` command
2024-04-03 CyperghostRemove some blank lines
2024-04-03 CyperghostSet `theme_color` and `background_color` dynamically
2024-04-02 Marcel WerkMerge pull request #5863 from WoltLab/user-mail-form...
2024-04-02 Marcel WerkRemove option for different sender from bulk mail
2024-04-02 Olaf BraunMerge pull request #5860 from WoltLab/acl-json
2024-04-02 CyperghostRevert the changes on `WCF.Combined.tiny.js` and `WCF...
2024-04-02 CyperghostRemove `/>`
2024-04-01 Marcel WerkMigrate user mail to formbuilder form
2024-04-01 Marcel WerkRemove obsolete imports
2024-03-29 Alexander EbertReduce the usage of `@` in the template
2024-03-29 Alexander EbertRemove the redundant tooltips
2024-03-29 Alexander EbertFix the behavior for empty ACLs
2024-03-27 Alexander EbertAdd a dark mode to the exception page
2024-03-27 Marcel WerkMove assignment of '__userAuthConfig'
2024-03-27 Marcel WerkMerge pull request #5861 from WoltLab/user-authenticati...
2024-03-27 CyperghostRevert `ExifUtil.js` changes
2024-03-27 CyperghostFix `aclPermissionList` show if no item selected(empty)
2024-03-27 CyperghostAdd `aclListItem` class
2024-03-27 CyperghostUse new css for acl simple
2024-03-27 Cyperghostmodernize css for acl list
2024-03-27 Cyperghostmodernize css for acl permission list
2024-03-27 CyperghostRemove `WCF.ACL.js`
2024-03-26 Marcel WerkApplying the new configuration
2024-03-26 Marcel WerkUser authentication configuration
2024-03-26 CyperghostAdd sticky header
2024-03-26 CyperghostAdd hover and border
2024-03-26 CyperghostRemove "containerList"
2024-03-26 CyperghostAdd grid layout
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
next