GitHub/WoltLab/WCF.git
Author Commit
2024-06-08 Alexander EbertAdd a secret to upload files
2024-06-08 Alexander EbertUse file extensions other than `.bin` for safe types
2024-06-08 Alexander EbertSkip thumbnails for non-image files
2024-06-08 Alexander EbertUse `File::getSourceName()` to avoid accidental leaks
2024-06-08 Alexander EbertAdd `getPathname()` to simplify the file access
2024-06-08 Alexander EbertCache the width and height of images
2024-06-08 Alexander EbertClean up some TODOs
2024-06-08 Alexander EbertAlways create thumbnails using WebP
2024-06-08 Alexander EbertFix the error handling of failed context validations
2024-06-08 Alexander EbertUnify the handling of the attachment context
2024-06-08 Alexander EbertPrototype to render files as HTML elements
2024-06-08 Alexander EbertAlways load the file and thumbnails for attachments
2024-06-08 Alexander EbertAdd support for attachment thumbnail
2024-06-08 Alexander EbertFix the handling of validation errors
2024-06-08 Alexander EbertAdd an API endpoint to delete files
2024-06-08 Alexander EbertMigrate the generation of thumbnails to the new API
2024-06-08 Alexander EbertMigrate the chunk upload to the new API
2024-06-08 Alexander EbertRemove the old controller for the preflight request
2024-06-08 Alexander EbertMigrate the file upload preflight to the new API
2024-06-08 Alexander EbertAdd the link to the uploaded file
2024-06-08 Alexander EbertAdd the button to insert an image’s thumbnail
2024-06-08 Alexander EbertForward the extra data from the file processor
2024-06-08 Alexander EbertImplement a button to insert the `[attach]` BBCode...
2024-06-08 Alexander EbertPersistently track the mime type of uploaded files
2024-06-08 Alexander EbertAdd basic support for thumbnails for the file element
2024-06-08 Alexander EbertAdd a lifecycle behavior for uploaded files
2024-06-08 Alexander EbertAdd the `woltlab-core-file` element to represent uploads
2024-06-08 Alexander EbertAdd support for image thumbnails
2024-06-08 Alexander EbertAdd basic support for thumbnails
2024-06-08 Alexander EbertAdd the ability to attach custom response data
2024-06-08 Alexander EbertDelegate attachments to the file upload system
2024-06-08 Alexander EbertPrototype for the delegation of attachments to the...
2024-06-08 Alexander EbertAdd support for an extension based filter
2024-06-08 Alexander EbertImprove the error handling of the preflight request
2024-06-08 Alexander EbertSimplify the handling of context data
2024-06-08 Alexander EbertAdd basic support for file processors
2024-06-08 Alexander EbertWrite the chunks into the file directly
2024-06-08 Alexander EbertTrack the number of uploaded chunks
2024-06-08 Alexander EbertConvert a temporary file into a persistent file
2024-06-08 Alexander EbertCreate the basic data structure for a persistent file
2024-06-08 Alexander EbertUse a single source of truth for temporary filenames
2024-06-08 Alexander EbertAdd a proper DBO for the handling of temporary files
2024-06-08 Alexander EbertDynamically calculate the chunk size
2024-06-08 Alexander EbertRemove the unnecessary table `wcf1_file_chunk`
2024-06-08 Alexander EbertAdd SHA-256 checksums to the uploaded data
2024-06-08 Alexander EbertUse buffers to write uploaded files
2024-06-08 Alexander EbertImplement a naive chunked upload
2024-06-08 Alexander EbertAdd PoC implementation for chunked uploads
2024-06-08 Alexander EbertAdd support for blob requests
2024-06-08 Alexander EbertAdd the basic directory structure for the data storage
2024-06-08 Alexander EbertAdd the data structure for file chunks
2024-06-08 Marcel WerkFix the handling of validation errors
2024-06-08 Marcel WerkFix missing logging of exceptions
2024-06-04 Marcel WerkAllow quotes in comments
2024-06-04 Marcel WerkUnify phrases
2024-06-04 Marcel WerkRemove obsolete language variable
2024-06-01 Marcel WerkMerge pull request #5929 from WoltLab/spam-checking...
2024-06-01 Marcel WerkMake messages from the contact form available to the...
2024-05-31 Marcel WerkUse spam check event for comments
2024-05-31 Marcel WerkReintroduce option to save blacklist matches for a...
2024-05-30 Marcel WerkUse an event for the spam check in message forms
2024-05-30 Marcel WerkUse an event for the spam check in the contact form
2024-05-30 Marcel WerkConvert `BLACKLIST_SFS_ACTION` into a general option
2024-05-30 Marcel WerkMove the settings for SFS to the anti-spam category
2024-05-29 Marcel WerkUse an event for the spam check during registration
2024-05-21 Marcel WerkUpdate disclaimer text
2024-05-21 CyperghostAn error occurred when saving the ACL permission if...
2024-05-21 CyperghostBugfix when sending ACL values via the FormBuilder...
2024-05-20 Marcel WerkFix phpdoc issues
2024-05-20 Marcel WerkFix missing form field template
2024-05-17 Marcel WerkAdjust default permissions for non-activated users
2024-05-14 Marcel WerkFix missing access to event classes in install.php
2024-05-14 Marcel WerkApply auto-formatter
2024-05-14 Marcel WerkRemove obsolete import
2024-05-14 Marcel WerkAdd missing class documentation
2024-05-12 Marcel WerkMerge pull request #5912 from WoltLab/event-namespace
2024-05-11 Marcel WerkOverhaul organization of event
2024-05-10 Olaf BraunMerge pull request #5909 from WoltLab/force-media-frontend
2024-05-10 Olaf BraunUse `getControllerLink()`
2024-05-08 CyperghostRemove middleware to redirect to frontend.
2024-05-07 Olaf BraunMerge pull request #5907 from WoltLab/improve-registrat...
2024-05-07 Olaf BraunAdd `{unsafe:…}` into plaintext messages
2024-05-07 Olaf BraunUse of `{$username}` instead of `{$userNotificationObje...
2024-05-07 Olaf BraunRename `RegistrationNotification` to `CreateRegistratio...
2024-05-07 Olaf BraunApply suggestions from code review
2024-05-07 Marcel WerkMerge pull request #5906 from WoltLab/box-commands
2024-05-07 Cyperghost- Mark `$forceFrontendLinks` as deprecated, it is no...
2024-05-07 CyperghostAdd middleware to redirect all ACP media requests to...
2024-05-07 CyperghostForce media links to frontend
2024-05-06 CyperghostFixes the problem that the template for plan text start...
2024-05-06 CyperghostChange the check for sending notifications
2024-05-06 CyperghostReload user object
2024-05-06 CyperghostAdd text and template for notification of successful...
2024-05-06 CyperghostAdd new command to send notifications for user registra...
2024-05-06 CyperghostAdd a new notification event for users waiting for...
2024-05-06 CyperghostRemove notification for new registration
2024-05-05 Marcel WerkMove methods that are used for the configuration of...
2024-05-03 Marcel WerkMerge pull request #5901 from WoltLab/reauth
2024-05-03 Marcel WerkRequest a reauthentication for GET requests in the...
2024-05-03 Marcel WerkMerge pull request #5899 from WoltLab/acp-menu-items...
next