GitHub/WoltLab/WCF.git
Author Commit
2024-03-27 Alexander EbertAdd support for image thumbnails
2024-03-27 Alexander EbertAdd basic support for thumbnails
2024-03-27 Alexander EbertAdd the ability to attach custom response data
2024-03-27 Alexander EbertDelegate attachments to the file upload system
2024-03-27 Alexander EbertPrototype for the delegation of attachments to the...
2024-03-27 Alexander EbertAdd support for an extension based filter
2024-03-27 Alexander EbertImprove the error handling of the preflight request
2024-03-27 Alexander EbertSimplify the handling of context data
2024-03-27 Alexander EbertAdd basic support for file processors
2024-03-27 Alexander EbertWrite the chunks into the file directly
2024-03-27 Alexander EbertTrack the number of uploaded chunks
2024-03-27 Alexander EbertConvert a temporary file into a persistent file
2024-03-27 Alexander EbertCreate the basic data structure for a persistent file
2024-03-27 Alexander EbertUse a single source of truth for temporary filenames
2024-03-27 Alexander EbertAdd a proper DBO for the handling of temporary files
2024-03-27 Alexander EbertDynamically calculate the chunk size
2024-03-27 Alexander EbertRemove the unnecessary table `wcf1_file_chunk`
2024-03-27 Alexander EbertAdd SHA-256 checksums to the uploaded data
2024-03-27 Alexander EbertUse buffers to write uploaded files
2024-03-27 Alexander EbertImplement a naive chunked upload
2024-03-27 Alexander EbertAdd PoC implementation for chunked uploads
2024-03-27 Alexander EbertAdd support for blob requests
2024-03-27 Alexander EbertAdd the basic directory structure for the data storage
2024-03-27 Alexander EbertAdd the data structure for file chunks
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-26 Marcel WerkApplying the new configuration
2024-03-26 Marcel WerkUser authentication configuration
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
next