GitHub/WoltLab/WCF.git
Author Commit
2024-06-26 CyperghostRemove async from `#registerFile()`
2024-06-26 CyperghostMove statement to the correct comment position
2024-06-26 CyperghostSet `bubbles` to `true` for the custom event `fileProce...
2024-06-26 CyperghostSwap the parameters `$application` and `$template`
2024-06-26 CyperghostAdds the option of a template that is also included...
2024-06-26 CyperghostUse media breakpoints to set the number of columns
2024-06-26 CyperghostIntegrate the upload progressbar to file processor...
2024-06-26 CyperghostSet array-key to the fileID
2024-06-26 CyperghostFixes the problem that the DOM element was not removed...
2024-06-24 CyperghostMove upload progressbar from attachment to fileList
2024-06-24 CyperghostMerge branch 'refs/heads/master' into upload-form-field-v2
2024-06-23 Alexander EbertEnable the Sandbox for Templates Inside of BBCodes
2024-06-22 Alexander EbertRemove files for the upgrade 5.5 → 6.0
2024-06-22 Alexander EbertAdd a workaround for the migration of the spider data
2024-06-22 Alexander EbertRemove files for the upgrade 5.5 → 6.0
2024-06-21 Alexander EbertAdd a chunk-based progress tracking
2024-06-21 CyperghostAdd extra buttons to FileProcessorFormField
2024-06-20 Marcel WerkImprove visuals of selects when used in the sidebar
2024-06-20 CyperghostMove the file list under the input field
2024-06-20 CyperghostCombine the CSS of Attachment and FileProcessorFormFiel...
2024-06-20 CyperghostAdd `item__` prefix to the css-classname
2024-06-20 CyperghostAdd lazy loading for the hidden image
2024-06-20 CyperghostAdd filename and filesize information
2024-06-20 CyperghostRemove the other EventListener if one has been executed
2024-06-20 CyperghostDisplay of the replace button only if one file can...
2024-06-20 CyperghostRemove the TODO, this cannot be implemented because...
2024-06-19 Alexander EbertMerge branch '6.0'
2024-06-19 CyperghostUse this.classPrefix for class name on error message...
2024-06-19 CyperghostAdd language item `wcf.global.button.replace`
2024-06-19 Alexander EbertRelease 6.0.16 6.0.16
2024-06-19 CyperghostAdd validation of submitted files
2024-06-19 Alexander EbertMerge branch '5.5' into 6.0
2024-06-19 Alexander EbertRelease 5.5.22 5.5.22
2024-06-19 Alexander EbertMerge branch '5.4' into 5.5
2024-06-19 Alexander EbertRelease 5.4.34 5.4 5.4.34
2024-06-19 Alexander EbertFix the missing error message
2024-06-19 CyperghostCheck for disallowed BB codes in the content
2024-06-19 CyperghostSet `addDeleteButton`, `addReplaceButton` and `addButto...
2024-06-19 CyperghostFix the check if this is a single file upload
2024-06-19 CyperghostRename the setter function
2024-06-19 CyperghostAllow the `FileProcessorFormField` to handle only one...
2024-06-19 CyperghostLoad the file(s) when `$this->value` is set
2024-06-19 CyperghostSet the parameter `$metaData` as optional
2024-06-18 Olaf BraunMerge pull request #5946 from WoltLab/bugfix/article...
2024-06-18 Alexander EbertRelease 6.0.15 6.0.15
2024-06-18 CyperghostShow an error message on upload failed
2024-06-18 CyperghostHandle replace button clicked
2024-06-18 Alexander EbertRemove SVG from the list of safe file extensions
2024-06-17 Marcel WerkMerge pull request #5944 from WoltLab/comment-backend...
2024-06-17 Olaf BraunMerge pull request #5945 from WoltLab/bugfix/signature...
2024-06-17 Marcel WerkAdd link to migration guide
2024-06-17 Olaf BraunMerge pull request #5947 from WoltLab/delete-files...
2024-06-17 CyperghostAlso delete the associated file when an attachment...
2024-06-17 CyperghostAdd a replace button
2024-06-17 CyperghostCheck for disallowed BB codes in the content
2024-06-17 CyperghostAlso check that the current user has the right to uploa...
2024-06-16 Alexander EbertSimplify the generation of HTML node identifiers
2024-06-16 Marcel WerkRemove obsolete code
2024-06-16 Marcel WerkFix indentation
2024-06-15 Alexander EbertIncrease the grace period for temporary attachments...
2024-06-15 Alexander EbertRemove the additional secret for files
2024-06-15 Alexander EbertMerge branch '6.0'
2024-06-14 Marcel WerkApply suggestions from code review
2024-06-14 Alexander EbertRelease 6.0.15 dev 1 6.0.15_dev_1
2024-06-14 WoltLabUpdating minified JavaScript files
2024-06-14 Alexander EbertAdd a proper error message for incompatible Plugin...
2024-06-14 Marcel WerkFix phpdoc
2024-06-14 Marcel WerkRemove obsolete guest dialog code
2024-06-14 Marcel WerkMade use of the new backend methods
2024-06-14 Marcel WerkAdd typescript methods for requesting the new backend
2024-06-14 Marcel WerkAdd helper method to get a comment manager by id
2024-06-14 Marcel WerkRemove/deprecate obsolete code
2024-06-14 Marcel WerkAdd RPC controller
2024-06-14 Marcel WerkAdd commands
2024-06-14 Marcel WerkAdd PSR-14 events
2024-06-14 Alexander EbertFilter out restricted permissions in enterprise mode
2024-06-14 CyperghostMerge branch 'refs/heads/master' into upload-form-field-v2
2024-06-14 CyperghostAdd a check that no attachment files have been deleted
2024-06-14 CyperghostAdd button groups to file element
2024-06-13 Alexander EbertMake the URL filter a bit more lenient
2024-06-13 Alexander EbertFix the overflow handling of the code box header
2024-06-13 Alexander EbertProperly handle possible NULL values for option values
2024-06-13 Alexander EbertPrevent scrolling when defocusing a reaction overlay
2024-06-13 CyperghostMerge branch 'refs/heads/master' into upload-form-field-v2
2024-06-13 CyperghostNo longer add the description with the limits for uploa...
2024-06-13 CyperghostFix value call
2024-06-13 CyperghostMerge branch 'refs/heads/master' into upload-form-field-v2
2024-06-13 CyperghostIt Was only necessary for testing
2024-06-13 CyperghostRemove an unnecessary map from files
2024-06-13 CyperghostChange `ImageUtil::$imageExtensions` to the constant...
2024-06-12 Alexander EbertMerge branch '6.0'
2024-06-12 Alexander EbertDo not focus the editor when resetting it
2024-06-12 CyperghostMerge branch 'refs/heads/master' into upload-form-field-v2
2024-06-12 CyperghostFixes the problem if `maxHeight` and or `maxWidth`...
2024-06-12 CyperghostAdd file processor form field
2024-06-11 Marcel WerkFix wrong object type when deleting comment responses
2024-06-10 Olaf BraunMerge pull request #5943 from WoltLab/bugfix/wysiwyg...
2024-06-10 Olaf BraunMerge pull request #5942 from WoltLab/upload-pipeline...
2024-06-10 Alexander EbertSimplify the usage of the helper function
2024-06-10 CyperghostFixes the problem that when using the WysiwygFormField...
next