GitHub/WoltLab/WCF.git
Author Commit
2024-05-03 Alexander EbertRemove `downloads` and `lastDownloadTime`
2024-05-03 Alexander EbertImprove the UI of uploaded attachments
2024-04-29 Alexander EbertAdd some basic styling for uploaded attachments
2024-04-29 Alexander EbertAdd support for uploads through drag and drop on the...
2024-04-26 Alexander EbertBlock drag & drop for illegal file extensions
2024-04-26 Alexander EbertAdd the link to the full version to files
2024-04-26 Alexander EbertInitialize existing attachments
2024-04-26 Alexander EbertBind uploaded attachments to the current user
2024-04-25 Alexander EbertAdd an automated resizing for images exceeding the...
2024-04-25 Alexander EbertPrevent the generation of thumbnails for small images
2024-04-20 Alexander EbertUnify the styling of attachments below a message
2024-04-20 Alexander EbertFix the loading of the files of attachments
2024-04-20 Alexander EbertAdd a secret to upload files
2024-04-20 Alexander EbertUse file extensions other than `.bin` for safe types
2024-04-20 Alexander EbertSkip thumbnails for non-image files
2024-04-20 Alexander EbertUse `File::getSourceName()` to avoid accidental leaks
2024-04-20 Alexander EbertAdd `getPathname()` to simplify the file access
2024-04-20 Alexander EbertCache the width and height of images
2024-04-20 Alexander EbertClean up some TODOs
2024-04-20 Alexander EbertAlways create thumbnails using WebP
2024-04-20 Alexander EbertFix the error handling of failed context validations
2024-04-20 Alexander EbertUnify the handling of the attachment context
2024-04-20 Alexander EbertPrototype to render files as HTML elements
2024-04-20 Alexander EbertAlways load the file and thumbnails for attachments
2024-04-20 Alexander EbertAdd support for attachment thumbnail
2024-04-20 Alexander EbertFix the handling of validation errors
2024-04-20 Alexander EbertAdd an API endpoint to delete files
2024-04-20 Alexander EbertMigrate the generation of thumbnails to the new API
2024-04-20 Alexander EbertMigrate the chunk upload to the new API
2024-04-20 Alexander EbertRemove the old controller for the preflight request
2024-04-20 Alexander EbertMigrate the file upload preflight to the new API
2024-04-20 Alexander EbertAdd the link to the uploaded file
2024-04-20 Alexander EbertAdd the button to insert an image’s thumbnail
2024-04-20 Alexander EbertForward the extra data from the file processor
2024-04-20 Alexander EbertImplement a button to insert the `[attach]` BBCode...
2024-04-20 Alexander EbertPersistently track the mime type of uploaded files
2024-04-20 Alexander EbertAdd basic support for thumbnails for the file element
2024-04-20 Alexander EbertAdd a lifecycle behavior for uploaded files
2024-04-20 Alexander EbertAdd the `woltlab-core-file` element to represent uploads
2024-04-20 Alexander EbertAdd support for image thumbnails
2024-04-20 Alexander EbertAdd basic support for thumbnails
2024-04-20 Alexander EbertAdd the ability to attach custom response data
2024-04-20 Alexander EbertDelegate attachments to the file upload system
2024-04-20 Alexander EbertPrototype for the delegation of attachments to the...
2024-04-20 Alexander EbertAdd support for an extension based filter
2024-04-20 Alexander EbertImprove the error handling of the preflight request
2024-04-20 Alexander EbertSimplify the handling of context data
2024-04-20 Alexander EbertAdd basic support for file processors
2024-04-20 Alexander EbertWrite the chunks into the file directly
2024-04-20 Alexander EbertTrack the number of uploaded chunks
2024-04-20 Alexander EbertConvert a temporary file into a persistent file
2024-04-20 Alexander EbertCreate the basic data structure for a persistent file
2024-04-20 Alexander EbertUse a single source of truth for temporary filenames
2024-04-20 Alexander EbertAdd a proper DBO for the handling of temporary files
2024-04-20 Alexander EbertDynamically calculate the chunk size
2024-04-20 Alexander EbertRemove the unnecessary table `wcf1_file_chunk`
2024-04-20 Alexander EbertAdd SHA-256 checksums to the uploaded data
2024-04-20 Alexander EbertUse buffers to write uploaded files
2024-04-20 Alexander EbertImplement a naive chunked upload
2024-04-20 Alexander EbertAdd PoC implementation for chunked uploads
2024-04-20 Alexander EbertAdd support for blob requests
2024-04-20 Alexander EbertAdd the basic directory structure for the data storage
2024-04-20 Alexander EbertAdd the data structure for file chunks
2024-04-19 Marcel WerkRemove usage of the `woltlab-core-notice` component...
2024-04-19 Marcel WerkSet version number to 6.1.0 dev 1
2024-04-19 Marcel WerkMerge pull request #5886 from WoltLab/contact-form...
2024-04-19 Marcel WerkFix hardcoded border-radius for some buttons
2024-04-19 Marcel WerkRemove obsolete confirmation of the privacy policy...
2024-04-19 Marcel WerkRemove obsolete `<p><br></p>` tags
2024-04-16 CyperghostRemove references to `WCF.ACL`
2024-04-16 Olaf BraunMerge pull request #5883 from WoltLab/opt-out-rocket...
2024-04-16 Olaf BraunUpdate wcfsetup/install/files/lib/util/HeaderUtil.class.php
2024-04-16 CyperghostAdd `data-cfasync="false"` to script tags without src...
2024-04-16 CyperghostCheck only attributes for `data-cfasync="false"`
2024-04-16 CyperghostMake sure that `data-cfasync="false"` is added only...
2024-04-16 CyperghostMove `data-cfasync="false"` after `data-relocate="true"`
2024-04-16 CyperghostAdd `data-cfasync="false"` attribute to script tags
2024-04-15 Olaf BraunMerge pull request #5881 from WoltLab/bugfix/license-api
2024-04-15 CyperghostFixed the installation error that could not find the...
2024-04-15 CyperghostCheck whether license credentials is available
2024-04-15 Olaf BraunMerge pull request #5874 from WoltLab/bugfix/bbcode...
2024-04-12 Marcel WerkFix wrong css class name
2024-04-12 CyperghostUse `replaceChild`
2024-04-12 Olaf BraunMerge pull request #5845 from WoltLab/auto-completion...
2024-04-11 CyperghostRemove the text nodes from the dom after set it as...
2024-04-11 CyperghostUse the first element instead of the last element for...
2024-04-11 CyperghostMark `HtmlBBCodeParser` as deprecated
2024-04-11 CyperghostMove `getBlockBBCodes` and `getSourceBBCodes` into...
2024-04-11 CyperghostMake the function `isValidTag` and `buildTagAttributes...
2024-04-11 CyperghostInsert raw bb-code text for non-closing bb-code
2024-04-11 CyperghostUpdate php doc
2024-04-11 CyperghostMerge branch 'refs/heads/master' into auto-completion...
2024-04-11 CyperghostUpdate `@woltlab/editor` package
2024-04-10 Olaf BraunMerge pull request #5873 from WoltLab/media-bbcode...
2024-04-10 CyperghostUppercase index
2024-04-10 CyperghostFind the correct closing bbcode tag
2024-04-10 CyperghostLoad the text content for the attribute with `useText...
2024-04-10 CyperghostCheck earlier if node is a code node
2024-04-10 CyperghostUse `$document` as member
2024-04-10 CyperghostAdd `DomBBCodeParser` to parse bbcodes inside a \DOMText
next