GitHub/WoltLab/WCF.git
Author Commit
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 CyperghostUse this.classPrefix for class name on error message...
2024-06-19 CyperghostAdd language item `wcf.global.button.replace`
2024-06-19 CyperghostAdd validation of submitted files
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 CyperghostShow an error message on upload failed
2024-06-18 CyperghostHandle replace button clicked
2024-06-17 CyperghostAdd a replace button
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 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...
2024-06-10 CyperghostAdd missing database columns for `wcf1_attachment`...
2024-06-09 Alexander EbertUse a helper function instead of a property
2024-06-09 Alexander EbertFix the deletion of attachments through the file API
2024-06-09 Alexander EbertAdd a helper attribute for object hydration
2024-06-09 Alexander EbertRemove superfluous columns
2024-06-09 Alexander EbertImprove the handling of server errors
2024-06-09 Alexander EbertMigrate the important workers to the linear rebuild...
2024-06-09 Alexander EbertEnforce a consistent processing by id
2024-06-08 Alexander EbertMerge pull request #5939 from WoltLab/rebuild-html...
2024-06-08 Marcel WerkMerge pull request #5940 from WoltLab/guest-token
2024-06-08 Marcel WerkGuest tokens
2024-06-08 Alexander EbertMerge branch '6.0'
2024-06-08 Alexander EbertMerge branch '5.5' into 6.0
2024-06-08 Alexander EbertMerge pull request #5932 from SoftCreatR/bugfix/log...
2024-06-08 Marcel WerkChange template name to shared version
2024-06-08 Marcel WerkMerge branch 'master' of https://github.com/WoltLab/WCF
2024-06-08 Marcel WerkRemove obsolete jquery code for the captcha registration
2024-06-08 Marcel WerkConvert `captchaQuestion` to a shared template
2024-06-08 Alexander EbertInline the call to `DatabaseObject::__get()`
2024-06-08 Alexander EbertImprove the runtime performance of `|date`
2024-06-08 Alexander EbertInline the call to `DatabaseObject::__get()`
2024-06-08 Alexander EbertReuse the `\IntlDateFormatter`
2024-06-08 Alexander EbertImprove the rebuild of users
2024-06-08 Alexander EbertImprove the rebuild of user activity points
2024-06-08 Alexander EbertCache the list of source and block BBCodes
2024-06-08 Alexander EbertCache the list of known HTML tag handlers
2024-06-08 Alexander EbertImprove the parsing performance of HTML 5
2024-06-08 Alexander EbertMerge pull request #5905 from WoltLab/upload-pipeline-v2
2024-06-08 Alexander EbertMark the legacy file system methods as deprecated
2024-06-08 Alexander EbertAdd support for copying files
2024-06-08 Alexander EbertRemove legacy methods for attachment handling
2024-06-08 Alexander EbertReplace references to the old JS for attachments
2024-06-08 Alexander EbertAdd the SQL structure to the DDL PIP
2024-06-08 Alexander EbertCreate a WebP variant of the source file
2024-06-08 Alexander EbertImprove the eTag handling of file downloads
2024-06-08 Alexander EbertMigrate attachments to the new file upload API
2024-06-08 Alexander EbertAdd a new worker implementation with a linear, predicta...
2024-06-08 Alexander EbertAdd an option to limit the maximum file size
2024-06-08 Alexander EbertValidate the file size before querying the server
2024-06-08 Alexander EbertFix the ETag handling
2024-06-08 Alexander EbertIncrease the length of the secret to 32 characzers
2024-06-08 Alexander EbertFix the `expires` header and force lowercased http...
2024-06-08 Alexander EbertMove the ETag handling and switch to weak comparisons
2024-06-08 Alexander EbertAdd support for limiting the number of uploaded files
2024-06-08 Alexander EbertFix the call to a removed helper function
2024-06-08 Alexander EbertAdd checksums for thumbnails and a rebuild worker
2024-06-08 Alexander EbertDelete orphaned files
2024-06-08 Alexander EbertAdd caching support to file downloads
2024-06-08 Alexander EbertClean up files on delete
2024-06-08 Alexander EbertAdd support for download tracking
2024-06-08 Alexander EbertMinor code improvements
2024-06-08 Alexander EbertAdd the documentation for the file processor interface
2024-06-08 Alexander EbertAdd a default implementation for file processors
2024-06-08 Alexander EbertAdd basic error messages
2024-06-08 Alexander EbertAdd button phrases and simplify the button creation
2024-06-08 Alexander EbertClean up the error and editor id handling
2024-06-08 Alexander EbertMove the attachment logic into a separate file
2024-06-08 Alexander EbertReorganize the action buttons for attachments
2024-06-08 Alexander EbertInitialize the image viewer for dynamic attachments
2024-06-08 Alexander EbertUse `objectTypeID` instead of `typeName`
2024-06-08 Alexander EbertAdd support for the image viewer for attachments
2024-06-08 Alexander EbertImplement a cleanup on file delete
2024-06-08 Alexander EbertRemove `downloads` and `lastDownloadTime`
2024-06-08 Alexander EbertImprove the UI of uploaded attachments
2024-06-08 Alexander EbertAdd some basic styling for uploaded attachments
2024-06-08 Alexander EbertAdd support for uploads through drag and drop on the...
next